794 Commits

Author SHA1 Message Date
John Preston c0bffa30ab Beta version 6.8.4: Fix build with GCC. 2026-05-27 12:57:18 +04:00
23rd 610d1bcecd Switched bot webview button in profile to full radius. 2026-05-26 21:54:48 +04:00
John Preston 0bfd2bd0d5 SavedMusic not participating in profile sections. 2026-05-26 10:52:50 +04:00
23rd 9ed0b1e6ef Fixed build on macOS. 2026-05-25 21:56:40 +03:00
John Preston 43373c8584 Use structured approach to Info::Profile content. 2026-05-25 14:07:15 +04:00
23rd ea30e2fc0b Added ability to open personal channel and "view channel" in window. 2026-05-18 07:57:52 +03:00
23rd f74b1d56ef Added drag support for username and link rows in profile info. 2026-05-14 18:27:01 +03:00
John Preston 4b9a877fb9 Remove "NEW" from affiliate program. 2026-05-11 14:39:32 +04:00
John Preston 553ecdd5f7 Delete reactions from menu / list. 2026-05-05 10:45:45 +04:00
23rd c8f316302b [img-editor] Split crop shape role into visual hint and output mask. 2026-04-28 18:16:19 +07: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
John Preston 4f89780cfe Fix topic icon in new topic about view. 2026-04-21 15:10:06 +07:00
23rd 88404cfddb Removed unused private fields. 2026-04-09 12:36:51 +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
John Preston 00bd28278d Show unofficial app warning. 2026-04-06 15:43:44 +07:00
23rd 5d557b44e4 Replaced heavy Qt opacity effect with FadeWrap in info profile top bar. 2026-04-06 15:41:42 +07:00
23rd 2119dae0b5 Added simple radial upload progress overlay to userpic widgets. 2026-04-02 19:58:57 +03:00
23rd a29acd4882 Brought non-sprite shadows revolution. 2026-03-28 11:50:50 +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
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
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
John Preston f5bee133a4 Improve delete / tag highlight more. 2026-02-28 19:07:10 +04:00
John Preston edc3006fbe Improve Remove/Delete from group participants. 2026-02-28 19:07:10 +04:00
John Preston e1a2fd2481 Start nice redesigned group tags display. 2026-02-28 19:07:10 +04:00
John Preston e9fced5c2c Nice design of admin/member tags. 2026-02-28 19:07:09 +04:00
mukthar777 eabeae20b6 Add lableing to birthday in profile action 2026-02-28 06:41:25 +04:00
mukthar777 215303cc69 accessibility: implement button labeling across info sections 2026-02-28 06:41:25 +04:00
23rd 4732d7810e Improved fix for verified icon and gift status show both in profiles.
Related commit: d51dd1cdb5.
2026-02-13 11:56:57 +03:00
John Preston 3c15ec6e49 Remove legacy profile cover code. 2026-02-06 13:24:43 +04:00
John Preston b6ec635c52 Make BadgeTooltip a child of info top bar. 2026-02-06 13:24:43 +04:00
23rd 36e312193f Constrained position of popup menu from top bars to related screen.
Related commits: 67818a2c28 and d1abbae1b3.
2026-02-06 13:24:43 +04:00
23rd c9dbb83fba Fixed display of action button to manage topic in info top bar. 2026-02-06 13:24:43 +04:00
23rd 25cd88fb01 Added action button to leave basic group to info top bar. 2026-02-06 13:24:43 +04:00
23rd c9b5d64c83 Added api support to catch next channel owner before leave. 2026-02-01 23:33:57 +04:00
John Preston d556d3f575 Fix icon coloring in new bot topics. 2026-02-01 23:33:57 +04:00
John Preston 46cb49865a Show correct profile colors preview when edit. 2026-01-29 18:20:40 +04:00
John Preston 7e5b85c4b3 Upgrade settings_information to full builder pattern
- Move Information class to anonymous namespace in .cpp
- Export only Type InformationId() from header
- Keep exported helpers: SetupAccounts, UpdatePhotoLocally, Badge::*
- Use custom buildMethod with HighlightRegistry for all profile widgets
- Update all references to use InformationId() instead of Information::Id()

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
23rd 4cd0e2c9d7 Added simple icon to button for bot privacy policy from profile actions. 2026-01-28 09:20:42 +03:00
23rd 5146c05ec3 Added ability to start outgoing call without user confirmation. 2026-01-28 08:57:57 +03:00
23rd b97322c198 Removed report button from profile top bar actions for joined groups. 2026-01-28 08:57:57 +03:00
23rd d1abbae1b3 Fixed position of popup menu from More button in profile top bar. 2026-01-28 08:57:57 +03:00