James Graham
cc058a7cd3
Re-order spaces by dragging and dropping
...
Title
2024-03-10 11:18:28 +00:00
James Graham
7654b83339
Move the devtools button to UserInfo
...
Makes more sense now that room is selectable anyway and allows access from space home pages
2024-03-10 10:55:05 +00:00
James Graham
93426546ad
Make sure that the MessageSourceSheet component is created properly in devtools
2024-03-10 10:25:53 +00:00
Tobias Fella
5ccce364d3
Allow opening the settings from the welcome page
...
This is required to configure a proxy before logging in
2024-03-09 11:49:18 +01:00
l10n daemon script
0bace17074
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"
2024-03-09 01:14:29 +00:00
Tobias Fella
ad6c7dbd1f
Don't link KDBusAddons on windows
2024-03-08 22:01:55 +01:00
James Graham
2a6e63595e
Fix space tree refresh
...
Stop space hierarchy being duplicated. This is done by making sure old jobs are cleared at all resets and to make doubly sure when a child is inserted it overrides itself so there can never be duplicates
2024-03-08 18:36:43 +00:00
Tobias Fella
93ceb4d49c
Improve hover link indicator accessibility
...
It's a bit pointless, since hovering it requires a mouse... but it's better than the previous behavior
2024-03-05 19:14:31 +01:00
James Graham
09c31b20e6
stripBlockTags Fixes
...
Make the code more robust by accounting for things like tag attributes
2024-03-04 21:05:11 +00:00
James Graham
78271a3738
Add highlight and copy button to code component
2024-03-04 20:09:22 +00:00
James Graham
e029aaadfc
No Code String Convert
...
No need to try and convert code strings anymore this is now handled in KSyntaxHighlighter
see frameworks/syntax-highlighting!603 and frameworks/syntax-highlighting!604
2024-03-04 18:05:25 +00:00
James Graham
97f3013f7a
Visualise readacted messages
...
Make sure that a text delegate is added for redacted messages so that a message can be shown when show deletions is on
2024-03-03 16:33:21 +00:00
Tobias Fella
269a832ac9
Fix binding loop in NotificationsView
2024-03-03 16:56:18 +01:00
Tobias Fella
3b5b7af531
Fix QML warning
2024-03-03 16:43:52 +01:00
l10n daemon script
fa99b8829d
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"
2024-03-03 01:15:35 +00:00
Joshua Goins
cb9fd02dc7
Show link preview for links in room topics
...
This has an important security benefit, to prevent hiding fake links
behind real-looking ones.
2024-03-02 23:15:28 +00:00
Joshua Goins
1f4a271dd6
Remove unnecessary regex in room topic component
...
This makes Markdown links work again
2024-03-02 23:15:28 +00:00
Tobias Fella
bdf192df58
Use plaintext in devtools room selection combo
2024-03-02 19:36:46 +01:00
Tobias Fella
1249304907
Add devtools button to account menu
2024-03-02 19:07:13 +01:00
Tobias Fella
10e3ab1f78
Hide typing notifications for ignored users
...
Fixes #635
2024-03-02 18:43:08 +01:00
James Graham
59ea270b2f
Fix the top section heading in the timeline. It was previously causing anchor loops
2024-03-02 10:28:04 +00:00
James Graham
f557ceda19
Notification Consistency
...
Make sure that the new rules for counting notifications for muted, mention and low priority rooms is applied consistently to the room list, space drawer and the task manager notification badge
implements #644
2024-03-01 17:56:13 +00:00
Tobias Fella
943f6c762c
Fix (un)ignoring unknown users
2024-03-01 09:32:45 +00:00
l10n daemon script
77da4d2d53
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"
2024-02-29 01:13:28 +00:00
James Graham
1ae3fc86da
Updated room sorting
...
Change the LastActivity sort order to Activity and update to a more flexible way of sorting based on an order from model roles.
Add options to actually switch between Alphabetical and Activity
Based on some old work by @tdfischer
implements #103
2024-02-28 17:57:32 +00:00
l10n daemon script
1cbb4a93eb
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"
2024-02-28 01:13:32 +00:00
James Graham
1fac6ca34a
Split text section into blocks
...
The aim is to be able to use separate delegate for things like codeblocks and quotes so that they can be styled differently.

