Alexey Andreyev
9d6d7789bb
Fancy effects: add smooth opacity animation behavior
2021-02-23 20:49:35 +00:00
Alexey Andreyev
e7a862a1d9
Introduce fancy particle effects. Contributes to #261
...
Add user setting. Introduce FancyEffectsContainer. And confetti and snow
implementation.
2021-02-23 20:49:35 +00:00
l10n daemon script
cd17339847
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-02-19 10:38:09 +01:00
Tobias Fella
89f9ec1ba6
Make CMake fail when libQuotient version is newer than 0.6
2021-02-18 22:41:58 +01:00
Tobias Fella
b67a35bfe3
Fix another include
2021-02-17 23:26:52 +01:00
Tobias Fella
37a681596b
Fix include
2021-02-17 23:23:30 +01:00
Tobias Fella
f71bbe20dc
Port away from QQC1
...
The only usage was a dialog that was never called
2021-02-17 21:27:00 +00:00
Tobias Fella
7ff54f62f3
Backport stickerevents
2021-02-17 21:00:11 +00:00
Tobias Fella
cc2b183fc5
Revert "Switch to newDisplayName() and newAvatarUrl()"
...
This reverts commit a1b66f3aa6 .
2021-02-17 21:00:11 +00:00
Tobias Fella
2558e1f6b5
DOn't try to compile without keywords
2021-02-17 21:00:11 +00:00
Tobias Fella
a7e61f0e20
Revert "Fix build failure"
...
This reverts commit ab8dabc280 .
2021-02-17 21:00:11 +00:00
Tobias Fella
345eb0c229
Revert "Bump dependencies to libQuotient 0.7 (master)"
...
This reverts commit d646962ea1 .
2021-02-17 21:00:11 +00:00
Tobias Fella
91ef8806f2
Show contextdrawer only in RoomPage
2021-02-17 20:16:38 +00:00
Tobias Fella
e546c12b45
Don't underline links
2021-02-17 20:16:19 +00:00
Carl Schwan
43f81fcead
Use version less Qt target
2021-02-15 19:46:07 +01:00
l10n daemon script
bfbca5b1c2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-02-15 07:09:27 +01:00
Anjani Kumar
babbc039ab
Focus inputField after cancelling edit/reply
2021-02-14 15:32:02 +05:30
Yuri Chornoivan
d3b8c9b98e
Fix minor typo: sytem -> system
2021-02-14 08:53:48 +02:00
Tobias Fella
0ca2eb4008
Add option to disable system tray integration
...
Implements #59
2021-02-13 19:18:28 +00:00
Anjani Kumar
3979cf59ce
Clears inputField when edit is cancelled.
2021-02-13 19:17:06 +00:00
Tobias Fella
f4ab281789
Revert "Fix broken i18ncp call"
...
This reverts commit 7d100b2a0f
2021-02-12 15:21:20 +00:00
Tobias Fella
7d100b2a0f
Fix broken i18ncp call
2021-02-11 23:18:14 +01:00
Tobias Fella
9432e28685
Fix opening a second invitation
2021-02-10 23:13:16 +01:00
Arnav Rawat
b84375749b
Close menu after selecting a reaction
...
Fixes #256
2021-02-10 10:33:35 +00:00
l10n daemon script
07dffa7e73
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-02-10 08:16:48 +01:00
l10n daemon script
7816d220ea
GIT_SILENT made messages (after extraction)
2021-02-10 03:39:08 +01:00
Tobias Fella
28dfc4b6d7
Update gitignore
2021-02-08 18:09:01 +01:00
Tobias Fella
d78196d7c7
Mention the nightly build in README
2021-02-08 15:04:33 +00:00
Tobias Fella
21c4f8b636
Fix typo
2021-02-08 15:00:55 +00:00
Yuri Chornoivan
4c7be7426e
Fix minor typos
2021-02-08 14:53:32 +02:00
l10n daemon script
bd4dfb037a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-02-08 06:52:38 +01:00
l10n daemon script
a7720409ca
GIT_SILENT made messages (after extraction)
2021-02-08 02:34:53 +01:00
Tobias Fella
b689e55068
Refactor and cleanup dead qml
2021-02-07 22:34:07 +01:00
Tobias Fella
464c48540e
Improve first-run UX
...
- Replace LoginPage with step-by-step approach to support different login flows
- Implement login using SSO
2021-02-07 21:23:31 +00:00
l10n daemon script
e7bada4cde
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-02-07 06:47:50 +01:00
l10n daemon script
9cd441dc1d
GIT_SILENT made messages (after extraction)
2021-02-07 02:52:49 +01:00
Carl Schwan
ff6bff208a
Remove room description from room header
...
After using it for some time, I don't think it is really usefull but it
makes the UI more visually heavy, it doesn't show it completely and also
has very bad contrast.
Fix #197
2021-02-07 00:29:08 +00:00
Tobias Fella
7ae222d427
Fix typo
2021-02-06 20:50:37 +01:00
Carl Schwan
82945ab153
Make right clicking on message works again
...
This is now using TapHandler that can be used in a Layout without
warning about undefined behaviors.
2021-02-06 00:44:07 +00:00
Nicolas Fella
1411d28b81
Fix crash when logging out and back in
...
we get the platformtheme attached property from a random user object,
but that user is destroyed when logging out. Instead use the controller
as parent since that survives the logout
2021-02-06 00:36:51 +00:00
Carl Schwan
6dcfad1f8d
Don't show login page when starting NeoChat
...
This was caused by us calling initiated to early. Only do it when no
accounts exists or that at least one account fails to login.
Fix #248
2021-02-06 00:16:30 +00:00
Carl Schwan
10054bf879
Fix RoomDrawer is visible when no room is open
...
Fix #246
2021-02-06 00:03:10 +01:00
Carl Schwan
66b06aac6e
Use correct username for typing users
...
Fix #257
2021-02-05 22:52:32 +00:00
Carl Schwan
c17392bd9d
Add minimul width and height to modal window
...
Fix #253
2021-02-05 23:40:32 +01:00
Tobias Fella
1cb6b3bbd6
Consistently use pragma once in all headers
2021-02-04 23:14:54 +01:00
Tobias Fella
546d17b1a2
Correctly open all kinds of matrix.to links in TextDelegate and MessageDelegateContextMenu
2021-02-04 20:23:16 +00:00
Tobias Fella
72907a1f18
Refactor and fix invitations
...
-Move invitation handling into RoomPage and delete InvitationPage
-Open the new room after accepting the invitation
2021-02-04 20:22:53 +00:00
Bart Ribbers
465334e23f
Improve the look of reactions
...
- Always show the reaction counts. Element does this too and it makes sure
the look is consistent, no matter how many reactions there are.
- Show a slight border around the background to make the transition to
non-reaction less "grainy"
2021-02-04 18:28:53 +01:00
Nicolas Fella
66bcc2105a
Only keep one Kirigami theme instance for all users
...
Fetching the Kirigami Theme via attached properties is expensive. The
theme is also going to be the same for all users so it's enough to only
do it once.
2021-02-03 21:57:54 +00:00
Nicolas Fella
f217bbd3c4
Don't fetch same modeldata twice
2021-02-02 21:51:27 +00:00