Mm2PL
|
970503b755
|
Apply last suggestion and fix mistake not letting the user upload an
image after attempting to upload a file that is not an image.
|
2019-09-26 14:42:30 +02:00 |
|
Mm2PL
|
205122ee68
|
Avoid copying a QUrl in upload() when pasting files from the filesystem.
|
2019-09-26 14:24:41 +02:00 |
|
Mm2PL
|
4e9951371f
|
Applied a bit of foutf's suggestions. Replace uploadQueue.size() with .empty() and swap if/else bodies, move non empty queue check outside of the timer on line 60, move getImageFileFormat to an anonymous namespace, rename pasteFromClipoard to upload(), removed usesless comment, shortened message on line 83, use QMimeData.hasUrls() and QMimeData.urls(), moved GIF format case in upload() more to the top, call original functions in canInsertFromMimeData and dragEnterEvent which are overriden
|
2019-09-25 22:21:26 +02:00 |
|
Mm2PL
|
298c013fa0
|
Rename Env::imagePasteSiteUrl to Env::imageUploaderUrl .
|
2019-09-25 12:51:17 +02:00 |
|
Mm2PL
|
1a77df1674
|
Delete overloads for uploadImageToNuuls() . Use TypedBytes in the main
definition. Use QHttpMultiPart instead of manually creating the
request.
|
2019-09-24 18:28:28 +02:00 |
|
Mm2PL
|
e0eb4e5a6d
|
I'm Pepega too. Added two missing files.
|
2019-09-24 16:08:12 +02:00 |
|