Categories
Wednesday, 5 June 2019
GSoC 2019 – Revamping the Titler Tool
Akhil K Gangadharan
| Categories
GSoC, Mentorship
Hi! I'm Akhil K G and for this year's GSoC I aim to rewrite the titler tool completely.
Read More
Saturday, 11 May 2019
Kdenlive 19.04.1 released
Farid Abdelnour
| Categories
Release
The Kdenlive team is happy to announce the first minor release of the 19.04 series fixing 39 bugs. The feedback by the community as well as the effort put in reporting issues has been very helpful and we encourage to keep it up. We expect to finish polishing in the coming months in order to focus on our planned pro features.
Read More
Monday, 6 May 2019
First Café post Refactoring
The first Kdenlive Café after the release of the refactored code will be held this Tuesday 7th of May at 9PM CEST. We will dedicate the first slot of the meeting to listen to the community's reaction and answer any doubts or issues you might have. As usual we'll be at #kdenlive on IRC and the Kdenlive Telegram group.
Read More
Monday, 22 April 2019
Kdenlive 19.04.0 released
Farid Abdelnour
| Categories
Release
We are happy and proud to announce the release of Kdenlive 19.04 refactored edition concluding a 3 year cycle in which more than 60% of the code base was changed with +144,000 lines of code added and +74,000 lines of code removed. This is our biggest release ever bringing new features, improved stability, greater speed and last but not least maintainability (making it easier to fix bugs and add new features).
Read More
Tuesday, 26 March 2019
Sprint 2019 in Lyon
Day 1 The sprint started with a brainstorming session on how to move forward with the refactoring version, since we had already decided to merge the code with the master branch. The result was a list of tasks that we would work on in the following days:
Read More
Monday, 11 March 2019
Time to merge!
Farid Abdelnour
|
After many delays, we finally think the Timeline Refactoring branch is ready for production. This means that in the next days major changes will land in Kdenlive's git Master branch scheduled for the KDE Applications 19.04 release.
Read More
Sunday, 10 March 2019
Inside Kdenlive: How to fuzz a complex GUI application?
Nicolas Carion
| Categories
Inside
Introduction and approach Fuzz-testing, also called Fuzzing, is an essential tool inside the tool-box of software developers and testers. The idea is simple yet effective: simply throw a huge amount of random test inputs at the target program, until you manage to get it to crash or otherwise misbehave. This crashes are often revealing some defects in the code, some overlooked corner-cases that are at best annoying for the end-user if she stumbles upon them, or at worse dangerous if the holes have security implications. As part of our refactoring efforts of the main components of Kdenlive, this is one of the tools we wanted to use to ensure as much stability as possible.
Read More
Thursday, 21 February 2019
Ready to test?
Jean-Baptiste Mardelle
| Categories
Event
If you followed Kdenlive's activity these last years, you know that we dedicated all our energy into a major code refactoring. During this period, which is not the most exciting since our first goal was to simply restore all the stable version's features, we were extremely lucky to see new people joining the core team, and investing a lot of time in the project.
Read More
Tuesday, 29 January 2019
Building and Distributing Kdenlive on Windows and Mac
Vincent Pinon
| Categories
Inside
Short story As a new year gift, you can now easily build Kdenlive on Windows, Mac, and of course Linux & BSD, fetching up-to-date dependencies thanks to KDE Craft package manager. You can simply download our latest builds… or for hacking & building yourself, follow typical Craft process:
Read More