John Preston
|
0873db58d0
|
Moved PinnedBar to Ui:: in td_ui.
|
2020-10-30 18:32:18 +03:00 |
|
John Preston
|
9b4b15ee6d
|
Handle pinned bar clicks.
|
2020-10-30 18:32:18 +03:00 |
|
John Preston
|
91a0416037
|
Implement local pinned bar hiding.
|
2020-10-30 18:32:18 +03:00 |
|
John Preston
|
67290eed58
|
Use new message bar for pinned message.
|
2020-10-30 18:32:18 +03:00 |
|
John Preston
|
ae298818a8
|
Implement message bar with animations.
|
2020-10-30 18:32:17 +03:00 |
|
John Preston
|
b9f40e35cd
|
Switch between pinned messages in chat.
|
2020-10-30 18:32:17 +03:00 |
|
John Preston
|
ec35e3f081
|
Track multiple pinned messages in MessagesList.
|
2020-10-30 18:32:17 +03:00 |
|
John Preston
|
0c1175f9cd
|
Fix broadcast field placeholder update.
|
2020-10-07 14:41:21 +03:00 |
|
John Preston
|
4e8a1f8d29
|
Fix voice messages sending.
|
2020-10-01 10:47:03 +03:00 |
|
John Preston
|
94c2969f8b
|
Support slowmode restrictions in Replies section.
|
2020-09-30 16:29:32 +03:00 |
|
John Preston
|
719bed6e85
|
Move some text formatting to tg_ui:ui/text/format_values.
|
2020-09-30 16:29:17 +03:00 |
|
John Preston
|
8634c1f7f3
|
Move lang keys to td_lang library.
|
2020-09-30 12:18:52 +03:00 |
|
John Preston
|
def1266216
|
Rename td-specific libs from lib_ to td_.
|
2020-09-30 10:51:17 +03:00 |
|
John Preston
|
e8df47c926
|
Show send action animations in Replies thread.
|
2020-09-29 19:03:30 +03:00 |
|
John Preston
|
889139f31f
|
Handle links to replies section.
|
2020-09-29 19:03:28 +03:00 |
|
John Preston
|
a91c078fb1
|
Count attachments only on visible items.
|
2020-09-29 19:03:26 +03:00 |
|
John Preston
|
8af559e711
|
Use first message of album as the leader.
|
2020-09-29 19:03:26 +03:00 |
|
John Preston
|
008a301755
|
Paint some sort of replies icon.
|
2020-09-29 19:03:24 +03:00 |
|
John Preston
|
be14456290
|
Show correct reply in Replies bot.
|
2020-09-29 19:03:24 +03:00 |
|
John Preston
|
4a94a0c438
|
Show replies dialog correctly.
|
2020-09-29 19:03:24 +03:00 |
|
John Preston
|
01ab6e6d4d
|
Support anonymous group admins.
|
2020-09-29 19:03:24 +03:00 |
|
John Preston
|
d42ce87c09
|
Move discussion group link to three-dot menu.
|
2020-09-29 19:03:23 +03:00 |
|
John Preston
|
55edb3bdfe
|
Update API scheme to layer 119. Count replies.
|
2020-09-29 19:03:18 +03:00 |
|
John Preston
|
0e1f59a0ed
|
Fix crash in editing a deleted message.
Regression was introduced in b02b690747 .
|
2020-08-17 13:50:16 +04:00 |
|
23rd
|
14cda49db2
|
Moved code for send context menu to namespace.
|
2020-08-11 18:13:40 +04:00 |
|
23rd
|
1eea07d88a
|
Added ability to schedule and send silently stickers from autocomplete.
|
2020-08-11 18:13:40 +04:00 |
|
23rd
|
cf56658664
|
Slightly refactored FieldAutocomplete.
|
2020-08-11 18:13:40 +04:00 |
|
23rd
|
edceed28d7
|
Moved code for send context menu to separate file.
|
2020-08-11 18:13:40 +04:00 |
|
23rd
|
1fee7d1a41
|
Added ability to schedule and send silently media from inline bots.
|
2020-08-11 18:13:40 +04:00 |
|
23rd
|
d1d153e886
|
Added Api::SendOptions passing from TabbedSelector for inline results.
|
2020-08-11 18:13:40 +04:00 |
|
23rd
|
43056107fd
|
Added ability to pass SendMenuType to TabbedSelector.
|
2020-08-11 18:13:40 +04:00 |
|
23rd
|
759e802eba
|
Added ability to pass Api::SendOptions from TabbedSelector.
|
2020-08-11 18:13:40 +04:00 |
|
John Preston
|
638d4d63c5
|
Update API scheme to layer 115.
|
2020-07-25 11:24:11 +04:00 |
|
John Preston
|
d4feb16378
|
Don't mark as read when scheduling messages.
|
2020-07-23 17:46:52 +04:00 |
|
23rd
|
acce671eb0
|
Added ability to jump to bottom in HistoryWidget with Ctrl key.
Fixed #7868.
|
2020-07-22 10:26:00 +04:00 |
|
23rd
|
4eaba39a7c
|
Added drag'n'drop area to EditCaptionBox.
|
2020-07-20 21:44:07 +03:00 |
|
23rd
|
6ac9ef34eb
|
Moved ActivateWindow from HistoryWidget to single place.
|
2020-07-20 21:44:07 +03:00 |
|
23rd
|
24d02d5461
|
Replaced creating of drag'n'drop area in HistoryWidget with new way.
|
2020-07-20 21:44:07 +03:00 |
|
23rd
|
58281023bc
|
Moved drawing preview image from HistoryWidget to WebPageData.
|
2020-07-19 19:56:18 +03:00 |
|
23rd
|
42e0994581
|
Moved generating preview text from HistoryWidget to WebPageData.
|
2020-07-19 19:56:18 +03:00 |
|
23rd
|
b02b690747
|
Moved HistoryWidget::saveEditMsgDone/Fail to lambdas.
|
2020-07-17 18:22:38 +03:00 |
|
23rd
|
c52da743fd
|
Fixed WebPageId removing from api_editing.
|
2020-07-17 18:22:38 +03:00 |
|
23rd
|
63dff9ff91
|
Moved edit text messages from HistoryWidget to api_editing.
|
2020-07-17 18:22:38 +03:00 |
|
23rd
|
9445ce4b09
|
Moved sending of bot's CallbackData and CallbackGame to separate file.
|
2020-07-14 19:03:41 +04:00 |
|
John Preston
|
2f5cb33bf2
|
Fix finalizing media in non-active account.
|
2020-07-14 19:02:27 +04:00 |
|
Sean Wei
|
556aa28df6
|
Remove unused variable
The following are commits related to removed variables.
apiwrap.cpp
e050e27 : kSaveDraftBeforeQuitTimeout
app.cpp
113f665 : serviceImageCacheSize
boxes/auto_download_box.cpp
a0c6104 : checked(Source source, Type type)
boxes/background_preview_box.cpp
b6edf45 : resultBytesPerPixel
fe21b5a : ms
boxes/calendar_box.cpp
ae97704 : yearIndex, monthIndex
99bb093 : ms
boxes/connection_box.cpp
f794d8d : ping
boxes/dictionaries_manager.cpp
8353867 : session
boxes/peer_list_box.cpp
2ce2a14 : grayedWidth
boxes/peers/add_participants_box.cpp
07e010d : chat, channel
boxes/self_destruction_box.cpp
fe9f02e : count
chat_helpers/emoji_suggestions_widget.cpp
a12bc60 : is(QLatin1String string)
chat_helpers/field_autocomplete.cpp
8c7a35c : atwidth, hashwidth
chat_helpers/gifs_list_widget.cpp
ff65734 : inlineItems
3d846fc : newSelected
d1687ab : kSaveDraftBeforeQuitTimeout
chat_helpers/stickers_dice_pack.cpp
c83e297 : kZeroDiceDocumentId
chat_helpers/stickers_emoji_pack.cpp
d298953 : length
chat_helpers/stickers_list_widget.cpp
eb75859 : index, x
core/crash_reports.cpp
5940ae6 : LaunchedDateTimeStr, LaunchedBinaryName
data/data_changes.cpp
3c4e959:clearRealtime
data/data_cloud_file.cpp
4b354b0 : fromCloud, cacheTag
data/data_document_media.cpp
7db5359 : kMaxVideoFrameArea
data/data_messages.cpp
794e315 : wasCount
data/data_photo_media.cpp
e27d2bc : index
data/data_wall_paper.cpp
b6edf45 : resultBytesPerPixel
data/data_types.cpp
aa8f62d : kWebDocumentCacheTag, kStorageCacheMask
history/admin_log/history_admin_log_inner.cpp
794e315 : canDelete, canForward
history/history_location_manager.cpp
60f45ab : kCoordPrecision
9f90d3a : kMaxHttpRedirects
history/history_message.cpp
cedf8a6 : kPinnedMessageTextLimit
history/history_widget.cpp
b305924 : serviceColor
efa5fc4 : hasForward
5e7aa4f : kTabbedSelectorToggleTooltipTimeoutMs, kTabbedSelectorToggleTooltipCount
history/view/history_view_context_menu.cpp
fe1a90b : isVideoLink, isVoiceLink, isAudioLink
settings.cpp
e2f54eb : defaultRecent
settings/settings_folders.cpp
e8bf5bb : kRefreshSuggestedTimeout
ui/filter_icon_panel.cpp
c4a0bc1 : kDelayedHideTimeoutMs
window/themes/window_theme_preview.cpp
ef927c8 : mutedCounter
-----
Modified variables
boxes/stickers_box.cpp
554eb3a : _rows[pressedIndex] -> set
data/data_notify_settings.cpp
734c410 : muteForSeconds -> muteUntil
history/view/history_view_list_widget.cpp
07528be : _items[index] -> view
e5f3bed : fromState, tillState
history/history.cpp
cd3c1c6 : kStatusShowClientsideRecordVideo -> kStatusShowClientsideRecordVoice
storage/download_manager_mtproto.cpp
ae8fb14 : _queues[dcId] -> queue
storage/localstorage.cpp
357caf8 : MTP::Environment::Production -> production
|
2020-07-13 09:33:55 +04:00 |
|
John Preston
|
f2577265ee
|
Refresh main message view for inactive accounts.
|
2020-07-02 13:35:07 +04:00 |
|
John Preston
|
eb1845e33b
|
Fix crash in session destruction.
Also use rpl::event_stream for downloaderTaskFinished.
|
2020-07-01 12:26:29 +04:00 |
|
John Preston
|
20ea3af2f0
|
Fix crash in edited and replied message destruction.
|
2020-06-30 20:01:17 +04:00 |
|
John Preston
|
09aff23ac9
|
Fix crashes in HistoryWidget.
|
2020-06-30 18:14:05 +04:00 |
|