l10n daemon script
607db82db0
GIT_SILENT Sync po/docbooks with svn
2024-10-07 01:28:24 +00:00
Heiko Becker
56b302d4c8
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 765292e0e9 )
2024-10-06 22:02:31 +02:00
James Graham
1237e9d4bd
NotificationManager rework
...
Rework notifications manager to no longer be a singleton, but a component of controller.
The dependency on it for neochat room and connection is also removed.
2024-10-06 17:14:18 +00:00
Carl Schwan
71468e453c
RoomGeneralPage: Move avatar setting outside of FormCard
2024-10-06 09:38:37 +00:00
Nicolas Fella
d0a915e81c
Add missing QML import name
2024-10-06 09:38:19 +00:00
l10n daemon script
e7751f40fa
GIT_SILENT Sync po/docbooks with svn
2024-10-06 01:28:31 +00:00
l10n daemon script
498240c6ec
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-10-06 01:22:10 +00:00
l10n daemon script
d448cf4c7e
GIT_SILENT made messages (after extraction)
2024-10-06 00:39:44 +00:00
James Graham
d7d9f254ff
Remove the dependence on RoomManager from NeochatConnection.
...
At the same time use the roomCreated signal from connection for auto resolving as it's specifically designed for user created rooms.
2024-10-05 18:39:21 +01:00
James Graham
aedba5c650
Strip single <p> tags inside TextHandler rather than actions handler
2024-10-05 17:05:36 +00:00
James Graham
a4e9794b13
MessageComponent
...
It feels weird to have anything that needs MessageComponent have to depend on all of MessageContentModel and pull in it's dependencies. This moves MessageComponent into its own header.
2024-10-05 15:51:19 +00:00
James Graham
4bd4bd6f22
Rework ActionsHandler
...
Rework ActionsHandler as static helper functions.
The functions are now invoked from ChatBarCache so there is no need to pass an actions handler object around qml simplifying the code.
2024-10-05 13:44:53 +00:00
l10n daemon script
ac9bfbff78
GIT_SILENT Sync po/docbooks with svn
2024-10-05 01:29:07 +00:00
James Graham
e26392ce94
requestDirectChat
...
Use Quotient::connection::requestDirectChat directly as it can already handle all the conditions.
2024-10-04 16:52:05 +00:00
l10n daemon script
a314e56425
GIT_SILENT Sync po/docbooks with svn
2024-10-04 01:30:17 +00:00
James Graham
4af27f7609
Remove unneeded includes
2024-10-03 23:22:48 +01:00
James Graham
773017c881
errorOccured
...
Have controller link to neochatconnection for errorOccured rather than call directly to remove dependency on controller.
For all the same reasons as network/neochat!1926
2024-10-03 20:32:30 +00:00
James Graham
153cbeae8a
ShowMessage
...
Move showMessage to RoomManager and merge warning in. A new Message type enum is created aligned with the Kirgami.MessageType used by Kirigami.Banner to avoid needing to translate from 2 enums.
showMessage is also sent as a signal from NeoChatRoom (and via the room from ActionsModel), this removes the need for them to have a dependency on Controller (and RoomManager). While not necessarily the cause of Windows crashes the spaghetti dependencies of RoomManager and Controller throughout the code base has made debugging that harder so this aims to simplify that as well.
2024-10-03 18:42:29 +00:00
l10n daemon script
777ea9fbe0
GIT_SILENT Sync po/docbooks with svn
2024-10-03 01:28:58 +00:00
James Graham
d22cc7f40a
Use Knotificationpermission
2024-10-02 21:07:58 +00:00
Carl Schwan
c28ca9087c
RemoveChildDialog: Don't wrap delegates in FormCard
2024-10-02 17:12:36 +00:00
l10n daemon script
857412d9cc
GIT_SILENT Sync po/docbooks with svn
2024-10-02 01:29:32 +00:00
James Graham
4b132460f6
Remove unused include utils.h in neochatroom
2024-10-01 19:31:52 +01:00
James Graham
644f5c0ce1
Permission Manager
...
Add permission manager from Itinerary so that Android permissions can be checked.
Note at the moment the request permission functions are not hooked up so on Android the permission will need to be manually set on. I'll hook this up later but I wanted to confirm my suspicion on notifications being the current cause of crashes.
2024-10-01 17:29:39 +00:00
l10n daemon script
45439e17c9
GIT_SILENT Sync po/docbooks with svn
2024-10-01 01:29:28 +00:00
Carl Schwan
485e0f0510
Make hover actions position logic more robust
2024-09-30 20:30:36 +00:00
Carl Schwan
2969d20a92
Put hover actions in the RowLayouts
...
Simplify the code compared to use an ActionToolBar and this should makes
it more reliable.
2024-09-30 20:30:36 +00:00
Soumyadeep Ghosh
7cf97a5c9b
snap: update to latest tag
2024-09-28 12:59:32 +05:30
l10n daemon script
f2894ed774
GIT_SILENT Sync po/docbooks with svn
2024-09-27 01:31:05 +00:00
Tobias Fella
3e1044b8fd
Adapt to libQuotient changes
2024-09-26 19:55:41 +02:00
l10n daemon script
0c6480c5e0
GIT_SILENT Sync po/docbooks with svn
2024-09-26 01:29:11 +00:00
Luc Schrijvers
232c45979a
Disable KRunner, X11, and DBus on Haiku
2024-09-25 13:31:00 +00:00
James Graham
848031c315
Add the notifcation permision for modern android versions
2024-09-25 05:22:26 +00:00
l10n daemon script
bf2389c31c
GIT_SILENT Sync po/docbooks with svn
2024-09-25 01:30:30 +00:00
James Graham
d87bba7993
Revert "snap: update for latest tag"
...
This reverts commit 6e81701d4b
2024-09-24 21:57:18 +00:00
Carl Schwan
9b837a8656
SelectParentDialog: Fix selecting room
2024-09-24 21:08:34 +00:00
Carl Schwan
90061caec3
Fix undefined StyledText error
...
StyledText is an enum for Text not TextEdit
2024-09-24 19:30:27 +00:00
Soumyadeep Ghosh
6e81701d4b
snap: update for latest tag
2024-09-24 17:59:10 +05:30
l10n daemon script
2164c4c3f8
GIT_SILENT Sync po/docbooks with svn
2024-09-24 01:36:38 +00:00
Nate Graham
a0665187c6
Use common key for saving window state data
...
We typically use "MainWindow" here, not "Main".
2024-09-23 14:37:32 -06:00
l10n daemon script
77e933f620
GIT_SILENT Sync po/docbooks with svn
2024-09-23 01:27:36 +00:00
l10n daemon script
deed9cf6d7
GIT_SILENT Sync po/docbooks with svn
2024-09-22 01:31:14 +00:00
Carl Schwan
fad4e506bc
Fix display name in verification message
...
Previously this would be undefined and i18n doesn't handle this very
well
2024-09-21 13:26:03 +00:00
Carl Schwan
9d6b940b78
Port away from Qt.Plaform.labs
...
This bring a QtWidget dependency on Android
2024-09-21 12:12:14 +00:00
Carl Schwan
cfb663d399
RoomGeneralPage: Split general info in two card
...
So that the save button isn't floating in the middle of the card
2024-09-21 12:11:50 +00:00
Carl Schwan
4620c176b6
AppearanceSettingsPage: Hide separator for transparancy setting on Android
2024-09-21 12:11:39 +00:00
Carl Schwan
8c927a59d9
NetworkProxyPage: Add separator between form delegates
2024-09-21 12:11:27 +00:00
Carl Schwan
2fe9bc9846
Fix arrow icons on Android
2024-09-21 12:11:14 +00:00
Carl Schwan
b9615eadb3
Use FormTextAreaDelegate
2024-09-21 12:11:04 +00:00
Volker Krause
e4e5d14d6e
Use released KQuickImageEditor
2024-09-21 09:46:33 +00:00