ArsenArsen
9f57a10bb8
Make the project translatable
...
Jeeeesh that's alot
2017-07-29 17:22:17 +02:00
ArsenArsen
f57013d557
Add an installer
2017-07-11 16:24:36 +02:00
ArsenArsen
ad0dc3abe7
Logic errors
2017-07-10 16:33:04 +02:00
ArsenArsen
a4118ea3ac
Fix some issues with screen overlaying windows
2017-07-10 16:27:38 +02:00
ArsenArsen
147e0051f6
Use an older (I hope) function
2017-07-10 15:44:03 +02:00
ArsenArsen
e090389201
Add usage hints
2017-07-09 21:04:21 +02:00
ArsenArsen
38d8226204
Add the ability to abort recording
...
Fixes #14
2017-07-05 12:15:14 +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
6ab5452fb6
Add imgur auth. upload and uploader settings
2017-06-30 15:05:37 +02:00
ArsenArsen
e2999b4267
Added arrow tool
2017-06-29 16:28:26 +02:00
ArsenArsen
2ccc2ca0f9
Fix encoder not flushing the frames properly
...
Thanks IRC!
2017-06-28 11:12:34 +02:00
ArsenArsen
5d528b2435
4.0
...
4.1 soon as I haven't implemented multi monitor support yet
2017-06-27 18:29:08 +02:00
ArsenArsen
3bf1c9c4f7
Make moving items possible
2017-06-26 17:58:36 +02:00
ArsenArsen
d0eaec047a
Fix the encoder, add rectangles, and add undraw
...
undraw = way to delete drawings
2017-06-26 15:43:12 +02:00
ArsenArsen
909944d04c
That's better
2017-06-24 23:03:00 +02:00
ArsenArsen
e573f3d014
Fixed size previews
2017-06-24 21:02:43 +02:00
ArsenArsen
99d0654727
Don't use deprecated libavcodec functions
2017-06-24 12:15:04 +02:00
ArsenArsen
e61d69a840
Move settings to a seperate dialog, add about box
...
It contains licensing information!
2017-06-22 17:41:29 +02:00
ArsenArsen
f425d47bcd
Some improvemnts on the color picked & crop editor
2017-06-18 19:04:25 +02:00
ArsenArsen
7c9266085b
Better default there, some fixes in the encoder
2017-06-17 23:18:16 +02:00
ArsenArsen
b623c689d9
Add some encoder settings
2017-06-17 17:32:47 +02:00
ArsenArsen
dde6fc0786
This is why I needed bug testing
...
Fix a race condition and logic error
2017-06-13 18:23:33 +02:00
ArsenArsen
40d9edd7a8
Make sure we don't upload empty images
2017-06-13 17:02:35 +02:00
ArsenArsen
f04aa81b9f
Error handling now there
2017-06-13 14:15:37 +02:00
ArsenArsen
3044bb6690
Grep told me I left it here too
2017-06-13 12:34:17 +02:00
ArsenArsen
b5b2b1255f
Fix some file cleanup issues
...
find /tmp/KShareTemp-*/ -type d | wc -l
53
2017-06-13 11:17:12 +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
dde3d63d2e
I'd be lying if I said this works but it's close!!
2017-06-11 23:56:06 +02:00
ArsenArsen
3015b9547c
Cleanup of window flags
2017-06-07 10:37:40 +02:00
ArsenArsen
0b09000729
Rewrite in order to support user-selected formats
2017-06-06 17:05:34 +02:00
ArsenArsen
1d059cc08a
Finalize recording.
...
Yet to fix GIFs and implement WebP/WebM/MP4
I wouldn't mind help
2017-06-06 13:38:15 +02:00
ArsenArsen
c523af9927
Implement GIF support [read more]
...
So, it works. Yay! Only one frame though. What could be the issue? Hrm. I'll look around. And open an issue in ginsweater/gif-h to try and work it out.
I am amazed.
2017-06-06 12:51:16 +02:00
ArsenArsen
6e36691f6c
Forgot to save changes
2017-06-06 01:28:19 +02:00
ArsenArsen
f2b2a7eb4a
Implement recording [!tested] [prob. broken] [1AM]
...
Implement the basic barebone structure of GIF recording.
While it is likely broken (probably black frames and similar issues) it's a good start.
Good night.
2017-06-06 01:26:26 +02:00
ArsenArsen
080d5be40f
Forgot to change these few changes.
2017-06-04 23:04: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
8f5197b826
Hey it only took me two days to fix a segfault!!!!
2017-06-04 01:04:42 +02:00