Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-10-12 15:38:13 +0300
committerckamm <mail@ckamm.de>2017-10-17 10:47:57 +0300
commit17b1c83ae55504b1b0c91626a420ad855704d1db (patch)
tree781702baeb19a963129e87ff944ab20cc9845cee /src/gui/protocolwidget.ui
parentb2a8ffc577a093cec3eb447834e5fe987d646a5f (diff)
Activity: Allow sorting of issues and protocol #6086
The issues tab uses custom ordering where overall and summary sync issues are displayed first. This ordering is preserved by creating special sorting logic for the "time" column. It needed special handling anyway, since sorting by time-string would have yielded incorrect results.
Diffstat (limited to 'src/gui/protocolwidget.ui')
-rw-r--r--src/gui/protocolwidget.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/protocolwidget.ui b/src/gui/protocolwidget.ui
index 143c2d627..7cec20f9d 100644
--- a/src/gui/protocolwidget.ui
+++ b/src/gui/protocolwidget.ui
@@ -35,6 +35,9 @@
<property name="uniformRowHeights">
<bool>true</bool>
</property>
+ <property name="sortingEnabled">
+ <bool>true</bool>
+ </property>
<property name="columnCount">
<number>4</number>
</property>