svn path=/trunk/KDE/kdebase/apps/; revision=
1016976
connect(controller, SIGNAL(nameFilterChanged(const QString&)),
this, SLOT(setNameFilter(const QString&)));
- updateDecorationSize(dolphinView->showPreview());
-
m_extensionsFactory = new ViewExtensionsFactory(this, controller);
+ updateDecorationSize(dolphinView->showPreview());
}
DolphinColumnView::~DolphinColumnView()
// is destroyed.
column->setParent(0);
column->disconnect();
- emit requestColumnDeletion(column);
+
+ //emit requestColumnDeletion(column);
+ column->deleteLater();
}
}
#include <kcategorizedsortfilterproxymodel.h>
#include <kdialog.h>
-#include <kdirmodel.h>
#include <kfileitemdelegate.h>
#include <QAbstractProxyModel>
// As the view does not emit a signal when the icon size has been changed,
// the used zoom level of the controller must be adjusted manually:
updateZoomLevel(oldZoomLevel);
-
- loadDirectory(viewPropsUrl);
}
void DolphinView::setShowHiddenFiles(bool show)