r12325 - in /packages/unstable/gnome-app-install/debian: changelog patches/04_reset_default_sort_func.patch

jak-guest at users.alioth.debian.org jak-guest at users.alioth.debian.org
Mon Aug 13 17:54:42 UTC 2007


Author: jak-guest
Date: Mon Aug 13 17:54:42 2007
New Revision: 12325

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12325
Log:
* finalize

Added:
    packages/unstable/gnome-app-install/debian/patches/04_reset_default_sort_func.patch
Modified:
    packages/unstable/gnome-app-install/debian/changelog

Modified: packages/unstable/gnome-app-install/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog?rev=12325&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Mon Aug 13 17:54:42 2007
@@ -1,11 +1,61 @@
-gnome-app-install (0.4.6-1) UNRELEASED; urgency=low
-
-  * DO NOT UPLOAD BEFORE 0.4.5 ENTERS TESTING
-  * 01_fixicons.patch: Removed, merged upstream
+gnome-app-install (0.4.6-1) unstable; urgency=low
+
+  * New upstream release
   * Depend on "software-properties-gtk | update-manager (<< 0.59.20)" instead
     of only update-manager
-
- -- Julian Andres Klode <jak at jak-linux.org>  Tue, 07 Aug 2007 17:54:11 +0200
+  * 01_fixicons.patch: Removed, merged upstream
+  * 04_reset_default_sort_func.patch: Use reset_default_sort_func() instead of
+    set_default_sort_func(None)
+
+ -- Julian Andres Klode <jak at jak-linux.org>  Mon, 13 Aug 2007 19:54:12 +0200
+ 
+gnome-app-install (0.4.6-0ubuntu1) gutsy; urgency=low
+
+  [ Sebastian Heinlein ]
+  * Fix no mime type handler error message (Fixes LP #129485) 
+  * HIGification and rewording of the above dialog
+  * Show the file name in the window title for the mime type installer
+  * Only show the broaden your search tip if there is a filter choser
+    (fixes LP #130022)
+  * Store the filter names and tooltips in a less technical dictonary in the
+    distribution class
+  * Make the no results message more context sensitive
+  * Default to the search button on the initial codec search dialog
+  * Restore the state of the main window from the last time (fixes LP #48436)
+  * Improve cache update error messages (fixes LP #119198)
+
+  [ Julian Andres Klode ]
+  * Merge with Debian, remaining changes:
+    - No debian/patches
+    - Other list of deps and build-deps
+    - No watch file
+  * AppInstall/CoreMenu.py:
+    - Display icons with filename ending in png,svg or xpm
+  
+  [Michael Vogt]
+  * AppInstall/AppInstall.py:
+    - Remove item.applications.set_default_sort_func(None) 
+      and use reset_default_sort_func() instead
+  * tests/testCodecSearch.py,
+    tests/testMimeSearch.py:
+    - added test for mime and codec install feature
+  * AppInstall/Menu.py:
+    - fix some if tests that will be false for both "None" and "0" 
+      to only fail on None
+    - cosmetic changes 
+  * AppInstall/activation.py:
+    - use property for isInstallerOnly instead of function
+    - split CodecSearchActivation.preRun() into interactive and
+      non-interactive code to make it actually testable
+  * gnome-app-install:
+    - fix --selftest
+  * AppInstall/AppInstall.py:
+    - when building the filters, insert them sorted-by-key
+  * AppInstall/Menu.py:
+    - make the filter constants match the gconf schema file
+      (LP: #129669)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 07 Aug 2007 17:45:38 +0200
 
 gnome-app-install (0.4.5-1) unstable; urgency=low
 

Added: packages/unstable/gnome-app-install/debian/patches/04_reset_default_sort_func.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/patches/04_reset_default_sort_func.patch?rev=12325&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/patches/04_reset_default_sort_func.patch (added)
+++ packages/unstable/gnome-app-install/debian/patches/04_reset_default_sort_func.patch Mon Aug 13 17:54:42 2007
@@ -1,0 +1,11 @@
+--- gnome-app-install-0.4.6/AppInstall/AppInstall.py	2007-08-09 19:11:26.000000000 +0200
++++ gnome-app-install-0.4.6.new/AppInstall/AppInstall.py	2007-08-13 19:01:47.767209814 +0200
+@@ -1220,7 +1220,7 @@
+             if sort_column == None:
+                 sort_column = COL_NAME
+                 sort_type = gtk.SORT_ASCENDING
+-            item.applications.set_default_sort_func(None)
++            item.applications.reset_default_sort_func()
+         item.applications.set_sort_column_id(sort_column,
+                                              sort_type)
+         # filter the apps




More information about the pkg-gnome-commits mailing list