l10n daemon script
dd35fa3d91
GIT_SILENT Sync po/docbooks with svn
2024-04-26 01:20:19 +00:00
Tobias Fella
affb911d97
Create QML module for chatbar
2024-04-25 23:02:59 +02:00
Tobias Fella
785f9cd1b6
Fix some warnings
2024-04-25 22:57:24 +02:00
Tobias Fella
419056f098
Fix QML warnings
2024-04-25 22:56:28 +02:00
Tobias Fella
396db18de2
Fix unqualified access
2024-04-25 22:53:16 +02:00
Tobias Fella
f124721cd9
Fix qmlls warning
2024-04-25 22:52:38 +02:00
Tobias Fella
52e49b49fb
Remove unnecessary parent
2024-04-25 22:51:59 +02:00
Tobias Fella
10e03777e9
Fix qmlls warning
2024-04-25 22:48:55 +02:00
Tobias Fella
27538b72e9
Remove unused imports
2024-04-25 22:48:20 +02:00
Tobias Fella
19ace37a75
Fix HoverLinkIndicator warnings
2024-04-25 22:47:55 +02:00
Tobias Fella
90c5377ef0
Port direct chat confirmation dialog away from OverlaySheet
2024-04-25 22:47:17 +02:00
Tobias Fella
f0e3d3e474
Fix some dialog parenting
2024-04-25 22:46:03 +02:00
Tobias Fella
26064ebf8c
Remove stray log statement
2024-04-25 22:34:40 +02:00
Tobias Fella
1d92b74131
Use escaped room name in ConfirmLeaveDialog
2024-04-25 22:30:53 +02:00
l10n daemon script
5f83c137d2
GIT_SILENT Sync po/docbooks with svn
2024-04-25 01:21:47 +00:00
Joshua Goins
fa57db8e83
Preserve mx-reply in the edited message if it exists
2024-04-24 19:03:28 +00:00
Joshua Goins
9d3c2e19f5
Strip replies when calling EventHandler::getMarkdownBody()
...
This matches previous behavior before
e2eb6ab33c and including the markdown
blockquote breaks edits. This also adds a test to ensure it does indeed
get stripped.
2024-04-24 19:03:28 +00:00
l10n daemon script
46a9600d55
GIT_SILENT Sync po/docbooks with svn
2024-04-24 01:29:43 +00:00
James Graham
de40701cf6
Multiple Link Previews
...
- Show a preview for each link in the text below the block in which it appears.
- Allow link previews to be dismissed
2024-04-23 19:45:33 +00:00
Tobias Fella
307536c6b6
Use escaped title in devtools
2024-04-23 13:27:15 +02:00
Tobias Fella
203be8bd35
Work around QML opening dialog in wrong window
2024-04-23 13:24:00 +02:00
Tobias Fella
1e644587b3
Replace Quotient::Connection with NeoChatConnection where possible
2024-04-23 12:35:15 +02:00
James Graham
66a60f09e3
Refactor the MessageComponentModel component update
2024-04-23 11:39:18 +02:00
Tobias Fella
69b6f16ec1
Remove search bar; Use QuickSwitcher instead
2024-04-23 10:19:43 +02:00
l10n daemon script
10b4274a3d
GIT_SILENT Sync po/docbooks with svn
2024-04-23 01:29:16 +00:00
James Graham
28c9d94457
Fix Roomlist Shortcuts
...
Fix the ctrl + pgup/pgdwn shortcuts for the room list so that they work with tree model
BUG: 485949
2024-04-22 22:01:46 +00:00
Tobias Fella
d74fd1a560
Force author display name in HiddenDelegate to PlainText
2024-04-22 23:14:31 +02:00
James Graham
624b1b06c5
Make the SpaceDrawer navigable with the keyboard.
2024-04-22 18:18:15 +02:00
Carl Schwan
95376c2ccc
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
2024-04-22 14:58:44 +00:00
James Graham
1eb622165b
Use AvatarButton in UserInfo instead of a custom button. This has the advantage of showing keyboard focus properly
2024-04-22 16:50:56 +02:00
Nate Graham
9d6ba324fb
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.
2024-04-22 08:10:39 +00:00
l10n daemon script
d462852ab9
GIT_SILENT Sync po/docbooks with svn
2024-04-22 01:28:36 +00:00
l10n daemon script
eeec81898b
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 01:15:14 +00:00
James Graham
ab0c8b8170
Use new cornerRadius Kirigami unit across the app
2024-04-21 19:19:57 +02:00
James Graham
91d295e0bb
Make sure that tab can be used to navigate away from the chatbar
2024-04-21 17:18:12 +00:00
James Graham
125974dd7a
Add Carl's focus title hack as a devtool option
2024-04-21 17:02:26 +00:00
Tobias Fella
92895a7d00
Improve CodeComponent background
2024-04-21 18:21:54 +02:00
Nate Graham
d9308440e6
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.
2024-04-21 15:07:29 +00:00
James Graham
5340142c06
Change actionChanged to notificationActionChanged
...
Change actionChanged to notificationActionChanged to avoid any clashes with ItemDelegate action property signals
2024-04-21 14:37:02 +00:00
James Graham
012d30ee9f
Elide the Hidden delegate text
2024-04-21 13:33:00 +02:00
James Graham
031d69d996
Only override the DelegateType when showing hidden messages
2024-04-21 13:25:49 +02:00
James Graham
8b63c18f65
Implement devtoool to show hidden timeline messages
2024-04-21 10:50:59 +00:00
James Graham
dc2f11eb2b
Fancy Effects 2021-2024 gone but never forgotten
...
Remove fancy effects as it's busted and causing CPU spikes.
2024-04-21 10:50:45 +00:00
James Graham
13e64a9487
Use 0.8.x for libQuotient flatpak
2024-04-21 12:41:21 +02:00
Albert Astals Cid
6a3c88ae5b
GIT_SILENT Upgrade release service version to 24.07.70.
2024-04-21 12:28:32 +02:00
l10n daemon script
08a7e324aa
GIT_SILENT Sync po/docbooks with svn
2024-04-21 01:23:23 +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