Nicolas Fella
321bc293f3
Fixup AttachDialog
...
Use standard spacing values
Use implicit button size
(cherry picked from commit 7f72808a9a )
2024-06-08 10:36:21 -04:00
l10n daemon script
f36bc88745
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"
2024-06-08 03:02:10 +00:00
l10n daemon script
155ca582f8
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"
2024-06-06 03:00:51 +00:00
l10n daemon script
d04946b471
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"
2024-06-03 02:52:52 +00:00
l10n daemon script
fbe5f1ff6d
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"
2024-06-01 02:56:30 +00:00
Carl Schwan
e1448a5478
CreateRoomDialog: Add missing formcard separators
...
(cherry picked from commit 87d707bc21 )
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
2024-05-31 10:39:08 +00:00
l10n daemon script
409579b287
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"
2024-05-31 03:16:55 +00:00
Tobias Fella
13846d485b
Fix if X11 on apple
...
(cherry picked from commit 2a1e66468d )
2024-05-20 13:20:38 +00:00
Carl Schwan
c8d53b9e79
Cleanup quick switcher
...
- Make it modal
- Fix spacing
- Use bottom separator instead of frame for search field
(cherry picked from commit fe6ff9b2b6 )
2024-05-20 13:19:59 +00:00
Tobias Fella
f8ff0dd3ce
Fix spacing of HiddenDelegate
...
(cherry picked from commit 85ff8cdd4a )
2024-05-20 13:18:36 +00:00
Carl Schwan
e577af65d3
Fix micro spacing inconsistency in SpaceHierarchyDelegate
...
Exposing index allows RoundedItemDelegate to use a consistent padding
for the first and last item in the listview.
(cherry picked from commit 18c9376992 )
2024-05-20 13:18:10 +00:00
l10n daemon script
99fdbc1882
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"
2024-05-19 02:59:13 +00:00
l10n daemon script
7b751a4e6e
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"
2024-05-14 02:57:25 +00:00
l10n daemon script
f477ae0d5e
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"
2024-05-09 03:09:38 +00:00
Tobias Fella
49df3b2b2f
Fix module
...
(cherry picked from commit 3a4aca7fbd )
2024-05-03 22:41:18 +02:00
Tobias Fella
8ef41b9c90
Adapt to behavior change in libQuotient
...
(cherry picked from commit 4e6850a60c )
2024-05-02 17:24:22 +02:00
Tobias Fella
3aefdb4aed
Push ImageEditorPage using pushDialogLayer
...
BUG: 486315
(cherry picked from commit fdca7d58e5 )
2024-04-30 23:36:55 +02:00
Tobias Fella
9a2c3e1deb
Fix opening room on mobile
2024-04-30 22:05:55 +02:00
Tobias Fella
ad97af20b7
Fix AddServerSheet
...
(cherry picked from commit 7e4361bb5e )
2024-04-26 19:11:24 +02:00
Tobias Fella
ca85b99fe9
Revert "Preserve mx-reply in the edited message if it exists"
...
This seems to cause bugs
This reverts commit 09a35b1a7e .
2024-04-26 18:28:12 +02:00
Joshua Goins
09a35b1a7e
Preserve mx-reply in the edited message if it exists
...
(cherry picked from commit fa57db8e83 )
2024-04-24 15:30:17 -04:00
Tobias Fella
70a8842f00
Use escaped title in devtools
...
(cherry picked from commit 307536c6b6 )
2024-04-23 14:04:21 +02:00
Tobias Fella
ab33d1ca88
Work around QML opening dialog in wrong window
...
(cherry picked from commit 203be8bd35 )
2024-04-23 14:04:06 +02:00
Tobias Fella
9e45f22e09
Replace Quotient::Connection with NeoChatConnection where possible
...
(cherry picked from commit 1e644587b3 )
2024-04-23 14:03:51 +02:00
James Graham
6a627dfff0
Refactor the MessageComponentModel component update
...
(cherry picked from commit 66a60f09e3 )
2024-04-23 14:03:37 +02:00
Tobias Fella
a9f05a7f63
Remove search bar; Use QuickSwitcher instead
...
(cherry picked from commit 69b6f16ec1 )
2024-04-23 14:03:26 +02:00
James Graham
4dfd4b68eb
Fix Roomlist Shortcuts
...
Fix the ctrl + pgup/pgdwn shortcuts for the room list so that they work with tree model
BUG: 485949
(cherry picked from commit 28c9d94457 )
2024-04-23 14:03:19 +02:00
Tobias Fella
3786710d81
Force author display name in HiddenDelegate to PlainText
...
(cherry picked from commit d74fd1a560 )
2024-04-23 14:03:13 +02:00
James Graham
3967b27352
Make the SpaceDrawer navigable with the keyboard.
...
(cherry picked from commit 624b1b06c5 )
2024-04-23 14:03:05 +02:00
Carl Schwan
714ea8413c
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit 95376c2ccc )
2024-04-23 14:02:53 +02:00
James Graham
4097addae9
Use AvatarButton in UserInfo instead of a custom button. This has the advantage of showing keyboard focus properly
...
(cherry picked from commit 1eb622165b )
2024-04-23 14:02:42 +02:00
Nate Graham
e9ac9deb40
Use more appropriate icons and tooltips for the room info drawer handles
...
Right now they use the standard text but left and right arrow icons,
which is a bit odd, and I think fails to convey what will happen when
clicked especially whern the drawer is closed.
Instead, let's use descriptive tooltip text for both, and a descriptive
icon for the the "this will open the drawer" handle button. For the one
to close the drawer, the default icon seems better, so let's stop
overriding it.
(cherry picked from commit 9d6ba324fb )
2024-04-23 14:02:28 +02:00
James Graham
3b858ab7d5
Use new cornerRadius Kirigami unit across the app
...
(cherry picked from commit ab0c8b8170 )
2024-04-23 14:02:19 +02:00
James Graham
08807797a5
Make sure that tab can be used to navigate away from the chatbar
...
(cherry picked from commit 91d295e0bb )
2024-04-23 14:02:09 +02:00
James Graham
923839d6c7
Add Carl's focus title hack as a devtool option
...
(cherry picked from commit 125974dd7a )
2024-04-23 14:02:01 +02:00
Tobias Fella
3d4a1d22b0
Improve CodeComponent background
...
(cherry picked from commit 92895a7d00 )
2024-04-23 14:01:53 +02:00
Nate Graham
5aa7f499c0
Make the "add new" menu button a hamburger menu
...
I know hamburger menus sometimes aren't amazing, but the current icon is
misleading. It's a plus button which generally means "create new".
However the menu is full of actions not related to creating new things,
including:
- Explore Rooms
- Find your Friends
- Scan a QR Code
These actions may technically result in a new room appearing in the
sidebar, but that's not a user's definition of creating a new thing;
these are *joining* a thing, and the fact that a new entry appears in
the sidebar is an implementation detail.
As a result the existing icon is inaccurate, and also holds back the
menu from adding additional items in the future that are even less
related to creating new rooms. An example would be the quick room
switcher, which is not exposed visibly in the UI anywhere, and could not
logically live in the current menu without changing its icon and text.
(cherry picked from commit d9308440e6 )
2024-04-23 14:01:45 +02:00
James Graham
40c3519737
Change actionChanged to notificationActionChanged
...
Change actionChanged to notificationActionChanged to avoid any clashes with ItemDelegate action property signals
(cherry picked from commit 5340142c06 )
2024-04-23 14:01:36 +02:00
James Graham
6ec9cc2475
Elide the Hidden delegate text
...
(cherry picked from commit 012d30ee9f )
2024-04-23 14:01:26 +02:00
James Graham
eba34b19ad
Only override the DelegateType when showing hidden messages
...
(cherry picked from commit 031d69d996 )
2024-04-23 14:01:16 +02:00
James Graham
8517636485
Implement devtoool to show hidden timeline messages
...
(cherry picked from commit 8b63c18f65 )
2024-04-23 14:01:07 +02:00
James Graham
4a96dae57d
Fancy Effects 2021-2024 gone but never forgotten
...
Remove fancy effects as it's busted and causing CPU spikes.
(cherry picked from commit dc2f11eb2b )
2024-04-23 14:00:57 +02:00
l10n daemon script
b9901a9167
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"
2024-04-23 03:20:13 +00:00
l10n daemon script
bd28a7f66d
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"
2024-04-22 03:40:01 +00:00
James Graham
9202a4525f
Make sure the user can get to the navigationtabbar
2024-04-20 17:21:21 +00:00
Carl Schwan
bfc756fb35
rejrejore
2024-04-20 17:21:21 +00:00
Carl Schwan
2a735ff1cc
jreojreojr
2024-04-20 17:21:21 +00:00
James Graham
551092a1b4
Make sure the drawer get active focus on open
2024-04-20 17:21:21 +00:00
Carl Schwan
ddd12688aa
RoomInformation: allow tabbing on actions
2024-04-20 17:21:21 +00:00
James Graham
c87c6fbabb
Add kitemmodels back to Permissions.qml
2024-04-18 20:48:24 +01:00