AlexeyZavar
9034c9a2c2
feat: show / hide filtered messages & move actions into separate subsection
2026-04-26 20:12:08 +03:00
AlexeyZavar
ca85c9e803
fix: hide date button for topic ID
2026-04-26 20:12:07 +03:00
AlexeyZavar
0825ea0160
Merge tag 'v6.7.8' into dev
...
# Conflicts:
# .github/workflows/mac_packaged.yml
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/api/api_chat_invite.h
# Telegram/SourceFiles/boxes/language_box.cpp
# Telegram/SourceFiles/boxes/send_files_box.h
# Telegram/SourceFiles/boxes/sticker_set_box.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/data/data_types.h
# Telegram/SourceFiles/history/history_item.cpp
# Telegram/SourceFiles/history/history_widget.cpp
# Telegram/SourceFiles/history/view/history_view_chat_section.cpp
# Telegram/SourceFiles/history/view/history_view_message.cpp
# Telegram/SourceFiles/history/view/history_view_translate_bar.cpp
# Telegram/SourceFiles/history/view/history_view_translate_tracker.cpp
# Telegram/SourceFiles/platform/mac/main_window_mac.mm
# Telegram/SourceFiles/settings/sections/settings_main.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2026-04-24 20:47:17 +03:00
23rd
e0461b89fb
Slightly improved empty gap before block button in info profile.
2026-04-24 12:07:32 +03:00
John Preston
d9649bc8d9
Fix nice rounding quality in two cases.
2026-04-24 11:56:49 +07:00
23rd
1beea1586e
Replaced hardcoded color index literals with named colorIndex styles.
2026-04-23 21:09:43 +03:00
John Preston
4f89780cfe
Fix topic icon in new topic about view.
2026-04-21 15:10:06 +07:00
23rd
22449a0913
Fixed opening of stories in albums with reorder enabled.
...
Regression was introduced: c5ea86b474 .
2026-04-20 07:37:21 +03:00
Sergey A. Osokin
d53ee9c241
Fix warnings.
2026-04-17 22:04:20 +07:00
23rd
52615a3ccb
Added support of draw-to-reply from shared media.
2026-04-14 09:16:15 +03:00
23rd
365cd728b8
Fixed display of button for new poll in shared polls.
2026-04-14 09:16:15 +03:00
23rd
9a9307ead3
Fixed compose search calendar jumps for pinned and sublist threads.
2026-04-10 15:06:20 +03:00
John Preston
b4b3446135
Add loading draft streaming animation.
2026-04-10 15:33:01 +07:00
23rd
88404cfddb
Removed unused private fields.
2026-04-09 12:36:51 +03:00
AlexeyZavar
2079c8d4cf
Merge tag 'v6.7.5' into dev
2026-04-07 22:26:59 +03:00
AlexeyZavar
ae8de84828
chore: redirect from experimental to settings
2026-04-07 21:44:18 +03:00
AlexeyZavar
d9c6e3a322
Merge tag 'v6.7.4' into dev
2026-04-07 19:39:36 +03:00
John Preston
98f342227f
Remove reveal animation on draft replacement.
2026-04-07 22:26:41 +07: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
John Preston
00bd28278d
Show unofficial app warning.
2026-04-06 15:43:44 +07:00
23rd
a7745a2086
Slightly improved detect of non-discrete wheel event in flexible scroll.
2026-04-06 15:41:42 +07:00
23rd
5d557b44e4
Replaced heavy Qt opacity effect with FadeWrap in info profile top bar.
2026-04-06 15:41:42 +07:00
AlexeyZavar
2f5970d57c
Merge tag 'v6.7.2' into dev
2026-04-04 05:32:26 +03:00
23rd
c8d1044596
Decreased max rounding radius for history view top bar action buttons.
2026-04-04 00:15:53 +03:00
23rd
2119dae0b5
Added simple radial upload progress overlay to userpic widgets.
2026-04-02 19:58:57 +03:00
23rd
74f2c49284
Slightly optimized include of polls.style.
2026-03-30 10:19:14 +03:00
23rd
a29acd4882
Brought non-sprite shadows revolution.
2026-03-28 11:50:50 +03:00
23rd
82ffe0f91f
[poll-shared] Added floating button for new poll.
2026-03-28 10:29:13 +03:00
23rd
f992678e3a
[poll-shared] Added ability to select polls.
2026-03-28 10:29:13 +03:00
23rd
b01e0b77fe
Added support of unread poll votes to corner button from history widget.
2026-03-28 10:29:12 +03:00
23rd
d1406f3f17
Added support of empty state to poll list widget.
2026-03-28 10:29:12 +03:00
23rd
7942a24c0c
[poll-shared] Added initial search support.
2026-03-28 10:29:12 +03:00
23rd
2b89fb9d40
[poll-shared] Added Polls section.
...
- Introduced SharedMediaType::Poll and registered poll messages
as shared media in data_media_types.
- Added Data::PollMessagesViewer — a producer that loaded poll
message slices for a given history/topic/monoforum peer.
(data_poll_messages.cpp/h)
- Implemented Info::Polls::ListWidget and ListMemento — a new content
widget that rendered poll messages using HistoryView::ListWidget
with a custom chat theme, similar to existing shared media sections.
- Connected the new section into info_memento, info_controller,
info_media_buttons, and info_media_widget so it appeared as a button
in the Shared Media panel.
2026-03-28 10:29:08 +03:00
23rd
b06573b5c9
Moved out poll-related styles from boxes.style to polls.style.
2026-03-28 10:29:08 +03:00
John Preston
c64f175b19
Fix custom bot verification description show.
2026-03-27 12:54:56 +07:00
John Preston
d455d6ee32
Improve managed bot creation.
2026-03-25 13:08:50 +07:00
John Preston
358a9f87a1
Initial support for managed bot creation.
2026-03-25 13:08:50 +07:00
Ar3love
b4f7c0fe9b
Fix personal photo hint shown when setting group/channel photo ( #30470 )
...
* Fix personal photo hint shown when setting group/channel photo
Closes #30467
* Added bot exclusion to personal photo hint visibility check.
---------
Co-authored-by: 23rd <23rd@vivaldi.net >
2026-03-24 10:48:05 +03:00
AlexeyZavar
102f882ca4
fix: make it build
2026-03-19 02:33:27 +03:00
AlexeyZavar
b93c93a20c
Merge tag 'v6.6.2' into dev
2026-03-19 01:24:29 +03:00
AlexeyZavar
8bd64c62c2
fix: telegram avatar rounding & ttl badge position & calls speak animation
2026-03-19 00:58:11 +03:00
23rd
1cbcef17c8
Changed behavior to always display open userpic menu item.
2026-03-15 15:43:19 +03:00
23rd
8256ebd5aa
Added simple icon to button for bot settings from profile actions.
2026-03-12 12:59:49 +04:00
Ilya Fedin
d52d82f7e6
Fix GCC 15 -Wrange-loop-construct
2026-03-03 12:16:32 +04:00
AlexeyZavar
38917114f0
feat: avatar corners
2026-03-01 03:15:21 +03:00
John Preston
b622ca45d2
Show vote day/time in poll results.
2026-02-28 19:07:11 +04:00
John Preston
2aae67cb81
Show nice gift burned error everywhere.
2026-02-28 19:07:10 +04:00
John Preston
4d767fb279
Implement nice tag edit with preview.
2026-02-28 19:07:10 +04:00