[ubuntu/natty] software-center 3.1.0 (Accepted)
Michael Vogt
michael.vogt at ubuntu.com
Fri Oct 15 17:25:29 BST 2010
software-center (3.1.0) natty; urgency=low
[ Michael Vogt ]
* softwarecenter/app.py:
- use "reopen" instead of "open" in the channels-changed
callback to ensure that the various views get the right
signal. This partly fixes #507836, the exceptions will
stil be there, but the UI will fully recover
* softwarecenter/backend/aptd.py:
- do not emit "channels-changed" while installing a purchase,
this emited already by the update()
* softwarecenter/db/application.py:
- if appdetails finds its pkgname in the pending transactions
but does not have a apt pkg object yet, this means it got
installed from a newly enabled source, return the right state
in this case
* softwarecenter/view/appdetailsview_gtk.py:
- remove explicit "progress.set_fraction()" in configure() because
its not needed (gtk.ProgressBar will DTRT) and also we may get
"xapian reopen" signals in the middle of a transaction, in this
case we don't want to reset the progress.
* merged lp:~mvo/software-center/zeitgeist-magic-seif that brings
basic zeitgeist integration. Many thanks to Seif Lotfy for the
work on this!
* merged lp:~mmcg069/software-center/usage-bubble, that makes the
usage counter look so much nicer :)
* merged lp:~didrocks/software-center/smarter-app-filtering-level,
many thanks
* merged lp:~mmcg069/software-center/selectable-AppDescription,
many thanks
* softwarecenter/db/update.py:
- add mimetypes to the xapian database
* softwarecenter/db/database.py:
- support mime search via "mime" search prefix, e.g.
"mime:audio/ogg" or "softwarecenter search:mime:application/x-cue"
* merged lp:~seif/software-center/zeitgeist-popular-mimetypes and
lp:~mvo/software-center/zeitgeist-popular-mimetypes-mvo, that
brings more zeitgeist love from the unstoppable Seif Lotfy
* merged lp:~mvo/software-center/3.0-history to bring back version
numbers in the upgrade history
[ Delan Azabani ]
* removed "free" from desktop file description as users can buy
software from the software center (LP: #656800)
[ Kiwinote ]
* softwarecenter/view/appdetailsview_gtk.py:
- don't eat 'o ' character combinations within bullet points (LP: #646822)
(test case: software-center deja-dup)
- scale icon down when setting 'where is it' icon from path (LP: #645062)
(test case: software-center briquolo (once installed))
* softwarecenter/view/softwarepane.py:
- don't offer to 'show 9k items' in searches, as we limit searches to 200
items (LP: #648988)
(test case: software-center search:library)
* softwarecenter/db/update.py:
- never translate X-AppInstall-Package (fixes eg lp: #658326)
[ Mohamed Amine IL Idrissi ]
* Screenshots are now stored all in a single software-center
directory (LP: #648284)
* Thumbnails and screenshots are now reused (LP: #648279, #648278)
[ Gary Lasker ]
* softwarecenter/view/appview.py:
- fix intermittent crash in _set_cursor (LP: #617004)
Date: Fri, 15 Oct 2010 17:31:30 +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.0
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 15 Oct 2010 17:31:30 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 3.1.0
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: 617004 645062 646822 648278 648279 648284 648988 656800 658326
Changes:
software-center (3.1.0) natty; urgency=low
.
[ Michael Vogt ]
* softwarecenter/app.py:
- use "reopen" instead of "open" in the channels-changed
callback to ensure that the various views get the right
signal. This partly fixes #507836, the exceptions will
stil be there, but the UI will fully recover
* softwarecenter/backend/aptd.py:
- do not emit "channels-changed" while installing a purchase,
this emited already by the update()
* softwarecenter/db/application.py:
- if appdetails finds its pkgname in the pending transactions
but does not have a apt pkg object yet, this means it got
installed from a newly enabled source, return the right state
in this case
* softwarecenter/view/appdetailsview_gtk.py:
- remove explicit "progress.set_fraction()" in configure() because
its not needed (gtk.ProgressBar will DTRT) and also we may get
"xapian reopen" signals in the middle of a transaction, in this
case we don't want to reset the progress.
* merged lp:~mvo/software-center/zeitgeist-magic-seif that brings
basic zeitgeist integration. Many thanks to Seif Lotfy for the
work on this!
* merged lp:~mmcg069/software-center/usage-bubble, that makes the
usage counter look so much nicer :)
* merged lp:~didrocks/software-center/smarter-app-filtering-level,
many thanks
* merged lp:~mmcg069/software-center/selectable-AppDescription,
many thanks
* softwarecenter/db/update.py:
- add mimetypes to the xapian database
* softwarecenter/db/database.py:
- support mime search via "mime" search prefix, e.g.
"mime:audio/ogg" or "softwarecenter search:mime:application/x-cue"
* merged lp:~seif/software-center/zeitgeist-popular-mimetypes and
lp:~mvo/software-center/zeitgeist-popular-mimetypes-mvo, that
brings more zeitgeist love from the unstoppable Seif Lotfy
* merged lp:~mvo/software-center/3.0-history to bring back version
numbers in the upgrade history
.
[ Delan Azabani ]
* removed "free" from desktop file description as users can buy
software from the software center (LP: #656800)
.
[ Kiwinote ]
* softwarecenter/view/appdetailsview_gtk.py:
- don't eat 'o ' character combinations within bullet points (LP: #646822)
(test case: software-center deja-dup)
- scale icon down when setting 'where is it' icon from path (LP: #645062)
(test case: software-center briquolo (once installed))
* softwarecenter/view/softwarepane.py:
- don't offer to 'show 9k items' in searches, as we limit searches to 200
items (LP: #648988)
(test case: software-center search:library)
* softwarecenter/db/update.py:
- never translate X-AppInstall-Package (fixes eg lp: #658326)
.
[ Mohamed Amine IL Idrissi ]
* Screenshots are now stored all in a single software-center
directory (LP: #648284)
* Thumbnails and screenshots are now reused (LP: #648279, #648278)
.
[ Gary Lasker ]
* softwarecenter/view/appview.py:
- fix intermittent crash in _set_cursor (LP: #617004)
Checksums-Sha1:
e12770fca6393f26e95246ef2046ab2e3b2ff59d 1021 software-center_3.1.0.dsc
4c39194794eb7ea85924c1498ca5bd86ca314936 645851 software-center_3.1.0.tar.gz
Checksums-Sha256:
8904d54677ced0621a6984f136db0275935bc4d6bc67c7b7bcfc39062a7b71cf 1021 software-center_3.1.0.dsc
c30d3dff0972b071a24d78022e7fb26197498f1e5e09b4f1e1718b79c054e902 645851 software-center_3.1.0.tar.gz
Files:
2a215fa03efcbb3d9b178418d8092ea8 1021 gnome optional software-center_3.1.0.dsc
4a71e8545c93dddf5126943601872201 645851 gnome optional software-center_3.1.0.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAky4f+IACgkQliSD4VZixzQ6GQCfWh6PT4Z3axRAJaPvekNw/BY5
rPUAnAqohK/9FB8n1HfmLNLO3tuZnixh
=k81N
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list