Commit Graph

22 Commits

Author SHA1 Message Date
Niklas 41d1bc41e9 fixed filename and folder in imgur upload 2020-02-23 14:14:38 +01:00
Niklas 2587b2c0f2 fixed memory access violation 2020-02-23 14:08:41 +01:00
Niklas b63b82528f added Google Drive API 2020-02-22 14:20:32 +01:00
Niklas 0f8e8901fb fixed ui freezing (WHY DOES THIS LET THE WHOLE TASKBAR FREEZ??? 2020-02-16 01:48:57 +01:00
Niklas f5a7b56de9 why image clipboard didnt work. lel 2019-05-18 15:52:44 +02:00
Niklas 963b22d0dc save filename with subdir in history 2019-05-16 00:29:05 +02:00
Niklas f3fd7453f9 moved notification sounds to notification namespace 2019-05-14 17:12:09 +02:00
Niklas bea679d726 added missing logEntry() 2019-05-14 16:11:45 +02:00
Niklas b5b54cefd8 added upload from clipboard 2019-05-11 15:00:12 +02:00
Niklas 3c9a87583a * added result url to history
* added context menu to history
* added example config that work with Gurkengewuerz/php_filehoster and is ShareX compatible
* added filename as parameter to custom uploader
2019-05-10 00:17:43 +02:00
Niklas 8c0e961dc0 a bit more work
* added open screenshot folder button
* removed history dialog
* moved history dialog to main window
* added filename to history
* removed many actions from menu bar
2019-05-08 21:07:06 +02:00
Niklas 0537766392 added more sound 2019-05-08 10:12:46 +02:00
Niklas 32ea161483 added first sound 2019-05-07 22:52:25 +02:00
ArsenArsen 81cfe1584e
Add uploading indicator. Fix #73 2018-05-09 20:40:57 +02:00
ArsenArsen fdbb43a19f
Add an option to not save SS. Fixes #65 2018-03-18 11:52:30 +01:00
Linkjay cc818bad1c
Add URL-Encoding to base64
Adding QByteArray::Base64UrlEncoding to the args of imgData.toBase64() will add better compatibility when sending it over to something like PHP or JS. Essentially, it replaces all spaces with - . You could also do QByteArray::Base64Encoding which will replace all spaces with + instead of -. However, the - tends to work better amongst other things.

Either one is better than nothing.
2018-02-25 12:07:59 -08:00
ArsenArsen 0acf727347
Reformat code, fix a glitch with the drawing bar 2018-02-18 02:35:29 +01:00
ArsenArsen dde13a19c8
rewrite logging 2018-01-01 16:38:00 +01:00
ArsenArsen 56317bb7ee
Rename utils and fix some stuff in CropScene 2017-11-23 20:33:49 +01:00
ArsenArsen 3e6a3b0407
Reindentation and code style update 2017-10-05 19:21:52 +02:00
ArsenArsen f7ec1f44f2 Add %(a|b|c|..)random to formatter 2017-09-13 01:47:57 +02:00
ArsenArsen c6864de782 Organization Is Key To Success!!!! 2017-09-06 19:16:31 +02:00