[epiphany] history-window: disable treeview sorting
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] history-window: disable treeview sorting
- Date: Fri, 7 Feb 2014 13:55:10 +0000 (UTC)
commit 79b48852006b77261c8a762fc47250e9a5070d76
Author: Claudio Saavedra <csaavedra igalia com>
Date: Fri Feb 7 15:51:19 2014 +0200
history-window: disable treeview sorting
As it's currently implemented, sorting is very inefficient. Disabling
it makes typeahead search much faster.
An efficient way to implement this feature is to request the data to
be sorted in the backend.
src/resources/history-dialog.ui | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/resources/history-dialog.ui b/src/resources/history-dialog.ui
index 5831409..00676cc 100644
--- a/src/resources/history-dialog.ui
+++ b/src/resources/history-dialog.ui
@@ -133,11 +133,8 @@
<property name="sizing">fixed</property>
<property name="fixed-width">150</property>
<property name="title" translatable="yes">Date</property>
- <property name="clickable">True</property>
- <property name="reorderable">True</property>
<property name="sort_indicator">True</property>
<property name="sort_order">descending</property>
- <property name="sort_column_id">0</property>
<child>
<object class="GtkCellRendererText" id="date_renderer"/>
<attributes>
@@ -151,9 +148,6 @@
<property name="sizing">fixed</property>
<property name="fixed-width">500</property>
<property name="title" translatable="yes">Name</property>
- <property name="clickable">True</property>
- <property name="reorderable">True</property>
- <property name="sort_column_id">1</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext2">
<property name="ellipsize">end</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]