John Preston
ea955635ac
New way for subscribe/notify async about any events.
...
Two classes base::Observable<Event> and base::Subscriber were added.
base::Observable<Event> can notify about Event-s, while any
base::Subscriber can subscribe and then async receive them.
2016-08-18 21:27:43 +02:00
John Preston
12bcc88839
Stable version 0.10: langs updated, video player design improvements.
2016-08-03 12:02:53 +01:00
John Preston
5df54371b5
ConfirmPhoneBox support added.
...
Limiting StartUrl to 8k symbols to prevent share url text overflow.
Better working with many cases of regular expression switch.
2016-07-28 20:01:08 +03:00
John Preston
26723fb820
Alpha version 0.9.58: embedded video player.
2016-07-22 19:22:25 +03:00
John Preston
cb0c99acc8
Seek done in video player in MediaView. Some memory leaks fixed.
...
Using pixmapFromImageInPlace() instead of QPixmap::fromImage().
2016-07-13 20:34:57 +03:00
John Preston
d806d079a2
Merge branch 'master' into video
...
Conflicts:
Telegram/SourceFiles/mainwidget.cpp
Telegram/SourceFiles/ui/animation.cpp
Telegram/Telegram.pro
2016-07-11 21:12:10 +03:00
John Preston
356b48bcca
Started video player UI in MediaView.
2016-07-11 21:05:46 +03:00
John Preston
d98a6d3f82
Alpha version 0.9.57: some design improvements, GTK file chooser.
2016-07-07 19:32:34 +03:00
John Preston
a89185565a
0.9.56 stable. Crash fixed in MediaView after logout and login again.
...
Buttons layout improved in bot inline keyboard.
2016-06-26 18:37:47 +03:00
John Preston
5c199e63ea
Main window position and size saving fixed in Windows.
...
Dock and top bar hiding after photo view fixed in OS X.
Some design improvements. Alpha version 0.9.55.
2016-06-24 19:58:41 +03:00
John Preston
cbde6e1ee9
Using square rounded photos in native notifications (Win, OS X).
...
When updating local online status from user action events we use
action timestamp, and ignoring events from getDifference, if no
timestamp is available for the specific action.
Couple of hidden actions added in Settings. Alpha version 0.9.54.
2016-06-22 21:47:43 +03:00
John Preston
e47d8c0e03
Added "Add to Group" button in bot profile.
...
Changed new chat icon to more simplified.
Fixed kick user from a new members dropdown in chat history view.
Version 0.9.53.alpha is ready.
2016-06-20 18:46:36 +03:00
John Preston
893cd9e877
Langs updated with changelog. Version 0.9.50 stable.
2016-06-14 23:42:37 +03:00
John Preston
520260f207
Merge branch 'profile' into drafts
...
Conflicts:
Telegram/SourceFiles/app.cpp
Telegram/SourceFiles/codegen/style/processor.cpp
Telegram/SourceFiles/history.cpp
Telegram/SourceFiles/historywidget.cpp
Telegram/SourceFiles/mainwidget.cpp
Telegram/SourceFiles/mainwidget.h
Telegram/SourceFiles/profilewidget.cpp
Telegram/SourceFiles/profilewidget.h
Telegram/Telegram.vcxproj
Telegram/Telegram.vcxproj.filters
2016-06-06 18:16:52 +03:00
John Preston
91d516f18c
Notify::peerUpdatedSendDelayed() now is always called from the event loop.
2016-06-02 16:57:49 +03:00
John Preston
2c4ec3d9f3
Shared media block done in the new profile implementation.
...
Preparing to call Notify::peerUpdatedSendDelayed() only from event loop.
2016-06-02 16:02:55 +03:00
John Preston
7f353d9b1a
Removed all code related to channel comments.
2016-05-27 19:47:46 +03:00
John Preston
46ad43bb1e
New profile cover actions by buttons done.
...
Two new types of Observers: image loaded and async file dialog.
2016-05-25 20:59:21 +03:00
John Preston
a510bb54ec
Peer observers get notified about name/username changes.
...
All peer observer notifications are async (delayed).
2016-05-25 15:09:05 +03:00
John Preston
895facbcdd
Fixed changelog for alpha and beta in 0.9.49 version.
2016-05-15 23:14:47 +03:00
John Preston
c2a5ab0c5a
Version 0.9.49: disabling high dpi scaling in all systems except OS X.
2016-05-15 13:30:47 +03:00
John Preston
745f89dbb9
Moving build / lang scripts from Telegram to subfolders.
...
Travis build tested with -j param.
Xcode / QtCreator / qmake builds could be broken.
2016-04-27 15:02:17 +03:00
John Preston
390a1b0754
Some improvements for winrt.
2016-04-26 16:00:23 +03:00
John Preston
705358993d
New style::icon class added, colorized icons by codegen_style.
...
Moved style_core to /ui/style/, Xcode and QtCreator builds are broken.
2016-04-21 20:57:29 +03:00
John Preston
3b6d0ef7c0
Dev version 0.9.43 - media text selection and disabling player shortcuts.
2016-04-14 22:28:02 +03:00
John Preston
bb70a76b9c
Several crashes fixed.
2016-04-14 22:24: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
9cbdc6e95e
version 0.9.41
2016-04-11 20:11:31 +03:00
John Preston
e0d6a68554
Encapsulated unreadCount and mute fields in History.
...
Support for hiding all muted chats from the list.
2016-04-11 14:59:01 +04:00
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