Revision 666118
Go back to digest for 20th May 2007Other in KDE Base
Peter Penz committed changes in /trunk/KDE/kdebase/apps/dolphin/src:
When renaming items in Dolphin, only the name should be selected, not the extensions like ".gif", ".txt" etc. The inconvenient part is if the item name is something like "cmake-2.4.5", where the version number does not count as extension (-> the whole string should be selected in this case).
This patch should fix the problem...
Examples (name -> selected string):
"Image.gif" -> "Image"
"package.tar.gz" -> "package"
"cmake-2.4.5" -> "cmake-2.4.5"
"Image.1.12.gif" -> "Image.1.12"
"Image.tar.1.12.gz" -> "Image"
File Changes
Modified 2 files
- /trunk/KDE/kdebase/apps/dolphin/src
- /renamedialog.cpp
- /renamedialog.h
2 files changed in total