Nicolas Werner
dd74bdc697
Get rid of old emoji picker
2 years ago
Loren Burkholder
24d401365e
Always open the invite dialog properly from the member list
2 years ago
Marcus Hoffmann
7c08d88990
print errors on failed dialog creation
...
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2 years ago
Nicolas Werner
96f791daf1
Get rid of year in license headers
...
See also:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
https://hynek.me/til/copyright-years/
2 years ago
Nicolas Werner
ad4ea02547
Add a reduced motion option
...
fixes #1350
2 years ago
Malte E
5ed3bfc8f8
add user search to invite dialog ( #1253 )
2 years ago
Nicolas Werner
3a6a905429
A whole new year full of excitement and possibilities!
2 years ago
Nicolas Werner
30882d4aa9
Fix wrong file urls
2 years ago
Nicolas Werner
2a7c6f2d86
Load components on demand
2 years ago
Loren Burkholder
df834ffc48
Various grammar fixes (mostly removing commas)
2 years ago
Nicolas Werner
051c25d5b8
Allow editing permissions in spaces recursively
2 years ago
Nicolas Werner
fe403ddc70
Rework how access rules for rooms are modified completely
2 years ago
Nicolas Werner
9d8d6b4bca
Show a room preview in the join confirmation dialog
...
Requires MSC3266
Fixes #1129
2 years ago
Nicolas Werner
931855441a
Allow editing aliases
2 years ago
Nicolas Werner
7ebf43ce38
Fix crash when closing room directory window
2 years ago
Nicolas Werner
6c6d43691d
Add basic powerlevel editor
3 years ago
Nicolas Werner
a6b2be112b
More image dialog fixes
3 years ago
Nicolas Werner
62bf1b253e
Rework focus handling
3 years ago
Nicolas Werner
b75ef07896
Add basic support for multiple windows
3 years ago
Nicolas Werner
85f0ffb6bf
Remove boundary handling in image overlay
...
They hurt more than they are helping
3 years ago
Nicolas Werner
a59b3147a6
Add reasons to everything
...
fixes #1030
3 years ago
Nicolas Werner
bf7b58c959
Don't destroy components in use
...
Add a delay to all destructions and move the call dialog stuff up a
level, so that we don't destroy the component when destroying the parent
dialog.
fixes #984
3 years ago
Nicolas Werner
ac1d678254
Fix server switching to https after bootstrap
...
fixes #878
3 years ago
Nicolas Werner
23efa8f815
Fix a few small completer glitches
3 years ago
Nicolas Werner
2c5489468d
Fix mobile call screen
...
See #469
3 years ago
Nicolas Werner
ff4334d59e
Don't leak dialogs
...
It seems that you need to manually destroy created objects... Great...
fixes #898
3 years ago
Nicolas Werner
2613275461
Reimplement error notifications
3 years ago
Nicolas Werner
a0a35c8786
keep the RegisterPage name
...
So we don't have to retranslate.
3 years ago
Nicolas Werner
f28013dc18
Port registration to Qml
3 years ago
Nicolas Werner
4a80fdc951
Functional login page
3 years ago
Nicolas Werner
b106eafb0e
Initial qml root window
3 years ago
Nicolas Werner
39bf20baed
Move usersettings page to pages subdir
3 years ago
Nicolas Werner
f1a23355bd
Port usersettings to qml
3 years ago
Nicolas Werner
66520eae19
Port image overlay to qml
...
Allows you to zoom and pan now.
relates to #647
3 years ago
Nicolas Werner
61404641d9
Update year in copyright notice to shut up lint job
3 years ago
Nicolas Werner
926c7a89ad
Add alternative shortcut to Alt-A for systems, where that is taken already
3 years ago
Nicolas Werner
d46e517e3a
Only show room pack button, when you can actually create one
3 years ago
Nicolas Werner
1e22274d8c
Use ItemDelegate in RoomList instead of a Rectangle with handlers
...
fixes #683
relates to #571
3 years ago
Nicolas Werner
211fd9d76c
Fix registration on matrix.org
...
This was a bit of a journey:
https://github.com/matrix-org/matrix-doc/pull/3471
But it should work now and we now use the UIAHandler everywhere.
fixes #670
3 years ago
Nicolas Werner
a5030bdd4d
move device verification management to its own file
3 years ago
Loren Burkholder
14488a8fe7
Use the same leave room dialog everywhere
...
This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.
3 years ago
Loren Burkholder
e9ed12e27b
QML the join room dialog
3 years ago
Nicolas Werner
ad1e6c8298
Support bootstrapping crosssigning
...
Showing the bootstrap state and showing there are unverified devices is
still missing.
3 years ago
Loren Burkholder
81406171a0
QML the logout dialog
3 years ago
Guillaume Girol
82b1cc4e5f
add Alt+A keybinding to switch to next room with unread messages
3 years ago
Nicolas Werner
42d2b10d5d
Round images in the image provider
3 years ago
Nicolas Werner
9bad584931
Show verification status in memberlist
3 years ago
Nicolas Werner
87e81498b7
Fix window placement on wayland and add close buttons
...
We explicitly set a parent. We can't assign to
ApplicationWindow.transientParent though, only to
Window.transientParent, so we just call setTransientParent in C++.
3 years ago
Loren Burkholder
dab1c9068a
QML the raw message dialog
3 years ago
Loren Burkholder
330b9d62a5
Move read receipts connection to allow for future pop-out room views
3 years ago