James Graham
40edfef046
Document stickermodel
2023-05-09 08:14:21 +00:00
Tobias Fella
11343e6bdf
Improve spaces support
2023-05-09 08:11:47 +00:00
l10n daemon script
30c7d86045
GIT_SILENT Sync po/docbooks with svn
2023-05-09 01:57:26 +00:00
James Graham
58b7b46828
Update README.md
...
Update README.md ensuring that info is up to date.
The following has been changed:
- Updated about info (intro, features)
- Reference KDE standard docs for building, MRs, etc
2023-05-08 14:16:43 +00:00
James Graham
3d0c0e3ed5
Move stickermodel into the models folder
2023-05-08 09:40:26 +01:00
James Graham
77d8ec04ca
Document imagepackevent
2023-05-08 08:34:32 +00:00
James Graham
72de7c6cfb
Link preview messageeventmodel parameters
...
This move the finding of links and the creation of a `linkpreviewer` into c++.
- The links are now extracted from the text in `texthandler`
- The `messageeventmodel` now creates and stores `linkpreviewers` for events that have links in the current room.
Two new model roles have been created to let a text delegate know when the link preview should be shown (`showLinkPreview`) and pass the link previewer (`linkPreviewer`). Empty link previewer are returned where link don't exist so the qml doesn't have to have checks for whether the parameters are undefined.
2023-05-08 08:18:49 +00:00
James Graham
b82d3ab5ad
TempInfo Messageeventmodel
...
Further improvements to the handling of `mediaInfo` in `messageeventmodel`.
`blurhash` and `thumbnailInfo` are now replaced with a single `tempInfo` object that contains a single temp source. The priority is thumbnail > `blurhash` > empty if none exist.
Fixes network/neochat#235
2023-05-08 07:50:20 +00:00
l10n daemon script
20443ba59f
GIT_SILENT Sync po/docbooks with svn
2023-05-08 01:54:02 +00:00
Tobias Fella
bfdca9ca9e
Fix regressions from RoomPage refactoring
...
Fixes 581
BUG: 469427
BUG: 469425
2023-05-07 16:17:28 +00:00
Tobias Fella
a12a44b722
Fix crash in media url
2023-05-07 15:36:59 +00:00
James Graham
8d45d4404e
Move imagepacksmodel to the models folder
2023-05-07 15:11:08 +00:00
Tobias Fella
42ca128d7f
Fix linking against Qt6 libQuotient
2023-05-07 15:10:32 +00:00
l10n daemon script
7cd8e70d55
GIT_SILENT Sync po/docbooks with svn
2023-05-07 01:59:27 +00:00
Tobias Fella
2982d2526a
Remove logging statement
...
Turns out this happens a lot
2023-05-06 22:27:16 +02:00
Tobias Fella
d33a0c6644
Fix another imagepack crash
2023-05-06 20:22:27 +00:00
Tobias Fella
4a29e0d0e1
Add categorized logging to MessageEventModel
2023-05-06 17:53:01 +02:00
Tobias Fella
a89e04b92f
Fix merge
2023-05-06 17:28:46 +02:00
James Graham
4b993775c6
Move Neochat specific libQuotient events to their own folder
2023-05-06 15:10:17 +00:00
Tobias Fella
e0983fcc8c
Refactor RoomPage into various component
2023-05-06 15:09:00 +00:00
Tobias Fella
c9ddf2f04a
Fix crash when there are no account emojis
2023-05-06 15:31:20 +02:00
Heiko Becker
b5764c4d04
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 41ce874f77 )
2023-05-06 11:19:38 +02:00
James Graham
5f41d275e4
Document runner
2023-05-06 08:22:09 +00:00
l10n daemon script
7f707ae042
GIT_SILENT Sync po/docbooks with svn
2023-05-06 01:55:01 +00:00
James Graham
270a1e3a96
Fix room notifications settings
...
Make sure that the room property is set for the Push Notification room settings page.
2023-05-05 17:12:33 +00:00
James Graham
65d919876c
Document trayicon_sni
2023-05-05 16:53:38 +00:00
Tobias Fella
049ae3602f
Fix binding loop in ChatBar
2023-05-05 16:03:50 +00:00
Tobias Fella
d4c8e558e0
Remove empty settings pages
2023-05-05 17:42:45 +02:00
James Graham
0e4d87824e
Document windowcontroller
2023-05-05 15:23:18 +00:00
James Graham
cd7f6d52dd
document urlhelper
2023-05-05 14:38:48 +00:00
Tobias Fella
96c1b98d02
Implement sending stickers
...
MSC2545 image packs are used as source.
2023-05-05 14:29:18 +00:00
Tobias Fella
443d709eb8
Save log to file and always save e2ee debug logs
...
This will hopefully help us debug e2ee problems
2023-05-05 10:15:43 +00:00
James Graham
5107f0e79e
document joinruleevent
2023-05-05 07:45:52 +00:00
James Graham
5567f94535
Document filetransferpseudojob
2023-05-05 07:45:05 +00:00
l10n daemon script
8e566e7326
GIT_SILENT Sync po/docbooks with svn
2023-05-05 01:59:44 +00:00
l10n daemon script
43c6172482
GIT_SILENT Sync po/docbooks with svn
2023-05-04 02:00:18 +00:00
James Graham
f453334f63
Document trayicon
2023-05-03 19:58:47 +00:00
James Graham
ac24e06ae2
Document spacehierarchycache
2023-05-03 19:58:27 +00:00
James Graham
eab5abec2f
Document roommanager
2023-05-03 18:49:20 +00:00
James Graham
0fc962b147
Document stickerevent
2023-05-03 17:51:36 +00:00
James Graham
10794628ed
MessageEventModel media info improvements
...
Create a `messageeventmodel` role for media info and reply media info that is a QMap with all the required data.
This replaces the MediaUrlRole, FileMimeTypeRole and the ContentTypeRole. The reply role no longer needs the content role.
This also ensures mxc urls are now generated for replies. All the media parameters will now have default values assigned in the model so the QML no longer needs to do this.
2023-05-03 17:50:48 +00:00
l10n daemon script
a6f108d3b8
GIT_SILENT Sync po/docbooks with svn
2023-05-03 02:02:58 +00:00
James Graham
c4e80c1d1c
Document pollevent
2023-05-02 18:39:08 +00:00
James Graham
6f231fa916
Document pollhandler
2023-05-02 18:10:49 +00:00
l10n daemon script
5d5f5c4ab7
GIT_SILENT Sync po/docbooks with svn
2023-05-02 02:02:48 +00:00
Gary Wang
034453636d
Use MobileForm.FormSpinBoxDelegate for SpinBox in proxy page
2023-05-01 10:00:41 +00:00
Tobias Fella
8e4da42a64
Fix crash in avatar url handling
2023-05-01 11:49:35 +02:00
James Graham
7156bf0711
Link Previewer MXC Links
...
- Update link preview to get valid mxc links.
- Get the connection from a room.
2023-05-01 09:12:16 +00:00
l10n daemon script
bc317514e6
GIT_SILENT Sync po/docbooks with svn
2023-05-01 02:14:22 +00:00
James Graham
26b2380bb7
Document linkpreviewer
2023-04-30 20:09:35 +00:00