summary refs log tree commit diff
path: root/resources/qml/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add highlight on hoverLoren Burkholder2021-11-162-2/+8
|
* Switch member dialog to using ItemDelegateLoren Burkholder2021-11-161-46/+63
|
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-171-10/+13
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-173-21/+21
|
* Merge branch 'video_player_enhancements' into 'master'Nicolas Werner2021-11-121-3/+4
|\ | | | | | | | | Video player enhancements See merge request nheko-reborn/nheko!15
| * Format qmlNicolas Werner2021-11-111-3/+4
| |
* | Make yellow darkerNicolas Werner2021-11-111-2/+2
| | | | | | | | | | | | Fixes readability issues in the userprofile. fixes #440
* | Improve the layout and behaviour of topbar slightlyNicolas Werner2021-11-111-5/+5
|/
* Merge pull request #798 from LorenDB/fixRRDialogDeepBlueV7.X2021-11-091-0/+1
|\ | | | | Fix clicking on avatar
| * Fix clicking on avatarLoren Burkholder2021-11-081-0/+1
| |
* | Explicitly namespace platform moduleNicolas Werner2021-11-091-3/+3
| |
* | Merge pull request #791 from Nheko-Reborn/secret-storage-fixesDeepBlueV7.X2021-11-072-2/+2
|\ \ | |/ |/| Move away from using an event loop to access secrets
| * Move away from using an event loop to access secretsNicolas Werner2021-11-072-2/+2
| | | | | | | | | | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789
* | Use ItemDelegate for read receiptsLoren Burkholder2021-11-061-42/+39
|/
* Fix leave room dialogNicolas Werner2021-11-051-3/+3
|
* Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-035-298/+1691
| | | | | fixes #683 relates to #571
* Fix copyright orderNicolas Werner2021-11-031-1/+1
|
* Fix registration on matrix.orgNicolas Werner2021-11-031-0/+354
| | | | | | | | 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
* Auto-focus search bar in room directoryLoren Burkholder2021-10-281-0/+1
|
* Allow changing device names, display last seen time and IPThulinma2021-10-201-18/+82
|
* Add support for listing devices that do not support encryption, add support ↵Thulinma2021-10-171-0/+10
| | | | | | for logging out devices. Ticks off another box in #23!
* Allow JPEG in image picker for stickers and emotes.tastytea2021-10-151-1/+1
| | | | | The file ending list is translated, so all the translations are updated too.
* Use the same leave room dialog everywhereLoren Burkholder2021-10-111-0/+20
| | | | This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.
* Merge pull request #741 from LorenDB/qmlJoinRoomDlgDeepBlueV7.X2021-10-111-0/+76
|\ | | | | QML the join room dialog
| * Use better close-on-Enter logicLoren Burkholder2021-10-091-8/+4
| |
| * Auto-focus the inputLoren Burkholder2021-10-091-0/+1
| |
| * Add handy keyboard shortcutsLoren Burkholder2021-10-091-0/+15
| |
| * QML the join room dialogLoren Burkholder2021-10-091-0/+64
| |
* | Merge pull request #755 from Nheko-Reborn/bootstrappingDeepBlueV7.X2021-10-093-20/+30
|\ \ | |/ |/| Support bootstrapping crosssigning
| * Support bootstrapping crosssigningNicolas Werner2021-10-093-20/+30
| | | | | | | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* | Merge pull request #743 from LorenDB/qmlLogoutDeepBlueV7.X2021-10-091-0/+19
|\ \ | |/ |/| QML the logout dialog
| * QML the logout dialogLoren Burkholder2021-10-051-0/+19
| |
* | Simplify device list refresh logicDeepBlueV7.X2021-10-071-1/+1
| |
* | Added support for refreshing the device list, marking current device with a ↵Thulinma2021-10-061-8/+30
|/ | | | checkmark instead of a lock
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-297-0/+1371
|
* Fix margins on input dialogLoren Burkholder2021-09-241-1/+2
|
* Fix a few jdenticon bugsJoseph Donofry2021-09-141-1/+2
|
* Use better jdenticon codes/id settingsLoren Burkholder2021-09-112-5/+6
|
* Fix jdenticons in various placesLoren Burkholder2021-09-112-2/+5
|
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-112-0/+2
|
* Fix a few null warningsNicolas Werner2021-08-291-1/+0
|
* Small image pack editor improvementsNicolas Werner2021-08-291-1/+16
| | | | | | | - 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
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-192-2/+2
|
* AttrIbutionNicolas Werner2021-08-081-1/+1
|
* Allow creating new packsNicolas Werner2021-08-062-4/+32
|
* Allow uploading additional stickersNicolas Werner2021-08-061-0/+18
|
* Basic sticker pack editorNicolas Werner2021-08-062-128/+329
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-042-3/+9
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-0/+309
|
* Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-2/+2
|
* Reimplement room context menusNicolas Werner2021-05-281-0/+53