Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move uploads to InputBar | Nicolas Werner | 2022-03-20 | 1 | -223/+0 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -5/+5 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -3/+3 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 1 | -3/+5 |
| | |||||
* | Support pasting image/svg+xml format straight from supporting applications | Thulinma | 2021-09-28 | 1 | -0/+7 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -143/+140 |
| | |||||
* | Pressing escape hides PreviewUploadOverlay | salahmak | 2021-03-20 | 1 | -4/+5 |
| | |||||
* | Pressing escape hides PreviewUploadOverlay | salahmak | 2021-03-20 | 1 | -0/+10 |
| | |||||
* | Pressing return on image upload dialog sends the message | salahmak | 2021-03-15 | 1 | -0/+6 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -16/+4 |
| | |||||
* | Fix mimetype of media messages | Nicolas Werner | 2020-11-25 | 1 | -4/+4 |
| | |||||
* | Add file uploading | Nicolas Werner | 2020-11-25 | 1 | -1/+4 |
| | |||||
* | add a bit of additional logging to image paste | Nicolas Werner | 2020-05-18 | 1 | -0/+5 |
| | |||||
* | 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 |