tdesktop/Telegram/SourceFiles/data
John Preston 1342077dcb Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
..
stickers Update API scheme to layer 128. 2021-04-06 18:41:15 +04:00
data_abstract_structure.cpp
data_abstract_structure.h
data_auto_download.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
data_auto_download.h Improve video userpics in chat history. 2020-07-25 11:25:22 +04:00
data_changes.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_changes.h Add auto-delete control to compose controls. 2021-02-22 23:42:41 +04:00
data_channel.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_channel.h Update API scheme to layer 128. 2021-04-06 18:41:15 +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 Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_chat.h Update API scheme to layer 128. 2021-04-06 18:41:15 +04:00
data_chat_filters.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
data_chat_filters.h Load filters before creating session on log in. 2020-06-30 11:02:44 +04:00
data_cloud_file.cpp Fix build on macOS. 2020-09-29 19:03:23 +03:00
data_cloud_file.h Try using progressive jpeg photo size. 2020-09-29 19:03:18 +03:00
data_cloud_themes.cpp Rename RPCError to MTP::Error. 2021-03-12 16:58:26 +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 Use static QFileInfo::exists 2021-03-15 11:21:05 +03:00
data_document.h Added ability to show song cover in HistoryView and Overview::Layout. 2021-01-11 22:46:45 +03:00
data_document_media.cpp Move Media::Clip::Reader and FileLocation to td_ui. 2020-10-30 18:32:18 +03:00
data_document_media.h Simplify Image, remove ImageSource. 2020-06-01 18:09:33 +04:00
data_drafts.cpp Don't accept drafts older than last saved. 2021-03-12 16:58:26 +04:00
data_drafts.h Improve editing messages with link previews. 2021-01-29 15:27:17 +04:00
data_file_origin.cpp Update API scheme to layer 109. 2020-01-23 10:09:33 +03:00
data_file_origin.h 'base::optional_variant<' -> 'std::variant<v::null_t,' 2020-09-29 19:03:19 +03:00
data_flags.h
data_folder.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
data_folder.h Remove legacy #feed code. 2021-02-25 17:03:51 +04:00
data_game.h Don't unload all media on switching between chats. 2018-11-04 15:51:38 +04:00
data_group_call.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_group_call.h Correctly track mute button scheduled state. 2021-04-06 18:41:16 +04:00
data_groups.cpp Suggest converting to gigagroup. 2021-02-22 23:42:42 +04:00
data_groups.h Fix repainting of non-first file album item. 2021-01-29 14:38:07 +04:00
data_histories.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
data_histories.h Remove legacy #feed code. 2021-02-25 17:03:51 +04:00
data_location.cpp Update API scheme to layer 120. 2020-10-30 18:32:17 +03:00
data_location.h Use Data::CloudImage for location thumbnails. 2020-06-01 18:09:33 +04: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 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_media_types.h Add better error reporting to payments. 2021-04-06 18:41:16 +04:00
data_messages.cpp Handle pinned bar clicks. 2020-10-30 18:32:18 +03:00
data_messages.h Track multiple pinned messages in MessagesList. 2020-10-30 18:32:17 +03:00
data_notify_settings.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_notify_settings.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_peer.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_peer.h Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_peer_id.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_peer_id.h Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_peer_values.cpp Correctly track mute button scheduled state. 2021-04-06 18:41:16 +04:00
data_peer_values.h Correctly track mute button scheduled state. 2021-04-06 18:41:16 +04:00
data_photo.cpp Replaced snap util function with std::clamp. 2021-01-24 10:41:10 +03:00
data_photo.h Load and show image previews in pinned bar. 2020-10-30 18:32:18 +03:00
data_photo_media.cpp Implement progressive jpeg loading and sending. 2020-09-29 19:03:18 +03:00
data_photo_media.h Try using progressive jpeg photo size. 2020-09-29 19:03:18 +03:00
data_poll.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_poll.h Use Main::Session in entities parsing. 2020-06-08 12:05:17 +04:00
data_pts_waiter.cpp Move updates handling MainWidget -> Api::Updates. 2020-06-23 21:53:39 +04:00
data_pts_waiter.h Move updates handling MainWidget -> Api::Updates. 2020-06-23 21:53:39 +04:00
data_replies_list.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
data_replies_list.h Refactored handle of last editable message on Up arrow in sections. 2021-02-04 18:13:03 +04:00
data_reply_preview.cpp Load and show image previews in pinned bar. 2020-10-30 18:32:18 +03:00
data_reply_preview.h Load and show image previews in pinned bar. 2020-10-30 18:32:18 +03:00
data_scheduled_messages.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
data_scheduled_messages.h Refactored handle of last editable message on Up arrow in sections. 2021-02-04 18:13:03 +04:00
data_search_controller.cpp Rename RPCError to MTP::Error. 2021-03-12 16:58:26 +04:00
data_search_controller.h Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_session.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_session.h Remove legacy #feed code. 2021-02-25 17:03:51 +04:00
data_shared_media.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_shared_media.h Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_sparse_ids.cpp Move to std::optional. 2018-09-21 19:28:46 +03:00
data_sparse_ids.h Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_streaming.cpp Play video userpics in photo change messages. 2020-07-25 11:25:22 +04:00
data_streaming.h Play video userpics in photo change messages. 2020-07-25 11:25:22 +04:00
data_types.cpp Show all .webp as stickers. 2021-02-17 10:46:36 +04:00
data_types.h Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_user.cpp Update API scheme to layer 128. 2021-04-06 18:41:15 +04:00
data_user.h Add support for FAKE badge. 2021-01-25 16:50:59 +04:00
data_user_photos.cpp Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_user_photos.h Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_wall_paper.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
data_wall_paper.h Move background to global settings. 2020-06-23 21:53:42 +04:00
data_web_page.cpp Build Linux version with Qt 5.15.1 in CentOS 7 docker. 2020-11-06 11:21:34 +03:00
data_web_page.h Replace mapbox variant with std::variant. 2020-09-29 19:03:19 +03:00