James Graham
0e42042fa4
Use updated ListSectionHeader
...
Don't override the contentItem for the RoomList section header and just add the extra icon.
2022-10-26 18:18:13 +00:00
l10n daemon script
4443b58fc6
GIT_SILENT Sync po/docbooks with svn
2022-10-26 02:06:05 +00:00
Tobias Fella
6b73a7a3cb
Require passing tests on freebsd
2022-10-25 15:47:32 +02:00
l10n daemon script
7b9908664f
GIT_SILENT Sync po/docbooks with svn
2022-10-25 02:04:55 +00:00
Tobias Fella
834424eccc
Fix more QML warnings
2022-10-24 16:53:46 +02:00
Tobias Fella
f873999652
QML Warnings--
2022-10-24 16:51:43 +02:00
Tobias Fella
9ae72058d9
Fix qml warning
2022-10-24 16:50:34 +02:00
Tobias Fella
0b9b3e3496
Create screenshots folder if it doesn't exist
2022-10-24 16:39:53 +02:00
Tobias Fella
659f10c71a
Improve Space list
...
- Give it a context menu
- Clean up code
BUG: 460167
2022-10-24 14:12:34 +02:00
Tobias Fella
e2faba153f
Ifdef E2EE notifications
2022-10-24 13:02:19 +02:00
l10n daemon script
153ede4009
GIT_SILENT Sync po/docbooks with svn
2022-10-24 02:04:16 +00:00
Tobias Fella
6efb814f3a
Fix can-change-password check
2022-10-24 01:45:56 +02:00
Tobias Fella
88d38578e6
Use and fix avatars in Accounts settings
2022-10-24 01:45:23 +02:00
Tobias Fella
2817ce9d16
Move QML files to src/qml and don't use internal qml modules
2022-10-24 00:40:54 +02:00
Tobias Fella
813a8003c6
Fix notifications for encrypted events
...
BUG: 459935
2022-10-23 22:12:15 +00:00
Tobias Fella
510c6d4a90
Don't freeze when pasting large markdown documents
...
BUG: 460802
2022-10-23 22:10:43 +00:00
Tobias Fella
a9c80b90f6
Show old display name for name change events
...
BUG: 457664
2022-10-23 21:40:39 +00:00
Tobias Fella
bbf76e1e64
Fix disconnects
2022-10-23 23:23:56 +02:00
Tobias Fella
67b53a898f
Set name for Space list avatars
2022-10-23 23:13:56 +02:00
Link Dupont
ef255243ec
Use ComboBox as AccountRegistry view
...
Replace the RowLayout with a ComboBox. This permits a higher number
of accounts to be used in the application without reducing the
usability.
BUG: 460601
2022-10-23 15:51:45 +00:00
Tobias Fella
10667f98ef
Always pass displayName without matrix id to avatar name
...
BUG: 456638
2022-10-23 17:45:24 +02:00
Tobias Fella
a287e61b5a
Fix avatar names in RoomDrawer
2022-10-23 16:53:02 +02:00
James Graham
d42c831e80
Use plain text for RoomPage header as this is what is required
2022-10-23 10:38:34 +01:00
l10n daemon script
7003dbdfc4
GIT_SILENT Sync po/docbooks with svn
2022-10-23 01:53:52 +00:00
l10n daemon script
329768f874
GIT_SILENT Sync po/docbooks with svn
2022-10-22 11:27:14 +00:00
l10n daemon script
7ef0bbc044
GIT_SILENT Sync po/docbooks with svn
2022-10-21 02:11:01 +00:00
l10n daemon script
3a54088cf8
GIT_SILENT Sync po/docbooks with svn
2022-10-20 03:00:37 +00:00
l10n daemon script
60732f8a60
GIT_SILENT Sync po/docbooks with svn
2022-10-19 02:01:12 +00:00
Tobias Fella
6cc8955bce
Fix changing avatar image
...
BUG: 460679
2022-10-19 00:10:17 +02:00
James Graham
595ece8108
Fix line breaks being removed
...
Stop stripping paragraph tags as this is causing line breaks to be removed in the formatted body. Any double new line in the plain text is treated as a paragraph in rich text.
BUG: 458800
2022-10-18 19:09:35 +00:00
l10n daemon script
4bd1b2fab4
GIT_SILENT Sync po/docbooks with svn
2022-10-18 02:00:09 +00:00
James Graham
2ced0c902e
Fix the play slider and time label so that they don't overflow the bubble when thin.
...
The time label now appears below the duration slider when very thin.
Remove unnecessary padding from the audio inner object, including deleting the outer control which added padding but little else.
2022-10-17 21:48:13 +00:00
Tobias Fella
1c9575ccfd
Fix notifications with libquotient 0.7
2022-10-17 21:14:03 +02:00
Tobias Fella
785a82df93
Fix inline images not showing up
...
Work around QTBUG 93281
See https://bugreports.qt.io/browse/QTBUG-93281 for details
2022-10-17 18:54:59 +00:00
l10n daemon script
b9f8ef2570
GIT_SILENT Sync po/docbooks with svn
2022-10-17 02:14:34 +00:00
Slawek Kaplonski
f64608f87c
Add config option to make link previews configurable
...
This patch adds new config option "ShowLinkPreview" which can
control if links' preview in the chat messages should be loaded and
shown or not.
2022-10-16 14:21:54 +02:00
James Graham
f1b9cbbf6c
Fix RoomDrawer not respecting user choice after other menus are opened
...
Ensure that user choice is given precedent for opening/closing the room drawer.
This makes it so that the previous state is restored after one of the menu pages is closed or if the window is dragged thin then wide again.
Fixes network/neochat#196
2022-10-16 09:46:32 +00:00
l10n daemon script
88001ef0eb
GIT_SILENT Sync po/docbooks with svn
2022-10-15 02:07:14 +00:00
l10n daemon script
d43cd368ee
GIT_SILENT Sync po/docbooks with svn
2022-10-14 02:02:27 +00:00
Claudio Cambra
68a15913bd
Fix emoji dialog padding and background
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com >
2022-10-13 20:34:41 +00:00
Claudio Cambra
dc8b68931e
Improve scrolling behaviour of emoji picker on desktop, show scrollbars for categories
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com >
2022-10-13 20:34:41 +00:00
Tobias Fella
47a4e5c447
Move CustomEmojiModel sources to single file
2022-10-13 22:24:16 +02:00
l10n daemon script
4c093b2efc
GIT_SILENT Sync po/docbooks with svn
2022-10-13 02:04:13 +00:00
l10n daemon script
e248d32eb0
GIT_SILENT Sync po/docbooks with svn
2022-10-12 01:59:27 +00:00
James Graham
d2888bc479
Reply Refactor
...
The aim here is to tidy up the reply component and make it so it sizes automatically without any need to manually set widths or heights. This is achieved by putting the layout in a grid layout. The implicitwidth and height variables are also simplified meaning that the margins are no longer prone to being slightly off because the calculation didn't add up the margins and spacing right.
Also added here is a mime component which is used to provide a nicer representation for files, videos and audio in the reply because trying to put the full component in wouldn't look good.
This also fixes the situation in right to left mode where the layout now mirror properly and everything sits where it should.
New reply elements

2022-10-11 20:36:15 +00:00
Tobias Fella
d97448eb07
Port away from deprecation
2022-10-11 21:03:03 +02:00
Tobias Fella
878369901c
Cleanup userlistmodel
2022-10-11 18:40:42 +00:00
Bharadwaj Raju
61f1e2481b
Fix custom emojis
...
Don't turn them into a tags, and don't generate previews of them.
BUG: 460178
BUG: 460179
2022-10-11 18:31:06 +00:00
Tobias Fella
9398c5004c
Reintroduce selectionStart, selectionEnd
2022-10-11 17:58:49 +02:00
l10n daemon script
6301dc4c7e
GIT_SILENT Sync po/docbooks with svn
2022-10-11 02:02:16 +00:00