diff options
| author | Peter Penz <[email protected]> | 2007-02-07 06:19:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-07 06:19:06 +0000 |
| commit | abf8f1917d1ef044cf732eb873ce28bf805f27af (patch) | |
| tree | ed3f3fb25887d849b7d792f7a0f4b166f7681631 /src/dolphinmainwindow.h | |
| parent | ac62df5672f67393bd582edefaeccb0eb89537e8 (diff) | |
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
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 9 |
1 files changed, 9 insertions, 0 deletions
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(); |
