summary refs log tree commit diff
path: root/src/dialogs/PreviewUploadOverlay.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-20/+20
|
* Pressing escape hides PreviewUploadOverlaysalahmak2021-03-201-0/+1
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* Add file uploadingNicolas Werner2020-11-251-0/+1
|
* Fix copy and pasting image from clipboardNicolas Werner2019-07-221-0/+2
| | | | | | | | 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-4/+3
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+61