r25205 - in /desktop/unstable/file-roller/debian: changelog patches/11_search_as_you_type.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Sep 27 16:03:03 UTC 2010


Author: joss
Date: Mon Sep 27 16:03:01 2010
New Revision: 25205

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25205
Log:
11_search_as_you_type.patch: patch from Siegfried-Angel Gevatter 
Pujals. Allow search-as-you-type in the file-roller window.
Closes: #598131.

Added:
    desktop/unstable/file-roller/debian/patches/11_search_as_you_type.patch
Modified:
    desktop/unstable/file-roller/debian/changelog
    desktop/unstable/file-roller/debian/patches/series

Modified: desktop/unstable/file-roller/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/changelog?rev=25205&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/changelog [utf-8] (original)
+++ desktop/unstable/file-roller/debian/changelog [utf-8] Mon Sep 27 16:03:01 2010
@@ -1,3 +1,11 @@
+file-roller (2.30.2-3) UNRELEASED; urgency=low
+
+  * 11_search_as_you_type.patch: patch from Siegfried-Angel Gevatter 
+    Pujals. Allow search-as-you-type in the file-roller window.
+    Closes: #598131.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 27 Sep 2010 18:02:08 +0200
+
 file-roller (2.30.2-2) unstable; urgency=low
 
   * Only suggest lzma. Closes: #595117.

Added: desktop/unstable/file-roller/debian/patches/11_search_as_you_type.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/patches/11_search_as_you_type.patch?rev=25205&op=file
==============================================================================
--- desktop/unstable/file-roller/debian/patches/11_search_as_you_type.patch (added)
+++ desktop/unstable/file-roller/debian/patches/11_search_as_you_type.patch [utf-8] Mon Sep 27 16:03:01 2010
@@ -1,0 +1,29 @@
+From b6bc74a12a6873dcb9e44a7c225f3fd611026f6a Mon Sep 17 00:00:00 2001
+From: Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>
+Date: Wed, 3 Feb 2010 00:35:36 +0100
+Subject: [PATCH] Enable filename search-as-you-type
+
+This enables search-as-you-type functionality in the main treeview,
+which makes it much faster to use file-roller using only the keyboard.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=619738
+---
+ src/fr-window.c |    2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/src/fr-window.c b/src/fr-window.c
+index d8fb08e..8a6099c 100644
+--- a/src/fr-window.c
++++ b/src/fr-window.c
+@@ -5557,8 +5557,6 @@ fr_window_construct (FrWindow *window)
+ 
+ 	gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (window->priv->list_view), TRUE);
+ 	add_file_list_columns (window, GTK_TREE_VIEW (window->priv->list_view));
+-	gtk_tree_view_set_enable_search (GTK_TREE_VIEW (window->priv->list_view),
+-					 FALSE);
+ 	gtk_tree_view_set_search_column (GTK_TREE_VIEW (window->priv->list_view),
+ 					 COLUMN_NAME);
+ 
+-- 
+1.7.1
+

Modified: desktop/unstable/file-roller/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/patches/series?rev=25205&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/patches/series [utf-8] (original)
+++ desktop/unstable/file-roller/debian/patches/series [utf-8] Mon Sep 27 16:03:01 2010
@@ -2,5 +2,6 @@
 02_escape_newlines.patch
 03_tar_xz_update.patch
 10_command_dpkg.patch
+11_search_as_you_type.patch
 90_relibtoolize.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list