[ubuntu/natty] software-center 3.1.25 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Fri Apr 1 06:16:04 UTC 2011


software-center (3.1.25) natty; urgency=low

  [ Kiwinote ]
  * data/ui/SoftwareCenter.ui:
    - mark the back/forward actions as translatable (LP: #742129)
  * softwarecenter/db/database.py,
    softwarecenter/models/appstore.py,
    softwarecenter/view/availablepane.py,
    others:
    - make custom lists work (LP: #712903)
  * softwarecenter/app.py,
    softwarecenter/distro/Ubuntu.py,
    softwarecenter/view/widgets/pathbar_gtk_atk.py:
    - when the supported filter is set to supported_only, navigate up if:
      - we are in a details view of an app which is not supported (LP: #480827)
      - we are in a list view which becomes empty
  * softwarecenter/app.py,
    softwarecenter/view/catview_gtk.py:
    - correctly count the nr of apps displayed in the recommended category and
      update it when needed (LP: #735634)
    - only display subcategories if they are non-empty (LP: #419270)
  * softwarecenter/backend/weblive.py:
    - don't crash if we try to delete a non-existent file (LP: #743511)
  * softwarecenter/db/reviews.py,
    softwarecenter/distro/Ubuntu.py:
    - fallback to ReviewLoaderJsonAsync when we can't use multiprocessing
      (LP: #741069)
    - fixes to make ReviewLoaderJsonAsync 'work' (ie most common cases)
  * softwarecenter/db/update.py:
    - don't import softwarecenter.log
  * softwarecenter/view/appdetailsview_gtk.py:
    - don't draw random boxes when we have an error layout (LP: #739269)
    - retire share button as we now have full microblogging support in the
      review dialog (LP: #592619, LP: #743765)
  * softwarecenter/view/appview.py:
    - correctly refresh listview when supported filters are changed
  * softwarecenter/view/catview.py:
    - if a category has subcategories, then category.query should include all
      items included in the subcategories, not a subset of these
  * softwarecenter/view/widgets/pathbar_gtk_atk.py:
    - avoid having a half-height pathbar (LP: #743614)
  * refresh .pot file

  [ Gary Lasker ]
  * softwarecenter/view/widgets/reviews.py:
    - fix crash if app_version is not defined when
      calling upstream_version_compare (LP: #746120)
  * softwarecenter/view/purchaseview.py:
    - disconnect webkit signal handlers when the webkit view
      is not showing (LP: #696861)
    - support 'user_cancelled' from the software-center-agent
      (LP: #641321)
  * softwarecenter/view/softwarepane.py,
    softwarecenter/view/widgets/actionbar.py:
    - animate the action bar show/hide
  * softwarecenter/view/appview.py:
    - in the AppViewFilter, also consider apps in the for-purchase
      channel as available; this allows them to show up in
      e.g. What's New (LP: #746679)

  [ Michael Vogt ]
  * softwarecenter/db/update.py:
    - ensure the iconname that comes from the software-center-agent
      does not contain a ".", the icon cache gets confused otherwise
  * merged lp:~evfool/software-center/sfix672229, many thanks to
    Robert Roth (LP: #672229)
  * merged lp:~alexeftimie/software-center/fix-704719-briefly-wrong-display,
    many thanks to Alex Eftimie (LP: #704719)
  * softwarecenter/view/purchaseview.py:
    - add visual feedback when data is loading
  * po/POTFILES.in, po/software-center.pot:
    - remove [type: python] and run setup.py build_i18n, looks like
      intltool is confused about this type and left those files out
      (LP: #746397)
  * softwarecenter/backend/aptd.py:
    - use more robust approach for handling the commercial PPA ready
      polling (LP: #708372)
  * softwarecenter/view/appdetailsview.py, softwarecenter/distro/Ubuntu.py:
    - fix purchase url on natty, thanks to davmor2

Date: Fri, 01 Apr 2011 08:06:13 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/software-center/3.1.25
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 01 Apr 2011 08:06:13 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 3.1.25
Distribution: natty
Urgency: low
Maintainer: Michael Vogt <mvo at ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 software-center - Utility for browsing, installing, and removing applications
Launchpad-Bugs-Fixed: 419270 480827 592619 641321 672229 696861 704719 708372 712903 735634 739269 741069 742129 743511 743614 743765 746120 746397 746679
Changes: 
 software-center (3.1.25) natty; urgency=low
 .
   [ Kiwinote ]
   * data/ui/SoftwareCenter.ui:
     - mark the back/forward actions as translatable (LP: #742129)
   * softwarecenter/db/database.py,
     softwarecenter/models/appstore.py,
     softwarecenter/view/availablepane.py,
     others:
     - make custom lists work (LP: #712903)
   * softwarecenter/app.py,
     softwarecenter/distro/Ubuntu.py,
     softwarecenter/view/widgets/pathbar_gtk_atk.py:
     - when the supported filter is set to supported_only, navigate up if:
       - we are in a details view of an app which is not supported (LP: #480827)
       - we are in a list view which becomes empty
   * softwarecenter/app.py,
     softwarecenter/view/catview_gtk.py:
     - correctly count the nr of apps displayed in the recommended category and
       update it when needed (LP: #735634)
     - only display subcategories if they are non-empty (LP: #419270)
   * softwarecenter/backend/weblive.py:
     - don't crash if we try to delete a non-existent file (LP: #743511)
   * softwarecenter/db/reviews.py,
     softwarecenter/distro/Ubuntu.py:
     - fallback to ReviewLoaderJsonAsync when we can't use multiprocessing
       (LP: #741069)
     - fixes to make ReviewLoaderJsonAsync 'work' (ie most common cases)
   * softwarecenter/db/update.py:
     - don't import softwarecenter.log
   * softwarecenter/view/appdetailsview_gtk.py:
     - don't draw random boxes when we have an error layout (LP: #739269)
     - retire share button as we now have full microblogging support in the
       review dialog (LP: #592619, LP: #743765)
   * softwarecenter/view/appview.py:
     - correctly refresh listview when supported filters are changed
   * softwarecenter/view/catview.py:
     - if a category has subcategories, then category.query should include all
       items included in the subcategories, not a subset of these
   * softwarecenter/view/widgets/pathbar_gtk_atk.py:
     - avoid having a half-height pathbar (LP: #743614)
   * refresh .pot file
 .
   [ Gary Lasker ]
   * softwarecenter/view/widgets/reviews.py:
     - fix crash if app_version is not defined when
       calling upstream_version_compare (LP: #746120)
   * softwarecenter/view/purchaseview.py:
     - disconnect webkit signal handlers when the webkit view
       is not showing (LP: #696861)
     - support 'user_cancelled' from the software-center-agent
       (LP: #641321)
   * softwarecenter/view/softwarepane.py,
     softwarecenter/view/widgets/actionbar.py:
     - animate the action bar show/hide
   * softwarecenter/view/appview.py:
     - in the AppViewFilter, also consider apps in the for-purchase
       channel as available; this allows them to show up in
       e.g. What's New (LP: #746679)
 .
   [ Michael Vogt ]
   * softwarecenter/db/update.py:
     - ensure the iconname that comes from the software-center-agent
       does not contain a ".", the icon cache gets confused otherwise
   * merged lp:~evfool/software-center/sfix672229, many thanks to
     Robert Roth (LP: #672229)
   * merged lp:~alexeftimie/software-center/fix-704719-briefly-wrong-display,
     many thanks to Alex Eftimie (LP: #704719)
   * softwarecenter/view/purchaseview.py:
     - add visual feedback when data is loading
   * po/POTFILES.in, po/software-center.pot:
     - remove [type: python] and run setup.py build_i18n, looks like
       intltool is confused about this type and left those files out
       (LP: #746397)
   * softwarecenter/backend/aptd.py:
     - use more robust approach for handling the commercial PPA ready
       polling (LP: #708372)
   * softwarecenter/view/appdetailsview.py, softwarecenter/distro/Ubuntu.py:
     - fix purchase url on natty, thanks to davmor2
Checksums-Sha1: 
 cfdc279a931dda728f265aa8a7e406c3fff07225 1040 software-center_3.1.25.dsc
 f4bf6806cc6bd22452d610e7ed52bbad68a71d29 762289 software-center_3.1.25.tar.gz
Checksums-Sha256: 
 508db4c73ff291ddcbce76407cc2a1dc9cf4a0f22a2d8ec55c881ef3bb1333fe 1040 software-center_3.1.25.dsc
 c51cf8fe0ab55d84b9f40b04a471b053c830b369934ce05682ba70962340c044 762289 software-center_3.1.25.tar.gz
Files: 
 19f6bed1a65e523ead72878274cb465e 1040 gnome optional software-center_3.1.25.dsc
 030362081f878e8269b51ec28d2719f5 762289 gnome optional software-center_3.1.25.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2VbC8ACgkQliSD4VZixzRdvQCcDzEbpJoXgjKwNStnTh0i4Eqz
2T8AoJCuQNwCNbGe3S4gP9arY/xFzIpx
=pL7G
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list