Commit Graph

81 Commits

Author SHA1 Message Date
Niklas b36ecb7e88 switched from libnotify to dbus 2019-05-14 15:43:19 +02:00
Niklas 8c1bf5bc04 alert function from application on critical messages 2019-05-13 19:28:44 +02:00
Niklas d64e710c54 switched to libnotify on linux 2019-05-13 19:17:09 +02:00
Niklas e03b199fe9 added missing includes 2019-05-12 16:05:46 +02:00
Niklas abb5be6966 testing windows 10 dark mode 2019-05-12 16:03:40 +02:00
Niklas 072d485ab9 hold shift for faster key movement 2019-05-12 15:42:35 +02:00
Niklas 539a2325e6 add newest request to top 2019-05-12 01:24:33 +02:00
Niklas 6d12575915 added copy from clipboard to tray icon 2019-05-11 20:29:51 +02:00
Niklas 1924d00f88 maybe fixed utf8 upload and windows file upload 2019-05-11 15:30:32 +02:00
Niklas b5b54cefd8 added upload from clipboard 2019-05-11 15:00:12 +02:00
Niklas 31a02ab592 fixed screenshot path 2019-05-10 00:31:55 +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 828c9542ad fixed incorrect formatted history entry 2019-05-09 19:53:58 +02:00
Niklas 9134c726cb added overlay alpha to overlay settings 2019-05-09 19:34:57 +02:00
Niklas 53f79673ee refresh treeview on new upload 2019-05-08 22:16:51 +02:00
Niklas b41d7418dd added status icon and status text to history 2019-05-08 22:00:10 +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 2242f3f188 changed alpha of overlay
TODO: Add this setting to screen overlay
2019-05-08 12:49:31 +02:00
Niklas aa75665234 made about box more readable by default 2019-05-08 11:01:29 +02:00
Niklas bc21db3f1b made gui a bit larger as requested in issues in original project 2019-05-08 10:53:19 +02:00
Niklas 541335acde added callback to about 2019-05-08 10:37:04 +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
Niklas dc488ed8f9 moved quit button to the bottom 2019-05-07 20:18:22 +02:00
ArsenArsen 3a4ac315b1
Address color issues. Fix #71 2018-05-09 23:28:36 +02:00
ArsenArsen 24b0178b23
Fix #72 2018-05-09 20:46:20 +02:00
ArsenArsen 81cfe1584e
Add uploading indicator. Fix #73 2018-05-09 20:40:57 +02:00
ArsenArsen 4a9e28b84c
Fix #69 2018-04-14 08:03:26 +02:00
ArsenArsen fdbb43a19f
Add an option to not save SS. Fixes #65 2018-03-18 11:52:30 +01:00
ArsenArsen ee69213cdf
fix user fetching logic 2018-02-25 22:29:31 +01:00
ArsenArsen 10bd9a67c2
fix windows compilation error 2018-02-25 21:25:02 +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 ef543dbdad
fix mouse clicks not passing into drawer 2018-02-25 11:52:43 +01:00
ArsenArsen fddf59f5d7
fix logic error 2018-02-24 22:42:08 +01:00
ArsenArsen a1c96530d0
fix compilation error 2018-02-24 22:40:55 +01:00
ArsenArsen 6220082042
add space to toggle keyboard selection 2018-02-20 21:17:08 +01:00
ArsenArsen 0acf727347
Reformat code, fix a glitch with the drawing bar 2018-02-18 02:35:29 +01:00
ArsenArsen c15ba008ff
Implement highlighter tool
Fixes #56
2018-02-17 23:13:37 +01:00
ArsenArsen 85d57fcc70
fix some quirks in screen overlays 2018-02-13 21:19:17 +01:00
ArsenArsen 9ccc7d2533
hopefully fix windows compilation error pt 2 2018-02-02 20:46:43 +01:00
ArsenArsen 4a667ae270
hopefully fix windows compilation error 2018-02-02 20:43:43 +01:00
ArsenArsen 785400b59c
fix spaces... existing 2018-01-03 00:28:39 +01:00
ArsenArsen dde13a19c8
rewrite logging 2018-01-01 16:38:00 +01:00
ArsenArsen 00cbbd4938
Don't try and clear file if it\'s unexistent 2017-12-21 20:08:56 +01:00
ArsenArsen 24952bba05
Add a getCurrentUser function for further reference 2017-12-20 11:42:11 +01:00
ArsenArsen f09bfe37d4
Make failed external commands reset 2017-12-20 01:19:07 +01:00
ArsenArsen 567135d0ec
Remove lock file for now 2017-12-19 23:31:48 +01:00
ArsenArsen 0c20b0266c
Fix lock file 2017-12-17 22:06:31 +01:00
ArsenArsen 413f785375
Fix fullscreen not using the command 2017-12-17 21:39:57 +01:00
ArsenArsen 14c7a8fde4
Fix disk leak 2017-12-17 20:37:56 +01:00