Bug 210873 - renaming in digikam always uses advanced renaming
Summary: renaming in digikam always uses advanced renaming
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-dialog (show other bugs)
Version: 1.0.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 12:58 UTC by Sebastian L
Modified: 2022-02-01 06:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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