summary refs log tree commit diff
path: root/resources/qml/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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