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

Michael Vogt michael.vogt at ubuntu.com
Fri Feb 18 11:05:32 UTC 2011


software-center (3.1.19) natty; urgency=low

  [ Gary Lasker ]
  * softwarecenter/enums.py,
    softwarecenter/utils.py,
    softwarecenter/backend/channel.py,
    softwarecenter/models/viewswitcherlist.py,
    softwarecenter/view/pendingview.py:
    - another icon crash fix (LP: #719662)
  * softwarecenter/backend/aptd.py,
    softwarecenter/models/appstore.py,
    softwarecenter/view/appdetailsview_webkit.py,
    softwarecenter/view/appview.py,
    softwarecenter/enums.py:
    - include additional details about the transaction when
      firing a transaction-started signal, wire to handlers
  * softwarecenter/view/widgets/actionbar.py:
    - tweak spacings for action bar
  * softwarecenter/db/application.py,
    softwarecenter/view/appdetailsview_gtk.py,
    softwarecenter/view/availablepane.py,
    softwarecenter/view/channelpane.py,
    softwarecenter/view/installedpane.py,
    softwarecenter/view/softwarepane.py,
    softwarecenter/enums.py:
    - implement the software-center side of unity launcher
      integration per the specification (LP: #670403)
    - temporarily hide the launcher integration feature pending
      implementation on the Unity side
  * test/test_downloader.py:
    - update unit test for SimpleFileDownloader changes

  [ Aaron Peachey ]
  * utils/submit_review.py,
    softwarecenter/db/reviews.py,
    softwarecenter/view/appdetailsview_gtk.py:
    - provide user feedback when submitting review usefulness
    - handle case where usefulness submission fails
  * softwarecenter/view/appdetailsview_gtk.py:
    - display own reviews according to the spec
  * utils/submit_review.py:
    - fix bug that showed gwibber success message when gwibber
      checkbox was not selected

  [ Michael Vogt ]
  * softwarecenter/view/appdetailsview_gtk.py:
    - add transparent-bg-hint gdata theme engine hint to the
      progress bar
  * softwarecenter/db/reviews.py,
    softwarecenter/view/appdetailsview_gtk.py:
    - cleanup by unifing Review objects from rnrclient and
      the detailsview
  * softwarecenter/view/appdetailsview_gtk.py:
    - show "none yet", "loading" in the review details
  * softwarecenter/db/reviews.py, softwarecenter/view/appdetailsview_gtk.py:
    - log into the right logger with the right priority
  * softwarecenter/view/catview_gtk.py:
    - remove debug output
  * softwarecenter/db/reviews.py, test/test_reviews.py:
    - sort reviews by version/usefulness/date

  [ Matthew McGowan ]
  * lp:~mmcg069/software-center/lobby-tweaks:
    - better layout of the welcome lobby screen
  * lp:~mmcg069/software-center/catviewgtk-code-reorg:
    - move widgets out into softwarecenter/view/widgets

  [ Kiwinote ]
  * softwarecenter/view/widgets/buttons.py:
    - make CategoryButton accessible
  * softwarecenter/view/widgets/carousel.py:
    - minor accessibility tweaks
  * softwarecenter/view/widgets/mkit.py:
    - make Button emit 'clicked' on pressing enter key

Date: Fri, 18 Feb 2011 11:53:19 +0100
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.19
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 18 Feb 2011 11:53:19 +0100
Source: software-center
Binary: software-center
Architecture: source
Version: 3.1.19
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: 670403 719662
Changes: 
 software-center (3.1.19) natty; urgency=low
 .
   [ Gary Lasker ]
   * softwarecenter/enums.py,
     softwarecenter/utils.py,
     softwarecenter/backend/channel.py,
     softwarecenter/models/viewswitcherlist.py,
     softwarecenter/view/pendingview.py:
     - another icon crash fix (LP: #719662)
   * softwarecenter/backend/aptd.py,
     softwarecenter/models/appstore.py,
     softwarecenter/view/appdetailsview_webkit.py,
     softwarecenter/view/appview.py,
     softwarecenter/enums.py:
     - include additional details about the transaction when
       firing a transaction-started signal, wire to handlers
   * softwarecenter/view/widgets/actionbar.py:
     - tweak spacings for action bar
   * softwarecenter/db/application.py,
     softwarecenter/view/appdetailsview_gtk.py,
     softwarecenter/view/availablepane.py,
     softwarecenter/view/channelpane.py,
     softwarecenter/view/installedpane.py,
     softwarecenter/view/softwarepane.py,
     softwarecenter/enums.py:
     - implement the software-center side of unity launcher
       integration per the specification (LP: #670403)
     - temporarily hide the launcher integration feature pending
       implementation on the Unity side
   * test/test_downloader.py:
     - update unit test for SimpleFileDownloader changes
 .
   [ Aaron Peachey ]
   * utils/submit_review.py,
     softwarecenter/db/reviews.py,
     softwarecenter/view/appdetailsview_gtk.py:
     - provide user feedback when submitting review usefulness
     - handle case where usefulness submission fails
   * softwarecenter/view/appdetailsview_gtk.py:
     - display own reviews according to the spec
   * utils/submit_review.py:
     - fix bug that showed gwibber success message when gwibber
       checkbox was not selected
 .
   [ Michael Vogt ]
   * softwarecenter/view/appdetailsview_gtk.py:
     - add transparent-bg-hint gdata theme engine hint to the
       progress bar
   * softwarecenter/db/reviews.py,
     softwarecenter/view/appdetailsview_gtk.py:
     - cleanup by unifing Review objects from rnrclient and
       the detailsview
   * softwarecenter/view/appdetailsview_gtk.py:
     - show "none yet", "loading" in the review details
   * softwarecenter/db/reviews.py, softwarecenter/view/appdetailsview_gtk.py:
     - log into the right logger with the right priority
   * softwarecenter/view/catview_gtk.py:
     - remove debug output
   * softwarecenter/db/reviews.py, test/test_reviews.py:
     - sort reviews by version/usefulness/date
 .
   [ Matthew McGowan ]
   * lp:~mmcg069/software-center/lobby-tweaks:
     - better layout of the welcome lobby screen
   * lp:~mmcg069/software-center/catviewgtk-code-reorg:
     - move widgets out into softwarecenter/view/widgets
 .
   [ Kiwinote ]
   * softwarecenter/view/widgets/buttons.py:
     - make CategoryButton accessible
   * softwarecenter/view/widgets/carousel.py:
     - minor accessibility tweaks
   * softwarecenter/view/widgets/mkit.py:
     - make Button emit 'clicked' on pressing enter key
Checksums-Sha1: 
 6c078be2abdd532e9912cd2caffd5f80547c4824 1043 software-center_3.1.19.dsc
 55f4c2f1755ff9c578ef92343cc2228e20afaa36 7610937 software-center_3.1.19.tar.gz
Checksums-Sha256: 
 9d10a3867073695df72806067d5b52d8b3f520917e4bf0cb54457bc12264adf5 1043 software-center_3.1.19.dsc
 f8101efbc7a11d21ff5811f80a1a4aeb89f1816e11dada42908d0621dc137ae8 7610937 software-center_3.1.19.tar.gz
Files: 
 05750fd53013f473be8d7aed43f44313 1043 gnome optional software-center_3.1.19.dsc
 4a3e8045e5ae58f003647c0547fcb097 7610937 gnome optional software-center_3.1.19.tar.gz

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

iEYEARECAAYFAk1eUFYACgkQliSD4VZixzTYjQCgoJdK+4YNZDZOQ0ozYqjAmGwM
LdIAnReIGvKLd915vPksqz/4pXVKfIwu
=Q4Rk
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list