John Preston
df17f20a47
Support attach bot menu / reload / settings.
2022-06-03 20:07:33 +04:00
John Preston
de31c1cf0c
Subscription status display.
2022-06-02 17:30:01 +04:00
John Preston
c0664d2d81
Prevent activating chats search when in Settings.
2022-05-24 11:25:49 +04:00
23rd
141f96590b
Fixed focus in some new settings sections.
2022-05-24 01:41:23 +03:00
John Preston
62f42eabb0
Allow layers with fixed-bottom to stick-to-bottom.
2022-05-23 15:45:43 +04:00
23rd
c310b263a6
Added ability to provide back button to pinned to top content.
2022-05-23 13:37:02 +03:00
23rd
00632dff46
Added initial support of custom top bar for premium settings.
2022-05-23 13:37:02 +03:00
23rd
001aba4791
Added support of empty top bar to Info::WrapWidget.
2022-05-23 13:37:02 +03:00
23rd
ef3e139b85
Added padding to info layer sections with pinned to bottom content.
2022-05-23 13:37:02 +03:00
John Preston
e72ca712ec
Fix glitch in Settings > Premium layer scroll-to-bottom.
2022-05-23 12:04:31 +04:00
23rd
f3ca4f45ea
Added bottom fade shadow to info sections with pinned bottom content.
2022-05-20 13:18:22 +03:00
23rd
a72953411b
Added step section of email confirm to cloud password settings.
2022-05-10 08:53:30 +03:00
23rd
fbd9437775
Added ability to transfer variant data between nearest setting sections.
2022-05-10 08:53:30 +03:00
23rd
972666440e
Added ability to remove previous sections from stack in info widget.
2022-05-05 16:52:09 +03:00
23rd
47ec5b18b8
Removed info button from top bar in profile when menu is empty.
2022-04-15 14:19:29 +03:00
John Preston
488f6412f2
Change phone number section instead of a box.
2022-04-13 15:06:24 +04:00
John Preston
f6f39d1560
Change layer widget height with animation.
2022-04-12 16:07:25 +04:00
John Preston
d9bbfeead1
Provide section title from the section class.
2022-04-05 16:31:09 +04:00
23rd
67d8a7e106
Moved out peer menu callback and its creation to separated files.
2022-04-01 15:53:58 +04:00
23rd
3c4f575bc2
Added ability to set auto-delete from profile info.
2022-04-01 15:53:57 +04:00
23rd
3356168745
Replaced DropdownMenu with PopupMenu in profile info.
2022-04-01 15:53:57 +04:00
23rd
c520cb777c
Replaced Window::PeerMenuCallback with struct.
2022-04-01 15:53:57 +04:00
John Preston
aa7143a831
Allow adding Settings::Section-s without changing Type.
2022-04-01 15:53:23 +04:00
John Preston
9c57e31256
Version 3.6: Fix build with GCC.
2022-03-11 17:09:18 +04:00
John Preston
1bc438ed01
Support "Delete all files" menu in Downloads section.
2022-03-11 09:56:29 +04:00
John Preston
dde4868540
Add phrases to lang.string.
2022-02-27 20:26:52 +03:00
John Preston
e89c95551f
Show correct downloads elements context menu.
2022-02-27 20:26:52 +03:00
John Preston
91c46dbc85
Allow Info::Media::ListWidget use different data providers.
2022-02-25 19:41:15 +03:00
John Preston
ffd65e1fe4
Fix slide animations with new layer rounding.
2022-02-25 14:14:43 +03:00
John Preston
1501a6d8fc
Don't check config.phonecalls_enabled value.
2022-02-25 14:14:41 +03:00
John Preston
340db7662b
Improve settings main cover.
2022-02-25 14:14:41 +03:00
John Preston
2c36623cfb
Add some icons to popup menus.
2021-12-29 21:22:33 +03:00
23rd
80461bd9fe
Moved ConfirmBox to Ui namespace.
2021-10-19 06:34:27 +03:00
23rd
6148edbc7d
Moved ConfirmBox to td_ui.
2021-10-19 06:34:27 +03:00
John Preston
3cd0f9d189
Start non-unique ChatTheme.
2021-08-30 20:32:57 +03:00
John Preston
3dadcd9352
Animated transition on pattern-on-gradient resize.
2021-08-16 10:26:08 +03:00
John Preston
8142acc709
Remove legacy #feed code.
2021-02-25 17:03:51 +04:00
John Preston
b6483cb65c
Use shared_ptr<Memento> for sections.
2020-12-14 18:48:10 +04:00
John Preston
f04b3da76a
Add return from bot switch_pm to Scheduled/Replies.
2020-11-17 12:58:06 +03:00
John Preston
4a8b59b788
Pass reply info to Window::PeerMenu.
2020-11-17 12:58:06 +03:00
John Preston
4a94a0c438
Show replies dialog correctly.
2020-09-29 19:03:24 +03:00
John Preston
83759adb5f
Start video call from video call service message.
2020-08-11 18:21:40 +04:00
John Preston
79a361ba43
Move call management to Core::App.
2020-06-25 21:57:36 +04:00
John Preston
bf7aae5fc6
Allow float video player across accounts.
2020-06-25 18:17:37 +04:00
John Preston
357caf8007
Keep separate MTP::Config's for separate accounts.
2020-06-23 21:53:41 +04:00
John Preston
3c4e959468
Replace observer_peer with rpl interface.
2020-06-23 21:53:40 +04:00
John Preston
3878a1b212
Remove some more Auth() calls.
2020-06-23 21:53:38 +04:00
John Preston
e27a8fe058
Support pinned locally in filters.
2020-03-27 20:36:03 +04:00
John Preston
e6c005dcba
Fix poll result header on scroll top.
2020-01-23 10:09:33 +03:00
Nicholas Guriev
793862bee6
Fix -Wredundant-move and -Wdeprecated-copy warnings ( #6663 )
...
* Do not move result at end of function
This makes GCC 9.1.2 happy with the active -Wredundant-move warning.
Indeed, such moving of local variables or local arguments before
returning is unnecessary and prevents the compiler from copy elision
optimization.
2019-11-12 18:15:34 +03:00