Tobias Fella
4886f1c3b9
Deselect space when leaving it
...
BUG: 473271
(cherry picked from commit cc60dde62d )
2023-08-28 11:48:40 +02:00
Tobias Fella
56d7d1f313
Fix opening settings
...
BUG: 473789
(cherry picked from commit d11d6c74b3 )
2023-08-27 19:17:49 +02:00
Tobias Fella
04682b077a
Fix opening report sheet
...
(cherry picked from commit 68298f038d )
2023-08-27 14:59:43 +02:00
Tobias Fella
ed496e04bb
Force plain text user display name in user detail sheet
...
(cherry picked from commit 5da9bba844 )
2023-08-27 14:59:29 +02:00
Tobias Fella
8439768cc3
Fix opening ban sheet
...
(cherry picked from commit 405fd5841a )
2023-08-27 14:59:19 +02:00
Carl Schwan
bb2e2fddcc
Remove debuging value
...
Otherwise like of connectivity never disapear
(cherry picked from commit 1e3c3dd1f4 )
2023-08-24 16:11:06 +02:00
Carl Schwan
97b7047a48
Don't inherit color in TimelineContainer
...
(cherry picked from commit 3bd93996c0 )
2023-08-16 23:45:04 +02:00
Joshua Goins
916755b4ad
Use view-list-details instead of expand icon in room drawer
...
(cherry picked from commit 24d0082048 )
2023-08-16 16:24:13 -04:00
Joshua Goins
9ce288fe47
Destroy the correct component in space list context menu
...
(cherry picked from commit 2980af11b0 )
2023-08-16 16:24:12 -04:00
Joshua Goins
aa461fe078
Prevent the TapHandler in AvatarTabButton from triggering clicked()
...
This caused right-clicks on this component (for example, in the space
drawer) to cause clicked() to be called on the delegate.
(cherry picked from commit 91d9406c38 )
2023-08-16 16:24:12 -04:00
Joshua Goins
15d8c39185
Add icons to the space list context menu items
...
(cherry picked from commit 280d1e38e2 )
2023-08-16 16:24:12 -04:00
Joshua Goins
4a1aa97d7b
Prevent the chat bar from pasting a local file URL if we save the bitmap
...
There's no point in also putting the file:// URL, so catch the event if
saving the bitmap from the clipboard is successful.
(cherry picked from commit 7b520da4b4 )
2023-08-16 16:24:12 -04:00
Joshua Goins
fc60a7c13e
Fix the account switcher width so it doesn't spill off the side
...
(cherry picked from commit 9c4d8ef823 )
2023-08-16 16:22:38 -04:00
Joshua Goins
48b8703156
Pick a better shadow and clean up emoji popup backgrounds
...
These shadows are now closer to how other popups look.
(cherry picked from commit fe3bf3a638 )
2023-08-16 16:22:38 -04:00
Joshua Goins
5ca85dc670
Don't clip the emoji popups as they destroy shadows
...
(cherry picked from commit d678a446e2 )
2023-08-16 16:22:38 -04:00
Tobias Fella
aa0e9fff15
Improve tooltips in chatbar
...
(cherry picked from commit 4ea183b139 )
2023-08-14 09:55:08 +02:00
Tobias Fella
28391b53e5
Wrap room display name in Room Drawer
...
(cherry picked from commit 22fd24549b )
2023-08-14 09:51:34 +02:00
Carl Schwan
fc3c36838c
Display big emoji correctly
...
We already check with a regex if the message only contains emoji so it is safe
to hardcode the font family as emoji for these messages.
(cherry picked from commit 58213ee3e6 )
2023-08-08 15:00:29 +02:00
Tobias Fella
56184920b4
Force plain text in room delegate
...
(cherry picked from commit 3ab04583ae )
2023-08-07 23:14:58 +02:00
Tobias Fella
7571b0a9a3
Remove leftover debug statement
...
(cherry picked from commit 88368cefaa )
2023-08-06 00:52:20 +02:00
Tobias Fella
9477e6343f
Fix last active time in devices page
...
(cherry picked from commit ab4bb41979 )
2023-08-05 20:34:00 +02:00
Carl Schwan
c5f19f12e5
Redesign timeline
...
Remove border von bubbles and only hilight the bubble on hover
(cherry picked from commit 7f459cb90f )
2023-07-31 21:51:12 +02:00
Carl Schwan
ed6379ff85
Fix opening account menu on right click
...
(cherry picked from commit 5f41b7b4c1 )
2023-07-31 09:03:01 +02:00
Tobias Fella
e293d1f644
Fix room list icon size in compact room list
...
BUG: 472682
(cherry picked from commit 3bd639775a )
2023-07-29 22:31:14 +02:00
Joshua Goins
7078caac15
Fix errors preventing the avatar from being shown when uploaded
...
(cherry picked from commit 807a9ee779 )
2023-07-26 10:29:06 +02:00
Joshua Goins
94bf65ab43
Add an obvious "upload" button in the account editor
...
It's not obvious at first glance that you can click on the avatar in the
account editor to upload an image. This adds a new button when there is
no image uploaded.
(cherry picked from commit 0ac3932303 )
2023-07-26 10:28:32 +02:00
Joshua Goins
244e93c926
Fix settings button tooltip
...
(cherry picked from commit 4f32a168cd )
2023-07-26 08:38:06 +02:00
Carl Schwan
7d3240c597
Refactor completion menu
...
- Use new Avatar
- Use required property in delegate
(cherry picked from commit 75cd77facb )
2023-07-24 10:46:57 +02:00
Carl Schwan
9906ba8b7d
Move no connection info message to the top
...
(cherry picked from commit f8d3e25f8e )
2023-07-24 10:46:35 +02:00
Tobias Fella
b949092bc6
Fix clearing user search field text when switching rooms
...
(cherry picked from commit 9ba6b2f0a5 )
2023-07-24 10:46:16 +02:00
Carl Schwan
ef5d67e5bf
Add back some spacing around the avatar in the timeline
...
(cherry picked from commit b486cb905c )
2023-07-22 22:32:28 +02:00
Carl Schwan
4711b954c5
Fix accessibility of StartChatPage and port to new components
...
(cherry picked from commit cdd5c9f484 )
2023-07-22 22:32:27 +02:00
Carl Schwan
1688b00f48
Port Avatar usage in Settings KirigamiAddons
...
(cherry picked from commit 3e6c426397 )
2023-07-22 22:32:27 +02:00
Carl Schwan
410befa4bf
Port most Avatar usage to new KirigamiAddons Avatar
...
(cherry picked from commit 847f41e1ad )
2023-07-22 22:32:27 +02:00
Carl Schwan
b380c74b0e
Remove hover effect on timeline events
2023-07-22 22:32:20 +02:00
Carl Schwan
da8227931f
Remove duplicated code in QuickSwitcher for RoomDelegate
2023-07-22 22:31:42 +02:00
Carl Schwan
fdc45ec5c8
Redesign room list
...
Use KirigamiAddons.Delegated.RoundedItemDelegate
2023-07-22 22:31:38 +02:00
Carl Schwan
94dd69ea02
Scroll to top of RoomDrawer on loading of header
...
(cherry picked from commit c8b4da2b96 )
2023-07-22 17:53:06 +00:00
Carl Schwan
3745414635
Port to KirigamAddons.Banner
...
(cherry picked from commit 3263a69880 )
2023-07-19 22:48:56 +02:00
Tobias Fella
fc04af536d
Fix opening user mentions
...
(cherry picked from commit 646c8ba8fe )
2023-07-18 08:06:16 +02:00
Tobias Fella
12b949d6cb
Fix image loading in room avatars
...
(cherry picked from commit 918e805718 )
2023-07-18 05:26:04 +00:00
Tobias Fella
80b451c27b
Only create consent sheet if required
2023-07-15 20:52:03 +00:00
Tobias Fella
b990e3fbcb
Stop using the AccountRegistry Singleton
2023-07-15 20:31:24 +00:00
Laurent Montel
0e1c7f8c47
Fix qml Audio/Video support in qt6 too.
...
in Audio qt6 we don't have autoload feature but we disable it in qt5 => it seems ok
In Video qml qt6 we don't have flushMode.
2023-07-15 12:51:13 +00:00
Tobias Fella
8db2526153
Improve DevicesPage and DevicesModel
...
- Split the list into sections for "this devices", "verified devices", "unverified devices", and "devices without encryption support"
- Sort the lists by last activity
2023-07-15 13:31:28 +02:00
Laurent Montel
98e86f887b
Adapt qml for qt5 and qt6
2023-07-12 22:28:08 +00:00
James Graham
ae4943dd71
Use new mobileform heading
...
Does what is says on the tin. Use the recently merged new `MobileForm.FormHeader` component in all settings pages.
2023-07-10 16:46:35 +00:00
James Graham
7bd84bf51e
Push Rule Model Rework
...
This is a significant rework of the handling of push rules. Rather than using a lot of boilerplate code for the default models `KeywordNotificationModel` has been converted to `PushRuleModel` and now handles all push rules.
The new model has the following features:
- Handles all push rules
- Has special handling for the names of default keywords (i.e. it still gives the same text as previously for showing in the settings menus)
- Push rules for blocking individuals or room overrides are still there but hidden so will be available for developer tools (to follow)
- Room specific keywords are now supported.
The notification settings pages have also been refactored to take advantage of the new models. Each section is now just a repeater with a filter for the rules that it should contain. The push rule delegate has now been cleaned up and uses required properties.
Implements network/neochat#574
2023-07-10 16:17:17 +00:00
Carl Schwan
b1c42c3d3d
Make the whole right sidebar scrollable
...
The sidebar grew a lot and now contains some tools. This makes the space
left for the room members very small. Particuliary on mobile.
So make the whole sidebar contained inside the ScrollView
This also refactor a few things (e.g. use a plain ToolBar for the header)
2023-07-09 22:41:28 +00:00
Carl Schwan
213aaf3ac4
Ensure chat box and userInfo have the same height
2023-07-09 22:32:46 +00:00