John Preston
f51320d1bc
Add some more frozen restrictions.
2025-03-26 07:13:15 +04:00
23rd
f89bac7781
Improved handle of existing separated windows for shared media.
2025-01-30 13:59:53 +03:00
23rd
1d8a7f8fd3
Removed redundant template from Info::Media::AddCountedButton.
2025-01-30 13:59:35 +03:00
23rd
ef9f7ab27a
Moved process of separated window for shared media to correspond file.
2025-01-30 13:59:00 +03:00
23rd
a676138745
Added ability to open shared media in window with Ctrl+Click.
2025-01-30 12:16:31 +03:00
23rd
d6ba6ac41e
Added initial ability to open single typed shared media in window.
2025-01-30 11:01:04 +03:00
John Preston
81001e04e9
Partially implement viewing channel gifts.
2025-01-22 22:13:26 +04:00
John Preston
6ff5e221ea
Support similar bots section.
2025-01-22 22:13:26 +04:00
John Preston
d59eb8e731
Support global media in chats search.
2024-12-17 21:17:14 +04:00
23rd
224fdc1864
Returned back freedom to copy links even in non-forwardable histories.
...
This reverts commits b64c610abb
and 9cd194e60e
.
2024-10-15 13:04:57 +03:00
23rd
b64c610abb
Fixed ability to copy shared links for channels with select restriction.
...
Fixed #28492 .
2024-10-14 12:49:33 +04:00
John Preston
4803bd4b3f
Started gifts list in profile.
2024-10-04 10:06:20 +04:00
John Preston
645ad5e1bd
Update pinned icon in stories list.
2024-04-23 19:13:47 +04:00
John Preston
468d8b04d6
Implement stories pin-to-top.
2024-04-23 19:13:47 +04:00
John Preston
d33e3dc13a
Rename Story::pinned to Story::inProfile.
2024-04-23 19:13:46 +04:00
23rd
1c223e570a
Slightly improved code style for long equality expressions.
2024-04-15 11:20:30 +04:00
23rd
a1369aaad0
Added references to structured bindings since Apple clang supports them.
2024-01-16 11:18:55 +04:00
John Preston
4e6d8f06d9
Show saved messages entry point from profiles.
2023-12-31 19:42:23 +04:00
John Preston
18c4d210e5
Show saved messages sublists in profile.
2023-12-31 19:42:23 +04:00
John Preston
ae1da5baf4
Implement premium lock of similar channels.
2023-11-28 21:55:27 +04:00
23rd
f748de9dc4
Removed redundant include directives of settings_common headers.
2023-11-15 03:30:04 +03:00
23rd
f629bf76ff
Removed AddButton and CreateButton without icon from Settings.
2023-11-15 03:30:04 +03:00
John Preston
39f8394f98
Enable story actions in channels.
2023-09-22 09:43:31 +04:00
John Preston
29c5f6b706
Support channel stories archive.
2023-09-22 09:43:31 +04:00
John Preston
f3647d7f8c
Show saved stories / current stories in channels.
2023-09-22 09:43:31 +04:00
23rd
7ffb341597
Removed some unwanted include directives of styles in header files.
2023-09-08 11:40:18 +03:00
23rd
9bf5f992a3
Removed not really necessary HistoryView::Media::dragItem method.
2023-08-15 10:26:52 +03:00
John Preston
6441266879
Improve tabbed slider design.
2023-08-10 18:19:00 +03:00
John Preston
b7370127ff
Correctly clear story instances on deletion.
2023-07-21 12:22:53 +04:00
John Preston
6607848abc
Fix build with GCC.
2023-07-20 07:20:46 +04:00
John Preston
f0ab6e5690
Update main menu and stories icons.
2023-07-20 07:20:33 +04:00
John Preston
ac534780cc
Implement context menu actions in stories list.
2023-07-20 07:20:33 +04:00
John Preston
a733b83642
Use stories ShareBox from the saved stories list.
2023-07-20 07:20:33 +04:00
John Preston
5f72a5238c
Save to Profile / Archive / Delete in list.
2023-07-20 07:20:33 +04:00
John Preston
eb260b91c1
Improve unsupported stories design.
2023-07-20 07:20:12 +04:00
John Preston
e98770d418
Improve saved / archive stories design.
2023-07-20 07:20:12 +04:00
John Preston
119ee6044a
Update stories icons in some places.
2023-07-20 07:20:12 +04:00
John Preston
881867186a
Load more saved / archive in the viewer.
2023-07-20 07:20:11 +04:00
John Preston
5e5b252f2f
Support correct saved stories / archive loading.
2023-07-20 07:20:10 +04:00
John Preston
7f8a985067
Start stories overview in profile / My Stories.
2023-07-20 07:20:10 +04:00
John Preston
f671897a4d
Fix a possible crash in Go to Message on macOS.
...
Fixes #26273 .
This crash happens with a very deep stack trace that is caused by
destroying shared media layer on Go to Message click, which starts
destroying Media::ListWidget, which destroys Ui::PopupMenu, which is
a window, so when it destructs it triggers a sync repaint of the main
window (by a system event), which tries to render the new messages slice,
which starts a photo download, which calls an item repaint in Data::Session,
and the semi-destroyed Media::ListWidget is still subscribed to the
item repaint requests and tries to repaint and crashes there.
The fix is to destroy all session-related subscriptions before the PopupMenu.
2023-05-24 20:22:41 +04:00
John Preston
d51d1939b0
Add search with categories to GIF.
2023-02-02 22:12:31 +04:00
John Preston
b4571b80d6
Show spoilers in shared media overview.
2022-12-27 13:10:38 +04:00
John Preston
1b73b34810
Make HistoryItem a final class.
2022-12-26 14:24:04 +04:00
23rd
4fabb3f2a2
Replaced some qsl with u""_q literal.
2022-11-30 17:17:14 +03:00
John Preston
01139e1b04
Remove facades module.
2022-11-30 16:55:51 +04:00
John Preston
7cdf20a7c5
Allow topic deletion.
2022-11-01 19:25:40 +04:00
23rd
4f4d0bef25
Added usernames info to ChannelData.
2022-11-01 19:25:38 +04:00
John Preston
6695eda1be
Handle forum-non_forum changes in realtime.
2022-11-01 19:25:37 +04:00
John Preston
58b8eb8e96
Implement per-topic shared media.
2022-11-01 19:25:37 +04:00