Tobias Fella
0739f4c661
Re-Enable Flatpak CI
2023-12-27 22:00:29 +00:00
James Graham
29321aeaf3
WindowController test
...
Create a WindowController test suite.
Also make sure that the class handles m_window being nullptr.
2023-12-24 15:37:56 +00:00
l10n daemon script
9fe44515a7
GIT_SILENT Sync po/docbooks with svn
2023-12-24 02:48:11 +00:00
Tobias Fella
4c3d7ab011
Move Controller::toggleWindow to WindowController
2023-12-23 14:50:36 +00:00
Tobias Fella
d02eee6daa
Port away from and remove Controller::initiated
2023-12-23 13:39:41 +00:00
Tobias Fella
a613baa148
Don't crash when invited room doesn't have member state for the current room
...
This smells illegal, but nothing stops a server from sending that to us so we shouldn't crash.
BUG: 478903
2023-12-23 11:55:22 +00:00
James Graham
4e141e05f0
Cleanup leftover issues from moving ReplyComponent away from GridLayout
...
Cleanup leftover issues from moving ReplyComponent away from GridLayout.
- Remove leftover GridLayout properties or references to them or convert as required
- Remove unneeded Item wrapper
2023-12-23 11:37:01 +00:00
l10n daemon script
134f1d2ae5
GIT_SILENT Sync po/docbooks with svn
2023-12-23 02:30:01 +00:00
Tobias Fella
9ec3e5b2cc
Remove more unused signals
2023-12-23 00:45:00 +01:00
Tobias Fella
15d066b3ed
Remove unused variable
2023-12-23 00:39:08 +01:00
Tobias Fella
7694f6c464
Remove unused signal
2023-12-23 00:36:53 +01:00
Marius P
46da4f9777
org.kde.neochat.appdata.xml use https://bugs.kde.org/enter_bug.cgi?product=NeoChat
...
https://github.com/ximion/appstream/docs/xml/metainfo-component.xml says
"bugtracker - Should point to the software's bug tracking system,
for users to report new bugs.".
2023-12-22 13:10:55 +00:00
l10n daemon script
44e0ef43ac
GIT_SILENT Sync po/docbooks with svn
2023-12-22 02:23:21 +00:00
l10n daemon script
5b79371c0a
GIT_SILENT made messages (after extraction)
2023-12-22 01:39:20 +00:00
Joshua Goins
3caa5ad2ed
Prevent KUnifiedPush-activated daemon from sticking around forever
...
Erroneous activations of the D-Bus service could cause the daemon to be
launched without any messageReceived signals being called (which then
hooks up the notifications to quit the app.) Now there's a five-second
timeout to prevent it from living too long.
2023-12-21 19:41:41 +00:00
l10n daemon script
a74d78439c
GIT_SILENT Sync po/docbooks with svn
2023-12-21 02:47:51 +00:00
l10n daemon script
0b82aeb5cc
GIT_SILENT Sync po/docbooks with svn
v24.01.85
2023-12-19 02:13:10 +00:00
Albert Astals Cid
bc7aa4e272
GIT_SILENT Upgrade release service version to 24.01.85.
2023-12-18 23:19:45 +01:00
Akseli Lahtinen
d1f421994d
Add config import to ReactionDelegate
...
Forgot to add this in https://invent.kde.org/network/neochat/-/merge_requests/1484
2023-12-18 21:16:47 +00:00
Carl Schwan
b043cbedc9
Make BanSheet frameless
...
Similar to https://invent.kde.org/network/neochat/-/merge_requests/1487
2023-12-18 19:24:31 +00:00
Carl Schwan
5a469ed126
Make ReportSheet frameless
...
Similar to https://invent.kde.org/network/neochat/-/merge_requests/1487
2023-12-18 16:45:34 +00:00
Akseli Lahtinen
8d209a5424
Make it easier to spot reaction buttons
...
In dark themes it can be very hard to spot the reaction
buttons when using compact mode.
Before:

After:

Also this uses the given colorscheme so it will work everywhere 😄
2023-12-18 16:23:00 +00:00
l10n daemon script
a0937bdcac
GIT_SILENT Sync po/docbooks with svn
2023-12-18 02:46:11 +00:00
Carl Schwan
df4eba0191
Make the RemoveSheet frameless
2023-12-17 22:26:05 +00:00
l10n daemon script
9f83cf1c52
GIT_SILENT Sync po/docbooks with svn
2023-12-17 02:11:31 +00:00
James Graham
ddc0bfe786
Make sure that a nullptr connection is not accessed in AccountEmoticonModel
...
I don't think it possible to open settings without an account connected anymore, however just to make sure I've made sure that a nullptr connection is handled in `AccountEmoticonsModel`.
BUG: 478024
2023-12-13 18:34:59 +00:00
l10n daemon script
09796b6e0b
GIT_SILENT Sync po/docbooks with svn
2023-12-13 02:12:01 +00:00
l10n daemon script
73c34c68b7
GIT_SILENT Sync po/docbooks with svn
2023-12-12 02:14:39 +00:00
l10n daemon script
76ab96ef3e
GIT_SILENT made messages (after extraction)
2023-12-12 01:37:09 +00:00
l10n daemon script
5a580dd16c
GIT_SILENT Sync po/docbooks with svn
2023-12-11 02:11:45 +00:00
l10n daemon script
918887525b
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"
2023-12-11 02:06:11 +00:00
l10n daemon script
500ebbecbf
GIT_SILENT made messages (after extraction)
2023-12-11 01:35:18 +00:00
James Graham
8062dface6
ActionsHandler test
...
Add basic test suite to make sure that ActionsHandler rejects attempts to handleMessage if either m_room or chatBarCacher are nullptr.
2023-12-10 18:14:51 +00:00
James Graham
8d717b78ac
Move the function to get a subtitle string to eventhandler
2023-12-10 13:19:13 +00:00
l10n daemon script
4751ac6acc
GIT_SILENT Sync po/docbooks with svn
2023-12-10 02:46:07 +00:00
James Graham
1d8ffb22ee
TestUtils
...
Create TestUtils with TestRoom and use this for all tests which require it
2023-12-09 19:32:48 +00:00
James Graham
a035d6542d
Fix spoilers in roomlist subtitles
...
Make sure spoilers aren't revealed in SubtitleRole like in LastEventRole then remove LastEventRole because it is no longer used
2023-12-09 15:30:19 +00:00
Laurent Montel
d7230022f6
Port [=] operator
2023-12-09 15:47:26 +01:00
James Graham
d25340bc31
Fix inline custom emojis in codeblocks
...
Make sure that custom emojis in inline code blocks are not turned into images.
By calling preprocess text in `texthandler` the whole function can be simplified as it will now never be called on any text inside any code block (which was the reason for all the split stuff previously).
BUG: 477512
2023-12-09 14:28:00 +00:00
l10n daemon script
c396024a26
GIT_SILENT Sync po/docbooks with svn
2023-12-08 02:12:32 +00:00
James Graham
65b94890ab
Add test for pending events into the MessageEventModelTest
2023-12-06 20:07:18 +00:00
l10n daemon script
682004d9a2
GIT_SILENT Sync po/docbooks with svn
2023-12-06 02:18:06 +00:00
Tobias Fella
decf797180
Don't HTML-escape display names in room list subtitles
2023-12-05 16:58:24 +00:00
l10n daemon script
552b6dd913
GIT_SILENT Sync po/docbooks with svn
2023-12-05 02:10:40 +00:00
l10n daemon script
e6358eca16
GIT_SILENT Sync po/docbooks with svn
2023-12-04 02:12:32 +00:00
James Graham
f3bacad460
Add more tests to MessageEventModelTest
2023-12-03 17:58:17 +00:00
Tobias Fella
862f4363a9
Use HTML-escaped display name in avatar tooltip
2023-12-03 16:40:09 +00:00
Tobias Fella
9b3a3dc562
Always clip roomlist
...
The current behavior is a leftover from some previous component
2023-12-03 14:59:08 +01:00
Tobias Fella
c2641a5fc2
Cleanup error reporting
2023-12-03 14:39:31 +01:00
Tobias Fella
1213ba5916
Don't show notifications view button when room list is collapsed
...
Looks broken
2023-12-03 14:23:33 +01:00