Tobias Fella
fa27d993e2
Don't complete emojis when typing uppercase letters
...
BUG: 463049
2023-02-16 15:06:52 +00:00
l10n daemon script
d4b750433e
GIT_SILENT Sync po/docbooks with svn
2023-02-16 03:09:51 +00:00
Tobias Fella
9df534c72c
Check if connection is null when handling notifications
...
BUG: 465143
2023-02-16 00:30:27 +01:00
James Graham
f785e4d5b0
Inline Edit Loader
...
Put the edit component in a loader to that it doesn't use resources when not in use.
CCBUG: 465715
2023-02-15 19:30:23 +00:00
James Graham
f186be7314
Disable link loading animation when offscreen
...
Stop the link preview loading indicator animation running when the delegate isn't visible.
CCBUG: 465715
2023-02-15 18:22:51 +00:00
l10n daemon script
3cbcc2b597
GIT_SILENT Sync po/docbooks with svn
2023-02-15 02:19:47 +00:00
l10n daemon script
61f3d6c9ae
GIT_SILENT Sync po/docbooks with svn
2023-02-14 02:18:22 +00:00
l10n daemon script
d8b2436f0d
GIT_SILENT Sync po/docbooks with svn
2023-02-13 02:14:05 +00:00
James Graham
ea76edce74
Improve Link Preview Sizing
...
Update linkpreviewer to minimise the number of resizes.
- There is now a placeholder loading element to hold space while the data is obtained
- The component starts with a set size but can be expanded to see the whole item.
- The expand/contract button is only visible on hover
- The default size is picked to show 3 lines of text (1 heading and 2 description, 2 heading and 1 description, etc)
This is designed to help with the timeline scroll jumping CCBUG: 463235 by minimizing the amount of resizing for items in the timeline.
Before

After when compressed

After When expanded

After Loading

2023-02-12 21:10:52 +00:00
James Graham
5482aad7ba
Inline Edits
...
Edit text messages inline instead of in the chatbar
2023-02-12 13:46:23 +00:00
James Graham
aaa26571d1
Foldable State Events
...
Implement folding sections for multiple consecutive state events. This also reworks some of the aggregated text output:
- Only new days cause a new section
- The aggregated text starts with either a single username or n users
- If the same user did the same action mutltiple times it will be in the aggregated text a user did x n times
- When there are multiple authors in a block with multiple state event types it will use or rather than and before the last event. e.g 3 user left the room or joined the room.
Folded

Unfolded

