[ubuntu/maverick] software-center 2.1.16 (Accepted)
Michael Vogt
michael.vogt at ubuntu.com
Tue Sep 7 14:15:34 BST 2010
software-center (2.1.16) maverick; urgency=low
[ Gary Lasker ]
* softwarecenter/view/purchasedialog.py:
- make the "Terms of Service" popup display correctly in
front of the purchase dialog (LP: #625398)
- tweak the width of the purchase dialog window to
accomodate the current Ubuntu SSO page width
* softwarecenter/view/channelpane.py:
- always default to hiding non-app packages when
selecting a new channel item in the left navigation
pane (LP: #630631)
* softwarecenter/view/softwarepane.py,
softwarecenter/view/availablepane.py,
softwarecenter/view/channelpane.py
softwarecenter/view/installedpane.py:
- display a spinner while loading an applist view
(LP: #630641)
[ Michael Vogt ]
* remove debug output
* merged lp:~mmcg069/software-center/small-fix (many thanks!)
- prevents the exposure of the carousel icons before they have
been allocated.
* verify sortmode when building categories (LP: #618411) and
ignore categories with unknown/unsupported ones
* merged lp:~mmcg069/software-center/cleanup-software-section-code
that fixes LP: #624786 (many thanks)
* make sure there is always a toplevel transaction for a pending
purchase even if s-c waits for the for-pay repository to become
available (LP: #627608)
* softwarecenter/view/purchasedialog.py:
- support both "failure_reason" and "failures" as error strings
from the agent
* merged lp:~mmcg069/software-center/Bug617443 (LP: #617443)
* merged lp:~mmcg069/software-center/bug628714 (LP: #628714)
* merged lp:~mmcg069/software-center/hover-highlight-tweaks to
use correct prelight color
[ Kiwinote ]
* data/featured.menu.in:
- fretsonfire instead of fretsonfire-game, due to desktop file changes
* data/software-center.menu.in:
- use correct icon for system category, thanks vish!
* softwarecenter/apt/aptcache.py:
- don't crash on broken dependencies (LP: #630579)
(testcase: acl2-books)
* softwarecenter/db/application.py:
- set pkgname for deb files correctly (LP: #628787)
(testcase: replace _ with - in filename of an outdated deb file of s-c)
* softwarecenter/view/appdetailsview_gtk.py:
- never display the description of a different pkg
(testcase: browse to any appdetails view and then to fluendo dvd player)
- don't crash if icon for 'where is it' is None (LP: #629845)
- don't crash if icon for addon can not be opened (LP: #629937)
- don't display add-ons when we have an error
(testcase: deb file of wrong architecture)
* softwarecenter/view/appview.py:
- fix startup crash (LP: #618411)
* softwarecenter/view/availablepane.py:
- set section for subcategory view (this means that we now have a bg)
* softwarecenter/view/installedpane.py:
- don't return to installed overview list on reopening db
* softwarecenter/view/widgets/pathbar_gtk_atk.py:
- fix visual corruption on appending pathbar part
(testcase: channelpane > details > different channelpane > details)
Date: Tue, 07 Sep 2010 14:57:58 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/software-center/2.1.16
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 07 Sep 2010 14:57:58 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 2.1.16
Distribution: maverick
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: 617443 618411 624786 625398 627608 628714 628787 629845 629937 630579 630631 630641
Changes:
software-center (2.1.16) maverick; urgency=low
.
[ Gary Lasker ]
* softwarecenter/view/purchasedialog.py:
- make the "Terms of Service" popup display correctly in
front of the purchase dialog (LP: #625398)
- tweak the width of the purchase dialog window to
accomodate the current Ubuntu SSO page width
* softwarecenter/view/channelpane.py:
- always default to hiding non-app packages when
selecting a new channel item in the left navigation
pane (LP: #630631)
* softwarecenter/view/softwarepane.py,
softwarecenter/view/availablepane.py,
softwarecenter/view/channelpane.py
softwarecenter/view/installedpane.py:
- display a spinner while loading an applist view
(LP: #630641)
.
[ Michael Vogt ]
* remove debug output
* merged lp:~mmcg069/software-center/small-fix (many thanks!)
- prevents the exposure of the carousel icons before they have
been allocated.
* verify sortmode when building categories (LP: #618411) and
ignore categories with unknown/unsupported ones
* merged lp:~mmcg069/software-center/cleanup-software-section-code
that fixes LP: #624786 (many thanks)
* make sure there is always a toplevel transaction for a pending
purchase even if s-c waits for the for-pay repository to become
available (LP: #627608)
* softwarecenter/view/purchasedialog.py:
- support both "failure_reason" and "failures" as error strings
from the agent
* merged lp:~mmcg069/software-center/Bug617443 (LP: #617443)
* merged lp:~mmcg069/software-center/bug628714 (LP: #628714)
* merged lp:~mmcg069/software-center/hover-highlight-tweaks to
use correct prelight color
.
[ Kiwinote ]
* data/featured.menu.in:
- fretsonfire instead of fretsonfire-game, due to desktop file changes
* data/software-center.menu.in:
- use correct icon for system category, thanks vish!
* softwarecenter/apt/aptcache.py:
- don't crash on broken dependencies (LP: #630579)
(testcase: acl2-books)
* softwarecenter/db/application.py:
- set pkgname for deb files correctly (LP: #628787)
(testcase: replace _ with - in filename of an outdated deb file of s-c)
* softwarecenter/view/appdetailsview_gtk.py:
- never display the description of a different pkg
(testcase: browse to any appdetails view and then to fluendo dvd player)
- don't crash if icon for 'where is it' is None (LP: #629845)
- don't crash if icon for addon can not be opened (LP: #629937)
- don't display add-ons when we have an error
(testcase: deb file of wrong architecture)
* softwarecenter/view/appview.py:
- fix startup crash (LP: #618411)
* softwarecenter/view/availablepane.py:
- set section for subcategory view (this means that we now have a bg)
* softwarecenter/view/installedpane.py:
- don't return to installed overview list on reopening db
* softwarecenter/view/widgets/pathbar_gtk_atk.py:
- fix visual corruption on appending pathbar part
(testcase: channelpane > details > different channelpane > details)
Checksums-Sha1:
8b17d0c12a4353361a0a129336b2c2ac161ec31f 1027 software-center_2.1.16.dsc
422fc19d6bd9925541be6b4abd05a0aab6cc4703 610131 software-center_2.1.16.tar.gz
Checksums-Sha256:
e9321366fc4feb3d41fb3efec8feda1f9b5ba0eb564a5e00c00d703986b68483 1027 software-center_2.1.16.dsc
564a94e2128ec7aff48d81d1804a86f4770885e856013192cdbdf1cf312398f8 610131 software-center_2.1.16.tar.gz
Files:
815cde76f112af88a75cdaf94e147322 1027 gnome optional software-center_2.1.16.dsc
3c628861a9c29ec4fe1e2d40b205aa69 610131 gnome optional software-center_2.1.16.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkyGONsACgkQliSD4VZixzQ3twCfXtk8ZmL0XnAqyaUnPnMYpida
DO4AniAsvOKp571Y0THopFnB3vNaahiw
=9R92
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list