Commit Graph

344 Commits

Author SHA1 Message Date
John Preston 8e89486fbc Error handling changed, 'auto' keyword used for MTP types.
All errors that lead to MTP request resending by default
error handler now can be handled differently. For example
inline bot requests are not being resent on 5XX error codes.
+ extensive use of auto keyword in MTP types handling.
2016-04-08 14:44:35 +04:00
John Preston 04f8d4dd37 Build fixed for renamed sources folder SourceFiles/{gui->ui}/ 2016-04-07 22:05:28 +04:00
John Preston db387d50b8 Scheme updated, support for via @bot added to stickers. 2016-04-07 14:03:10 +04:00
John Preston 1e72c8a89b Merge branch 'master' into bots 2016-04-05 13:32:42 +04:00
John Preston 24cc72e319 Requesting only supported languages from transifex in UpdateLang.sh
and UploadLang.sh, languages list is in Resources/LangList.
Added two special commands in service notifications conversations:
*new_version_text* for viewing current new version description and
*all_new_version_texts* for viewing it in all supported languages.
2016-04-05 11:45:53 +04:00
John Preston 35785efa50 Inline bot video and sticker layout and sending done. 2016-04-03 13:11:41 +04:00
John Preston cf9a78a164 Inline bot stickers done, but not tested yet. 2016-04-02 15:20:53 +04:00
John Preston 4bb906b9f8 0.9.35 dev version 2016-03-25 19:48:55 +03:00
John Preston 605f5305e4 Changed all .. to ... in phrases 2016-03-24 18:07:13 +03:00
John Preston ddd63d73b7 MTP::nonce -> rand_value, fixed first_name and last_name reading from minimal users 2016-03-24 13:12:18 +03:00
John Preston d9ef8217e5 moved MTProtoSession and MTProtoConnection to MTP::internal:: namespace 2016-03-24 11:57:11 +03:00
John Preston 0b2bcbc3e9 some warnings fixed, TDESKTOP_DISABLE_NETWORK_PROXY macro added 2016-03-20 11:16:35 +03:00
John Preston 2ef8c44445 all MTP flags made strictly typed by scoped enums, in-message date display added for non-service messages 2016-03-19 19:55:15 +03:00
John Preston 54c4ac7cd8 langs updated 2016-03-14 13:23:39 +03:00
John Preston 7c62de51ff 0.9.30 dev version - fix forwarded text style, fixed sticker preview update on sticker load 2016-03-03 20:37:15 +02:00
John Preston d5132a899e debug logs added to for shortcut events 2016-03-02 22:50:58 +02:00
John Preston b277f5cdb7 ensure that closeApplication() is called only once 2016-03-02 20:34:42 +02:00
John Preston cde264e5a1 fixed crash in mtpFileLoader delayed destroy, finishing breakpad at the very end, 0.9.29 dev 2016-03-01 21:41:06 +02:00
John Preston ebfeeb6872 dev version 0.9.29 2016-03-01 05:46:34 +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 a88b676588 global shortcuts with loading from .json map 2016-02-27 22:39:51 +03:00
John Preston ade6b5aae0 version 0.9.28 2016-02-26 16:10:57 +03:00
John Preston 1bd986d2cb added any profile photo delete, fixed profile photo upload 2016-02-26 12:29:07 +03:00
John Preston 2b6e30bcb5 silent broadcast done 2016-02-25 19:19:54 +03:00
John Preston 4dcd9ddc45 merged with master 2016-02-22 11:11:53 +03:00
John Preston a7b9fd2f2b version 0.9.26 2016-02-22 10:07:44 +03:00
John Preston 978c7c858b merged with master 2016-02-21 20:01:37 +03:00
John Preston 90d104cf61 version 0.9.25 dev 2016-02-21 17:54:00 +03:00
John Preston fb0f2971c0 fixed some possible crashes, fixed copy selected text to clipboard 2016-02-21 16:00:46 +03:00
John Preston 803d1a429d scheme updated, config vars moved to Global namespace 2016-02-18 19:36:33 +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 80455492b0 a couple of crashes fixed, version 0.9.24 stable 2016-02-16 16:14:19 +03:00
John Preston 4081af12dd words selection fixed, wide mode starts from 720px conversation width, hiding tooltips on app state changed to inactive, 0.9.23 dev version 2016-02-15 14:46:01 +03:00
John Preston bb30b71b86 0.9.23 dev version, convertScale() added to inline result thumbs in some places 2016-02-15 14:23:45 +03:00
John Preston f83644cec0 Merge branch 'dev' 2016-02-14 21:29:36 +03:00
John Preston 3281b81565 using new privacy settings (error display), crash reports collecting improved, colors for waveforms imporved, preparing for 0.9.22.dev (next commit) 2016-02-14 21:29:17 +03:00
John Preston e492b1e93d some crashes fixed 2016-02-14 18:58:39 +03:00
John Preston a439fc32da Merge branch 'master' of https://github.com/telegramdesktop/tdesktop 2016-02-13 14:13:25 +03:00
John Preston 189d0e8de3 voice messages moved to documents with waveforms 2016-02-12 19:35:06 +03:00
John Preston f2c45df524 hiding, not destroying window on close on OS X, fixed app event filter 2016-02-10 14:39:48 +03:00
John Preston ffa588bf5d crash fix 2016-02-10 12:41:32 +03:00
John Preston 19d395a946 0.9.21 dev version - fix unicode paths to working file + new layout for wide windows 2016-02-09 23:56:50 +03:00
John Preston 001f2e1fe7 moved from utf8 to QFile::encode/decodeName 2016-02-09 17:42:36 +03:00
John Preston 80ba0259dd some namespaces reorganized, author photo display added to wide mode (where messages are centered), version 0.9.20.dev 2016-02-08 17:54:55 +03:00
John Preston 0b8523d58e added year 2016 to copyright 2016-02-08 13:56:18 +03:00
John Preston 0b4ddb045e max history width limited, custom tooltips replace QToolTip, keys with modifiers are not passed to MentionsDropdown 2016-02-07 18:38:49 +03:00
John Preston c240295a74 retina settings fixed for os x tray icon 2016-02-05 22:53:01 +03:00
John Preston 837432a4f3 fixed connection on app state change 2016-02-03 17:01:34 +03:00
John Preston 340246367d crash report and show done for os x 2016-01-30 21:24:18 +03:00
John Preston 8eef239b45 crash catch + report added for Windows version 2016-01-30 19:31:10 +03:00
John Preston c8d7d23ee6 windows backtrace logging done, showing error when cant start telegram or previous launch was not finished properly 2016-01-25 13:22:58 +03:00
John Preston 0f4405dbaf backtrace output for win platform added, testing with abort() call in ~AppClass() 2016-01-21 14:58:58 +08:00
John Preston d672353ff9 fixed single instance checking 2016-01-17 13:03:57 +08:00
John Preston 5f84567bbb initial logging improved, debug logs disabled for -many instance param 2016-01-17 13:01:14 +08: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
John Preston b13579c7d9 dev version 0.9.19 sending stickers by emoji 2016-01-09 20:51:42 +08:00
John Preston b201a5a975 stable version 0.9.16 - new design of media, gifs and inline bots 2016-01-04 19:13:25 +08:00
John Preston cb2df51af6 remembering last used inline bots, showing them in mentions dropdown, 9015006 beta 2016-01-01 22:48:32 +08:00
John Preston 85f46cef8c emoji button with progress done for inline bot requests 2016-01-01 17:58:05 +08:00
John Preston 14839e7afe scheme updated, contextbot -> inlinebot renamed, web file loader done like mtp file loader 2015-12-31 03:09:20 +08:00
John Preston fa9850c319 merged with optimized gifs scroll 2015-12-30 16:41:51 +08:00
John Preston 43e173567f crash on close fixed 2015-12-28 20:23:27 +03:00
John Preston 3aa2e592e0 fixed 9015003 build for os x 2015-12-28 01:49:08 +03:00
John Preston ae78d13284 gif size decreased, error message added for gif errors, enable many gifs playing at the same time 2015-12-16 18:04:02 +03:00
John Preston 006ca44aa5 Merge branch 'master' into docs 2015-12-09 14:25:20 +03:00
John Preston 77eab809da version 0.9.15 stable is prepared 2015-12-09 00:35:04 +03:00
John Preston 6222876ac4 refactored layer methods 2015-12-07 21:09:05 +03: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 ec5ea2afc1 9014001 beta version prepared 2015-12-03 21:27:45 +03:00
John Preston a6cf42d3ad closed beta version with autoupdate added 2015-12-03 21:16:34 +03:00
John Preston 4487ad9e15 saving QByteArray bookmark along with file paths and download path for OS X sandbox, will be actually implemented only in macstore branch 2015-11-26 20:34:52 +03:00
John Preston 793fcb571c version 0.9.13 stable is prepared 2015-11-24 21:11:17 +03:00
John Preston cf643f95fd fixed changelog display for 0.9.12.dev 2015-11-22 16:32:00 +03:00
John Preston 5e1dfb3769 fixed build 0.9.12.dev 2015-11-22 16:29:42 +03:00
John Preston d145175d28 some fixes for the 0.9.11.dev version 2015-11-20 22:03:31 +03:00
John Preston e3651be5d8 version 0.9.11.dev is ready 2015-11-20 21:50:10 +03:00
John Preston a4e6781bfd langs updated for 0.9.10 stable 2015-11-04 02:31:55 -05:00
John Preston 53728e1d13 version 0.9.9.dev before stable, testing custom context menu 2015-11-02 17:39:40 -05:00
John Preston f566190bf2 version 0.9.8.dev 2015-10-27 23:49:59 -04:00
John Preston 31b1ecb11c new image / file confirm / send codepath made by Task / TaskQueue, sending single file paste and image paste / drop with that new code 2015-10-26 22:39:02 -04:00
John Preston 4dc2b5e780 temp removing 0x0B00-0x0B7F diacritics from OS X 10.11+ because of crash, see https://bugreports.qt.io/browse/QTBUG-48910 + added changelog for 0.9.7 2015-10-23 22:02:29 +02:00
John Preston e211268158 new slide animations 2015-10-17 16:52:26 +02:00
John Preston 48756111a9 boxes animations pause mtp 2015-10-15 13:51:10 +02:00
John Preston f12f21b16b pausing of mtp while animating, fixed message field while animating 2015-10-15 12:18:24 +02:00
John Preston 12673ab6fe stable version 0.9.5 - new boxes and optimizations 2015-10-14 13:58:38 +02:00
John Preston 2e2455cf81 version 0.9.4.dev 2015-10-12 23:37:30 +02:00
John Preston dc6f719d4d fixed build for os x, only cmd+m, cmd+w now work, not ctrl+m, ctrl+w 2015-10-12 23:31:05 +02:00
John Preston 13f6eedcb2 half of all boxes redesigned 2015-10-06 22:49:23 +03:00
John Preston 015e9356ab license header updated 2015-10-03 16:16:42 +03:00
John Preston 6321d22fc9 0.9.3.dev version ready 2015-10-01 17:19:27 +03:00
John Preston 75c4586b07 changelog fixed for 0.9 stable 2015-09-24 12:02:11 +03:00
John Preston 801d8d3689 langs updated 2015-09-24 11:51:06 +03:00
John Preston 1731cfdc38 version 0.8.59.dev prepared 2015-09-23 20:49:42 +03:00
John Preston b3cb6fc317 some fixes for mac build, 0.8.58.dev version 2015-09-22 13:19:57 +03:00
John Preston 776688383c 0.8.58.dev version, limited channels support done 2015-09-22 13:04:03 +03:00
John Preston 72d0271e4d channel edit, report spam, etc done 2015-09-21 23:57:42 +03:00
John Preston ab7a745a49 channel creation done 2015-09-17 00:15:13 +03:00
John Preston 659c52347c merged with master spam report buttons, 40 layer not compiling! 2015-09-11 13:29:21 +03:00
John Preston 825567a44f version 0.8.56 stable prepared 2015-09-10 16:20:22 +03:00
John Preston 04e1da81f3 added channels scheme, made Channel peers and composite ChannelId,MsgId message ids 2015-09-03 13:48:40 +03:00
John Preston fef40bb59f changelog added to 0.8.55 2015-09-01 17:00:32 +03:00
John Preston 25b6740f91 version 0.8.54.dev prepared, two crash fixes 2015-08-31 18:05:57 +03:00
John Preston 77b0ca2220 fixed entities, version 0.8.53.dev 2015-08-28 19:30:32 +03:00
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
Eduardo Sánchez Muñoz 4e65b2724d Allow to disable the updater using a marco
Adding "DEFINES += TDESKTOP_DISABLE_AUTOUPDATE" to Telegram.pro would disable the updater. This eases creating packages for Linux distributions, where updates are handled by the corresponding package manager.
2015-08-20 00:00:37 +02:00
John Preston 5a1079e367 version 0.8.52 with some fixes 2015-08-19 16:54:17 +03:00
John Preston 6a05924dcf version 0.8.51 prepared, with win7 and winxp fix 2015-08-16 19:37:56 +03:00
John Preston a95822b2ec version 0.8.50.dev - fixes in Windows toast notifications support, fixes in linux input methods 2015-08-14 18:47:56 +03:00
John Preston c16ea77c52 altering AppUserModelId in pinned shortcut in Windows 2015-08-13 18:11:07 +03:00
John Preston 8511181508 version 0.8.49.dev - block/unblock users in profile, ask question and faq link in Settings, Windows 8/8.1/10 toast notifications 2015-08-12 21:01:32 +03:00
John Preston 1b16064db6 0.8.48 stable version with clear history and conversation search 2015-08-08 12:28:34 +03:00
John Preston 5dd8eab606 version 0.8.47.dev - search in conversation, clear history, delete conversation, saving cleared conversations locally, removed contacts from left column 2015-08-07 15:11:50 +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 86325e889f 0.8.44 dev version - media typings support 2015-08-01 11:33:00 +03:00
John Preston b0d67a65a8 temp downgrade to Qt 5.4 on OS X (Qt 5.5 does not support OS X 10.7) 2015-07-28 15:47:21 +02:00
John Preston aaf347432b stable version 0.8.42 - new unread loading and Qt 5.5.0 2015-07-25 18:54:01 +02:00
John Preston ff0f8c254f new dev version 0.8.41 with pretty number formatting, Qt tray icon for all linux systems and more 2015-07-21 16:55:23 +02:00
John Preston c786a2bf9c new history loading (one-request loading always), fixed audio unlistened status on media send, fixed flac playing, fixed os x crashes, version 0.8.40.dev 2015-07-17 22:17:37 +03:00
John Preston 5b9cdbd98a dev version 0.8.39 - Qt 5.5.0, repeat button in audio play 2015-07-14 22:07:21 +03:00
John Preston b352d38acf multimedia keys handle added 2015-07-13 20:55:59 +03:00
John Preston 7021156732 version 0.8.38 stable with media playback and force_reply in conversations with bots 2015-07-03 19:19:46 +03:00
John Preston a65ef6fb00 preparing version 0.8.37.dev 2015-07-03 13:48:28 +03:00
John Preston 89d68cab3e version 0.8.36 prepared 2015-07-01 00:27:56 +03:00
John Preston d57f6a973f version 0.8.35.dev ready with some optimizations 2015-06-30 01:09:23 +03:00
John Preston 4b2fccf762 changelog for stable version added 2015-06-29 15:47:25 +03:00
John Preston 405dfbebae forward by drag-n-drop from media overview, fixed video overview, stickers enlarged and optimized, preparing version 0.8.34.dev 2015-06-28 15:37:10 +03:00
John Preston 990c085fc5 version 0.8.33.dev changelog added 2015-06-25 21:08:20 +03:00
John Preston 88c44caf9d 0.8.31.dev version ready 2015-06-24 23:05:14 +03:00
John Preston 793a2ec90c version 0.8.30 with bots support and forward-by-dragndrop 2015-06-24 20:24:48 +03:00
John Preston 607169cbda version 0.8.29.dev with some more improvements 2015-06-22 11:51:39 +03:00
John Preston 052e0b827a improved sync, version 0.8.28.dev 2015-06-18 20:50:41 +03:00
John Preston c291bf0861 version 0.8.27.dev ready 2015-06-17 22:43:03 +03:00
John Preston 05ac97526e 0.8.26.dev version with fixed schema 2015-06-17 00:01:43 +03:00
John Preston 84c2a33c18 0.8.25.dev version with ipv6, bots profiles, keyboard and command autocomplete + elided text align fixed 2015-06-15 20:19:24 +03:00
John Preston 7afda6dfc3 changelog added in 0.8.24 2015-06-08 15:25:23 +03:00
John Preston cb1c8c4aea version 0.8.23.dev with sticker packs buttons prepared 2015-06-05 18:59:58 +03:00
John Preston 6d8f277904 version 0.8.22.dev prepared - new OpenAL version, new Auto-Update (no temp -> ready rename), some fixes 2015-06-04 16:04:34 +03:00
John Preston ac2ae16f47 MSVC instruction improved for OpenAL, merging autoupdate code for all OSs (not tested yet!) 2015-06-03 21:13:01 +03:00
John Preston db96605332 changelog added in 0.8.21 stable 2015-06-02 17:37:15 +03:00
John Preston e3d4bf192f 0.8.20.dev version linux local8bit -> utf8 2015-06-02 15:29:02 +03:00
John Preston e7b94f3d3a version 0.8.20.dev prepared (some fixes) 2015-06-02 14:22:00 +03:00
John Preston 635cae4f94 version 0.8.19 with fixed stickerpacks and voice messages changelog 2015-06-01 23:24:09 +03:00
John Preston 1b11a7feae voice message recording / sending done 2015-05-29 21:52:43 +03:00
John Preston ac50119dd9 version 0.8.17 crash fix 2015-05-21 16:46:49 +03:00
John Preston 5bb83afc7a version 0.8.16 stable - fixed select of a sticker reply 2015-05-21 00:33:39 +03:00
John Preston f35853c42e version 0.8.15.dev ready 2015-05-20 22:54:15 +03:00
John Preston 92858dc7d3 sticker packs done 2015-05-19 18:46:45 +03:00
John Preston 2d46cc4c11 preparing version 0.8.13 with new emoji pan 2015-05-11 13:18:57 +03:00
John Preston 6fda783fc1 version 0.8.12.dev with new emojis support 2015-05-08 17:44:07 +03:00