John Preston
668a3308be
Support custom emoji reactions in WhoReacted.
2022-09-02 21:14:31 +04:00
John Preston
ba83836922
Display custom emoji reactions under messages.
2022-09-02 21:14:31 +04:00
John Preston
14f937cb02
Show only some reactions in the bottom info.
...
Only in private chats with no premium users.
Only if nobody sent more than one reaction while was premium.
Only if nobody sent a custom emoji reaction while was premium.
2022-09-02 21:14:31 +04:00
John Preston
733cad798b
Load emoji for reactions panel.
2022-09-02 21:14:31 +04:00
John Preston
8a6b3027f5
Support multiple reactions from one user.
2022-09-02 21:14:31 +04:00
John Preston
31db1804c8
Request top and recent reactions.
2022-09-02 21:14:31 +04:00
John Preston
f8c962712b
Update API scheme on layer 145.
2022-09-02 21:14:31 +04:00
John Preston
a202174d12
Disable expand button in the inline reactions selector for now.
2022-09-02 21:14:31 +04:00
John Preston
3399397a76
Allow 1 year for session termination delay.
2022-09-02 21:14:30 +04:00
John Preston
c655f78780
Fix build with Xcode.
2022-09-02 21:14:30 +04:00
John Preston
73d8530c13
Fix jumping to premium promo from reactions panel.
2022-09-02 21:14:30 +04:00
John Preston
610c46e26f
Make a nice selector for only-recent set.
2022-09-02 21:14:30 +04:00
John Preston
96805b62b2
Seamless switch from strip icons to custom emoji.
2022-09-02 21:14:30 +04:00
John Preston
4762c7a4fd
Fix layout with a single available reaction.
2022-09-02 21:14:30 +04:00
John Preston
0277d765bb
Nice reactions panel expanding.
2022-09-02 21:14:30 +04:00
John Preston
20d4d00634
Implement expanding of list / categories.
2022-09-02 21:14:30 +04:00
John Preston
c5fa4aae62
Support reaction dropdown based on EmojiListWidget.
2022-09-02 21:14:30 +04:00
John Preston
f72092a261
Update API scheme on layer 145.
2022-09-02 21:14:30 +04:00
John Preston
33b266175d
Allow creating EmojiListWidget without SessionController.
2022-09-02 21:14:30 +04:00
John Preston
c9a98ae723
Expand reaction selection panel.
2022-09-02 21:14:30 +04:00
John Preston
bd42c23999
Implement reactions selector above the menu.
2022-09-02 21:14:30 +04:00
John Preston
f658cb7e99
Update API scheme on layer 145.
2022-09-02 21:14:30 +04:00
John Preston
fa26afaf9a
Rename several HistoryView::Reactions modules.
2022-09-02 21:14:30 +04:00
John Preston
b648387e96
Fixed emoji packs menu item.
2022-09-02 21:14:29 +04:00
John Preston
8d2ebdbb99
Animate reactions strip appearance.
2022-09-02 21:14:29 +04:00
John Preston
a0d5456a4d
PoC content outside of PopupMenu.
2022-09-02 21:14:29 +04:00
23rd
c20ed7c7a8
Enabled utf-8 mode for python while breakpad is building.
2022-09-02 21:14:29 +04:00
23rd
ef543d040e
Replaced separate click handlers for each spoiler entry with single one.
2022-09-02 21:14:29 +04:00
John Preston
27063167ae
Don't cut name / status unnecessary.
2022-09-02 21:14:29 +04:00
John Preston
8a1118d9bb
Show how much message limit is exceeded when editing.
2022-09-02 21:14:29 +04:00
John Preston
1e2e007d38
Show custom emoji in private chat reactions.
2022-09-02 21:14:29 +04:00
John Preston
09124f6424
Implement PoC custom reaction selection.
2022-09-02 21:14:29 +04:00
John Preston
cece9cf09b
Show in chats list EntityType::Pre like EntityType::Code.
2022-09-02 21:14:29 +04:00
John Preston
60cc232884
Update API scheme on layer 145.
2022-09-02 21:14:29 +04:00
John Preston
ba8673af5e
Fix build with Xcode.
2022-09-02 21:14:29 +04:00
John Preston
77772caabb
Update API scheme on layer 145.
2022-09-02 21:14:29 +04:00
John Preston
e22bb40dd1
Improve premium / emoji status badge styles.
2022-09-02 21:14:29 +04:00
John Preston
bd089f20a8
Emoji status selector in MainMenu/Settings.
2022-09-02 21:14:28 +04:00
John Preston
64bd4f0926
Make nice emoji status selector in profile.
2022-09-02 21:14:28 +04:00
John Preston
165d3143de
Allow emoji status edit from self profile.
2022-09-02 21:14:28 +04:00
John Preston
21fd381778
Show emoji status in chats list / top bar.
2022-09-02 21:14:28 +04:00
John Preston
285ce81b7b
Update API scheme to layer 145.
2022-09-02 21:14:28 +04:00
Ilya Fedin
e7f85f7255
Add missing include to settings_advanced
2022-09-02 18:46:31 +04:00
Ilya Fedin
12d8d193a1
Create QSystemTrayIcon even when tray is not supported
...
QSystemTrayIcon provides no public API to know when tray icon support appears, but can subscribe to native events internally
This should help for environments where a race condition between applications autostart and tray service autostart present in case Qt is subscribed internally
2022-09-02 17:29:57 +04:00
Ilya Fedin
c18313614b
Use Core::Tray::has in settings_advanced
2022-09-02 17:29:57 +04:00
Ilya Fedin
f1092753fc
Remove version from the .desktop file
...
Some desktop environments hide the launcher if they don't know the version
2022-09-01 13:53:53 +04:00
Ilya Fedin
5fc7caeec9
Provide old version to Platform::NewVersionLaunched
2022-09-01 13:53:53 +04:00
Ilya Fedin
e20840b4d4
Use KUrlMimeData for clipboard xdg-desktop-portal integration
2022-08-30 20:25:10 +04:00
Ilya Fedin
5f53dfda0e
Move Qt version from configure.py to CMakeLists.txt
2022-08-30 20:25:10 +04:00
Joe Kappus
630e73fa23
Fix build with GCC 12.
2022-08-30 12:42:26 +04:00