tdesktop/Telegram/SourceFiles
2016-10-03 18:07:50 +03:00
..
_other Stable 0.10.6 (only for OS X): fixing Updater erasing. 2016-09-12 18:48:01 +03:00
boxes Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
codegen Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
core Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
data Shutdown on Linux fix attempt. Draft remove in empty conversation fix. 2016-06-21 18:58:07 +03:00
dialogs Mixed channel access hash to the game score encrypted data. 2016-09-30 15:52:03 +03:00
history NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
inline_bots Mixed channel access hash to the game score encrypted data. 2016-09-30 15:52:03 +03:00
intro Removed some old styles. Divided basic_types module to several. 2016-09-29 14:37:16 +03:00
media Playing game state is set for 10 seconds instead of 30. 2016-09-30 19:40:00 +03:00
mtproto Replaced some exceptions in MTProto code with t_assert()s. 2016-10-02 00:09:44 +03:00
overview Mixed channel access hash to the game score encrypted data. 2016-09-30 15:52:03 +03:00
platform Native notifications switched off by default. Libnotify supported. 2016-10-03 18:07:50 +03:00
profile Removed channel name from first message. Fixed channel members count. 2016-10-02 10:16:33 +03:00
serialize Scheme updated. Dialogs list layout bug fixed. 2016-09-15 12:44:02 +03:00
settings Native notifications switched off by default. Libnotify supported. 2016-10-03 18:07:50 +03:00
stickers Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
ui Version 0.10.9: fixed interface scaling and Windows build. 2016-10-01 16:15:27 +03:00
window LibNotify Linux notifications support added, testing. 2016-10-03 11:56:03 +03:00
apiwrap.cpp New media type Game added. Display of Game partially supported. 2016-09-27 16:37:18 +03:00
apiwrap.h Removed Function<> and SharedCallback<>, using base::lambda_unique<>. 2016-09-26 15:09:59 +03:00
app.cpp NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
app.h Moved History[Media] classes to history_media_types module. 2016-09-28 13:15:03 +03:00
application.cpp NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
application.h Xcode 8 supported. Fixed quit by Cmd+Q in case of macOS fullscreen window. 2016-09-15 13:50:43 +03:00
autoupdater.cpp Moving build / lang scripts from Telegram to subfolders. 2016-04-27 15:02:17 +03:00
autoupdater.h First version of the new Settings page is finished. 2016-08-28 13:16:23 -06:00
config.h LibNotify Linux notifications support added, testing. 2016-10-03 11:56:03 +03:00
countries.h
dialogswidget.cpp NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
dialogswidget.h Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
dropdown.cpp Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
dropdown.h Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
facades.cpp Native notifications switched off by default. Libnotify supported. 2016-10-03 18:07:50 +03:00
facades.h Native notifications switched off by default. Libnotify supported. 2016-10-03 18:07:50 +03:00
fileuploader.cpp
fileuploader.h
history.cpp NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
history.h Game play send message action is supported. 2016-09-30 16:40:22 +03:00
historywidget.cpp Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
historywidget.h Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
lang.cpp Main window position and size saving fixed in Windows. 2016-06-24 19:58:41 +03:00
lang.h Langs updated. Private beta version 9049006. 2016-06-13 14:04:37 +03:00
langloaderplain.cpp Removed some old styles. Divided basic_types module to several. 2016-09-29 14:37:16 +03:00
langloaderplain.h
layerwidget.cpp Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
layerwidget.h Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
layout.cpp Some parts from history module moved to history_[item,media,message]. 2016-09-27 17:20:49 +03:00
layout.h Removed some old styles. Divided basic_types module to several. 2016-09-29 14:37:16 +03:00
localimageloader.cpp Scheme updated. Dialogs list layout bug fixed. 2016-09-15 12:44:02 +03:00
localimageloader.h Removed all code related to channel comments. 2016-05-27 19:47:46 +03:00
localstorage.cpp Native notifications switched off by default. Libnotify supported. 2016-10-03 18:07:50 +03:00
localstorage.h Game bot confirmations added. 2016-09-15 22:15:49 +03:00
logs.cpp Removed some old styles. Divided basic_types module to several. 2016-09-29 14:37:16 +03:00
logs.h
main.cpp Building Qt with -no-gtkstyle and disable forcing "-style=0" in main.cpp 2016-07-07 19:12:52 +03:00
mainwidget.cpp Game sharing and inline results supported. Qt patch updated. 2016-09-28 19:23:25 +03:00
mainwidget.h New media type Game added. Display of Game partially supported. 2016-09-27 16:37:18 +03:00
mainwindow.cpp NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
mainwindow.h NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
mediaview.cpp NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
mediaview.h NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
observer_peer.cpp Beta 10008001: moved all Notify::Observer-s to base::Subscriber-s. 2016-09-26 21:33:34 +03:00
observer_peer.h Beta 10008001: moved all Notify::Observer-s to base::Subscriber-s. 2016-09-26 21:33:34 +03:00
overviewwidget.cpp Moved History[Media] classes to history_media_types module. 2016-09-28 13:15:03 +03:00
overviewwidget.h Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
passcodewidget.cpp Removed some old styles. Divided basic_types module to several. 2016-09-29 14:37:16 +03:00
passcodewidget.h
playerwidget.cpp Moved History[Media] classes to history_media_types module. 2016-09-28 13:15:03 +03:00
playerwidget.h Moved AudioPlayerState+position+duration+frequency to a single struct. 2016-07-10 16:02:22 +03:00
pspecific_linux.cpp Add TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION 2016-06-22 17:42:46 -04:00
pspecific_linux.h Moved PsMainWindow to Platform::MainWindow, outside of pspecific module. 2016-06-16 15:59:54 +03:00
pspecific_mac_p.h Code for replying from notifications, macOS uses notificationActivated(). 2016-10-02 20:06:34 +03:00
pspecific_mac_p.mm Code for replying from notifications, macOS uses notificationActivated(). 2016-10-02 20:06:34 +03:00
pspecific_mac.cpp Some langs updated. Build fixed for Xcode. 2016-09-29 00:33:05 +03:00
pspecific_mac.h Build scripts updated for Xcode projects from GYP, MacStore build tested. 2016-08-31 11:58:46 -06:00
pspecific_win.cpp Unified code for notification activation events in Windows version. 2016-10-02 19:32:46 +03:00
pspecific_win.h Moved PsMainWindow to Platform::MainWindow, outside of pspecific module. 2016-06-16 15:59:54 +03:00
pspecific_winrt.cpp Side shadow moved to MainWidget. Testing slide animation with 3s duration. 2016-05-14 19:57:06 +03:00
pspecific_winrt.h NB Broken! Started notification manager abstraction. 2016-10-02 12:30:28 +03:00
pspecific.h Moved PsMainWindow to Platform::MainWindow, outside of pspecific module. 2016-06-16 15:59:54 +03:00
settings.cpp Removed some old styles. Divided basic_types module to several. 2016-09-29 14:37:16 +03:00
settings.h First version of the new Settings page is finished. 2016-08-28 13:16:23 -06:00
shortcuts.cpp Merge branch 'gyp_xcode' into dev 2016-08-31 16:06:12 -04:00
shortcuts.h
stdafx.cpp GYP build for Linux done: GYP -> CMake -> make. Testing. 2016-09-09 09:15:11 +03:00
stdafx.h Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
structs.cpp Version 0.10.9: langs updated, moved shadow icons to separate files. 2016-10-01 15:35:52 +03:00
structs.h Removed some old styles. Divided basic_types module to several. 2016-09-29 14:37:16 +03:00
sysbuttons.cpp Version 0.10.9: fixed interface scaling and Windows build. 2016-10-01 16:15:27 +03:00
sysbuttons.h Version 0.10.9: fixed interface scaling and Windows build. 2016-10-01 16:15:27 +03:00
title.cpp Mixed channel access hash to the game score encrypted data. 2016-09-30 15:52:03 +03:00
title.h Most of the new Settings are done. 2016-08-26 22:49:18 -06:00