Tobias Fella
539fdcaf2e
Remove compatibility with Qt5 in CMake
2023-09-13 11:09:41 +00:00
Joshua Goins
32b3861c3e
Only show the "View Source" message action when dev tools are enabled
...
This is a very developer-oriented action, and other uses of this dialog
(such as interacting with room state events under a room debug page) is
also locked behind this option.
2023-09-13 07:12:18 +00:00
l10n daemon script
f1076a5ced
GIT_SILENT Sync po/docbooks with svn
2023-09-13 02:24:16 +00:00
Joshua Goins
bf8f5705d0
Fix message event source dialog not showing any data
2023-09-12 17:10:23 -04:00
Tobias Fella
2656a93ee7
Disable Qt5 CI
2023-09-12 15:39:25 +00:00
l10n daemon script
cbab810a2e
GIT_SILENT Sync po/docbooks with svn
2023-09-12 01:47:54 +00:00
Tobias Fella
e78dfaec34
Use view background color for SpaceDrawer
2023-09-11 20:20:49 +00:00
ivan tkachenko
3cfa773820
Settings: Port to AvatarButton and fix OpenFileDialog lifespan
...
The dialog won't show again after being closed first time, so we need
to dynamically destroy it on both accept and reject. It helps clear out
any state on its way.
2023-09-11 22:47:33 +03:00
Tobias Fella
94c0e8b6cd
Port ChatBar actions to Button
...
Cleans up the code and improves accessibility
2023-09-11 19:23:13 +00:00
Tobias Fella
35b1f24cb7
Fix roomlist when switching accounts
...
Fixes #605
2023-09-11 19:03:30 +00:00
Tobias Fella
de3072125e
Change all remaining QML file ids to "root"
2023-09-11 20:47:32 +02:00
Tobias Fella
f7d2ffac66
Move Controller::createRoom and Controller::createSpace to NeoChatConnection
2023-09-11 17:55:52 +00:00
James Graham
ff0990bb7c
Emit Room Selected from JoinRoomPage
...
Change the `JoinRoomPage` so that it emits a `roomSelected` signal with the selected delegate's info instead of calling the functions to join or enter the room itself. This is so that the `JoinRoomPage` can be used for other purposes like selecting an existing child to add to a space.
2023-09-11 17:16:12 +00:00
James Graham
8285961c42
Restore compact mode background
...
Restore compact mode using the darker/lighter depending on color scheme background (i.e. the same as the bubble background) it broke somewhere in the refactor of roompage
2023-09-11 07:19:32 +00:00
James Graham
cd39d5b129
Shutup LinkPreviewDelegate
...
Make sure that the console isn't spammed having `linkpreviewer` undefined in `LinkPreviewDelegate`, even though it shouldn't ever be and I couldn't find any case where it was but my console was still intermittently getting spammed.
2023-09-11 06:27:13 +00:00
l10n daemon script
83b3fefbf5
GIT_SILENT Sync po/docbooks with svn
2023-09-11 01:48:45 +00:00
l10n daemon script
3718bd716a
GIT_SILENT made messages (after extraction)
2023-09-11 00:46:51 +00:00
Akseli Lahtinen
a18257ee17
Taskbar badge highlight counter
...
Instead of the taskbar badge showing count for all notifications, only show the count for total highlights.
2023-09-10 20:57:39 +00:00
Laurent Montel
def46d90a8
Fix qml signal argument warning
2023-09-10 20:19:32 +02:00
ivan tkachenko
8afd7b2892
Give "+" tool button a proper a11y role and an RTL-friendly modal menu
2023-09-10 20:40:23 +03:00
ivan tkachenko
deb11367cb
ChatBox: Fix jittery ChatBar
...
ChatBar animated its implicit height, and there is no way for us to
force it animating on integer values only. It is contained in a Layout
type, and QtQuick.Layouts are known to round up size of their items and
position them on an integer scale. All in all, is caused bottom of chat
bar (action icons row and the whole bottom edge) to flicker during
height animation.
2023-09-10 20:40:23 +03:00
ivan tkachenko
ffd1b06a82
RoomSettings: Port disabled text fields to readOnly
...
Improves visuals, and allows to select & copy text. Also hides Save
button when there's no chance it would get enabled.
Depends on very recently merged MR in kirigami-addons:
https://invent.kde.org/libraries/kirigami-addons/-/merge_requests/153
2023-09-10 20:40:22 +03:00
ivan tkachenko
2597f0aec9
RoomSettings: Make room avatar bigger
...
This is literally the page about the room, we are not short on space
here. Make it shine.
2023-09-10 20:40:22 +03:00
James Graham
33ca72efd9
Fix ImageDelegate
...
Restore the animated mediaInfo to eventHandler and make sure ImageDelegate uses the media helper size for the sourceSize.
2023-09-10 16:22:14 +00:00
ivan tkachenko
2fbf659eb4
RoomInformation: Fix sizing of ListView header
...
Header is parented to ListView's contentItem (flickable) which is
subject to padding due to vertical scrollbar.
2023-09-10 17:07:20 +03:00
Antonio Rojas
763198b2c3
Add cmake check for qtlocation QML module
...
So that packagers are notified that it is a dependency
2023-09-10 10:12:52 +00:00
q234 rty
50551541ed
Use shortcode as a fallback for body when sending stickers
2023-09-10 09:41:46 +00:00
James Graham
323cd4962e
Explore rooms page RoundedItemDelegate
...
Move the explore rooms page to using the new RoundedItemDelegate
2023-09-10 09:00:57 +00:00
l10n daemon script
b2f592afeb
GIT_SILENT Sync po/docbooks with svn
2023-09-10 01:45:20 +00:00
Tobias Fella
f7f98c43e2
Fix fix for crash in push rules
2023-09-09 12:13:33 +00:00
l10n daemon script
06134f96eb
GIT_SILENT Sync po/docbooks with svn
2023-09-09 01:46:10 +00:00
Laurent Montel
bb62849a19
Use explicit qml signal argument in ShareAction
2023-09-08 07:44:31 +00:00
Laurent Montel
d05385caed
Remove unused qml module
2023-09-08 08:28:03 +02:00
l10n daemon script
209ca747b5
GIT_SILENT Sync po/docbooks with svn
2023-09-08 01:46:47 +00:00
James Graham
2c6ab498ac
Event Handler
...
Similar to text handler, pull out the disparate array of functions which format information from an event ready for display in the UI and put in a handler class with a test suite.
requires https://github.com/quotient-im/libQuotient/pull/686
2023-09-07 19:02:50 +00:00
Laurent Montel
597633f824
Add explicit signal argument
2023-09-07 13:42:45 +00:00
Laurent Montel
65da416b8e
Disable add button when text is empty
2023-09-07 08:16:02 +00:00
l10n daemon script
c528929b30
GIT_SILENT Sync po/docbooks with svn
2023-09-07 01:46:10 +00:00
l10n daemon script
8650ce1755
GIT_SILENT Sync po/docbooks with svn
2023-09-06 01:44:38 +00:00
Tobias Fella
8936b23da9
Remove "Apply" Button in security settings
...
It doesn't do anything. All settings are instant-apply.
2023-09-05 12:58:57 +00:00
l10n daemon script
cf72fbea2e
GIT_SILENT Sync po/docbooks with svn
2023-09-05 01:45:00 +00:00
Laurent Montel
0d5929b4bc
Fix enable/disable save button when image.source is empty. Otherwise it will crash
2023-09-04 19:03:06 +00:00
Ingo Klöcker
d43cc9a044
Terminate the mock server after the test
2023-09-04 17:47:34 +02:00
Ingo Klöcker
682e3967ba
Increase timeout per test to 90 seconds
...
The Appium test (including the setup) takes more than the default 60 s.
2023-09-04 17:14:02 +02:00
Ingo Klöcker
ceebee3a56
Look for "login-server.py" next to "logintest.py"
2023-09-04 16:46:20 +02:00
Ingo Klöcker
52ab052aef
Choose the Login option before trying to enter the login credentials
2023-09-04 16:11:20 +02:00
Ingo Klöcker
e6a2b2d125
Disable outdated test for now
2023-09-04 16:01:58 +02:00
Ingo Klöcker
92dadc2cc9
Use sys.executable instead of a hardcoded executable name/path of Python
2023-09-04 16:01:34 +02:00
Tobias Fella
6ca9380a51
Enable linux Qt5 CI
2023-09-04 13:12:37 +00:00
Laurent Montel
51d41ab5bf
Enable "add" button only if text is not empty
...
=> otherwise it will report error
2023-09-04 07:24:25 +02:00