summary refs log tree commit diff
path: root/resources/qml/dialogs/ImagePackSettingsDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move destroyOnClose into ImagePackSettingsDialogFallenValkyrie2023-12-191-0/+1
|
* remove unnecessary destryoOnCloseFallenValkyrie2023-12-161-1/+0
|
* Integrate ImagePackDeleteDialog in ImagePackSettingsDialog as delete ↵FallenValkyrie2023-12-161-9/+27
| | | | confirmation
* More qml cleanupsNicolas Werner2023-10-261-4/+4
|
* Get rid of scrollhelperNicolas Werner2023-06-081-10/+1
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-11/+8
|
* make name and attribution in image pack settings plain texttastytea2023-03-241-0/+2
| | | | Otherwise, <foo> would be swallowed.
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Implement space stickers & emojiNicolas Werner2022-09-011-0/+3
|
* Fix images being cropped instead of scaledNicolas Werner2022-03-091-1/+1
|
* Don't leak dialogsNicolas Werner2022-02-211-0/+3
| | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* Fix focus and qml parenting with qml rootNicolas Werner2022-01-261-1/+0
|
* Port usersettings to qmlNicolas Werner2022-01-091-1/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Only show room pack button, when you can actually create oneNicolas Werner2021-12-131-0/+2
|
* Misc pack editor improvementsNicolas Werner2021-12-131-2/+2
|
* Fix a few jdenticon bugsJoseph Donofry2021-09-141-1/+2
|
* Use better jdenticon codes/id settingsLoren Burkholder2021-09-111-2/+3
|
* Fix jdenticons in various placesLoren Burkholder2021-09-111-1/+2
|
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-111-0/+1
|
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-191-1/+1
|
* Allow creating new packsNicolas Werner2021-08-061-0/+28
|
* Basic sticker pack editorNicolas Werner2021-08-061-128/+46
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-3/+8
| | | | | | 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