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
Tobias Fella
0521ff2c4d
Move PasswordStatus out of Controller
2023-12-03 14:09:41 +01:00
Tobias Fella
65c892787e
Don't suggest kicking or banning users with a power level too high for us to kick
2023-12-03 13:56:41 +01:00
l10n daemon script
7541c192bf
GIT_SILENT Sync po/docbooks with svn
2023-12-03 02:11:34 +00:00
l10n daemon script
c692d7e679
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-03 02:06:11 +00:00
Joshua Goins
44a9a491af
Add more missing icons on Android
2023-12-02 17:27:56 +00:00
Emir SARI
f8cae7c143
Fix i18n regression
2023-12-02 17:09:19 +00:00
Tobias Fella
4f2b559126
Show author name when previous message was deleted
...
This will cause the name to show up more often than necessary, but that's better than not showing it at all, which leads to messages being attributed to the wrong person.
The root cause here is a mismatch in event visibility between EventStatus::Hidden and filterAcceptsRow in MessageFilterModel, which will be fixed in a future patch.
2023-12-02 17:12:02 +01:00
James Graham
46fd288a95
Add some clarification around around offical and canonical parents
2023-12-02 13:21:26 +00:00
Joshua Goins
3a1cac6c99
Remove ffmpeg from Android build
...
This doesn't work on Android right now, and should allow the apk to at least launch.
2023-12-02 03:53:55 +00:00
l10n daemon script
225092a193
GIT_SILENT Sync po/docbooks with svn
2023-12-01 02:13:35 +00:00
Heiko Becker
2fcb17621c
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 17b14aa556 )
2023-11-30 18:35:03 +01:00
l10n daemon script
69e3ee862f
GIT_SILENT Sync po/docbooks with svn
2023-11-30 02:08:31 +00:00
James Graham
47c12cb582
MessageEventModel test
...
Add basic test suite for MessageEventModel
2023-11-29 19:06:43 +00:00
l10n daemon script
94cf75af68
GIT_SILENT Sync po/docbooks with svn
2023-11-29 02:12:57 +00:00
ivan tkachenko
259b9884c7
Set WrapMode on all TextArea components, and fix up some of the Labels
...
Upstream styles do not provide any wrapping by default, and thus we
should not rely on deceptively convenient override in qqc2-desktop-style.
See https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/331
v24.01.80
2023-11-28 22:26:57 +00:00
l10n daemon script
2980dc49e4
GIT_SILENT Sync po/docbooks with svn
2023-11-28 02:11:26 +00:00
Tobias Fella
5e12f50899
Wrap text in poll delegates
...
BUG: 477629
2023-11-27 20:44:19 +00:00
James Graham
79940f707f
By default only show leave/join state events
...
As discussed in network/neochat#609
2023-11-27 18:15:48 +00:00
l10n daemon script
e7024a270c
GIT_SILENT Sync po/docbooks with svn
2023-11-27 02:12:56 +00:00
Tobias Fella
1a561f6649
Fix linking on windows
2023-11-26 17:40:50 +01:00
Tobias Fella
2cbb6ed65c
Enable windows qt6 CI
2023-11-26 15:22:26 +00:00
James Graham
ab4639926a
Fix isEdit Check MessageEditComponent
...
Stop the console being pinged with qrc:/org/kde/neochat/qml/MessageEditComponent.qml:158: TypeError: Cannot read property 'isEditing' of undefined.
Fixes network/neochat#629
2023-11-26 15:21:18 +00:00
Tobias Fella
89b6c54f25
Fix state delegate spacing
2023-11-26 15:06:35 +01:00
James Graham
27c9c62564
ResolveResource
...
Use ResolveResource rather than calling individual functions like visit user and room
2023-11-26 12:23:28 +00:00
l10n daemon script
bb8ffb02d1
GIT_SILENT Sync po/docbooks with svn
2023-11-26 02:48:22 +00:00
James Graham
201aa82c04
Remove controller::joinRoom
...
Remove controller::joinRoom in favour of using RoomManager::OpenResource
2023-11-25 15:07:15 +00:00
l10n daemon script
704430db7a
GIT_SILENT Sync po/docbooks with svn
2023-11-25 02:08:53 +00:00
Albert Astals Cid
dcbbbd9296
GIT_SILENT Upgrade release service version to 24.01.80.
2023-11-25 00:51:46 +01:00
Tobias Fella
410258c478
Join rooms when visiting them
...
BUG: 477261
2023-11-24 19:11:15 +01:00
Tobias Fella
6baf2e4888
Fix crash for invalid media uris
...
BUG: 476698
2023-11-24 18:50:30 +01:00
Tobias Fella
dd6eaac556
Don't crash when sticker pack room doesn't exist
...
BUG: 476923
2023-11-24 16:43:16 +01:00
l10n daemon script
840903128c
GIT_SILENT Sync po/docbooks with svn
2023-11-24 02:10:11 +00:00
l10n daemon script
68f0ca96da
GIT_SILENT Sync po/docbooks with svn
2023-11-23 02:13:47 +00:00
l10n daemon script
faf7af06fe
GIT_SILENT Sync po/docbooks with svn
2023-11-22 02:09:37 +00:00
l10n daemon script
4ef67c3e0d
GIT_SILENT Sync po/docbooks with svn
2023-11-21 02:09:50 +00:00