┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontroller.cpp
AgeCommit message (Collapse)Author
2010-04-26use KFileItemActions::runPreferredApplications to handle Key_Enter on ↵David Faure
multiple selected files. Rewritten to make a direct method call rather than using a signal from 'this'. REVIEW: 3163 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1119117
2010-03-30Split the class DolphinController into the two classes DolphinViewController ↵Peter Penz
and ViewModeController. The ViewModeController offers a defined interface to control view mode implementations like icons view, details view and column view. The DolphinViewController allows those view mode implementations to control the parent DolphinView in a limited way. svn path=/trunk/KDE/kdebase/apps/; revision=1109228