Tobias Fella
21484c8184
Convert reuse data to new format
2024-12-05 18:12:07 +01:00
Soumyadeep Ghosh
020385c850
backend: allow users to sort based on last activity
...
This MR allows an option to prefer the last activity as the most
favorable parameter for sorting.
2024-12-05 16:32:40 +00:00
Kai Uwe Broulik
c585f3d8ae
Add "Copy Link Address" context menu
...
Allows copying just the link address of a hyperlink.
2024-12-05 15:58:22 +00:00
l10n daemon script
3356e6c6cf
GIT_SILENT Sync po/docbooks with svn
2024-12-05 01:31:30 +00:00
Joshua Goins
2fa6ad22a3
Expose access token under developer tools
...
I need this from time to time. For example, debugging an API call or
scripting something with the admin API. This is buried under developer
settings so hopefully no one starts sharing this willy-nilly.
Element Web does something similar, except theirs is hidden under Help &
About.
2024-12-04 21:42:10 +00:00
Joshua Goins
b887519f26
Add missing contexts for the rest of the settings header and page titles
2024-12-04 15:48:43 -05:00
Joshua Goins
b1e54a834c
Fix capitalization of labels under General Settings
...
Buttons should be title case, and form headers should be sentence case.
Also, add an icon to the "Reset to defaults" button.
2024-12-04 15:41:36 -05:00
Joshua Goins
171e62a272
AccountMenu: Fix capitalization of items
...
This is a menu full of menu items, and should be using title case as
suggested by our HIG.
2024-12-04 15:38:00 -05:00
Joshua Goins
053770c117
snap: update libquotient
2024-12-04 20:05:07 +00:00
Tobias Fella
911f3e1f54
Fix some compilation warnings
2024-12-04 17:31:02 +01:00
l10n daemon script
1494ba95b3
GIT_SILENT Sync po/docbooks with svn
2024-12-04 01:32:09 +00:00
l10n daemon script
c0b00ce146
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-12-04 01:24:49 +00:00
l10n daemon script
47a08b829e
GIT_SILENT made messages (after extraction)
2024-12-04 00:40:08 +00:00
Joshua Goins
953bb60aac
Remove explicit quit connection with QQmlApplicationEngine
...
This is not needed, it already does this by itself.
2024-12-03 22:19:49 +00:00
Tobias Fella
fc4cb31277
Devtools: Use ChooseRoomDialog to select a room for inspection
...
The combobox has several drawbacks:
- It's not sorted in any meaningful way
- It doesn't have a search
- It doesn't show the icon and last message
This makes it hard to find the intended room in that dialog. The ChooseRoomDialog provides these things for us
2024-12-03 10:07:11 +01:00
l10n daemon script
9876636dbc
GIT_SILENT Sync po/docbooks with svn
2024-12-03 01:31:25 +00:00
Heiko Becker
8314ab03bd
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 1e29eca59a )
2024-12-03 01:10:01 +01:00
Tobias Fella
9d887ba3e7
Remove system information from device display name
...
BUG: 496901
2024-12-02 15:50:50 +00:00
l10n daemon script
1612a8a960
GIT_SILENT Sync po/docbooks with svn
2024-12-02 01:54:40 +00:00
l10n daemon script
99af210e62
GIT_SILENT made messages (after extraction)
2024-12-02 00:41:39 +00:00
Paul Brown
8fd108cde1
Added Stuart Turton as supporter
2024-12-01 19:09:18 +00:00
James Graham
ca81d35936
Post Message Refactor 2
...
Remove the need for NeoChat to have overloaded functions for posting messages and just use what quotient gives
2024-12-01 19:05:31 +00:00
James Graham
d65aacac6f
postHtml Refactor
...
Use EventRelation and EventContent to form messages rather than writing custom Json.
2024-12-01 17:19:55 +00:00
l10n daemon script
43f052a363
GIT_SILENT Sync po/docbooks with svn
2024-12-01 01:31:34 +00:00
Paul Brown
0e0a38ffa2
Added supporter Joshua Strobl
2024-11-30 19:33:33 +00:00
Joshua Goins
819586fc4e
Fix state keys developer tool page not working
...
Yet another applicationWindow failure
2024-11-30 16:15:47 +00:00
Joshua Goins
6b8a331428
Add icon for "Open developer tools" under Settings, add separator
...
It makes it look a little bit nicer, I think.
2024-11-30 16:15:28 +00:00
James Graham
57e7004e05
Fix removeConnection
...
Check m_accountsLoading and m_connectionsLoading separately for removal as when loadAccessTokenFromKeyChain() fails m_connectionsLoading won't have an entry for it
2024-11-30 15:27:09 +00:00
l10n daemon script
25c95cafe3
GIT_SILENT Sync po/docbooks with svn
2024-11-30 01:30:42 +00:00
l10n daemon script
54be1a8918
GIT_SILENT Sync po/docbooks with svn
2024-11-29 01:34:41 +00:00
l10n daemon script
d4a0573051
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-11-29 01:25:40 +00:00
Paul Brown
4a96eac67b
Update org.kde.neochat.appdata.xml
2024-11-28 09:02:11 +00:00
Ingo Klöcker
2f4134a6d2
Add icon for F-Droid store listing
...
Our fastlane metadata tooling looks for an icon named like the application
icon specified in AndroidManifest.xml followed by "-playstore.png".
2024-11-27 22:08:34 +01:00
Laurent Montel
4f87dcc0c0
Add missing include moc
2024-11-27 20:44:46 +00:00
Nate Graham
47eba6b720
Make the room list slightly narrower by default
...
`GridUnit * 17` is 306px, which is quite wide. Given that the focus in
this app is on the content (i.e. the chat view) let's make the sidebar
a 36px narrower to make more room for content.
BUG: 496722
FIXED-IN: 24.12.0
2024-11-27 16:07:06 +00:00
l10n daemon script
cba537d561
GIT_SILENT Sync po/docbooks with svn
2024-11-27 01:31:59 +00:00
l10n daemon script
c9d03cb042
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-11-27 01:25:14 +00:00
Tobias Fella
e42c002fbd
Fix visibility check
2024-11-26 21:58:39 +01:00
Tobias Fella
7c7b073a47
Fix some unqualified access warnings
2024-11-26 21:58:34 +01:00
l10n daemon script
20090d21eb
GIT_SILENT Sync po/docbooks with svn
2024-11-26 01:30:45 +00:00
l10n daemon script
b0e69ff4b8
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-11-26 01:24:17 +00:00
l10n daemon script
552bb0a98b
GIT_SILENT made messages (after extraction)
2024-11-26 00:40:17 +00:00
l10n daemon script
19510858af
GIT_SILENT Sync po/docbooks with svn
2024-11-25 01:33:01 +00:00
l10n daemon script
44b2f6ee63
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-11-25 01:24:13 +00:00
l10n daemon script
c5d3002f31
GIT_SILENT made messages (after extraction)
2024-11-25 00:40:24 +00:00
James Graham
2e3659d4ee
Don't open the space home page when changing spaces on android
...
When I change space on android I just want to be able to select a room I'm in.
2024-11-24 13:13:47 +00:00
l10n daemon script
f8a5509a91
GIT_SILENT Sync po/docbooks with svn
2024-11-24 01:32:27 +00:00
James Graham
421f436871
Fix MessageContentModel crash
...
Make sure we check that the RoomMessageEvent exists before accessing anything
2024-11-23 22:20:05 +00:00
James Graham
a37c9d6cea
Make sure space drawer icons are available for android
2024-11-23 17:09:44 +00:00
Tobias Fella
d14d576d99
Implement MSC 4228 Search Redirection
...
See https://github.com/matrix-org/matrix-spec-proposals/pull/4228 for details.
Since this is tricky to test without server-side support, I have added a basic implementation
to the mock server in appiumtests/login-server.py
1. Start appiumtests/login-server.py
2. Start neochat with "--test --ignore-ssl-errors" options
3. Open "Explore Rooms"
4. Search for the exact string "forbidden"
5. See new error message provided by server
2024-11-23 15:50:12 +01:00