Tobias Fella
fe1e3ee374
Remove markdown links from 'body' of messages
...
- Markdown is not in the matrix spec
- Clients use the 'body' text for things like notifications, which render these links as plain text
2021-01-17 01:54:41 +01:00
Tobias Fella
a653be8be8
Load serverAddress using QUrl::fromUserInput()
...
Fixes login when 'https://' is not added to the server url
2021-01-17 01:32:03 +01:00
Yaroslav Sidlovsky
6893cb361e
Fix displaying user names with bold text
...
Property "font.bold" is ignored for QQC2.Label (see: https://phabricator.kde.org/D14495 )
2021-01-16 15:16:22 +03:00
l10n daemon script
038441b854
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-16 06:41:58 +01:00
l10n daemon script
b7da732a15
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-15 06:38:23 +01:00
Carl Schwan
7762f5f5ae
Don't load events if not needed
2021-01-14 21:11:05 +00:00
Carl Schwan
1abc28ad7f
Make sure we load events when opening a room
2021-01-14 20:53:11 +00:00
Carl Schwan
c24c25eb38
Be less noisy
2021-01-14 20:32:15 +01:00
Nate Graham
bd11f543f5
Regularize context menu
...
"Open in new Window" goes on top, as it does in most other context menus
with similar items
"Leave room" goes on the bottom with a separator above it, because it's
a mildly destructive action.
2021-01-14 08:16:55 -07:00
l10n daemon script
085ebaa451
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-14 07:00:09 +01:00
Christopher Hock
e5771e2733
Change Comment in line 25 of neochat.notifyrc
2021-01-14 00:49:39 +01:00
Carl Schwan
3ebda274ef
Fix broken name
2021-01-13 23:15:48 +00:00
Christopher Hock
3ac85bacad
Change color of role description to light grey.
2021-01-13 21:45:49 +00:00
Carl Schwan
eff8c08ccf
Add launcher badge to NeoChat showing the unread count
2021-01-13 20:14:51 +00:00
Carl Schwan
a9c2e3ec49
Fix appstream file
...
(cherry picked from commit f25bc6bac6 )
2021-01-13 10:09:27 +01:00
Carl Schwan
92488343cc
Update appdata
2021-01-12 23:01:56 +01:00
l10n daemon script
59df28822c
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 06:44:34 +01:00
l10n daemon script
8b0a14a2cf
GIT_SILENT made messages (after extraction)
2021-01-12 02:46:12 +01:00
Carl Schwan
d9128ca483
Fix the white bar in the room page's header
2021-01-11 22:18:45 +00:00
Carson Black
07f637c854
Improve appearance of room listing
...
This ports the room list delegates to Kirigami.BasicListItem leading/trailing for a more consistent appearance with other applications, and adjusts how their context menus look and behave
2021-01-11 21:25:29 +00:00
Carl Schwan
a3e1e1d0a4
Fix autocompletion
...
Now it will save a map from display name to id and use that to generate
clean matrix.to links. This also make sure the colors used for the
preview are correct by using NeoChatUser and fix the bug with the regex
by simply removing the regex.
Fix #234
2021-01-11 02:19:55 +01:00
Yaroslav Sidlovsky
ed26e87c96
Display table borders
2021-01-09 15:02:24 +01:00
Carl Schwan
f4784bb0a1
Allow opening window in a secondary window
2021-01-09 13:32:16 +00:00
Yuri Chornoivan
a82b9dc14e
Fix minor typos
2021-01-09 09:19:11 +02:00
Carl Schwan
2cb38ad1ea
Add filter search field in room drawer
...
Fix #195
2021-01-09 01:02:19 +01:00
Carl Schwan
4be3eac7af
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-09 00:37:13 +01:00
Carl Schwan
de23eef519
Fix PgUp/PgDn keys in message view switch rooms
...
Now use Ctr+PgUp/PgDn keys instead
Fix #213
2021-01-09 00:15:02 +01:00
Carl Schwan
cd1bec9977
Introduce the ActionsHandler
2021-01-08 23:12:09 +00:00
Adam Szopa
8e846f73d7
Reference the stable release
2021-01-08 22:28:53 +00:00
Nate Graham
af7003e680
Disable "Send message" button when there's no message to send
2021-01-08 14:42:21 -07:00
Nate Graham
cb57a1ec06
Fix case of anchors being set on an item in a Layout
2021-01-08 14:09:04 -07:00
Carl Schwan
2e0096380f
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-08 21:42:07 +01:00
Carl Schwan
ca5f95b298
Handle non-consistent configuration
2021-01-08 21:26:56 +01:00
Carl Schwan
f6ac8ccb45
Improve timeline state event text representation
...
Change are inspired by Quatermion model
* Fix invite events not getting displayed correctly
* Add some options to control what get displayed (for the moment without
a GUI
* Show reason for a state event if it exists
2021-01-08 17:18:48 +00:00
Carl Schwan
249054b57f
Fix initial loading of room
2021-01-08 17:17:52 +00:00
Nate Graham
ab8dabc280
Fix build failure
...
isJobRunning() -> isJobPending()
2021-01-08 07:35:29 -07:00
Jonathan Riddell
43c7e00ec5
add a matrix channel for this app which is to connect to matrix
2021-01-05 17:08:06 +00:00
Adriaan de Groot
085bd4a2cf
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-05 16:43:36 +01:00
Noah Davis
6cc29f0254
Add LicenseRef-KDE-Accepted-LGPL license file
2021-01-04 14:02:02 -05:00
Noah Davis
338553de16
[ChatTextInput] Fix isImage (no such property) and rgba (Should be Qt.rgba)
2021-01-04 13:58:34 -05:00
Noah Davis
9a17c07fdd
[ChatTextInput] support more image formats and use icons for non-image attached files
2021-01-04 13:58:34 -05:00
Noah Davis
50d8bd5b7e
Add FileType singleton
...
This singleton is used to get the mimetype info for files as well as supported formats for Images and AnimatedImages
2021-01-04 13:58:34 -05:00
Mathew Broady
f232c40955
Remove unused "parent" parameter warning for DevicesModel::rowCount()
2021-01-02 15:47:01 +11:00
l10n daemon script
cbc082c1b6
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 06:26:01 +01:00
l10n daemon script
d45b0675fb
GIT_SILENT made messages (after extraction)
2021-01-01 02:32:59 +01:00
Carl Schwan
c60ee602e2
Add maximum width to room heading in sidebar
2020-12-30 14:18:33 +00:00
Carl Schwan
8224d3ae9f
Save and restore window size
2020-12-30 13:19:16 +00:00
Carl Schwan
4463e3e3f2
Add edited flag to edited messages
...
Fix #206
2020-12-30 13:17:59 +00:00
Tobias Fella
e6b97e3350
Fix accountCount not updating correctly
2020-12-30 13:17:22 +00:00
Tobias Fella
2c1cbc91d8
Fix active connection not loading on startup
2020-12-30 13:17:22 +00:00