Revision 802612
Go back to digest for 4th May 2008Features in KDE Base
David Faure committed changes in /trunk/KDE/kdelibs/kio:
API improvements in the recently added FileUndoManager (capitalization of enum, helper method)
Had to add accessor to CopyJob for the type of operation (copy, move, link)
Fixed nasty crash in CopyJob triggered very indirectly by FileUndoManager::recordCopyJob: when the KUrl::List srcUrl parameter was detached, the stored iterator would then become invalid and crash, fixed by using a const iterator and constBegin/constEnd.
File Changes
Modified 6 files
- /trunk/KDE/kdelibs/kio
- /kio/copyjob.cpp
- /kio/copyjob.h
- /kio/fileundomanager.cpp
- /kio/fileundomanager.h
- /kio/fileundomanager_p.h
- /tests/fileundomanagertest.cpp
6 files changed in total