Bug 266126

Summary: Renaming single file needs to be confirmed twice
Product: [Applications] digikam Reporter: Simon <simon.eu>
Component: AdvancedRename-dialogAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.9.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 2.0.0

Description Simon 2011-02-12 11:05:04 UTC
Version:           1.9.0 (using KDE 4.5.5) 
OS:                Linux

When renaming a file, in this case a .MOV file (around 200 MB), I always have to press Enter twice. It seems like a concurrency problem: When entering a new name, it takes about one second until the «New Name» field is updated. If I press Enter before it is updated, nothing happens. Then I have to press Enter again. 

Reproducible: Always




OS: Linux (x86_64) release 2.6.37-0.slh.7-aptosid-amd64
Compiler: cc
Comment 1 Andi Clemens 2011-03-05 19:00:06 UTC
Git commit 2683847b38cf28c1c42d81d591bccda60455cd4c by Andi Clemens.
Committed on 05/03/2011 at 18:56.
Pushed by aclemens into branch 'master'.

Set the parse timer duration to a smaller amount in singleFile mode

BUG: 266126

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

http://commits.kde.org/digikam/2683847b38cf28c1c42d81d591bccda60455cd4c
Comment 2 Simon 2011-03-17 15:27:01 UTC
Thanks for fixing!