Bug 210873

Summary: renaming in digikam always uses advanced renaming
Product: [Applications] digikam Reporter: Sebastian L <samlabc>
Component: AdvancedRename-dialogAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0

Description Sebastian L 2009-10-17 12:58:14 UTC
Version:           1.0.0-beta6 (rev.: 1036088M) (using Devel)
OS:                Linux
Installed from:    Compiled sources

When I want to rename an image, the advanced renaming dialog is shown. This is really good, when I want to rename many images. But when I just want to change a typo this is really annoying because I have to use dolphin to do this.
My proposal would be to show a normal text edit field when clicking rename(F2) and add a second menu entry like "advanced rename".
Comment 1 Andi Clemens 2009-10-17 13:03:15 UTC
Uh I don't like that. But what could be done is that when only one image is selected, the current name is filled in. Otherwise we get too many rename buttons / actions etc. This is confusing.
Comment 2 Andi Clemens 2009-10-17 13:19:00 UTC
SVN commit 1036529 by aclemens:

When single file is selected, set the current filename as input pattern and
highlight the line edit widget.

BUG:210873

 M  +2 -1      NEWS  
 M  +10 -1     utilities/advancedrename/advancedrenamedialog.cpp  
 M  +5 -0      utilities/advancedrename/advancedrenamewidget.cpp  
 M  +1 -0      utilities/advancedrename/advancedrenamewidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1036529
Comment 3 Sebastian L 2009-10-17 14:39:01 UTC
Yes, that's great.
Thanks