Commit Graph

564 Commits

Author SHA1 Message Date
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
Lucas 0d69c25f0b
Fix typo + wording
Fixed a typo and re-worded the warning a bit.

Also moved it up and made it a minor header instead of normal text so people don't miss it.
2018-01-24 23:38:24 -06:00
ArsenArsen b9d7deb462
add webchat link 2018-01-20 22:34:50 +01:00
ArsenArsen 1e11f19069
Fix the newly added link 2018-01-20 22:34:09 +01:00
ArsenArsen 8560c039e6
add contact details 2018-01-20 22:31:06 +01:00
ArsenArsen 7f265f7c55
add contact details 2018-01-20 22:27:51 +01:00
ArsenArsen 785400b59c
fix spaces... existing 2018-01-03 00:28:39 +01:00
ArsenArsen 391c6f7923
welcome to 2018 2018-01-01 16:59:04 +01:00
ArsenArsen dde13a19c8
rewrite logging 2018-01-01 16:38:00 +01:00
ArsenArsen 6a0f46f67b
Update KShare.desktop 2017-12-31 02:04:07 +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 e9ccbc6c43
Update build status badges 2017-12-18 14:10:22 +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
ArsenArsen 87f765245d
Add external screenshotter support
for wayland!!
2017-12-17 20:00:41 +01:00
ArsenArsen 70bba2cbbb
Merge pull request #49 from GlitchMasta47/dev
Fix for #28, take 3
2017-12-10 18:07:42 +01:00
GlitchMasta47 688e9d404e
Fix for #28, take 3
Fixes an issue where multiple processes would be opened on Windows machines
2017-12-10 11:00:03 -06:00
ArsenArsen a1e2158e69
Merge branch 'dev' of github.com:ArsenArsen/KShare into dev 2017-12-09 21:25:21 +01:00
ArsenArsen e5795339d9
Fix blur radius 2017-12-09 21:25:01 +01:00
ArsenArsen 2aef2e5dd5
Update src.pro 2017-12-08 23:45:21 +01:00