Commit graph

31 commits

Author SHA1 Message Date
Peter Penz f2e7c6d0d9 Assure that the extension is added correctly when renaming multiple files even if the extension uses capital letters (e. g. .JPG instead of .jpg).
svn path=/trunk/KDE/kdebase/apps/; revision=952804
2009-04-12 15:39:13 +00:00
Shaun Reich d4f8439d91 Made the accelerator for "Rename" also removed the setMarginHint() or whatever, I'm quite certain this does absolutely nothing and is no longer needed, but please, correct me if I am wrong.
svn path=/trunk/KDE/kdebase/apps/; revision=941186
2009-03-19 01:43:35 +00:00
Peter Penz 8fd40e72aa Just use KMimeType::extractKnownExtension() instead of the custom implementation. Thanks to David Faure for the hint!
svn path=/trunk/KDE/kdebase/apps/; revision=819137
2008-06-10 17:22:24 +00:00
Peter Penz 3db4843c35 fixed issue that when renaming "Open office.org writer documentation.pdf" that only "Open office" is selected and ".org writer documentation" is handled as extension
BUG: 158228

svn path=/trunk/KDE/kdebase/apps/; revision=778329
2008-02-23 11:59:57 +00:00
Peter Penz f2bf4eafc0 Fixed issue that when renaming a variable number of items, that only one #-character as index is allowed.
BUG: 155249

svn path=/trunk/KDE/kdebase/apps/; revision=759454
2008-01-10 16:14:41 +00:00
Jakob Petsovits 6a59da39bc Icon naming spec compliance (code changes - KDE/):
dialog-apply -> dialog-ok-apply

svn path=/trunk/KDE/kdebase/apps/; revision=746427
2007-12-08 23:01:41 +00:00
Craig Drummond ad74c99bbc Fix parentless dialogs
svn path=/trunk/KDE/kdebase/apps/; revision=734288
2007-11-08 13:29:44 +00:00
Peter Penz ba150e5735 replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs
svn path=/trunk/KDE/kdebase/apps/; revision=720234
2007-10-02 19:03:03 +00:00
Peter Penz fd805228ae coding style nitpicking: remove space
svn path=/trunk/KDE/kdebase/apps/; revision=719288
2007-09-30 20:28:10 +00:00
Pascal Létourneau e4d60190fa Test for what the error message says
svn path=/trunk/KDE/kdebase/apps/; revision=718814
2007-09-29 19:01:43 +00:00
Jeff Mitchell 7cd37f4747 Remove unnecessary parameter.
svn path=/trunk/KDE/kdebase/apps/; revision=700798
2007-08-16 13:22:18 +00:00
Jeff Mitchell f8fa4e8df1 When renaming, use the actual name of the item (from the KFileItem) in the dialog.
svn path=/trunk/KDE/kdebase/apps/; revision=700054
2007-08-14 16:46:06 +00:00
Peter Penz 7eef5ebec2 KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: caslav.ilic@gmx.net

svn path=/trunk/KDE/kdebase/apps/; revision=686787
2007-07-12 06:10:54 +00:00
Peter Penz 50d9e030e7 KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-07-09 17:51:39 +00:00
Peter Penz 08fc0833aa KUIT adapations for labels
svn path=/trunk/KDE/kdebase/apps/; revision=681915
2007-06-30 19:40:15 +00:00
Peter Penz 9966f3789c internationalization fix (thanks to Andrius Štikonas)
svn path=/trunk/KDE/kdebase/apps/; revision=675221
2007-06-13 20:41:06 +00:00
Peter Penz 15b965af3a David Faure wrote:
> Sounds like the kind of method that would benefit greatly from a unit test :)

OK, committing my first unit test for KDE. Although very minimal it's at least a start ;-) (currently deactivated as I've some problem in CMakeList.txt)

svn path=/trunk/KDE/kdebase/apps/; revision=666162
2007-05-18 23:36:58 +00:00
Peter Penz 16e809f9fa grmpf - forgot to remove the kDebug() statement in my previous commit...
svn path=/trunk/KDE/kdebase/apps/; revision=666125
2007-05-18 20:57:35 +00:00
Peter Penz d8d894d4d8 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"

svn path=/trunk/KDE/kdebase/apps/; revision=666118
2007-05-18 20:52:48 +00:00
Dirk Mueller a333c0d744 include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Peter Penz cdcb4b0166 coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
2007-05-06 17:41:49 +00:00
Peter Penz c8a4f1fd8d adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
       --indent-labels --pad=oper --unpad=paren \
       --one-line=keep-statements --convert-tabs \
       --indent-preprocessor \
       `find -type f -name '*.cpp'` `find -type f -name '*.h'`

svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-04-09 19:12:54 +00:00
Peter Penz 3b4d05893b when renaming only one item, suggest the original item name instead of "New Name"
svn path=/trunk/KDE/kdebase/apps/; revision=646100
2007-03-24 15:16:15 +00:00
Peter Penz 507984415a improve renaming for n selected items/1 selected item
svn path=/trunk/KDE/kdebase/apps/; revision=642235
2007-03-13 18:33:00 +00:00
Peter Penz d9ac44e08f Allow renaming of items (note that currently the "rename multiple files" dialog is temporary used for this until KFileItemDelegate offers editing functionality).
svn path=/trunk/KDE/kdebase/apps/; revision=642219
2007-03-13 17:31:54 +00:00
Aaron J. Seigo 3759f51a13 oxygen icon naming fixes from Luca Gugelmann
svn path=/trunk/KDE/kdebase/libkonq/; revision=640669
2007-03-08 19:32:19 +00:00
Peter Penz d8ab89171d Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patches!).
svn path=/trunk/playground/utils/dolphin/; revision=621872
2007-01-10 00:04:16 +00:00
Laurent Montel 7fbae44527 Fix i18n
svn path=/trunk/playground/utils/dolphin/; revision=607156
2006-11-23 13:10:00 +00:00
Kevin Ottens 9a5f54d83d compile++
But crashes while listing folder...

svn path=/trunk/playground/utils/dolphin/; revision=606919
2006-11-22 11:34:19 +00:00
Laurent Montel 20b58b6c03 Some port
Remove not necessary file

svn path=/trunk/playground/utils/dolphin/; revision=606884
2006-11-22 08:22:45 +00:00
Peter Penz 5252c12db4 commited initial version of Dolphin
svn path=/trunk/playground/utils/dolphin/; revision=606622
2006-11-21 06:02:05 +00:00