summary refs log tree commit diff
path: root/resources/qml/dialogs/ImageOverlay.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make ImageOverlay set appropriate windowRole againThulinma2023-02-101-0/+1
|
* chore: when save file, hide ImageOverlay windowShootingStarDragons2023-01-201-0/+1
| | | | | | Log: on wm like sway, it will cover the whole screen, and I cannot get the file save dialog, then the program will stay there, I must kill it, so I think hide it is better, because after, it will be closed
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Close image viewer when clicking on the backgroundNicolas Werner2022-06-151-0/+4
| | | | fixes #1088
* More image dialog fixesNicolas Werner2022-05-101-7/+6
|
* Remove boundary handling in image overlayNicolas Werner2022-04-101-34/+25
| | | | They hurt more than they are helping
* Fix some minor UI issues with ImageOverlay and RawMessageDialogJoseph Donofry2022-01-051-24/+25
|
* Add minimum scale in image viewerNicolas Werner2022-01-031-0/+33
|
* Port image overlay to qmlNicolas Werner2022-01-021-0/+110
Allows you to zoom and pan now. relates to #647