┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/renamedialogtest.cpp
AgeCommit message (Collapse)Author
2008-06-10Just use KMimeType::extractKnownExtension() instead of the custom ↵Peter Penz
implementation. Thanks to David Faure for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=819137
2008-02-23fixed issue that when renaming "Open office.org writer documentation.pdf" ↵Peter Penz
that only "Open office" is selected and ".org writer documentation" is handled as extension BUG: 158228 svn path=/trunk/KDE/kdebase/apps/; revision=778329
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=748476
2007-05-19Make the test link (moving renamedialog to libdolphinprivate since we'll ↵David Faure
need that feature in the part anyway) svn path=/trunk/KDE/kdebase/apps/; revision=666229
2007-05-18David Faure wrote:Peter Penz
> 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