Developer

KDevelop TechNotes Issues #1 and #2

Dot Categories: 

I have started a series of KDevelop related articles. I call them "KDevelop TechNotes" and plan to publish all useful information about the IDE - tips and tricks, use cases, tutorials, etc. Everyone is welcome to share KDevelop knowledge by writing their own issues of technotes. I will be pleased to publish them on the project website.


Automated KDE Test Reports

Dot Categories: 

With the help of several other people I have begun writing automated test scripts for KDE. Located in kdenonbeta/kdetestscripts the current tests range from icon checking, finding memory leaks, outdated header names, slow code, and many more. The majority of the problems found by the scripts can be fixed with one line changes to the code. If you are someone who has wanted to play around in KDE's code, but don't know where to start this just might be the spot for you.