KRename 4 will....
- ... have the GUI created with designer instead of a hardcoded GUI
- ... be covered by unit tests: Unit tests are essential to make sure no regressions are introduced. Currently the testing framework is a hand written set of macros, but I might switch to Qt TestLib
- ... be good designed code: separation between GUI and renaming core
- ... have comments in the source where appropriate

Above you can see how it currently looks, not very different from the KRename 3.0.14 and counters do not work at all.... but it's getting along.
If you want to give it a try get it from svn and compile it (requires KDE4 alpha installed and cmake):
svn co https://krename.svn.sourceforge.net/svnroot/krename/trunk krename
mkdir krename-build
cd krename-build
make
Here you go :)
1 comments:
I'm glad KRename is getting a KDE4 port. It's by far the most useful utility I've found on the KDE desktop...
Post a Comment