┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-22 10:18:46 +0000
committerPeter Penz <[email protected]>2007-06-22 10:18:46 +0000
commit4062c4cf2d9c3a6716ced8686fa2e2324261c0ec (patch)
treed011dde8a6c19adb57a00f3d39a16a2e6d91fbd1 /src/dolphinui.rc
parentaed0e931958cc466974baf1307ea02d3f755880d (diff)
Allow to sort by rating, which can be quite useful in combination with the "Show in Groups" feature. Although still slow, it basically works. All the code is based on Rafael Fernández López patch available at http://media.ereslibre.es/2007/06/dolphin-21062007.diff.
svn path=/trunk/KDE/kdebase/apps/; revision=678801
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index c2459a5c7..a7ecc78ed 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -31,6 +31,8 @@
<Action name="by_owner" />
<Action name="by_group" />
<Action name="by_type" />
+ <Action name="by_rating" />
+ <Action name="by_tags" />
<Separator/>
<Action name="descending" />
</Menu>