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
James Graham
9391e44e4b
EventHandler Cleanup
...
Remove functions from eventhandler and replace with now uplifted functions in libquotient
2024-11-23 14:21:13 +00:00
l10n daemon script
a7aebe3a61
GIT_SILENT Sync po/docbooks with svn
2024-11-23 01:29:28 +00:00
Paul Brown
1fca9021a4
Added supporter dabe
2024-11-22 22:04:28 +00:00
Joshua Goins
a39194b2ad
Fix ShareActionStub for Windows and Android
...
Apparently, we are supposed to be setting source file properties for our QML files *before*
the QML module is created. Doing it after seemed to work until Qt 6.8, where it finally
broke. Notably, this makes the Android version work again but might also affect Windows.
2024-11-22 13:44:17 +00:00
l10n daemon script
bff93d9352
GIT_SILENT Sync po/docbooks with svn
2024-11-22 01:32:35 +00:00
l10n daemon script
d76c9cd16d
GIT_SILENT Sync po/docbooks with svn
2024-11-21 01:30:26 +00:00
l10n daemon script
14774fe235
GIT_SILENT Sync po/docbooks with svn
2024-11-20 01:31:20 +00:00
l10n daemon script
39046632aa
GIT_SILENT Sync po/docbooks with svn
2024-11-19 01:30:50 +00:00
Carl Schwan
fbb2afdb49
Remove layout attached properties
...
They don't do anything
2024-11-18 12:32:00 +00:00
James Graham
aff0402f71
Make sure the loading text for a new login wraps
...
Title
BUG: 493869
2024-11-18 08:42:19 +00:00
James Graham
cee9058c77
Fix Sed Edits
...
Make sure that for multiple sed edits we grab the eventID of the original message not the replacement
BUG: 496313
2024-11-18 08:41:52 +00:00
l10n daemon script
3f922b4c90
GIT_SILENT Sync po/docbooks with svn
2024-11-18 01:34:10 +00:00
l10n daemon script
02d2d31cf3
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-18 01:25:11 +00:00
Thiago Sueto
240cf6a0ed
Make height of chatbar, userinfo bar and side tab bar the same
...
|Current state|With this MR|
|-|-|
|||
2024-11-17 18:47:45 +00:00