2024-02-27 18:52:06 +00:00
l10n daemon script
f70febc8d3
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"
2024-02-27 01:13:57 +00:00
Tobias Fella
628de56087
Devtools: Split state keys into a separate list
2024-02-26 17:05:28 +01:00
Tobias Fella
bc67033c00
Adapt to QTP0001
2024-02-26 16:49:17 +01:00
Tobias Fella
e0ce5d9544
Show AccountData in Devtools
2024-02-25 21:05:12 +01:00
Tobias Fella
38acfe04b9
Fix sharing
2024-02-25 20:13:39 +01:00
Tobias Fella
5b0068d9e4
Cache space hierarchy to disk
...
This significantly improves the startup experiences by eliminating
the changes in the space drawer while neochat loads.
Implements #640
Replaces !1563
2024-02-25 20:12:07 +01:00
James Graham
38edad2ac5
Make sure that only text messages can be edited
2024-02-25 17:20:49 +00:00
Tobias Fella
e95f191dc6
Add view of ignored users and allow unignoring them
2024-02-25 18:03:10 +01:00
Tobias Fella
8ae92ff4d4
Port room upgrade dialog to Kirigami.Dialog
2024-02-25 17:55:05 +01:00
Tobias Fella
40e15d456a
Favourites -> Favorites
...
BUG: 481814
2024-02-25 16:35:10 +01:00
Tobias Fella
d4eb9ea320
Move ShowAuthorRole to MessageFilterModel
...
Only there can it be calculated correctly.
Fixes #632
2024-02-22 18:42:04 +01:00
James Graham
82ae0891a8
Create a feature flag page in devtools.
2024-02-21 23:53:51 +00:00
James Graham
58c43b0cd4
Make sure that the room isn't already in the model before appending.
...
Make sure that the room isn't already in the model before appending. Move it if it's in the wrong catgeory
2024-02-21 23:52:10 +00:00
Tobias Fella
1c373031bd
Html-escape display name in user detail sheet
2024-02-21 18:10:32 +01:00
Tobias Fella
e93842a95f
Fix saving images from maximize component
...
Fixes #643
2024-02-21 16:51:23 +01:00
James Graham
864f9b8f74
Add feature flag for reply in thread
...
Currently the ability to reply in threads was added but not the ability to actually view threads so this doesn't currently make much sense to just have enabled int he main build.
Note: I want to cherrypick this so it's just the flag. I'll add a feature flag page to dev tools for master soon.
2024-02-20 20:09:49 +00:00
Tobias Fella
d99fae333a
Introduce MediaManager
...
Currently, this is only to pause playback of other media when something new starts playing.
In the future, it will also be used for other things, like call ringing, etc.
2024-02-20 21:08:47 +01:00
Tobias Fella
b27bec3e16
Leave predecessor rooms when leaving room
...
Implements #621
2024-02-20 20:59:04 +01:00
Tobias Fella
5fb4838734
Improve push notification string
2024-02-20 20:50:17 +01:00
Tobias Fella
1296255a86
Remove room from RoomTreeModel before leaving it
...
This makes sure that the room disappears from the tree view
2024-02-20 20:42:02 +01:00
Tobias Fella
e3ed2fcaa9
Fix crash in ImagePacksModel
2024-02-20 20:36:33 +01:00
Tobias Fella
69d6b90a12
Fix email
2024-02-20 18:43:23 +01:00
Tobias Fella
6937a4b2fe
Quotient -> libQuotient
2024-02-20 18:42:13 +01:00