tdesktop/Telegram/SourceFiles/data
John Preston ff6365ec72 Fix crash in still downloaded ~DocumentData. 2020-06-01 18:09:30 +04:00
..
data_abstract_structure.cpp
data_abstract_structure.h
data_auto_download.cpp Highlight timestamps in song captions. 2019-12-26 17:14:35 +03:00
data_auto_download.h Add file size limit to autoplay settings. 2019-12-24 13:09:04 +03:00
data_channel.cpp Parse and apply cloud filters. 2020-03-27 20:36:01 +04:00
data_channel.h Parse and apply cloud filters. 2020-03-27 20:36:01 +04:00
data_channel_admins.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_channel_admins.h Display custom admin ranks in messages. 2019-07-24 08:02:20 +02:00
data_chat.cpp bugfix: show chat description 2020-03-24 14:56:30 +04:00
data_chat.h Use folder_id / still_unread_count from updates. 2019-05-01 16:11:38 +04:00
data_chat_filters.cpp Try to fix a crash in pinned reordering. 2020-05-04 19:06:53 +04:00
data_chat_filters.h Load folders exceptions after 100 chats. 2020-03-27 20:36:06 +04:00
data_cloud_themes.cpp Check loaded status through DocumentMedia if possible. 2020-06-01 18:09:30 +04:00
data_cloud_themes.h Start using document bytes from DocumentMedia. 2020-06-01 18:09:30 +04:00
data_countries.cpp Allow searching USA by 'United States'. 2019-06-22 22:12:47 +02:00
data_countries.h Allow searching USA by 'United States'. 2019-06-22 22:12:47 +02:00
data_document.cpp Fix crash in still downloaded ~DocumentData. 2020-06-01 18:09:30 +04:00
data_document.h Move automaticLoad() to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_document_media.cpp Move automaticLoad() to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_document_media.h Move automaticLoad() to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_drafts.cpp Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
data_drafts.h Display occupied chats using drafts for support. 2018-11-20 19:38:39 +04:00
data_feed_messages.cpp
data_feed_messages.h
data_file_origin.cpp Update API scheme to layer 109. 2020-01-23 10:09:33 +03:00
data_file_origin.h Support theme document file origins. 2019-09-09 11:51:07 +03:00
data_flags.h
data_folder.cpp Refresh filter chats count in filter settings. 2020-03-27 20:36:06 +04:00
data_folder.h Refresh filter chats count in filter settings. 2020-03-27 20:36:06 +04:00
data_game.h Don't unload all media on switching between chats. 2018-11-04 15:51:38 +04:00
data_groups.cpp Refactored code. 2019-04-02 18:14:12 +04:00
data_groups.h Refactored code. 2019-04-02 18:14:12 +04:00
data_histories.cpp Add debug logs for chats reading requests. 2020-05-12 16:18:19 +04:00
data_histories.h Load folders exceptions after 100 chats. 2020-03-27 20:36:06 +04:00
data_location.cpp Handle located groups as public. 2019-06-21 14:27:46 +02:00
data_location.h Use getters in MTP classes. 2019-07-05 16:23:07 +02:00
data_media_rotation.cpp Allow rotating content in media viewer. 2020-02-05 19:37:39 +04:00
data_media_rotation.h Allow rotating content in media viewer. 2020-02-05 19:37:39 +04:00
data_media_types.cpp Use Data::DocumentMedia to store good thumbnails. 2020-06-01 18:09:29 +04:00
data_media_types.h Disallow revoking dice media in first 24 hours. 2020-05-01 13:21:57 +04:00
data_messages.cpp Comment out non-folder feed code. 2019-04-25 14:16:30 +04:00
data_messages.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_notify_settings.cpp Fix possible race conditions in msgid(). 2019-07-15 16:00:30 +02:00
data_notify_settings.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_peer.cpp Disable create polls in support accounts. 2020-05-12 11:26:47 +04:00
data_peer.h Allow editing messages in channels indefinitely. 2020-04-23 16:21:30 +04:00
data_peer_values.cpp Use UserData::isBot where applicable. 2019-07-24 08:02:20 +02:00
data_peer_values.h Optimize online dots + add animations. 2019-06-17 18:13:05 +02:00
data_photo.cpp Move inline thumbnail image to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_photo.h Move inline thumbnail image to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_poll.cpp Fix applying poll updates. 2020-04-30 11:35:01 +04:00
data_poll.h Force reload results on auto-closed quiz. 2020-04-21 18:55:34 +04:00
data_pts_waiter.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_pts_waiter.h Replace SingleTimer with base::Timer. 2019-01-18 16:41:08 +04:00
data_reply_preview.cpp Move inline thumbnail image to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_reply_preview.h Move inline thumbnail image to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_scheduled_messages.cpp Added handling of updates for rescheduled messages. 2020-05-20 12:41:43 +04:00
data_scheduled_messages.h Added handler for SCHEDULE_STATUS_PRIVATE error when send file. 2020-01-28 11:20:36 +03:00
data_search_controller.cpp Fix crash in SearchController. 2020-02-25 16:13:07 +04:00
data_search_controller.h Fix crash in SearchController. 2020-02-25 16:13:07 +04:00
data_session.cpp Use rpl for file download progress notifications. 2020-06-01 18:09:30 +04:00
data_session.h Use rpl for file download progress notifications. 2020-06-01 18:09:30 +04:00
data_shared_media.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_shared_media.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_sparse_ids.cpp Move to std::optional. 2018-09-21 19:28:46 +03:00
data_sparse_ids.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_streaming.cpp Save streaming player between message edits. 2019-12-28 17:56:06 +03:00
data_streaming.h Save streaming player between message edits. 2019-12-28 17:56:06 +03:00
data_types.cpp Move inline thumbnail image to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_types.h Move inline thumbnail image to DocumentMedia. 2020-06-01 18:09:30 +04:00
data_user.cpp Apply ignore_restriction_reasons from config. 2019-12-09 18:42:11 +03:00
data_user.h Apply ignore_restriction_reasons from config. 2019-12-09 18:42:11 +03:00
data_user_photos.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_user_photos.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_wall_paper.cpp Update API scheme on layer 107. 2019-12-29 14:41:10 +03:00
data_wall_paper.h Send installWallPaper requests. 2019-02-08 19:47:02 +03:00
data_web_page.cpp Use Data::DocumentMedia to store good thumbnails. 2020-06-01 18:09:29 +04:00
data_web_page.h Generate previews for cloud theme links. 2019-09-09 14:56:05 +03:00