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
Loren Burkholder
135622e14e
Don't switch room that read receipt-related stuff is opened in
3 years ago
Loren Burkholder
4dd994ae00
QML the read receipts list
...
There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit
3 years ago
Nicolas Werner
d955444dc1
Port to explicit connect syntax
...
Also fix a lot of warnings.
3 years ago
Nicolas Werner
eafbab6ae1
Add menu to enable or disable stickers globally
3 years ago
Loren Burkholder
44be4c1f4a
Move various room auxiliary functions to TimelineManager
3 years ago
Loren Burkholder
44d2818e0c
Add property for plain room name
3 years ago
Loren Burkholder
7cd4e6f1c6
make lint
3 years ago
Loren Burkholder
a7bdbc2af2
Consolidate connections
3 years ago
Loren Burkholder
48669302ec
make lint
3 years ago
Loren Burkholder
73d902611d
Actually set invitees property
3 years ago
Loren Burkholder
5d9556722f
Fix up components
3 years ago
Loren Burkholder
e1acf5d324
make lint
3 years ago
Nicolas Werner
8803908321
Try to be compatible with Qt 5.12
3 years ago
Nicolas Werner
7f4656d3c3
Refactor to use Instantiator instead of doing it manually
4 years ago
Nicolas Werner
03d30a2abc
Delete old room list
4 years ago
Nicolas Werner
298822baea
Move currentRoom/timeline handling to roomlist
4 years ago
Nicolas Werner
39a43ad4ab
Reorganize TimelineView to prepare porting the room list
4 years ago
Nicolas Werner
5658be5215
Move global avatarSize property
4 years ago
Nicolas Werner
a7f8b23b52
Make palette global in Qml
4 years ago
Nicolas Werner
ab0baf5d9e
Only show actions, when you have permissions to do them
4 years ago
Nicolas Werner
1321d9bcca
Fix crash when you have no rooms and open the global user profile
4 years ago
absorber
6ac10963b0
UI/UX improvement: Better naming suggestion.
...
Copy address location -> Copy link location
4 years ago
Nicolas Werner
2d678bdcf6
Allow copying messages via right click
...
fixes #291
4 years ago
Nicolas Werner
9ab1dc253e
Copy address location
...
fixes #463
4 years ago
Nicolas Werner
f626de0447
Copy link to message
...
fixes #499
4 years ago
Nicolas Werner
65d85768d0
Clean up design a bit
4 years ago
Nicolas Werner
c2e625756c
Use one CompletionProxy for everything including EmojiPicker
4 years ago