AlexeyZavar
44ffd2aea1
feat: support send without sound in ghost mode
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
4b26971b48
Added menu action with dynamic image thumbnail.
2026-04-20 16:32:45 +03:00
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
7c26a251cf
Added text transform to RoundButton as mandatory argument.
2026-04-06 16:58:15 +03:00
AlexeyZavar
2f5970d57c
Merge tag 'v6.7.2' into dev
2026-04-04 05:32:26 +03:00
23rd
82f9aa1a2a
Fixed path traversal in bulk file download via filename sanitization.
2026-03-31 13:37:10 +03:00
23rd
73d0b4cb84
Added ability to reply with timecode of currently playing voice message.
2026-03-31 13:37:10 +03:00
23rd
a29acd4882
Brought non-sprite shadows revolution.
2026-03-28 11:50:50 +03:00
23rd
b01e0b77fe
Added support of unread poll votes to corner button from history widget.
2026-03-28 10:29:12 +03:00
John Preston
353c95adae
Support box->setTitle(v::text::data, context).
2026-03-27 12:54:56 +07:00
John Preston
8224e6ece1
Use menu items with checks for spoiler / quality.
2026-03-25 13:08:50 +07:00
John Preston
87ebd2720f
Send high quality as first-class option.
2026-03-25 13:08:50 +07:00
John Preston
aa78825b7b
Revert "Update menu_send.cpp"
...
This reverts commit f9bf1e9372 .
This reverts commit a08f8d890d .
Fair point raised on GitHub, that the cost of "click-by-memory" may
be too high in this case over the consistency gains, with admins
sending messages instantly instead of scheduling, like it did before.
2026-03-12 13:11:21 +04:00
23rd
ccb563eff1
Moved out dock menu from obj-c implementation to Qt implementation.
...
This allows to remove
the `NSApplicationDelegate::applicationDockMenu` patch for Qt.
2026-03-12 12:59:49 +04:00
John Preston
f9bf1e9372
Fix the build on Windows.
2026-03-05 11:30:38 +04:00
InternalProgramError
a08f8d890d
Update menu_send.cpp
...
Unification of Send menu (https://bugs.telegram.org/c/55220 )
2026-03-04 16:33:40 +04:00
AlexeyZavar
8bfd3bee99
Merge tag 'v6.5.1' into dev
2026-02-17 03:35:09 +03:00
AlexeyZavar
b6d19149d9
feat: per-account ghost & lock ghost features & refactor
2026-02-13 16:52:15 +03: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
AlexeyZavar
e15d380dd1
Merge tag 'v6.4.2' into dev
2026-01-12 20:19:28 +03:00
23rd
cd065beb0c
Replaced ItemBase::setClickedCallback with setActionTriggered.
2026-01-09 22:49:23 +03:00
23rd
513d4f962f
Added key press handler to menu item for rate voice transcriptions.
2026-01-06 08:30:08 +03:00
23rd
9d09a637fe
Slightly simplified resize handler for menu items.
2026-01-06 08:30:08 +03:00
23rd
b958e0a275
Replaced generic widget-based parent with explicit Menu class in items.
2026-01-06 07:21:15 +03:00
23rd
f9ba0092bc
Fixed menu items with check.
2026-01-05 20:58:35 +03:00
AlexeyZavar
cb24e7d085
Merge tag 'v6.3.10' & extra into dev
2025-12-30 14:28:06 +03:00
23rd
cad9790e0b
Fixed mouse handler on menu item with checkbox.
2025-12-29 13:19:53 +03:00
John Preston
802373f108
Pass real visible area to chat paint context.
2025-12-29 11:21:23 +04:00
John Preston
28434f4bee
Full support and build fix.
2025-12-22 17:56:55 +04: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
John Preston
0b67fa65f2
Full upgradable variants preview.
2025-12-05 20:11:54 +04:00
John Preston
10667e14e2
Fix crash in ShareBox scheduling.
...
Fixes #30012 .
2025-11-17 18:36:43 +04:00
John Preston
ea309caa22
Support min stars for comment.
2025-11-15 11:59:19 +04:00
John Preston
70939c4b9c
Correctly edit video stream comment price.
2025-11-15 11:59:19 +04:00
John Preston
332b70a27d
Repeated scheduled messages (reminders).
2025-11-15 11:59:17 +04:00
John Preston
ad300f5eae
Customize DividerBar/DividerLabel styles.
2025-11-07 16:38:02 +04:00
23rd
4b67c8f4bb
Set fixed position of mute menu in profile top bar.
2025-10-28 13:53:40 +03:00
AlexeyZavar
9cf11ff45d
Merge tag 'v6.1.3' into dev
2025-10-04 17:26:13 +03:00
John Preston
313ae0f86c
Remove CenterWrap layout.
2025-08-18 17:55:20 +04:00
23rd
5f930cc4d1
Added initial ability to rate voice transcriptions.
2025-08-18 13:26:23 +03:00
23rd
707af8a295
Got rid Ui::CreateLabelWithCustomEmoji.
2025-08-17 14:47:49 +03:00
23rd
1919546441
Added ability to change volume of specific notifications from settings.
2025-08-17 14:47:49 +03:00
23rd
5a29a7d2a3
Moved out DefaultNotify to data_peer_notify_settings.
2025-08-17 14:47:49 +03:00
John Preston
b754ad5248
Use base::weak_qptr / base::make_weak.
2025-07-23 11:40:59 +04:00
AlexeyZavar
5270f155ff
Merge tag 'v5.16.4' into dev
2025-07-15 16:48:06 +03:00
John Preston
ecc955d2ce
Show sponsored messages in video.
2025-07-11 19:26:00 +04:00