Commit Graph

587 Commits

Author SHA1 Message Date
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 39554b66fd Merge branch 'patch-1' into 'master'
So *apparently* the GitLab wiki pages are slightly different.

See merge request ArsenArsen/KShare!72
2018-07-13 11:02:13 +00:00
GlitchMasta47 b5cae0d44d So *apparently* the GitLab wiki pages are slightly different. 2018-07-12 22:18:39 +00:00
ArsenArsen 3a4fc6c3cf Merge branch 'patch-1' into 'master'
README Updates

See merge request ArsenArsen/KShare!71
2018-06-25 16:13:49 +00:00
GlitchMasta47 ca15e259f3 Update most of the links to their GitLab alternative 2018-06-24 22:59:34 +00: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
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 d09ab6e157
Merge pull request #57 from ohlookitsderpy/patch-1
Fix Readme
2018-02-13 21:20:02 +01:00
ArsenArsen 85d57fcc70
fix some quirks in screen overlays 2018-02-13 21:19:17 +01:00
Dave R bb6acffd8b
Update README.md 2018-02-13 15:29:56 +00: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 b3881346f8
Merge pull request #55 from Trophonix/patch-1
Fix typo + wording
2018-01-25 07:56:10 +01:00