John Preston
|
8c4e8212cd
|
Add 'respect system dark mode' checkbox.
|
2020-07-22 17:18:17 +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
|
eb1845e33b
|
Fix crash in session destruction.
Also use rpl::event_stream for downloaderTaskFinished.
|
2020-07-01 12:26:29 +04:00 |
|
John Preston
|
793e8c102e
|
Fix adjustable colors in default theme.
|
2020-06-26 14:37:07 +04:00 |
|
John Preston
|
4add6234b6
|
Fix reading background before style init.
|
2020-06-23 21:53:44 +04:00 |
|
23rd
|
e318a7d65f
|
Simplified ranges::find_if with ranges::any_of and ranges::none_of.
|
2020-06-23 21:53:43 +04:00 |
|
John Preston
|
3bb352e0e5
|
Fix build and working on macOS.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
0824d2da20
|
Reset some settings on full logout.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
2635ca33f8
|
Move background to global settings.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
83538675ce
|
Move a lot of settings to Core::Settings.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
4d6cc58f0d
|
Move session settings to main_session_settings.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
357caf8007
|
Keep separate MTP::Config's for separate accounts.
|
2020-06-23 21:53:41 +04:00 |
|
John Preston
|
6fc5e22882
|
Allow several accounts in Core::App.
|
2020-06-23 21:53:40 +04:00 |
|
John Preston
|
0ad7dcaef9
|
Remove MTP::MainInstance() global access point.
|
2020-06-23 21:53:40 +04:00 |
|
John Preston
|
ea86433be5
|
Remove some activeAccount() calls.
|
2020-06-23 21:53:39 +04:00 |
|
John Preston
|
ad4afe9293
|
Move session data localstorage -> storage_account.
|
2020-06-23 21:53:39 +04:00 |
|
John Preston
|
3878a1b212
|
Remove some more Auth() calls.
|
2020-06-23 21:53:38 +04:00 |
|
John Preston
|
05df4f832b
|
Fix crash in theme editor closing.
|
2020-06-05 14:00:06 +04:00 |
|
John Preston
|
c868cd6036
|
Update lib_ui.
|
2020-06-04 10:53:59 +04:00 |
|
Nicholas Guriev
|
d8d3dda2f3
|
Fix little typo in theme names generator
|
2020-06-01 18:26:16 +04:00 |
|
John Preston
|
803593cd8d
|
Change Stickers::Set from value to object type.
|
2020-06-01 18:09:33 +04:00 |
|
John Preston
|
33c1c48ad9
|
Update API scheme to layer 114.
|
2020-06-01 18:09:31 +04:00 |
|
John Preston
|
bf616036b3
|
Check loaded status through DocumentMedia if possible.
|
2020-06-01 18:09:30 +04:00 |
|
John Preston
|
33f4946242
|
Start using document bytes from DocumentMedia.
|
2020-06-01 18:09:30 +04:00 |
|
John Preston
|
07e3671ca8
|
Allow monospace blocks to extend bubble width.
This partially fixes #2060 instead of additional settings from #7822.
|
2020-05-12 11:07:41 +04:00 |
|
John Preston
|
19bcc145ad
|
Fix crash in theme editor.
|
2020-05-01 16:27:55 +04:00 |
|
John Preston
|
bba511409f
|
Fix layout of cloud themes in a narrow window.
|
2020-03-27 20:36:05 +04:00 |
|
John Preston
|
2e1e13b843
|
Rename mediaview.style to media_view.style.
|
2020-02-05 18:39:47 +04:00 |
|
John Preston
|
74d848311b
|
Replace str_const with base::const_string.
|
2020-01-29 12:47:50 +03:00 |
|
John Preston
|
d57905c2b3
|
Update API scheme to layer 109.
|
2020-01-23 10:09:33 +03:00 |
|
John Preston
|
66204bae95
|
Update API scheme on layer 107.
|
2019-12-29 14:41:10 +03:00 |
|
John Preston
|
1f2b5ba0a2
|
Update spellcheck and ui submodules.
|
2019-12-14 17:46:31 +03:00 |
|
John Preston
|
d63e50944a
|
Update submodules to the latest spellcheck.
|
2019-11-05 13:23:56 +03:00 |
|
John Preston
|
467be135d6
|
Fix build in macOS.
|
2019-10-20 15:24:09 +04:00 |
|
John Preston
|
27a83a7a09
|
Use base::FileNameFromUserString.
|
2019-10-20 14:22:46 +04:00 |
|
John Preston
|
30a1bd7ba2
|
Use base::call_delayed.
|
2019-10-19 12:27:56 +04:00 |
|
John Preston
|
f677b116f9
|
Use install_base_filter for lib_base.
|
2019-10-19 12:27:56 +04:00 |
|
John Preston
|
a6c84c36c0
|
Use layers and boxes from lib_ui.
|
2019-10-19 12:27:52 +04:00 |
|
John Preston
|
849deb57e2
|
Move many widget classes to lib_ui.
|
2019-10-01 23:59:46 +03:00 |
|
John Preston
|
c057f28425
|
Move standard buttons to lib_ui.
|
2019-10-01 23:59:46 +03:00 |
|
John Preston
|
c5845f17ae
|
Remove twidget header.
|
2019-10-01 23:59:46 +03:00 |
|
John Preston
|
e2f54eb3e9
|
Move some style code to lib_ui.
|
2019-10-01 23:59:46 +03:00 |
|
John Preston
|
0c713a930a
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
|
RadRussianRus
|
9fc87c3cb8
|
Fix last message tail drawing in theme preview
|
2019-09-10 10:48:20 +03:00 |
|
John Preston
|
ca45fb617e
|
Fix applying background after theme edit.
|
2019-09-10 00:36:16 +03:00 |
|
John Preston
|
dfd63e66ff
|
Add import theme to the editor.
|
2019-09-09 23:58:41 +03:00 |
|
John Preston
|
1d4fbc64e2
|
Ensure theme list radiobutton contrast.
|
2019-09-09 23:25:54 +03:00 |
|
John Preston
|
12c7bd8ee1
|
Suggest theme title based on accent color.
|
2019-09-09 20:27:07 +03:00 |
|
John Preston
|
cd5ef069c0
|
Ask to unlock Telegram before saving theme.
|
2019-09-09 20:26:53 +03:00 |
|
John Preston
|
423254f7eb
|
Fix theme editor closing in a small window.
Fixes #6510.
|
2019-09-09 18:37:04 +03:00 |
|