Loren Burkholder
36f1bbcc02
Remove duplicate property
3 years ago
Loren Burkholder
b1c1274d96
Allow removing users from the invite dialog
3 years ago
Loren Burkholder
e09af0b101
Nicer padding
3 years ago
Loren Burkholder
f095352a2c
Add pointing hand cursor shape
3 years ago
Loren Burkholder
07aa89cca1
Port invite dialog to use ItemDelegate
3 years ago
Loren Burkholder
d645c43618
Add highlight on hover
3 years ago
Loren Burkholder
8ca1b93abb
Switch member dialog to using ItemDelegate
3 years ago
Nicolas Werner
df1f549a2c
Use filled shields everywhere and distinguish different states more
3 years ago
Loren Burkholder
f3aeb4b044
Switch icon theme to Fluent icons
3 years ago
Nicolas Werner
b7b4fd0e9b
Format qml
3 years ago
Nicolas Werner
6c5807ed0c
Make yellow darker
...
Fixes readability issues in the userprofile.
fixes #440
3 years ago
Nicolas Werner
8f3a6abfa2
Improve the layout and behaviour of topbar slightly
3 years ago
Loren Burkholder
2c725bd1e5
Fix clicking on avatar
3 years ago
Nicolas Werner
ebc93c8870
Explicitly namespace platform module
3 years ago
Nicolas Werner
5ca1fb18bb
Move away from using an event loop to access secrets
...
Fixes messages in room flickering and being stuck
fixes #760
relates to #770
relates to #789
3 years ago
Loren Burkholder
b5b5c95246
Use ItemDelegate for read receipts
3 years ago
Nicolas Werner
3758c42ed6
Fix leave room dialog
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
912a8c43b2
Fix copyright order
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
Loren Burkholder
0c2522684b
Auto-focus search bar in room directory
3 years ago
Thulinma
662cb573e1
Allow changing device names, display last seen time and IP
3 years ago
Thulinma
649c5ff86d
Add support for listing devices that do not support encryption, add support for logging out devices.
...
Ticks off another box in #23 !
3 years ago
tastytea
0516892759
Allow JPEG in image picker for stickers and emotes.
...
The file ending list is translated, so all the translations are updated
too.
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
0841abead3
Use better close-on-Enter logic
3 years ago
Loren Burkholder
6a327e0db3
Auto-focus the input
3 years ago
Loren Burkholder
484845c130
Add handy keyboard shortcuts
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
DeepBlueV7.X
569606f35b
Simplify device list refresh logic
3 years ago
Thulinma
456a41bcdf
Added support for refreshing the device list, marking current device with a checkmark instead of a lock
3 years ago
Loren Burkholder
81406171a0
QML the logout dialog
3 years ago
Loren Burkholder
4e020645f1
Reorganize all the dialogs into the dialogs folder
3 years ago
Loren Burkholder
297e550b6c
Fix margins on input dialog
3 years ago
Joseph Donofry
c7545cb455
Fix a few jdenticon bugs
3 years ago
Loren Burkholder
8e5f91a579
Use better jdenticon codes/id settings
3 years ago
Loren Burkholder
17729ce662
Fix jdenticons in various places
3 years ago
Loren Burkholder
3a86d44c1e
Finish getting all avatars jdenticonified
3 years ago
Nicolas Werner
ded926cdf9
Fix a few null warnings
3 years ago
Nicolas Werner
374ad0a816
Small image pack editor improvements
...
- add missing mimetype
- allow removal of images from pack
- allow GIF as a format
- don't divide size by 2 if the image is very small already
3 years ago
Joseph Donofry
9504d02f18
Add Qt.WindowTitleHint to qml dialogs
3 years ago
Nicolas Werner
89840b9e0b
AttrIbution
3 years ago
Nicolas Werner
e5a6b2b6ef
Allow creating new packs
3 years ago
Nicolas Werner
16d0190f4e
Allow uploading additional stickers
3 years ago
Nicolas Werner
a57a15a2e0
Basic sticker pack editor
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
Nicolas Werner
eafbab6ae1
Add menu to enable or disable stickers globally
3 years ago
Nicolas Werner
8803908321
Try to be compatible with Qt 5.12
3 years ago
Nicolas Werner
e2765212fb
Reimplement room context menus
4 years ago