23rd
04ccdc4b30
Added initial support of system accent color.
2026-03-04 07:08:51 +03:00
Ilya Fedin
d52d82f7e6
Fix GCC 15 -Wrange-loop-construct
2026-03-03 12:16:32 +04:00
John Preston
e972a297e1
Fix possible crash in theme editor.
2026-03-01 21:57:20 +04:00
23rd
e37894d011
Fixed Classic theme accent restore on startup.
...
Fixed #24930 .
2026-03-01 09:43:26 +04:00
John Preston
20f79c5ae5
Confirm enable sharing request sending.
2026-02-28 19:07:11 +04:00
John Preston
3621dc754a
Add premium promo for disable sharing.
2026-02-28 19:07:10 +04:00
John Preston
a9e35afbd7
Implement disabling/enabling sharing.
2026-02-28 19:07:09 +04:00
John Preston
4c2d72d00b
Support no-topics recipient state in bot-forums.
2026-02-28 19:07:09 +04:00
John Preston
e509aa8072
Add "All Messages" fake-topic to bot-forum forwards.
2026-02-28 19:07:09 +04:00
John Preston
e85bb2085c
Update API scheme on layer 223.
2026-02-28 19:07:08 +04:00
John Preston
aa94491ad7
Allow editing my rank / other ranks.
2026-02-28 19:07:08 +04:00
John Preston
5c7d2723ed
Update API scheme to layer 223. Owners.
2026-02-28 19:07:08 +04:00
23rd
9b483c390d
Added ability to open full checked moderate box from left userpic menu.
2026-02-28 19:07:08 +04:00
23rd
a8a3c1555b
Added highlight filter button from filters container on dialog drag.
2026-02-15 11:47:58 +03:00
23rd
5d9271ea86
Added requireImage arg to restrict calendar clicks to dates with images.
2026-02-13 11:56:57 +03:00
23rd
f777ad8d8c
Replaced process of date in media calendar with offset message id.
2026-02-13 11:56:57 +03:00
23rd
e04b6e9201
Moved PeerId parameter to SearchCalendarController constructor.
2026-02-13 11:56:57 +03:00
23rd
b6121a5d64
Added initial ability to open media calendar from info media sections.
2026-02-13 11:56:57 +03:00
23rd
d6765ab394
Replaced args for calendar show from session controller with descriptor.
2026-02-13 11:56:56 +03:00
23rd
09c43a0f1d
Changed callback in calendar box to have ability to close box itself.
2026-02-13 11:56:56 +03:00
23rd
7884b7de44
Fixed condition for tooltip on version label.
...
Regression was introduced: 2015a1c69f .
2026-02-09 20:41:38 +03:00
23rd
5edea056ef
Added ability to provide pixmap to system-wide drag.
2026-02-08 17:40:03 +03:00
23rd
73658c3604
Added support of drag and drop peers to vertical filters container.
2026-02-08 17:40:03 +03:00
23rd
2015a1c69f
Simplified installing of tooltip to some labels.
2026-02-06 13:24:43 +04:00
23rd
7a573bf809
Added initial api support of url auth login with details.
2026-02-01 23:33:57 +04:00
23rd
c9b5d64c83
Added api support to catch next channel owner before leave.
2026-02-01 23:33:57 +04:00
John Preston
701215381a
Improve design of craft ending.
2026-02-01 23:33:57 +04:00
John Preston
e3adbb469f
Start craft failure improvement.
2026-02-01 23:33:57 +04:00
John Preston
b67ac293fd
Implement craft success animation.
2026-02-01 23:33:57 +04:00
John Preston
3f922f2333
Support failure animation.
2026-02-01 23:33:57 +04:00
John Preston
d6c3f0b5e0
Use correct timestamps for reveal.
2026-02-01 23:33:56 +04:00
John Preston
08dae545a2
Nice transitions hand-picked.
2026-02-01 23:33:56 +04:00
John Preston
a716f2be36
Use determined hardcoded animations.
2026-02-01 23:33:56 +04:00
John Preston
0e62acc2a6
Start craft animation.
2026-02-01 23:33:56 +04:00
Ilya Fedin
54683b2d21
Decompose countInitialGeomety from MainWindow
2026-01-31 20:21:48 +04:00
Ilya Fedin
d33293ba6b
Add name argument to PositionWithScreen
2026-01-31 20:21:48 +04:00
Iaroslav
64c5796d1a
fix: fixed touchpad-scrolling emoji packs while setting emoji status in main menu
2026-01-31 18:37:56 +04:00
Ilya Fedin
0729bd7f83
Initial screen from geometry
2026-01-28 11:59:01 +04:00
John Preston
f5319724e3
Move Settings::PrivacySecurity class to anonymous namespace
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:21 +04:00
John Preston
480dcd8a7a
Move Settings::Main class to anonymous namespace
...
- Move Main class definition from header to .cpp file
- Export only Type MainId() from header
- Update all external references from Main::Id() to MainId()
- Remove Builder::MainSection export from namespace
- Add missing includes for settings_common_session.h where needed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:21 +04:00
John Preston
df347ad0f4
Upgrade settings_folders to full builder pattern
...
- Move Folders class to anonymous namespace in .cpp
- Export only Type FoldersId() from header
- setupContent() uses custom SectionBuildMethod capturing state
- Widget creation through builder.add() callbacks
- Highlight registration via push_back
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
9316cec95d
Rewrite settings_premium to new builder pattern
...
- Move settings_premium.h/cpp from settings/ to settings/sections/
- Add BuildHelper with kMeta for search indexing
- Index premium features and subscribe button for search
- Keep complex Premium section UI (custom top bar, feature list) as non-indexed
- Update all include paths across the codebase
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
fd4c42a156
Rewrite settings_information to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
5b14d62ede
Rewrite settings_folders to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
ca5e18391b
Rewrite settings_calls to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
8d30a03f50
Unite settings_privacy_security and settings_privacy_security_builder into settings/sections/settings_privacy_security.
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
7a3f6a6994
Unite settings_advanced and settings_advanced_builder into settings/sections/settings_advanced.
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
c39bc10d2f
Unite settings_main and settings_main_builder into settings/sections/settings_main.
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
fdfe1f1cb5
Always keep SessionController in Settings sections.
2026-01-28 11:55:19 +04:00
John Preston
1e5a93249c
Support all required deep links.
2026-01-28 11:55:19 +04:00