tdesktop/Telegram/SourceFiles
John Preston 1725927aea Clear macOS notifications in a separate thread.
Sometimes NSUserNotificationCenter -deliveredNotifications method call
freezes for a long time, so now we use it only in a separate thread and
we group all the requests for clearing while another clearing is done.
2017-04-12 15:50:35 +03:00
..
_other Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
base Fix build in GCC. 2017-04-08 14:25:54 +03:00
boxes Don't stop GIFs when TabbedSection is opened. 2017-04-11 17:03:47 +03:00
chat_helpers Fix build for OS X 10.6-10.7. 2017-04-11 18:44:11 +03:00
codegen Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
core Alpha 1.0.31: Fix crash in localstorage. 2017-04-11 20:31:20 +03:00
data Move some classes to separate modules. 2017-04-08 16:31:58 +03:00
dialogs Add progress animation to GIFs search. 2017-04-04 16:19:49 +03:00
history Move some classes to separate modules. 2017-04-08 16:31:58 +03:00
inline_bots Move some classes to separate modules. 2017-04-08 16:31:58 +03:00
intro Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
media Remove Q_OBJECT dependency from ApiWrap. 2017-04-07 18:13:19 +03:00
mtproto Add lambda-based checked timers. 2017-04-07 18:13:21 +03:00
overview Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
platform Clear macOS notifications in a separate thread. 2017-04-12 15:50:35 +03:00
profile Add blocked users list in supergroups profiles. 2017-04-07 18:13:22 +03:00
settings Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
storage Alpha 1.0.31: Fix crash in localstorage. 2017-04-11 20:31:20 +03:00
ui Extract TabbedSelector from TabbedPanel. 2017-04-10 12:08:55 +03:00
window Fix canceling forward when clicking on _userpicButton or _cloudButton (#3248) 2017-04-11 23:03:34 +03:00
apiwrap.cpp Fix build for OS X 10.6-10.7. 2017-04-11 18:44:11 +03:00
apiwrap.h Fix build for OS X 10.6-10.7. 2017-04-11 18:44:11 +03:00
app.cpp Fix build for OS X 10.6-10.7. 2017-04-11 18:44:11 +03:00
app.h Save privacy in ApiWrap. Handle privacy updates. 2017-03-18 12:49:47 +03:00
application.cpp Add lambda-based checked timers. 2017-04-07 18:13:21 +03:00
application.h Remove Q_OBJECT dependency from ApiWrap. 2017-04-07 18:13:19 +03:00
auth_session.cpp Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
auth_session.h Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
autoupdater.cpp Finalizing file renaming. 2017-03-04 13:23:56 +03:00
autoupdater.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
config.h Fix build for OS X 10.6-10.7. 2017-04-11 18:44:11 +03:00
countries.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
dialogswidget.cpp Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
dialogswidget.h Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
facades.cpp Clear macOS notifications in a separate thread. 2017-04-12 15:50:35 +03:00
facades.h Clear macOS notifications in a separate thread. 2017-04-12 15:50:35 +03:00
history.cpp Pay button and messageMediaInvoice supported. 2017-03-30 12:49:15 +03:00
history.h Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
historywidget.cpp Alpha 1.0.31: Fix layout for message edit. 2017-04-11 21:04:28 +03:00
historywidget.h Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
lang.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
lang.h First version of CalendarBox is done. 2017-03-07 22:29:49 +03:00
langloaderplain.cpp Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
langloaderplain.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
layerwidget.cpp Move GIF pausing methods to Window::Controller. 2017-04-08 16:31:57 +03:00
layerwidget.h Move GIF pausing methods to Window::Controller. 2017-04-08 16:31:57 +03:00
layout.cpp Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
layout.h Remove Q_OBJECT dependency from ApiWrap. 2017-04-07 18:13:19 +03:00
logs.cpp Select exception users in EditPrivacyBox. 2017-03-18 12:49:46 +03:00
logs.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
main.cpp Finalizing file renaming. 2017-03-04 13:23:56 +03:00
mainwidget.cpp Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
mainwidget.h Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
mainwindow.cpp Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
mainwindow.h Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
mediaview.cpp Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
mediaview.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
messenger.cpp Alpha 1.0.30: New tabbed panel as a third column. 2017-04-11 18:02:46 +03:00
messenger.h Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
observer_peer.cpp Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
observer_peer.h Add blocked users list in supergroups profiles. 2017-04-07 18:13:22 +03:00
overviewwidget.cpp Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
overviewwidget.h Use separate TopBar for History and Overview. 2017-03-31 15:47:58 +03:00
passcodewidget.cpp Add TabbedSection which uses the TabbedSelector. 2017-04-10 12:08:56 +03:00
passcodewidget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
qt_static_plugins.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
settings.cpp Finalize rename / move of files. 2017-03-31 15:48:02 +03:00
settings.h Use emoji/stickers/gifs slider in EmojiPan. 2017-03-31 15:48:01 +03:00
shortcuts.cpp Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
shortcuts.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
stdafx.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
stdafx.h Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
structs.cpp Add blocked users list in supergroups profiles. 2017-04-07 18:13:22 +03:00
structs.h Add blocked users list in supergroups profiles. 2017-04-07 18:13:22 +03:00