Minor changes to README and ChangeLog file :)
Port to KDE3
Fixed layout bugs on page3 && page2
Added service menu entry for konqueror
Added regular expressions editor
Fixed bug with files ending in a dot or without extension
Added plugin API
Rewrite of BatchRenamer class
API clean up's
Changed handling of numbers and fixed (hopefully) some bugs in it
Fixed (again) bug with filenames containing $,%,&,§,#,[ or ]
Fixed bug that didn't allowed doing [1-]
Fixed history bug
Fixed a drag and drop bug
Preview window is resized correctly
Rewrote date time stuff as plugin
Rewrote permissions stuff as plugin
Added mp3/ogg plugin
Added dir sorting plugin
Changed Listbox selection mode
Added -p commandline option for additional plugin dirs
Added a image preview
Updated translation
Added splash screen
Moved About Button to first page
Added .spec file
Fixed Find and replace bug
Added Add Dir Recursively Button
Group is set correctly in the permissions dialog
Simplified code in batchrenamer.cpp
GUI is repainted during adding a directory recursively
Added warn message if started from root
GUI Changes
Fixed translation bug in the About dialog
Fixed bug with filenames containig spaces
Added advanced file extension handling
Added find and replace of regular expressions
Added * operator (converts first letter of words to upper case)
Speed improvement (>= 0 replaced with < 0 )
Added build date and time to the about dialog
Fixed history bug in ComboBox
Added handling of filenames containing $,%,&,§,#,[ or ]
Added realtime preview
Added step by value
Added handling of parts of the filename
Added find and replace
Added renaming of output files
All enabling/disabling of widgets is now done in one funtion ( enableControls() )
Many internal code changes
Fixed bug with §,$,& and % in the extension
Added --nopreview commandline option
i18n'ed some more strings, I had forgotten
Fixed keyboard focus and taborder
Rewritten GUI
Added German translation
Changed ToolTips and other texts
Rewritten, resizeable ProgressDialog (with clipboard support)
Fixed bug in history combo
Smaller speed optimizations ( addDir() ;)
Added skipping of numbers
Removed all the useless struct's in the source code
Using KDE file selection dialog instead of QT's
i18n most strings ( translations are still missing ;)
Fixed crash during saving krenames output in ProgressDialog
Cleaned code (moved include statements from header to source files)
Added GetCurrentTime Button
Added giving files as commandline parameter
Added § conversion
Code clean up's
Added recursive renaming of directories with commandline parameters
Changed help files
Bug fixes
Fixed bug with non existing directories
Added Up/Down Buttons fo changing the file order
Added restart button
Rewritten KMyListBox class
Krename stores path and templates for later sessions
Added creation of symbolic links
Added dropping of dirs
Added conversion of filenames to upper case
Improved drag'n'drop support
Added template for the file extension
Small GUI changes
Fixed ToolTips
Fixed problem with the same file twice in the list (The same file is allowed only once in the list)
Files are correctly removed from the list.
Fixed warning messages at compile time.
Fixed bug in Add Dir.
Changed some key accels.
Added 'OK to all' button.
Fixed error checking.
Added Add Directory Button
Fixed drag'n'drop code
Fixed problem with Cancel
Added Convert extension to lower case
Changed syntax for adding numbers.
Added Copyright Note to the COPYING file.
User is asked if Krename should quit.
Changed some texts.
Updated and changed documentation.
Changed maxvalue of start index.
Added Progress Dialog.
Krename displays the correct number of successfully renamed files.
Better error checking.
Added warning function to ProgressDialog.
Added overwrite existing files function.
Changed some description texts.
Added cancel button to ProgressDialog
Fixed a bug that fclose wasn't called under certain conditions
Added save output button to ProgressDialog
ProgressDialog should be faster because of using QListBox instead of QMultiLineEdit
Fixed a bug that ocurred when changing date & time
krename displays now the elapsed time.
Speed optimations, mainly because of changing struct data
Fixed some problems with adding correct numbers to filenames if startindex is not 0.
Changed description texts.
Changed API of ProgressDialog a little bit.
Files can be opened from krename by pressing return or double clicking on the file.
Krename can change owner and group of all files.
Krename can change permissions of all files.
Added label that counts the number of files.
Krename can now change time of last access and modification
Added preview button
Bug fixes
code clean up's
Better Help
Krename is added to the KMenu's Utilities section instead of Applications.
Added functions for changing access and modification date
Added drag'n'drop support
Bug fixes
Code layout changes
Added thanks to section to About dialog
Improved helpfile
New KWizard GUI
ProgressDialog is updated
Code layout changes
Initial release