Tobias Fella
3b5da2473d
Add missing copyright statement
2025-08-11 23:18:56 +02:00
Tobias Fella
9a04ae3e02
Fix opening files externally
2025-08-11 23:05:57 +02:00
James Graham
9ed5224470
Have ChatDocumentHandler update ChatBarCache text
...
Have ChatDocumentHandler update ChatBarCache text so all text operations in the ChatBar go through it
2025-08-11 19:33:58 +01:00
James Graham
bc82ceeb5f
Simpify the API for ChatDocumentHandler
...
Simpify the API for ChatDocumentHandler by taking the text item and grabbing everything else needed from there
2025-08-11 19:23:40 +01:00
Tobias Fella
5f7ff209d3
Add .contextProperties.ini
...
Tells qmlls to ignore i18n context properties
2025-08-11 17:35:02 +02:00
Tobias Fella
35b363fdce
Update room versions in security settings
...
We need to come up with a better way of testing the versions here, but that's for different patch
2025-08-11 10:07:19 +00:00
Tobias Fella
a74931e794
Refactor qml
2025-08-11 12:04:10 +02:00
Tobias Fella
6698bbcf79
Fix warning
2025-08-11 12:04:10 +02:00
Tobias Fella
8c78992b1a
Remove broken and duplicate code
2025-08-11 12:04:08 +02:00
l10n daemon script
04e3b88e8c
GIT_SILENT Sync po/docbooks with svn
2025-08-11 01:42:20 +00:00
l10n daemon script
9b8b13e98e
GIT_SILENT made messages (after extraction)
2025-08-11 00:42:48 +00:00
l10n daemon script
e6dd6aec7f
GIT_SILENT Sync po/docbooks with svn
2025-08-10 01:44:51 +00:00
l10n daemon script
c6f0879c9c
GIT_SILENT Sync po/docbooks with svn
2025-08-09 01:39:31 +00:00
Joshua Goins
9e7ae37add
Partially revert recent RoomMedia change to make it work again
...
This reverts part of f288367653 which
touches this file. I'm not entirely sure why it was changed, it looks
like a piece of refactoring that isn't complete yet, but MessageDelegate
still depends on a required room property.
2025-08-08 08:39:08 -04:00
Tobias Fella
0c727237ee
Remove Edit menu
...
This menu providers a few text editing related functions, like undo/redo, copy, paste, etc.
As far as I can tell, it never worked in a useful way, though: It operates on the activeFocusItem,
but as soon as one clicks on the menu, this becomes null. It is somewhat useable through shortcuts,
but the text fields have these shortcuts natively.
2025-08-08 08:25:51 -04:00
Joshua Goins
bf66118355
Change "Copy Room Address" action to "Copy Room Link"
...
This is way more useful for sharing, as you can use this link in and
outside Matrix rooms. It also matches behavior with other clients like
Element Web.
I also cut some places where this shows unnecessarily, such as direct
chats and invite-only private rooms.
2025-08-08 08:25:34 -04:00
Tobias Fella
aacb097650
Add libQuotient qml module dependencies
...
The module doesn't exist upstream yet; this will just be ignored in that case
2025-08-08 13:42:24 +02:00
Tobias Fella
ce5d60fc5d
Fix QML warning
2025-08-08 13:42:00 +02:00
Tobias Fella
96a0b86c33
Fix some unqualified access warnings
2025-08-08 13:39:06 +02:00
Tobias Fella
279b611754
Remove unused prison
2025-08-08 10:42:38 +02:00
Tobias Fella
f7c74a60cd
Port away from applicationWindow()
2025-08-08 10:29:48 +02:00
l10n daemon script
3465fc7d39
GIT_SILENT Sync po/docbooks with svn
2025-08-07 19:27:58 +00:00
l10n daemon script
6381f06acb
GIT_SILENT made messages (after extraction)
2025-08-07 18:30:01 +00:00
l10n daemon script
a7c7a5c72d
GIT_SILENT Sync po/docbooks with svn
2025-08-07 01:42:12 +00:00
l10n daemon script
c8ded65e46
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"
2025-08-07 01:33:59 +00:00
l10n daemon script
729b46fc71
GIT_SILENT made messages (after extraction)
2025-08-07 00:42:54 +00:00
Tobias Fella
e63e04aa57
Fix QML warning
2025-08-07 00:21:10 +02:00
Tobias Fella
ae88879651
Remove unused kitemmodels imports
2025-08-07 00:19:18 +02:00
Tobias Fella
dfd106258b
Fix some warnings around pagestack calls
2025-08-07 00:05:52 +02:00
Tobias Fella
4d29b9fd57
Fix qml warning
2025-08-06 23:53:04 +02:00
Tobias Fella
3de7ad237a
Fix qml warning
2025-08-06 23:51:56 +02:00
Tobias Fella
7d4e589894
Remove some unused includes
2025-08-06 23:49:27 +02:00
Tobias Fella
4bbd127fe8
Fix some unqualified access
2025-08-06 23:47:28 +02:00
Tobias Fella
f2a0a66b01
Fix connection
2025-08-06 23:47:28 +02:00
James Graham
143c685045
Fix creating a new thread locally
...
Fix creating a new thread locally. We need to listen for the newThread signal and update the thread root event mode content
2025-08-06 18:10:03 +01:00
Tobias Fella
b8fa6f0690
Fix font sizes
2025-08-06 15:34:33 +02:00
Joshua Goins
93b6c53c82
Remind the user if they're trying to reply to someone who has left
...
This happens semi-frequently to me and others - we reply to a user who
has left the room. Sometimes this is useful (for example, bringing up a
previous topic) but in most cases this is accidental, and almost
guaranteed to happen if you turned off join/leave events.
So I added a reminder when replying - which manifests as a small label
in the chatbar - that the user has left and can't be notified of your
reply.
2025-08-06 08:13:49 -04:00
l10n daemon script
6822a1ef08
GIT_SILENT Sync po/docbooks with svn
2025-08-06 01:47:29 +00:00
Justin Zobel
12b7c25395
Flatpak: Update kunifiedpush project ID and URL as it is now in KDE Gear and update the version
2025-08-05 09:30:29 +00:00
Justin Zobel
42c0060122
Flatpak: Upgrade libsecret
2025-08-05 09:30:29 +00:00
Justin Zobel
b30ee55a81
Flatpak: Add cleanup
2025-08-05 09:30:29 +00:00
Tobias Fella
9d2ef838bb
Don't crash when trying to open a context menu on a pending event
2025-08-05 09:17:13 +00:00
Tobias Fella
b5351e48dd
Add tooltip to "remove server" button
2025-08-05 09:16:27 +00:00
l10n daemon script
7b437d91e1
GIT_SILENT Sync po/docbooks with svn
2025-08-05 01:54:03 +00:00
Nicolas Fella
a9d39353ab
Add XDG activation support to rooms runner
2025-08-04 21:49:05 +02:00
Tobias Fella
5f778dbd81
Add some translation contexts
2025-08-04 21:27:28 +02:00
Nate Graham
b01286eae3
plasma-runner-neochat: remove unnecessary minimum letter count
...
Users generally expect search results to start appearing with the first
character typed; we shouldn't be setting minimum letter counts without
a very good reason. Excessive minimum letter counts are also bad
specifically for Chinese, which is highly information-dense.
Get rid of the minimum letter count.
CCBUG: 490972
2025-08-04 09:18:18 -06:00
Tobias Fella
4688802628
Cleanup CommonRoomsModel
...
- Remove unused include
- Remove roles that don't make sense
2025-08-04 17:14:32 +02:00
l10n daemon script
0282f2c7aa
GIT_SILENT Sync po/docbooks with svn
2025-08-04 01:47:41 +00:00
Tobias Fella
53d0fd1663
Improve spacing in mobile UserInfo
2025-08-03 17:26:39 +02:00