Implements network/neochat#90
2023-02-12 11:43:39 +00:00
l10n daemon script
554e3576fd
GIT_SILENT Sync po/docbooks with svn
2023-02-11 02:13:55 +00:00
l10n daemon script
8d2c7ff8c2
GIT_SILENT Sync po/docbooks with svn
2023-02-10 02:19:19 +00:00
l10n daemon script
92261eb94f
GIT_SILENT Sync po/docbooks with svn
2023-02-09 02:31:12 +00:00
Tobias Fella
4dfb7fc3e2
Use 22.08 flatpak runtime for CI
2023-02-08 18:19:22 +01:00
l10n daemon script
2728446692
GIT_SILENT Sync po/docbooks with svn
2023-02-08 03:07:40 +00:00
Devin Lin
dfb32fe687
Fix project name
2023-02-07 20:15:48 +00:00
Devin Lin
55507112a9
Move neochat to the release service
2023-02-07 20:15:48 +00:00
Nikita Karpei
d9aa77a9f4
Fix crash after logout
2023-02-07 19:54:27 +00:00
Nikita Karpei
c0ea52c331
Fix crash after login
2023-02-07 18:53:49 +00:00
Nikita Karpei
f1b9d2329f
Don't play GIF images while Neochat isn't focused
...
BUG: 465019
2023-02-07 17:33:10 +00:00
l10n daemon script
0707fd8189
GIT_SILENT Sync po/docbooks with svn
2023-02-07 02:21:31 +00:00
Nikita Karpei
6bef2205db
Delete a device from the list if the job succeed
2023-02-06 20:51:26 +00:00
Wang Zichong
ace62b4df1
Use SelectableLabel for selectable labels
2023-02-06 11:16:08 +08:00
l10n daemon script
d76e512785
GIT_SILENT Sync po/docbooks with svn
2023-02-06 02:25:46 +00:00
l10n daemon script
db2692c411
GIT_SILENT Sync po/docbooks with svn
2023-02-05 02:15:49 +00:00
l10n daemon script
4c9bdd03ce
GIT_SILENT Sync po/docbooks with svn
2023-02-04 02:37:23 +00:00
l10n daemon script
efa2c012a7
GIT_SILENT Sync po/docbooks with svn
2023-02-03 02:27:55 +00:00
Shooting Star
072dc1b6a3
Show error if room join failed
2023-02-02 21:31:15 +00:00
James Graham
4066427168
Fix Account Switcher Missing Clicks
...
Use a state machine to open and close the account switcher so clicks aren't missed.
BUG: 462549
2023-02-02 21:19:04 +00:00
James Graham
b901c1bdf2
Pull in the updates from video delegate to image delegate to improve sizing behaviour.
2023-02-02 19:28:49 +00:00
l10n daemon script
532310d739
GIT_SILENT Sync po/docbooks with svn
2023-02-02 02:22:20 +00:00
Tobias Fella
4f7d32df2b
Fix compilation against Qt6 and add CI
2023-02-01 16:34:39 +00:00
l10n daemon script
833d2159e7
GIT_SILENT Sync po/docbooks with svn
2023-02-01 02:14:48 +00:00
l10n daemon script
ccf8701395
GIT_SILENT Sync po/docbooks with svn
2023-01-31 02:17:09 +00:00
l10n daemon script
5d696aabc4
GIT_SILENT Sync po/docbooks with svn
2023-01-30 02:33:24 +00:00
Tobias Fella
ebd521e2ee
Don't crash when leaving an opened room
...
Should fix #568
v23.01.0
2023-01-29 13:51:52 +00:00
Tobias Fella
9d5303113e
Close login window after the account is loaded
2023-01-29 09:26:09 +00:00
l10n daemon script
3850fe15a5
GIT_SILENT Sync po/docbooks with svn
2023-01-29 02:21:51 +00:00
Tobias Fella
5392481d06
Try fixing sqlite on android
2023-01-28 23:50:14 +01:00
Tobias Fella
0ce048517b
Update gitignore
2023-01-28 22:57:15 +01:00
James Graham
c51e16e16c
Add basic video controls
...
Add play, volume and duration slider

2023-01-28 19:17:17 +00:00
Joshua Goins
765a95050d
Replace deprecated usage of iconName with icon.name
2023-01-28 17:48:45 +00:00
l10n daemon script
38dcefffcb
GIT_SILENT Sync po/docbooks with svn
2023-01-28 02:22:22 +00:00
Carl Schwan
391b61dcb4
Bump cmake version to 23.01
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2023-01-27 20:47:44 +00:00
Tobias Fella
d76c9fcbcf
Add release notes for 23.01
2023-01-27 20:47:44 +00:00
Tobias Fella
f7b8ae2af2
Link against sqlite on android
...
This is needed to ensure that the sqlite lib is packaged into the apk
2023-01-27 21:33:57 +01:00
l10n daemon script
ddbf9b60d4
GIT_SILENT Sync po/docbooks with svn
2023-01-27 02:17:55 +00:00
James Graham
8948ff5faa
Add padding to the right of the timeline delegate highlight same as left
2023-01-26 15:50:52 +00:00
l10n daemon script
d270e202a8
GIT_SILENT Sync po/docbooks with svn
2023-01-26 02:09:20 +00:00