From abf8f1917d1ef044cf732eb873ce28bf805f27af Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 7 Feb 2007 06:19:06 +0000 Subject: Additionally to sorting by name, size and date it is now possible to sort by permissions, owner and group. svn path=/trunk/playground/utils/dolphin/; revision=631058 --- src/dolphinmainwindow.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index bc285a4db..4cfe31077 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -217,6 +217,15 @@ private slots: /** The sorting of the current view should be done by the date. */ void sortByDate(); + /** The sorting of the current view should be done by the permissions. */ + void sortByPermissions(); + + /** The sorting of the current view should be done by the owner. */ + void sortByOwner(); + + /** The sorting of the current view should be done by the group. */ + void sortByGroup(); + /** Switches between an ascending and descending sorting order. */ void toggleSortOrder(); -- cgit v1.3