John Preston
130c41d711
Take control over macOS media keys only when using music player. #2549
2016-10-22 17:35:37 +03:00
John Preston
ba4dcc42dc
Version 0.10.14 alpha: using $XDG_DATA_HOME in Linux.
...
If there is no app data in ~/.TelegramDesktop (like in
fresh installs) we use $XDG_DATA_HOME/TelegramDesktop.
2016-10-18 13:32:33 +03:00
John Preston
fc7c5d0ab3
Fixed travis build for TDESKTOP_DISABLE_AUTOUPDATE case.
2016-10-18 10:56:38 +03:00
John Preston
0902741b85
Respecting Quite Hours in Windows.
...
Also closing current chat on window close or passcode lock.
2016-10-17 13:55:17 +03:00
Andy Kluger
331c13ed78
Add TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION
...
Signed-off-by: Andy Kluger <andykluger@gmail.com> (github: andydecleyre)
2016-06-22 17:42:46 -04:00
John Preston
7a9dfb50e1
Build fixed for QtCreator. Linux libs loading order changed.
2016-06-16 20:20:58 +03:00
John Preston
fd91893b51
Moved PsMainWindow to Platform::MainWindow, outside of pspecific module.
...
Currently only MSVC build is Ok, Xcode and QtCreator are broken.
2016-06-16 15:59:54 +03:00
John Preston
5f5109f1c4
Some global string constants "static const *" -> "constexpr str_const".
2016-05-04 13:41:41 +03:00
John Preston
2834ce0344
Moving to Qt 5.6.0, instructions can be broken.
2016-04-23 14:40:42 +03:00
John Preston
5a3fea05ac
ClickHandler, TopBarWidget and Overview layouts moved to separate files.
...
Xcode and QtCreator builds are currently broken.
2016-04-13 00:31:28 +03:00
John Preston
605f5305e4
Changed all .. to ... in phrases
2016-03-24 18:07:13 +03:00
John Preston
7c99f947eb
added connection implementations to git, protocol improved
2016-03-24 15:57:10 +03:00
John Preston
99b52d4cc1
all deinit moved to Application::aboutToQuit(), mtproto connection thread management refactored, disabled -style=0 fake argument for Application, beta 9028002
2016-02-29 19:53:26 +03:00
John Preston
0e49c13968
rpcClear for mediaview, ImageLink changed to Location
2016-02-28 16:54:04 +03:00
John Preston
798f800913
History::dialogs and Histories::unread are private now, counting only chats from dialogs list to the badge
2016-02-28 14:58:30 +03:00
John Preston
978c7c858b
merged with master
2016-02-21 20:01:37 +03:00
John Preston
23a8090a73
static linked openssl in Qt, gobject dynamic linked, moved gtk/appindicator init after Qt Application creation, trying to enable rdynamic flag
2016-02-21 17:45:07 +03:00
John Preston
7433cea0fd
fixed copy selected text, post author display added, post links handling added, windows bingmaps opening added, sticker previews from mentionsdropdown and stickersetbox added
2016-02-17 19:37:21 +03:00
John Preston
001f2e1fe7
moved from utf8 to QFile::encode/decodeName
2016-02-09 17:42:36 +03:00
John Preston
0b8523d58e
added year 2016 to copyright
2016-02-08 13:56:18 +03:00
John Preston
b3da86bf08
closing logs and working file before relaunching Telegram
2016-02-08 13:50:56 +03:00
John Preston
759ede3c57
fixed linux launch with static linking
2016-02-05 17:32:19 +03:00
John Preston
a0d171bb49
moved minizip to ThirdParty, added google breakpad to ThirdParty for windows (mac, linux broken)
2016-01-31 21:01:43 +03:00
John Preston
17a319fdb3
improved crash reports for linux
2016-01-31 19:13:51 +03:00
John Preston
4fc0b439ae
Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev
2016-01-31 14:32:45 +03:00
John Preston
74248b0284
improved os x crash reports, possible linux (and windows) broken
2016-01-31 14:32:29 +03:00
John Preston
b0681bc582
crash reports done in linux
2016-01-30 22:21:18 +03:00
John Preston
52c29bac5d
started crash reporting for linux
2016-01-30 21:24:42 +03:00
John Preston
58777dbc21
moved almost all Application to AppClass (autoupdate and singleinstance left), logs rewritten
2016-01-11 23:43:29 +08:00
John Preston
71f588a4fe
started signal handlers, shadow fixed in sticker-by-emoji, via @bot resize fixed
2016-01-10 14:05:23 +08:00
telegramdesktop
e1d932aaeb
Merge pull request #1431 from L0L022/master
...
Use linux icon theme
2016-01-09 12:24:23 +08:00
John Preston
1b1f9c5855
fixed build on linux for 9015001
2015-12-25 00:32:46 +03:00
Escales Loïc
a6e82cf954
Use linux icon theme
...
Signed-off-by: Loïc Escales L0L022@openmailbox.org (github: L0L022)
2015-12-24 15:17:19 +01:00
John Preston
c8c13219ed
testing beta update to 9014002, frequent beta update check, no creating .desktop file for beta
2015-12-04 17:29:57 +03:00
John Preston
4857135e42
fixed StartupWMClass linux problem, 0.9.6
2015-10-15 01:07:40 +02:00
telegramdesktop
3ac6d6d26c
Merge pull request #1174 from kanishkablack/master
...
Gnome Shell Duplicates bug fix
2015-10-13 12:37:50 +02:00
telegramdesktop
dbc98062ed
Merge pull request #1152 from eduardosm/disable-register-custom-scheme2
...
Allow to disable 'register custom scheme' functions using a macro
2015-10-03 20:01:06 +03:00
Eduardo Sánchez Muñoz
d955b29585
Allow to disable 'register custom scheme' functions using a macro.
...
Adding "DEFINES += TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME" to Telegram.pro would disable these functions. This can be useful when the application is distributed using an installer or a package manager that can apply these
settings system-globaly.
Signed-off-by: Eduardo Sánchez Muñoz <eduardosanchezmunoz@gmail.com> (github: eduardosm)
2015-10-03 18:55:37 +02:00
John Preston
015e9356ab
license header updated
2015-10-03 16:16:42 +03:00
John Preston
00c9d16925
linux crash on diacritics enter should be fixed
2015-09-25 18:03:57 +03:00
John Preston
41e7ce11a0
channel creation almost done
2015-09-16 16:04:08 +03:00
Anwesh
03508c1601
Gnome Shell Duplicates bug fix
2015-09-16 16:51:50 +05:30
John Preston
9a51e2c7e3
fixed mail links in Win10, include muted chats in the unread badge setting, shared links overview and search, version 0.8.53.dev
2015-08-28 18:15:56 +03:00
John Preston
c16ea77c52
altering AppUserModelId in pinned shortcut in Windows
2015-08-13 18:11:07 +03:00
John Preston
df78831592
trying appindicator first in xfce
2015-08-02 22:15:26 +03:00
John Preston
c89ee8224c
gnome using custom tray icon, win10 multiple desktops shadow fix
2015-08-02 20:40:44 +03:00
John Preston
5fe1b7b51f
fixed two crashes, enabled not qt tray icon in pantheon env
2015-07-24 10:37:17 +02:00
John Preston
f0c580db2d
fixed unity count, version 0.8.41.dev
2015-07-21 18:12:21 +02:00
John Preston
f0f0be9452
fixed Qt tray icon for KDE, using Qt tray icon for all graphic envs, testing
2015-07-21 15:29:38 +02:00
John Preston
8e82b8894d
forward-by-drag-n-drop done for images, documents, stickers and messages-by-date
2015-06-27 16:02:00 +03:00