Commit Graph

71 Commits

Author SHA1 Message Date
ArsenArsen 9f57a10bb8
Make the project translatable
Jeeeesh that's alot
2017-07-29 17:22:17 +02:00
ArsenArsen 91e0a44d96 Fix a part header setting bug 2017-07-20 18:04:20 +02:00
ArsenArsen afbe278155 Fix a bug with multipart and return parsing 2017-07-20 01:03:56 +02:00
ArsenArsen 990bcd5ad9 Fix a bug with descriptons 2017-07-20 00:43:07 +02:00
ArsenArsen e55185da05 Add in return_{ap,pre}pend 2017-07-20 00:40:39 +02:00
ArsenArsen f0dfe3d391 Hack in array support 2017-07-20 00:23:07 +02:00
ArsenArsen 2d863af60e Fix compilation errors 2017-07-16 19:50:28 +02:00
ArsenArsen 7f9db557f9 Implement %FORMAT and %format 2017-07-16 19:26:41 +02:00
ArsenArsen 9baadf63e9 Fix #18 2017-07-16 18:48:21 +02:00
ArsenArsen 0d58d67a3c Multipart works now 2017-07-14 18:49:00 +02:00
ArsenArsen 54acaa3cb4 Some changes to try and fix multipart 2017-07-12 22:59:26 +02:00
ArsenArsen b17edd323e That aint compiling 2017-07-12 20:24:16 +02:00
ArsenArsen f980ef8904 Add content disposition editing support 2017-07-12 20:12:17 +02:00
ArsenArsen f57013d557 Add an installer 2017-07-11 16:24:36 +02:00
ArsenArsen 52b6872f85 Make the default name scheme Windows compatable 2017-07-04 22:35:34 +02:00
ArsenArsen bb6b41f762 Read compile warnins please. Fix color picker 2017-07-03 12:07:49 +02:00
Ponce bd244dcdcf i went to compile and found this. 2017-07-02 19:50:19 -04:00
ArsenArsen f42ee6fcfb Config safety 2017-07-02 22:33:44 +02:00
ArsenArsen d3d6aa1bde Add saving location change option, OAuth2 bugfix 2017-07-02 22:31:27 +02:00
ArsenArsen d44aae4f43 Fix a memory leak with the crop editor
I did not properly handle deleting the editor so it would stay in memory permanently.
2017-07-02 20:51:15 +02:00
ArsenArsen acdfb117a0 Fix a recording dequeue bug
I was going so insane over it I made the system more efficient in the process of figuring out the bug
2017-07-01 22:34:11 +02:00
ArsenArsen 9e12604184 Remove debug logs 2017-06-30 18:37:09 +02:00
ArsenArsen 29481919cf I forgot to save changes 2017-06-30 16:58:05 +02:00
ArsenArsen 88985690c8 Add an ImagePlus uploader 2017-06-30 16:49:12 +02:00
ArsenArsen 6ab5452fb6 Add imgur auth. upload and uploader settings 2017-06-30 15:05:37 +02:00
ArsenArsen cb45fff054 I hoped this fixes video uploading but nope 2017-06-27 23:44:31 +02:00
ArsenArsen c621c0db3e Oops fix header processing for multipart 2017-06-24 19:58:42 +02:00
ArsenArsen 2929d48f98 Test it now Max 2017-06-23 16:56:15 +02:00
ArsenArsen db5e82cca8 Multipart, not tested 2017-06-23 16:41:21 +02:00
ArsenArsen 04db6898b2 I sure hope it works now... 2017-06-23 14:39:51 +02:00
ArsenArsen da717c9886 How did this go unnoticed for so long.... 2017-06-22 23:07:09 +02:00
ArsenArsen 9fddb5a678 Typo! 2017-06-18 23:23:53 +02:00
ArsenArsen 2c87b12563 JSON needs base64 now. So, that's a thing... 2017-06-18 23:06:01 +02:00
ArsenArsen b623c689d9 Add some encoder settings 2017-06-17 17:32:47 +02:00
ArsenArsen 15d7897b9c Fix another logic error
Hooray for late night coding
2017-06-13 18:58:24 +02:00
ArsenArsen 40d9edd7a8 Make sure we don't upload empty images 2017-06-13 17:02:35 +02:00
ArsenArsen e71ecfec34 Remove useless #includes 2017-06-13 12:59:58 +02:00
ArsenArsen 076f2383fd Remove gif-h 2017-06-13 12:32:55 +02:00
ArsenArsen 9913af5a41 Merge branch 'master' into feature/recording 2017-06-13 12:11:03 +02:00
ArsenArsen 26826b02c2 Recording mostly completed. Who's excited?
Left to do: Error handling. Yep.
2017-06-13 10:56:08 +02:00
ArsenArsen c6caa2c422 Fix a mem leak and custom upl. mime handling error 2017-06-13 01:15:57 +02:00
ArsenArsen 22ab688a79 Yay encoding works!!!!
Implemented a universal encoder based on FFMpeg. I'll get it to work with gif too.
Adding other formats should be easy. In fact, recordingformats can be made into something much shorter. Soon™️
2017-06-13 00:38:32 +02:00
ArsenArsen 35aafa0dea Fix images not being saved when passed as bytes 2017-06-06 23:58:02 +02:00
ArsenArsen 806f918f49 Fix one more thing in custom uploaders 2017-06-06 22:12:22 +02:00
ArsenArsen dbc8063f66 Thanks to Ponce I have discovered and fixed a bug
Hopefully
2017-06-06 21:26:46 +02:00
ArsenArsen 0b09000729 Rewrite in order to support user-selected formats 2017-06-06 17:05:34 +02:00
ArsenArsen aa0764aac5 Silly me! 2017-06-06 13:06:41 +02:00
ArsenArsen 4e928325da Ponce found a bug 2017-06-05 13:14:35 +02:00
ArsenArsen 34624e5762 Redesigned uploaders a bit to support more stuff.
Added a functionality of uploading byte arrays and even files. Created RecordingFormat, which allows me to create states, I guess??, for RecordingContex's. Needed for, eg. gifs, which are horrible and I strongly suggest against, which will actually be stored as files per frame which are QImages encoded with QImage::Format_RGB888 (confirmation needed).
2017-06-04 22:58:29 +02:00
ArsenArsen 24e186e73b Fix application auto close bug. This happens on Windows and i3wm (no
other are known). But why only them? God knows..
2017-05-24 16:51:14 +02:00