┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/renamedialog.cpp
AgeCommit message (Collapse)Author
2011-02-04Use capitalized KDE includesPeter Penz
2010-10-05Fix minor regression resulted by the previous commit: The m_newName-member ↵Peter Penz
may only get updated after the OK-button has been pressed, otherwise renaming a single file fails. svn path=/trunk/KDE/kdebase/apps/; revision=1182779
2010-10-05- Integrate the patch from Matthias Fuchs from ↵Peter Penz
http://reviewboard.kde.org/r/5496 to allow having leading zeros when renaming files: E.g. Using the name "A ###.jpg" results in the filenames "A 001.jpg", "A 002.jpg"... The patch could be simplified a little bit by guaranting only one connective sequence of #'s. - Move the renaming code into the RenameDialog CCMAIL: [email protected] BUG: 226761 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1182776
2010-09-21Does not use bitwise operators on booleans. Thanks to dfaure for pointing it ↵Matthias Fuchs
out. svn path=/trunk/KDE/kdebase/apps/; revision=1177781
2010-09-20Disables the rename button if no name or an identical name has been specified.Matthias Fuchs
Checks for '#' in the case of renaming multiple files. svn path=/trunk/KDE/kdebase/apps/; revision=1177675
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154150