summary refs log tree commit diff
path: root/src/dialogs/PreviewUploadOverlay.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move uploads to InputBarNicolas Werner2022-03-201-223/+0
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-5/+5
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-3/+3
|
* Some qt6 prepNicolas Werner2021-12-281-3/+5
|
* Support pasting image/svg+xml format straight from supporting applicationsThulinma2021-09-281-0/+7
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-143/+140
|
* Pressing escape hides PreviewUploadOverlaysalahmak2021-03-201-4/+5
|
* Pressing escape hides PreviewUploadOverlaysalahmak2021-03-201-0/+10
|
* Pressing return on image upload dialog sends the messagesalahmak2021-03-151-0/+6
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* Fix mimetype of media messagesNicolas Werner2020-11-251-4/+4
|
* Add file uploadingNicolas Werner2020-11-251-1/+4
|
* add a bit of additional logging to image pasteNicolas Werner2020-05-181-0/+5
|
* 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