From cf83ceb29622c920de86e8e83c5cff1047dd318a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 7 Oct 2007 10:53:33 +0000 Subject: * assure that the columns of the colum-view get dimmed if the colum-view is inactive * updated documentation of DolphinController + minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=722452 --- src/dolphincontroller.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 59cc20f0f..7a6d56637 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -50,7 +50,7 @@ void DolphinController::triggerContextMenuRequest(const QPoint& pos) emit requestContextMenu(pos); } -void DolphinController::triggerActivation() +void DolphinController::requestActivation() { emit activated(); } @@ -98,6 +98,11 @@ void DolphinController::setAdditionalInfoCount(int count) } } +void DolphinController::indicateActivationChange(bool active) +{ + emit activationChanged(active); +} + void DolphinController::triggerZoomIn() { emit zoomIn(); -- cgit v1.3