Tobias Fella
9e63ca5eb7
Remove ShimmerGradient
...
It's unused
2023-10-28 14:08:51 +02:00
Tobias Fella
ade66242bb
Remove unused import
2023-10-28 13:59:23 +02:00
Tobias Fella
2c6932b4cb
Fix crash when there is an empty logging category
...
BUG: 475248
2023-10-28 09:12:59 +00:00
l10n daemon script
5cce9e7205
GIT_SILENT Sync po/docbooks with svn
2023-10-28 02:20:45 +00:00
Tobias Fella
7dd3ad9548
Hide info banner when changing room
...
BUG: 476128
2023-10-28 00:21:57 +02:00
Tobias Fella
f690b76efa
Fix crash for events that are not RoomMessageEvents
...
BUG: 476153
2023-10-27 22:11:12 +02:00
James Graham
87b8d6710e
Update Kirigami PlatformTheme
...
Update Kirigami PlatformTheme to new path.
2023-10-27 16:13:22 +00:00
l10n daemon script
965b890346
GIT_SILENT Sync po/docbooks with svn
2023-10-27 02:16:58 +00:00
Tobias Fella
02b4e5cc70
Port away from CheckableListItem
2023-10-26 10:07:35 +00:00
Tobias Fella
410add04fb
Fix subtle erroneous event casts
...
Sometimes, the previous code would static_cast an EncryptedEvent to a RoomMessageEvent.
This was mostly unnoticed, since the types are similar enough.
2023-10-26 10:03:09 +00:00
l10n daemon script
b575b1e700
GIT_SILENT Sync po/docbooks with svn
2023-10-26 02:27:46 +00:00
l10n daemon script
5828ee1ada
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-10-26 02:17:19 +00:00
l10n daemon script
a64c80109e
GIT_SILENT made messages (after extraction)
2023-10-26 01:45:07 +00:00
Tobias Fella
de47f7f2fa
Remove duplicate signal
2023-10-25 20:28:14 +02:00
Laurent Montel
19adc7b9e5
GIT_SILENT: use KLocalizedString::setApplicationDomain(QByteArrayLiteral => saving one deep data copy
2023-10-25 08:25:27 +02:00
l10n daemon script
23f60a59fe
GIT_SILENT Sync po/docbooks with svn
2023-10-25 02:25:42 +00:00
l10n daemon script
946ba2e56d
GIT_SILENT made messages (after extraction)
2023-10-25 01:50:11 +00:00
Tobias Fella
9dcb7b49fa
Use KColorScheme
2023-10-24 07:55:01 +00:00
Tobias Fella
52f5901642
Update replacement room filtering in real-time
2023-10-24 07:51:15 +00:00
Tobias Fella
d4b4a7e1ff
Only hide replaced rooms if we're joined to the replacement room
2023-10-24 07:51:15 +00:00
Tobias Fella
4449678b74
Don't abort in the message logger
...
Let the app do whatever it would do naturally
2023-10-24 07:32:09 +00:00
Tobias Fella
19e197e0ec
Fix maps
...
In Qt6, Map just shows a static map, while MapView allows for zooming, moving, etc.
2023-10-24 07:08:05 +00:00
l10n daemon script
cfc5202645
GIT_SILENT Sync po/docbooks with svn
2023-10-24 02:14:54 +00:00
Tobias Fella
9b80d9e7aa
Minor QML cleanup
2023-10-23 22:28:34 +02:00
Tobias Fella
dc409387bd
Remove check for libQuotient 0.8
2023-10-23 22:00:34 +02:00
l10n daemon script
1e73a7bda4
GIT_SILENT Sync po/docbooks with svn
2023-10-23 02:12:23 +00:00
James Graham
ef1d62d45c
ActionsHandler poperties
...
Make sure that all low level components get ActionsHandler through actual properties rather than magically
2023-10-22 13:39:34 +00:00
James Graham
c2d82750b1
Fix opening a room in a new window.
...
Fix opening a room in a new window. This is done by makeing the model top level parameters in RoomPage set from RoomManager but overwritten by RoomWindow
2023-10-22 11:57:27 +00:00
l10n daemon script
c97d276b36
GIT_SILENT Sync po/docbooks with svn
2023-10-22 02:48:07 +00:00
l10n daemon script
681a0b1e93
GIT_SILENT Sync po/docbooks with svn
2023-10-21 02:16:44 +00:00
James Graham
39556f45ab
Send Threaded Messages
...
This MR deals with only sending threaded messages. Showing threads will turn up in a follow up. This allows you to start a new thread by clicking reply in thread to a normal message.
You can also do a threaded reply to a threaded message in the main timeline at the moment because those messages aren't shown in a separate thread timeline yet but will be in future.
2023-10-20 17:07:09 +00:00
Joshua Goins
3c7774800a
Remove now unused QDataStream operators for Emoji
2023-10-20 15:27:33 +00:00
Joshua Goins
bc7530eaa1
Store last used emojis in the state config file
...
Instead of crumming up the main settings file with the last used emojis,
they now live in the state (where they belong.)
2023-10-20 15:27:33 +00:00
l10n daemon script
82d11f79d6
GIT_SILENT Sync po/docbooks with svn
2023-10-20 02:11:46 +00:00
Joshua Goins
25d0368d41
Compact the event cache JSON
...
By default, Qt will spit out indented JSON when writing to the config
file, which is useless as it wastes space and no one will read this.
2023-10-19 20:46:17 +00:00
Joshua Goins
83b7e7d121
Use KSharedConfig::openStateConfig() instead of using a "data" file
...
This function will automatically create a "neochatstarerc" for us, and
KConfig will decide the best place for us to place our state. It won't
always be in AppDataLocation.
2023-10-19 20:39:07 +00:00
Tobias Fella
26fd26f9fd
Enable android qt6 ci
2023-10-19 20:18:15 +00:00
James Graham
0029567c3a
Reorganise HoverActions Code
...
Move most of the external code for hover actions into the component.
2023-10-19 19:38:57 +00:00
Laurent Montel
c7614caf41
There's no QVector anymore, QList is the QVector in Qt6
2023-10-19 13:41:46 +02:00
l10n daemon script
6571dbe554
GIT_SILENT Sync po/docbooks with svn
2023-10-19 02:14:15 +00:00
l10n daemon script
b3a29068cc
GIT_SILENT Sync po/docbooks with svn
2023-10-18 02:15:55 +00:00
Tobias Fella
5adda55a85
Show rooms instead of spaces in JoinRoomPage
2023-10-17 19:14:07 +00:00
l10n daemon script
d56f0d6086
GIT_SILENT Sync po/docbooks with svn
2023-10-17 02:10:40 +00:00
Tobias Fella
60772be391
Enforce symbolic icon in ExploreComponent
2023-10-16 22:12:13 +02:00
Yuri Chornoivan
27f1679741
Fix minor typo
2023-10-16 09:27:27 +03:00
l10n daemon script
838596c3ae
GIT_SILENT Sync po/docbooks with svn
2023-10-16 02:10:50 +00:00
James Graham
a57744891a
ChatCache
...
Move the functionality to cache the contents of a chat bar from the room directly and to a new ChatCache object. This works pretty much the same with a few extra check and balances, this also made it easy to put a test suite around the functionality so I did. The current functionality should be identical to what exists.
This is in prep for threads which will require managing even more caches if we create one per thread.
2023-10-15 12:55:56 +00:00
James Graham
f5417a6227
New parent dialog
...
Move the add new offical parent to a dialog and make sure that the join room dialog only shows spaces.
2023-10-15 11:28:17 +00:00
l10n daemon script
ac6f9ea219
GIT_SILENT Sync po/docbooks with svn
2023-10-15 02:11:25 +00:00
Tobias Fella
4b49559d39
Fix LocationHelper registration
2023-10-14 23:38:31 +02:00