summary refs log tree commit diff
path: root/src/dialogs/PreviewUploadOverlay.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unneeded headersNicolas Werner2020-01-311-1/+0
|
* Fix copy and pasting image from clipboardNicolas Werner2019-07-221-0/+22
| | | | | | | | If the QMimeData contains an image, it actually has a mime type of application/x-qt-image. At least in some cases accessing the image/* data returns a 0 length array. Accessing the data via ->imageData works however. So we use that as our accessor and pass it to the preview dialog.
* Use QPushButton on the preview modalKonstantinos Sideris2018-09-251-9/+4
|
* Consider the scale ratio when scaling down imagesKonstantinos Sideris2018-08-011-1/+1
| | | | fixes #393
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-221-6/+16
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+177