AlexeyZavar
|
d9c6e3a322
|
Merge tag 'v6.7.4' into dev
|
2026-04-07 19:39:36 +03:00 |
|
23rd
|
9cb41f4517
|
Replaced RoundButton text transform constructor arg with setter.
|
2026-04-06 16:58:16 +03:00 |
|
23rd
|
494833236f
|
Defaulted RoundButton text transform to no-transform.
|
2026-04-06 16:58:16 +03:00 |
|
23rd
|
7c26a251cf
|
Added text transform to RoundButton as mandatory argument.
|
2026-04-06 16:58:15 +03:00 |
|
AlexeyZavar
|
cb24e7d085
|
Merge tag 'v6.3.10' & extra into dev
|
2025-12-30 14:28:06 +03:00 |
|
John Preston
|
08a979e638
|
Use more simple tr::... text helpers.
|
2025-12-15 21:40:54 +04:00 |
|
23rd
|
eca8dfb0ec
|
Renamed rpl::start_with_ with rpl::on_.
|
2025-12-10 21:28:33 +03:00 |
|
AlexeyZavar
|
77e300b551
|
Merge tag 'v6.3.6' into dev
|
2025-12-09 20:09:22 +03:00 |
|
Ilya Fedin
|
8ff4bc8cff
|
Port IconButton back to setAccessibleName
|
2025-11-19 16:06:56 +04:00 |
|
John Preston
|
65891508e0
|
Focus start button on launch.
|
2025-11-06 22:54:42 +04:00 |
|
AlexeyZavar
|
51a7739436
|
Merge remote-tracking branch 'upstream-main/dev' into dev
|
2025-10-27 12:17:51 +03:00 |
|
John Preston
|
abab44a02b
|
Adapt latest lib_ui changes for accessibility.
|
2025-10-22 21:56:41 +04:00 |
|
Reza Bakhshi Laktasaraei
|
b9c07e644f
|
Setting accessibleName and accessibleRole for objects
|
2025-10-22 20:40:08 +04:00 |
|
23rd
|
59e0de85e3
|
Added label for test dc to intro widget.
|
2025-10-10 11:29:09 +03:00 |
|
AlexeyZavar
|
9cf11ff45d
|
Merge tag 'v6.1.3' into dev
|
2025-10-04 17:26:13 +03:00 |
|
John Preston
|
b754ad5248
|
Use base::weak_qptr / base::make_weak.
|
2025-07-23 11:40:59 +04:00 |
|
AlexeyZavar
|
e572da4927
|
Merge tag 'v5.14.3' into dev
|
2025-05-18 22:30:24 +03:00 |
|
23rd
|
197f6b05ae
|
Added support of custom promo suggestions.
|
2025-05-06 12:21:42 +03:00 |
|
AlexeyZavar
|
383c488268
|
feat: simplify intro
|
2025-02-04 19:28:46 +03:00 |
|
23rd
|
03790f3da0
|
Removed include directive for ui_utility from rp_widget header.
|
2024-08-28 15:15:58 +03:00 |
|
23rd
|
2605e754ff
|
Added back button to cloud password step in intro.
|
2024-05-28 20:30:40 +04:00 |
|
23rd
|
12272a450f
|
Slightly optimized include directives in some headers.
|
2023-11-15 04:20:20 +03:00 |
|
John Preston
|
ec3957fcf3
|
Active round video moving to active window.
|
2023-01-19 11:42:00 +04:00 |
|
23rd
|
693ff3398e
|
Fixed changing of button style between states within single intro step.
|
2022-12-29 23:25:53 +03:00 |
|
23rd
|
aa1117a714
|
Added ability to sing up and sing in with anonymous numbers.
|
2022-12-29 11:11:08 +03:00 |
|
23rd
|
5bf46c0e90
|
Adjusted button style in intro steps to style in settings steps.
|
2022-12-27 22:06:26 +03:00 |
|
John Preston
|
b561705528
|
Use Window::SlideAnimation in all widgets.
|
2022-12-01 14:18:37 +04:00 |
|
John Preston
|
ad3f8e72a0
|
Remove namespace App.
|
2022-11-30 17:28:09 +04:00 |
|
23rd
|
2acedca6b7
|
Replaced some qstr with u""_q literal.
|
2022-11-29 14:12:50 +03:00 |
|
John Preston
|
18bf5c0ee2
|
Handle nice topic / post-in-topic links.
|
2022-11-01 19:25:43 +04:00 |
|
John Preston
|
f0955f2021
|
Add emoji-status disclaimer for unknown peers.
|
2022-09-06 11:20:55 +04:00 |
|
John Preston
|
00d1828fbe
|
Update API scheme on layer 144.
|
2022-07-26 20:12:08 +03:00 |
|
23rd
|
6ca167679d
|
Added ability to invoke callback for non-primary window controllers.
|
2022-06-10 14:57:44 +03:00 |
|
23rd
|
d9541b6a6e
|
Unified general phrases for duration.
|
2022-04-01 15:53:58 +04:00 |
|
John Preston
|
32d09f189b
|
Use rpl::empty instead of rpl::empty_value().
|
2022-03-11 09:56:29 +04:00 |
|
23rd
|
5718789d53
|
Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.
|
2022-02-28 09:08:01 +03:00 |
|
John Preston
|
28f2c213f7
|
Remove app module. Support delayed quit by Cmd+Q on macOS.
|
2022-01-27 15:54:20 +03:00 |
|
23rd
|
0143d22a21
|
Split qt_adapters to separated files.
|
2022-01-26 10:33:28 +03:00 |
|
23rd
|
69dc6c98ce
|
Removed unused MTPBool from callbacks on done.
|
2021-11-30 17:37:39 +04:00 |
|
Ilya Fedin
|
847c01d605
|
Add Qt 6 support
Tested only on Linux so far
|
2021-10-21 13:15:00 +04: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 |
|
23rd
|
86aaa9673d
|
Moved countries to singleton.
|
2021-08-29 21:01:10 +03:00 |
|
23rd
|
df02bbb0a3
|
Moved countries from Data to Countries namespace.
|
2021-08-29 20:39:43 +03:00 |
|
John Preston
|
2671e67119
|
Fix crash on cancelled Qr login attempt.
|
2021-08-25 16:24:15 +03:00 |
|
23rd
|
024bb5e54f
|
Moved App::formatPhone to td_ui.
|
2021-07-26 17:38:51 +03:00 |
|
23rd
|
7924979dfb
|
Removed Ui::showPeerHistoryAtItem from facades.
|
2021-06-17 10:57:46 +04:00 |
|
23rd
|
570ed5691d
|
Added Window::Controller pointer to data of intro widget.
|
2021-06-17 10:57:45 +04:00 |
|
23rd
|
daa14466e5
|
Replaced observable in Lang::CloudManager with rpl.
|
2021-06-16 09:31:32 +03:00 |
|
23rd
|
2c50d3d87b
|
Replaced observable in Intro::details::Data with rpl.
|
2021-06-16 09:31:32 +03:00 |
|