Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 1 | -1/+0 |
| | |||||
* | Fix copy and pasting image from clipboard | Nicolas Werner | 2019-07-22 | 1 | -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 modal | Konstantinos Sideris | 2018-09-25 | 1 | -9/+4 |
| | |||||
* | Consider the scale ratio when scaling down images | Konstantinos Sideris | 2018-08-01 | 1 | -1/+1 |
| | | | | fixes #393 | ||||
* | Remove pixel values from modals, use pointSize instead | Konstantinos Sideris | 2018-07-22 | 1 | -6/+16 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+177 |