23rd
|
98bb520f47
|
Adjusted code for refactor of input fields in lib_ui.
|
2023-09-04 17:36:54 +04:00 |
John Preston
|
34c1bd950e
|
Update API scheme to layer 154.
|
2023-03-07 08:42:29 +03:00 |
John Preston
|
2a4c39b9d7
|
Implement some power saving options.
|
2023-03-01 09:12:02 +04:00 |
Ilya Fedin
|
1f1cd35d57
|
videoplayer cheat code -> experimental setting
|
2023-02-26 13:27:17 +04:00 |
23rd
|
f8a17bd9c9
|
Moved tmp string for temporary folder to single place.
|
2022-11-30 17:17:16 +03:00 |
23rd
|
2acedca6b7
|
Replaced some qstr with u""_q literal.
|
2022-11-29 14:12:50 +03:00 |
John Preston
|
8dc27339b4
|
Support pinned messages bar in topics.
|
2022-11-01 19:25:43 +04:00 |
23rd
|
1d475ee727
|
Slightly optimized includes in application.h.
|
2022-06-12 16:07:41 +03:00 |
John Preston
|
1e660fc2a2
|
Allocate 64 bits for message ids.
|
2021-09-30 13:49:37 +04:00 |
John Preston
|
8069fdd873
|
Use base/random.h instead of openssl::RandomValue.
|
2021-09-15 13:42:22 +03:00 |
John Preston
|
6a53fc7edc
|
Beta version 3.0.4: Add some theme loading logging.
|
2021-09-13 20:09:55 +03:00 |
23rd
|
b635a9d4a5
|
Changed voice playback speed setting to storage value of speed.
|
2021-09-01 01:23:20 +03:00 |
23rd
|
1c6e2eae04
|
Removed unused enum from local legacy storage settings scheme.
|
2021-06-16 09:31:32 +03:00 |
23rd
|
6d08542afa
|
Moved proxy global variables from facades to core settings.
|
2021-06-16 09:31:32 +03:00 |
23rd
|
707b36dc12
|
Moved DBIWorkMode to Core::Settings.
|
2021-06-16 09:31:32 +03:00 |
23rd
|
da3e140069
|
Moved DBINotifyView to Core::Settings.
|
2021-06-16 09:31:32 +03:00 |
23rd
|
5334372671
|
Moved WorkMode global variable from facades to core settings.
|
2021-06-16 09:31:32 +03:00 |
23rd
|
54dd63d61a
|
Removed LocalPasscode global variable from facades.
|
2021-06-16 09:31:32 +03:00 |
John Preston
|
197b3c1cb5
|
Push all QSaveFile-s to background thread.
|
2021-05-03 12:27:45 +04:00 |
John Preston
|
5bb73d8d3d
|
Move recent emoji and variants to common settings.
Fixes #16163, fixes #4018, partially fixes #10123.
|
2021-04-26 10:51:10 +04:00 |
John Preston
|
1342077dcb
|
Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId.
|
2021-04-09 15:05:00 +04:00 |
Ilya Fedin
|
508762cd2c
|
Use static QFileInfo::exists
|
2021-03-15 11:21:05 +03:00 |
Ilya Fedin
|
c4dcf064d5
|
Avoid multiple .arg usage as suggested by clazy
|
2021-03-13 19:08:33 +03:00 |
John Preston
|
b3660f1ed8
|
Version 2.5.9: Move window position to Core::Settings.
|
2021-02-17 19:20:05 +04:00 |
John Preston
|
8500bf6073
|
Version 2.5.9: Fix reading settings from old apps.
|
2021-02-17 15:58:57 +04:00 |
Ilya Fedin
|
9c86755546
|
Take custom scale in account when saving window geometry
|
2021-01-31 12:38:41 +04:00 |
23rd
|
d4bbbdb65c
|
Replaced rand_value util function with openssl::RandomValue.
|
2021-01-24 10:41:10 +03:00 |
23rd
|
dd01ece14a
|
Replaced snap util function with std::clamp.
|
2021-01-24 10:41:10 +03:00 |
John Preston
|
e4e1f7f5d6
|
Try creating base dir in FileWriteDescriptor.
|
2020-10-30 18:32:22 +03:00 |
John Preston
|
bb4fdde616
|
Fix sending many files with a comment.
|
2020-10-30 18:32:19 +03:00 |
John Preston
|
8d2fa313b7
|
Add setting for grouping files.
|
2020-10-30 18:32:19 +03:00 |
John Preston
|
05eb549a3d
|
Move App::roundRect to Ui::FillRoundRect.
|
2020-10-30 18:32:18 +03:00 |
John Preston
|
aa87d627c9
|
Allow to choose camera device in Settings.
|
2020-08-21 17:52:13 +04:00 |
John Preston
|
c777f51427
|
Fix new settings saving.
|
2020-06-29 21:49:58 +04:00 |
John Preston
|
5d6a494934
|
Move some more settings to Core::App.
|
2020-06-25 16:25:53 +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
|
3a5ede534e
|
Count all accounts in Core::App().unreadBadge.
|
2020-06-23 21:53:41 +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
|
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 |