Commit Graph

539 Commits

Author SHA1 Message Date
Niklas b36ecb7e88 switched from libnotify to dbus 2019-05-14 15:43:19 +02:00
Niklas ef35e2c0da changed source path for arch 2019-05-13 23:44:09 +02:00
Niklas 954e8fe295 added missing mediaservice plugin 2019-05-13 21:01:24 +02:00
Niklas 59842bac79 failfish 2019-05-13 20:47:21 +02:00
Niklas a4f8c83213 added makedeb to linux ci 2019-05-13 20:44:13 +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 11625a966a fixed some german 2019-05-11 20:30:04 +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 8c70263a75 fixed strange german 2019-05-08 10:33:21 +02:00
Niklas 5f8e7ba489 added two more directories to gitignore 2019-05-08 10:13:34 +02:00
Niklas 0537766392 added more sound 2019-05-08 10:12:46 +02:00
Niklas f9d6091440 added build info 2019-05-08 00:48:49 +02:00
Niklas 37095cd8e4 switched to cricleci for linux 2019-05-08 00:38:54 +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
Niklas 5468e680cd added a few notes in readme 2019-05-07 19:32:53 +02:00
Niklas da9061d4b9 fix appveyor 2019-05-07 19:09:34 +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 db238af758
fix windows build process pt2 2018-03-18 14:20:54 +01:00
ArsenArsen a0c80ed94a
fix windows build process 2018-03-18 14:19:06 +01:00
ArsenArsen fdbb43a19f
Add an option to not save SS. Fixes #65 2018-03-18 11:52:30 +01:00
ArsenArsen 2b89307d84
follow redirects 2018-03-01 01:47:18 +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
ArsenArsen db651220f1
Merge pull request #58 from linkjayy/dev
Add URL-Encoding to base64
2018-02-25 21:13:05 +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