┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindropcontroller.cpp
AgeCommit message (Collapse)Author
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ↵Peter Penz
implementation * used new signals jobRecordingStarted() and jobRecordingFinished from FileUndoManager to inform the user in the statusbar when a recorded command has been finished svn path=/trunk/KDE/kdebase/apps/; revision=866777
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some ↵Peter Penz
minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week. BUG: 168154 svn path=/trunk/KDE/kdebase/apps/; revision=865708
2008-05-12Icon renaming (code changes):Jakob Petsovits
edit-create-symbolic-link -> edit-link svn path=/trunk/KDE/kdebase/apps/; revision=806725
2008-04-30KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the ↵David Faure
code in libkonq+dolphin+konqueror. svn path=/trunk/KDE/kdebase/apps/; revision=802881
2008-03-20fix iconUrs Wolfer
svn path=/trunk/KDE/kdebase/apps/; revision=788123
2008-01-30Don't offer a Move Here/Copy Here/Link Here menu when dropping items above ↵Peter Penz
the trash, just move the things into the trash instead. TODO: as the inline comment already says KonqOperations::doDrop() should be used as longterm solution... svn path=/trunk/KDE/kdebase/apps/; revision=768925
2007-12-18The popup menu is not shown if ctrl,shift or alt is pressedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=750079
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=748476