|
|
2026-09-24 22:47:19 +04:00 |
| .. |
|
fields
|
Replaced qMin, qMax and qAbs with std::min, std::max and std::abs.
|
2026-09-14 18:03:15 +03:00 |
|
chat_filters_tabs_mode.h
|
Applied tabs appearance setting to vertical folders strip.
|
2026-07-27 14:04:36 +03:00 |
|
chat_filters_tabs_slider.cpp
|
Added support of icons in horizontal filters tabs.
|
2026-07-19 20:25:52 +03:00 |
|
chat_filters_tabs_slider.h
|
Added support of icons in horizontal filters tabs.
|
2026-07-19 20:25:52 +03:00 |
|
chat_filters_tabs_slider_reorder.cpp
|
Renamed rpl::start_with_ with rpl::on_.
|
2025-12-10 21:28:33 +03:00 |
|
chat_filters_tabs_slider_reorder.h
|
Added initial implementation of class for reorder of tabs slider.
|
2024-11-11 10:18:00 +03:00 |
|
chat_filters_tabs_strip.cpp
|
Fixed confirmation texts of mark as read for archive and all chats.
|
2026-09-14 10:03:23 +03:00 |
|
chat_filters_tabs_strip.h
|
Added ability to switch filters in share and forward boxes with hotkey.
|
2026-05-18 23:38:39 +03:00 |
|
color_editor.cpp
|
Split per-consumer blocks out of big style files.
|
2026-07-27 14:04:37 +03:00 |
|
color_editor.h
|
Replaced qRound with base::SafeRound.
|
2026-09-14 18:41:41 +03:00 |
|
color_editor.style
|
Split per-consumer blocks out of big style files.
|
2026-07-27 14:04:37 +03:00 |
|
continuous_sliders.cpp
|
Replaced qRound with base::SafeRound.
|
2026-09-14 18:41:41 +03:00 |
|
continuous_sliders.h
|
Replaced qRound with base::SafeRound.
|
2026-09-14 18:41:41 +03:00 |
|
cross_fade_label.cpp
|
Added simple CrossFadeLabel class with crossfade and slide animation.
|
2026-04-02 19:58:57 +03:00 |
|
cross_fade_label.h
|
Added simple CrossFadeLabel class with crossfade and slide animation.
|
2026-04-02 19:58:57 +03:00 |
|
discrete_sliders.cpp
|
Return the laid-out center of a slider section.
|
2026-09-24 22:47:19 +04:00 |
|
discrete_sliders.h
|
Added highlight filter button from filters container on dialog drag.
|
2026-02-15 11:47:58 +03:00 |
|
expandable_peer_list.cpp
|
Split per-consumer blocks out of big style files.
|
2026-07-27 14:04:37 +03:00 |
|
expandable_peer_list.h
|
Added message counter to each peer in moderate box.
|
2024-11-27 11:27:59 +03:00 |
|
gradient_round_button.cpp
|
Use gradient button for craft start.
|
2026-02-01 23:33:56 +04:00 |
|
gradient_round_button.h
|
Support rare/legendary/epic rarities.
|
2026-02-01 23:33:56 +04:00 |
|
horizontal_fit_container.cpp
|
Renamed rpl::start_with_ with rpl::on_.
|
2025-12-10 21:28:33 +03:00 |
|
horizontal_fit_container.h
|
Added simple container that fits within certain width.
|
2025-10-28 13:53:39 +03:00 |
|
level_meter.cpp
|
Moved out level meter widget to td_ui.
|
2024-04-16 03:43:39 +03:00 |
|
level_meter.h
|
Removed some unwanted include directives of styles in header files.
|
2023-09-08 11:40:18 +03:00 |
|
marquee_label.cpp
|
Fix build with Qt 5.
|
2026-08-25 00:45:10 +04:00 |
|
marquee_label.h
|
Added selection clearing on click outside marquee label.
|
2026-08-24 20:14:48 +03:00 |
|
marquee_label.style
|
Added marquee label widget with gradient fade and auto scroll.
|
2026-08-10 11:44:03 +03:00 |
|
middle_click_autoscroll.cpp
|
Removed unused style includes from sources.
|
2026-07-27 14:04:36 +03:00 |
|
middle_click_autoscroll.h
|
Added support of hold mode to auto-scroll with middle click.
|
2026-03-03 15:23:40 +04:00 |
|
multi_select.cpp
|
Replaced qRound with base::SafeRound.
|
2026-09-14 18:41:41 +03:00 |
|
multi_select.h
|
Slide IV window content below the search bar
|
2026-07-10 14:04:30 +04:00 |
|
participants_check_view.cpp
|
Deduplicated small right toggle button.
|
2026-05-05 10:45:45 +04:00 |
|
participants_check_view.h
|
Deduplicated small right toggle button.
|
2026-05-05 10:45:45 +04:00 |
|
peer_bubble.cpp
|
Removed unused style includes from sources.
|
2026-07-27 14:04:36 +03:00 |
|
peer_bubble.h
|
Moved out peer bubble widget to separated file.
|
2024-11-21 16:45:00 +04:00 |
|
selecting_scroll.cpp
|
Added auto scroll on selection drag in translate box and markdown view.
|
2026-08-10 11:44:03 +03:00 |
|
selecting_scroll.h
|
Added auto scroll on selection drag in translate box and markdown view.
|
2026-08-10 11:44:03 +03:00 |
|
sent_code_field.cpp
|
Set input method hints in typed input fields
|
2026-08-24 14:56:28 +04:00 |
|
sent_code_field.h
|
Adjusted code for refactor of input fields in lib_ui.
|
2023-09-04 17:36:54 +04:00 |
|
slider_natural_width.h
|
Attempt to fix the naturalWidth feature.
|
2025-08-13 11:18:34 +04:00 |
|
sliding_tabs.cpp
|
Skip background loading in hidden sliding tabs
|
2026-07-27 18:30:40 +04:00 |
|
sliding_tabs.h
|
Skip background loading in hidden sliding tabs
|
2026-07-27 18:30:40 +04:00 |
|
vertical_drum_picker.cpp
|
Renamed rpl::start_with_ with rpl::on_.
|
2025-12-10 21:28:33 +03:00 |
|
vertical_drum_picker.h
|
Extracted default paint callback for VerticalDrumPicker to single place.
|
2025-10-10 11:28:42 +03:00 |