Ilya Fedin
|
a726c6411b
|
Don't use custom notificaions on Wayland even with TDESKTOP_DISABLE_DBUS_INTEGRATION
|
2020-06-29 16:53:50 +04:00 |
|
John Preston
|
79a361ba43
|
Move call management to Core::App.
|
2020-06-25 21:57:36 +04:00 |
|
John Preston
|
65050bf9dd
|
Move export management to Core::App.
|
2020-06-25 11:14:05 +04:00 |
|
John Preston
|
e7b8a52278
|
Move terms lock from Core::App to Session.
|
2020-06-24 11:56:16 +04:00 |
|
John Preston
|
30c82bb2e0
|
Remove some MainWindow::sessionController() calls.
|
2020-06-23 21:53:44 +04:00 |
|
23rd
|
0696a2d5c0
|
Replaced mapping to rpl::empty_value with rpl::to_empty.
|
2020-06-23 21:53:43 +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
|
997913be25
|
One Window::Notifications system for all sessions.
|
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
|
bc144377c0
|
Support logout of a secondary account.
|
2020-06-23 21:53:41 +04:00 |
|
John Preston
|
ab5796c117
|
Several working accounts together.
|
2020-06-23 21:53:40 +04:00 |
|
23rd
|
9faf15943a
|
Fixed build for macOS.
|
2020-06-23 21:53:40 +04:00 |
|
John Preston
|
3c4e959468
|
Replace observer_peer with rpl interface.
|
2020-06-23 21:53:40 +04:00 |
|
John Preston
|
b0f9ad71dd
|
Check some more App::main()s.
|
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
|
0b028b959b
|
Move updates handling MainWidget -> Api::Updates.
|
2020-06-23 21:53:39 +04:00 |
|
John Preston
|
ee43027bea
|
Remove some usages of App::main().
|
2020-06-23 21:53:39 +04:00 |
|
John Preston
|
ea86433be5
|
Remove some activeAccount() calls.
|
2020-06-23 21:53:39 +04:00 |
|
John Preston
|
598fb67cdf
|
Remove Session::Exists() global access point.
|
2020-06-23 21:53:39 +04:00 |
|
John Preston
|
5f8d22f1f2
|
Remove Auth() global access point.
|
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 |
|
Ilya Fedin
|
68fde210c6
|
Platform::IsWayland could be used on any platform now
|
2020-06-23 21:24:44 +04:00 |
|
Ilya Fedin
|
1beada6e4a
|
Hide notification position in settings on Wayland
|
2020-06-19 06:28:01 +04:00 |
|
John Preston
|
a56ecfebeb
|
Version 2.1.12: Fix build on macOS.
|
2020-06-17 22:36:53 +04:00 |
|
Ilya Fedin
|
dbad9fa73a
|
Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used also on *BSD/Haiku
|
2020-06-17 20:33:23 +04:00 |
|
Ilya Fedin
|
56de3194ef
|
Never use custom notifications on Wayland since there are no positioning API
|
2020-06-17 20:32:50 +04:00 |
|
Ilya Fedin
|
e098922a4b
|
Add Platform::AutostartSupported
|
2020-06-01 18:25:21 +04:00 |
|
Ilya Fedin
|
be96bf2812
|
Set parent for dialogs only on Wayland
|
2020-06-01 18:09:34 +04:00 |
|
John Preston
|
36fbdfb380
|
Simplify Image, remove ImageSource.
|
2020-06-01 18:09:33 +04:00 |
|
John Preston
|
6513422e40
|
Remove legacy image-related code.
|
2020-06-01 18:09:33 +04:00 |
|
John Preston
|
803593cd8d
|
Change Stickers::Set from value to object type.
|
2020-06-01 18:09:33 +04:00 |
|
Ilya Fedin
|
3479a4ec59
|
Add parent, minimum and maximum size to notifications
|
2020-05-25 09:29:15 +04:00 |
|
John Preston
|
6f760d513e
|
Add a checkbox to disable taskbar flash.
Also add ability to set urgent flag for the window on Linux.
Fixes #223, fixes #897, fixes #906.
|
2020-05-12 14:16:24 +04:00 |
|
Ilya Fedin
|
7409d615a3
|
Add a cheat code to enable freetype on Windows and macOS
|
2020-05-10 17:09:59 +04:00 |
|
Ilya Fedin
|
95b4f56b86
|
Don't use QDesktopServices::openUrl on snap
|
2020-05-01 12:06:01 +04:00 |
|
John Preston
|
dd78052f92
|
Use new toast style structure.
|
2020-04-30 11:35:01 +04:00 |
|
John Preston
|
aabc8173c3
|
Use similar margins in all controls.
|
2020-04-30 11:35:01 +04:00 |
|
John Preston
|
8d632bd2be
|
Update API scheme to layer 103.
|
2020-04-30 11:35:01 +04:00 |
|
John Preston
|
0c2d8f1b6e
|
Allow open folders by 'folders' code.
|
2020-03-27 20:36:06 +04:00 |
|
John Preston
|
fdabdc3626
|
Refresh filter chats count in filter settings.
|
2020-03-27 20:36:06 +04:00 |
|
John Preston
|
4f718aeead
|
Add filter icons to Settings -> Folders.
|
2020-03-27 20:36:05 +04:00 |
|
John Preston
|
e8bf5bb5ce
|
Move manage filters to a Settings section.
|
2020-03-27 20:36:05 +04:00 |
|
John Preston
|
568325f201
|
Show folders in settings async.
|
2020-03-27 20:36:05 +04:00 |
|
John Preston
|
ffc65f7da4
|
Add folders menu to Settings.
|
2020-03-27 20:36:03 +04:00 |
|
John Preston
|
4881981cf6
|
Enable / disable side bar based on filters.
|
2020-03-27 20:36:03 +04:00 |
|
John Preston
|
71f7aae948
|
Replace dialogs mode with filters.
|
2020-03-27 20:36:01 +04:00 |
|