]> cloud.milkyroute.net Git - dolphin.git/commit
* implement the DragAndDropHelper as singleton derived from QObject, so that emitting...
authorPeter Penz <peter.penz19@gmail.com>
Sat, 8 Nov 2008 16:22:30 +0000 (16:22 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 8 Nov 2008 16:22:30 +0000 (16:22 +0000)
commita7838db28e24e9618a39954524f055dc3335f7a9
treec4c653405a259e87ac34163efd0d51db07ba242d
parentd5bc6cfa74e21668788d42721dcdb4818a072366
* implement the DragAndDropHelper as singleton derived from QObject, so that emitting of signals is possible
* show an information message in the statusbar, if items are dragged into the same directory

TODO: although the signal seems to get connected correctly, the slot DolphinMainWindow::showInformationMessage() is not invoked when the signal is emitted -> will debug this later, it is important that the new string is added before the message freeze

svn path=/trunk/KDE/kdebase/apps/; revision=881627
12 files changed:
src/dolphincolumnwidget.cpp
src/dolphindetailsview.cpp
src/dolphinfileplacesview.cpp
src/dolphiniconsview.cpp
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinview.cpp
src/dolphinviewcontainer.cpp
src/draganddrophelper.cpp
src/draganddrophelper.h
src/sidebartreeview.cpp
src/treeviewsidebarpage.cpp