Carl Schwan
bfd6d2ffe2
Fix the white bar in the room page's header
2021-01-12 17:48:35 +01:00
Carl Schwan
421422edd0
Fix avatar loading in multiple places and prefers name instead of
...
display name for avatar fallback.
This also fixes a bug where users didn't get their avatar loaded in the
room list.
Fix #209
2021-01-12 17:46:15 +01:00
Carl Schwan
0eda9608ec
Fix PgUp/PgDn keys in message view switch rooms
...
Now use Ctr+PgUp/PgDn keys instead
Fix #213
2021-01-12 17:42:48 +01:00
Carl Schwan
06fd8630d9
Fix NeoChat not syncing
...
This problem was caused because addConnection was starting the sync
proccess unfortunally because the user wasn't connected this aborted
almost immediately and then the sync proccess wouldn't run at all.
Now start the sync proccess after making sure we are connected.
Fix #228
2021-01-12 17:41:10 +01:00
Carl Schwan
e7d8c4b69c
Handle non-consistent configuration
2021-01-12 17:40:58 +01:00
Carl Schwan
44d4269978
Fix initial loading of room
2021-01-12 17:38:55 +01:00
Adriaan de Groot
759244b5d2
CMake: systematically use the feature-summary
...
There's not much point in having a feature summary that will
trip over just-a-few of the required packages, while also
using REQUIRED in find_package() calls -- then you have to
re-run CMake for all the REQUIRED ones you're missing,
and then one more time for the packages that are required
in the feature summary.
Use the feature summary (e.g. TYPE REQUIRED) consistently.
Then you can run CMake once and learn about all the missing
dependencies in one go.
2021-01-12 17:38:27 +01:00
Tobias Fella
92a307747f
Fix active connection not loading on startup
2021-01-12 17:37:58 +01:00
Carl Schwan
627929203f
Disable menu item when login in
...
Fix #204
2021-01-12 17:32:17 +01:00
Tobias Fella
0c449ab4bd
Ask for consent to terms and conditions if required
2021-01-12 17:30:26 +01:00
Tobias Fella
45c35b3cbe
Fix accountCount not updating correctly
2021-01-12 17:29:02 +01:00
l10n daemon script
ecd6a63564
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-01-12 10:47:53 +01:00
l10n daemon script
b75bf3a75b
GIT_SILENT made messages (after extraction)
2021-01-12 08:53:10 +01:00
l10n daemon script
43288db000
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-01-02 10:22:39 +01:00
l10n daemon script
0d6c793a5e
GIT_SILENT made messages (after extraction)
2021-01-02 08:58:52 +01:00
l10n daemon script
6daf184a60
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-01-01 09:39:20 +01:00
l10n daemon script
93173e3f43
GIT_SILENT made messages (after extraction)
2021-01-01 08:24:14 +01:00
l10n daemon script
ec4aa320c1
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"
2020-12-29 09:36:04 +01:00
l10n daemon script
079a1c8a34
GIT_SILENT made messages (after extraction)
2020-12-29 08:20:25 +01:00
Carl Schwan
e9bb0972a9
Fix Platform is undefined bug
2020-12-29 01:42:19 +01:00
Nicolas Fella
1717790096
Don't call stopSync when destroying controller
...
Connection does that internally already
(cherry picked from commit 6a1fd3ff31 )
2020-12-28 17:31:24 +00:00
Tobias Fella
893bc79f1e
Don't load empty images from imageprovider
...
Previously, when there was no avatar set, the source property of Avatar was still set to 'image://mxc/',
which caused Avatar to load that from the imageprovider. The imageprovider can't provide an empty image and aborts with error
(cherry picked from commit 724f10a895 )
2020-12-28 17:30:16 +00:00
Antonio Rojas
e87ae48f17
Add missing cmake check for kitemmodels
...
Otherwise packagers have no way to know that it is a runtime dependency
(cherry picked from commit 93e0a2b2f6 )
2020-12-28 17:28:37 +00:00
Tobias Fella
97bbcf3062
Fix segfault/assert when logging out of account
...
(cherry picked from commit 0fe0f45944 )
2020-12-28 00:07:54 +00:00
Eamonn Rea
9f9498541a
Fix cursorShape not updating for messages
...
(cherry picked from commit 066ab1e6c6 )
2020-12-28 00:58:07 +01:00
Tobias Fella
50a4d0a33f
Fix login for homeservers without well-known
...
(cherry picked from commit 3858956e82 )
2020-12-27 22:38:17 +00:00
Carl Schwan
85b4d7d049
Don't translate something we shouldn't
...
(cherry picked from commit dce3b796c2 )
2020-12-26 15:59:24 +00:00
l10n daemon script
b574849df3
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"
2020-12-26 09:29:49 +01:00
l10n daemon script
e802d7f805
GIT_SILENT made messages (after extraction)
2020-12-26 08:15:49 +01:00
Tobias Fella
99438011ca
Fix image saving
...
(cherry picked from commit 8aec6b67cb )
2020-12-24 12:35:54 +00:00
Nicolas Fella
99ccfaf93e
Default to org.kde.desktop QQC2 style
...
plasma-integration does that for us, but that obviously doesn't work for non-Plasma desktops.
2020-12-24 00:20:10 +01:00
Carl Schwan
c56973763c
Dismiss reply when clicking on Esc
...
Backport of 59f9c36854
2020-12-23 18:02:37 +01:00
Devin Lin
c96109e9b7
Fix room header text alignment and add support for two line room descriptions
...
(cherry picked from commit 93f35faf95 )
v1.0
2020-12-23 09:06:33 +00:00
Devin Lin
3f01b3badf
Show feedback on avatar hover
...
(cherry picked from commit 87a7a34d80 )
2020-12-23 08:51:29 +00:00
Tobias Fella
093412c788
Revert "Add symbolic icon"
...
This reverts commit 89bf5d3a31
2020-12-22 23:43:35 +00:00
Carl Schwan
c5ddb61981
Use correct version
2020-12-22 23:12:46 +01:00
Nicolas Fella
ad4e52b20d
Fix icon in notifyrc
...
(cherry picked from commit ef8c21213a )
2020-12-22 22:02:23 +00:00
Carl Schwan
5991d59ddd
Fix not eliding text in USerDetailDialog
...
Fix : #169
2020-12-22 16:23:49 +01:00
Carl Schwan
de49a26462
Switch back to plain text editing
...
See https://bugreports.qt.io/browse/QTBUG-89630
(cherry picked from commit 6482f08eba )
2020-12-21 09:25:07 +00:00
Carl Schwan
4924702c15
Use TextArea instead of simple field for room topic
...
(cherry picked from commit f61eff2937 )
2020-12-20 19:27:26 +00:00
Tobias Fella
8060edd1c6
Allow opening links in the MessageDelegateContextMenu
...
Fixes #167
(cherry picked from commit 449adf993c )
2020-12-20 18:17:46 +00:00
Jan Blackquill
89bf5d3a31
Add symbolic icon
...
(cherry picked from commit 9189a8ca30 )
2020-12-20 09:19:53 +00:00
Carl Schwan
60762b934c
Fix current page not getting updated after switching a page
...
This was caused by myself not updating the index after updating the
content.
2020-12-19 23:03:01 +01:00
Carl Schwan
7729fec259
Add special font configuration for flatpak
...
(cherry picked from commit 6e659c853b )
2020-12-19 10:49:32 +00:00
Carl Schwan
026769b07f
Make kquickimageeditor a required dependency
2020-12-17 13:19:03 +01:00
Carl Schwan
5be14a4b8f
Last icon fix
2020-12-17 10:37:22 +01:00
Carl Schwan
0b70d2b33f
fix icon
2020-12-17 10:37:22 +01:00
Carl Schwan
dab77b8d07
Rename icon and set icon name explicitely
...
Fix #140
2020-12-17 10:37:22 +01:00
Carl Schwan
2acdf61b16
Don't recreate RoomPage each time and add a small loading indicator
...
(cherry picked from commit bd41dcc986 )
2020-12-17 08:59:36 +00:00
Carl Schwan
defa3d4b77
Improve autocompletion
...
(cherry picked from commit 2b84c5dd02 )
2020-12-17 08:58:30 +00:00