Commit Graph

37 Commits

Author SHA1 Message Date
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
ArsenArsen 4150551d78 I just killed a few hours in the future by making alot of merge conflicts 2017-05-22 19:34:29 +02:00
ArsenArsen 1e5a5c2485 Why was this the other thing
School is over next week yay freedom. I'll be able to come back and do actual and active development.
2017-05-22 18:23:45 +02:00
ArsenArsen 91aa7badc6 Im stupid 2017-05-22 15:56:47 +02:00
ArsenArsen 96f4cf7305 Fix Pictures folder missing sometimes and saving failing because of it 2017-05-21 12:08:30 +02:00
ArsenArsen 76bca57047 Fix a filesize limit bug 2017-05-21 11:16:00 +02:00
ArsenArsen 43cfb821b3 File limits 2017-05-17 22:59:33 +02:00
ArsenArsen 92132ed6fb Copy request to clipboard upon failure 2017-05-13 22:47:01 +02:00
ArsenArsen 45b1c6f2dc // maybe that works 2017-05-13 22:39:05 +02:00
ArsenArsen d17864ea22 Turns out this was broken for a while now 2017-05-13 18:32:55 +02:00
ArsenArsen 37ce6f1eda Add clang-format; Make text and blur less annoying
I didn't read the clang-format documentation properly
2017-05-09 17:26:00 +02:00
ArsenArsen 7737b77671 Great reformat of 2k17 2017-05-06 13:21:12 +02:00
ArsenArsen c721ff340c Allow pens to persist 2017-05-02 19:49:33 +02:00
Daniel Walsh 5050d9b16f Fix the MP4 type 2017-04-30 10:58:41 +01:00
ArsenArsen 3c92607727 Preparations for drawing 2017-04-29 12:08:02 +02:00
ArsenArsen 25d33a7209 Some bugfixes 2017-04-29 09:44:30 +02:00
ArsenArsen 9a90814891 Notifications 2017-04-25 22:17:36 +02:00
ArsenArsen 895960c1b0 Code cleanup, slots&signals 2017-04-25 21:27:29 +02:00
ArsenArsen 90fbb80f50 Add status bar, customuploader cleanup 2017-04-25 16:04:46 +02:00
ArsenArsen 0101b61651 Custom uploaders 2017-04-24 23:14:01 +02:00
ArsenArsen 24ee056485 Add auto saving. 2017-04-23 20:29:24 +02:00
ArsenArsen e38231f2b1 Initial 2017-04-23 15:05:48 +02:00