]> cloud.milkyroute.net Git - dolphin.git/commit
Cleanup of signal/slot handling between the dolphin view and the main window: now...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 8 Dec 2006 23:41:08 +0000 (23:41 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 8 Dec 2006 23:41:08 +0000 (23:41 +0000)
commitd8669c68e40a6571dfcbdf38e3281a4aeb8c2be6
tree8b49a9b34fbdcbb9f577481a7acf9efb62322c8f
parentd7d4fb9d26773c2d729b49d71af10e1378381ff3
Cleanup of signal/slot handling between the dolphin view and the main window: now the main window listens to the signals from the dolphin view and connects to private slots (previously the dolphin view connected to public slots of the main window). Also prevent naming all slots by the prefix 'slot', describe instead what the method does.

svn path=/trunk/playground/utils/dolphin/; revision=611617
src/dolphiniconsview.cpp
src/dolphiniconsview.h
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinview.cpp
src/dolphinview.h
src/filterbar.cpp
src/filterbar.h
src/infosidebarpage.cpp