Commit Graph

5 Commits

Author SHA1 Message Date
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
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 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