[ubuntu/oneiric] software-center 4.1.18 (Accepted)
Michael Vogt
michael.vogt at ubuntu.com
Wed Aug 24 16:00:34 UTC 2011
software-center (4.1.18) oneiric; urgency=low
[ Michael Vogt ]
* lp:~alexeftimie/software-center/packagekit-backend:
- add packagekit backend, thanks Alex Eftimie
- this allows using "software-center-gtk3 --packagekit-backend"
* softwarecenter/ui/gtk3/panes/viewswitcher.py:
- pygi compat fix, Gtk.CheckMenuItem() != Gtk.CheckMenuItem.new()
* lp:~mvo/software-center/license-key-infrastructure:
- allow adding license keys during a purchase
* utils/submit_review_gtk3.py:
- gtk3 fixes
* softwarecenter/ui/gtk3/widgets/stars.py:
- add get_rating() to make the submit_review_gtk3.py work
* softwarecenter/ui/gtk3/widgets/buttons.py:
- show correct price in the FeaturedTile (if there is one)
* softwarecenter/ui/gtk3/widgets/reviews.py:
- make the reviews UI more network change aware
* softwarecenter/db/pkginfo_impl/aptcache.py:
- fix file monitor const issues with gio vs Gio
* utils/piston-helpers/piston_get_reviews_helper.py:
- fix offline reviews
* fix "What's New" category sorting (LP: #830188)
* add new sort "By Newest First" combobox
* hide sort combobox for if the category has a forced sort mode
(like whats new) LP: #830234
[ Alex Eftimie ]
* lp:~alexeftimie/software-center/backend-refactor
- fixes in the abstract channels backend
[ Matthew McGowan ]
* lp:~mmcg069/software-center/small-fixes:
- theming improvements
- fix up installedpane search to include uncategorised items as well
- fix up the show-hide technical items in the installedpane
- fix the description resizing, prevent wierd spazzing
* lp:~mmcg069/software-center/Bug828223:
- make feature tiles update the installed state overlay upon
appropriate aptdaemon transactions
- add installed ticks to the lobby and subcat tiles (Bug #828223)
* lp:~mmcg069/software-center/Bug830691:
- improve visual connection in the details (Bug #830691)
*lp:~mmcg069/software-center/details-tweaks
- add the ratings count to the bottom of the stars in the
detailsview header
* lp:~mmcg069/software-center/Bug830218
- remove category as per Bug LP: #830218
* lp:~mmcg069/software-center/itemview-work:
- make review list look like mockup
[ Aaron Peachey ]
* softwarecenter/ui/gtk3/views/catview_gtk.py:
- remove 'More' button from sub-category top rated sections
- increase number of apps in top-rated feature frames from 8 to 12
- add sub category name into frame header for subcategory toprated
(LP: #830272)
* softwarecenter/ui/gtk3/views/catview_gtk.py:
- provide standard method for adding tiles to Flowable grid to
simplify repeated append code (and DRY)
* lp:~aaronp/software-center/gtk3-bugs:
- fix size request, make nr-reviews in the featured buttons
consistent with the applist
[ Kiwinote ]
* data/ui/gtk3/SoftwareCenter.ui,
softwarecenter/ui/gtk3/app.py:
- set back/forward menuitems sensitive at the correct times (LP: #830194)
* softwarecenter/backend/aptchannels.py,
softwarecenter/backend/channel.py:
- don't include an 'all available' or 'all installed' channel
* softwarecenter/db/appfilter.py:
- make the supported filter global
* softwarecenter/db/application.py:
- never capitalize pkgname (LP: #828295)
* softwarecenter/ui/gtk3/app.py:
- many fixes to file menu and view menu (LP: #831526)
* softwarecenter/ui/gtk3/panes/globalpane.py:
- fix left/right padding of toolbar to align with the listview (LP: #823213)
* softwarecenter/ui/gtk3/panes/historypane.py:
- draw border above treeview (LP: #831421)
- give action+time a grey color (LP: #831430)
* softwarecenter/ui/gtk3/panes/viewswitcher.py:
- link section_clicked to 'button-release-event' rather than 'clicked' to
avoid getting signals for the wrong pane (LP: #828821)
- menuitems rather than checkmenuitems (LP: #832275)
* softwarecenter/ui/gtk3/panes/viewswitcher.py,
softwarecenter/ui/gtk3/session/viewmanager.py:
- introduce a view-changed signal from the viewmanager to the viewswitcher
st we can shade the correct section button when we change pane via the
navigation buttons
* softwarecenter/ui/gtk3/session/viewmanager.py:
- make some changes so the navigation stack doesn't get multiple entries
per view
* softwarecenter/ui/gtk3/views/appdetailsview_gtk.py:
- don't hide the version label (as we still want the pkgname) (LP: #830747)
* softwarecenter/ui/gtk3/views/appview.py,
softwarecenter/ui/gtk3/widgets/cellrenderers.py:
- horizontally pixel align listview in ltr and rtl (LP: #830229)
includes multiple rtl fixes
* softwarecenter/ui/gtk3/views/catview_gtk.py:
- realign the lobby view a bit
[ Robert Roth ]
* Update the help menu item to match the specs (LP: #828165)
* Show developer website as link instead of button (LP: #830740)
* Show today in history pane (LP: #831394)
[ Matthew Paul Thomas ]
* data/default_banner/fallback.jpg:
- new default banner and text
Date: Wed, 24 Aug 2011 17:41:55 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/software-center/4.1.18
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 24 Aug 2011 17:41:55 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 4.1.18
Distribution: oneiric
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: 823213 828165 828295 828821 830188 830194 830218 830229 830234 830272 830740 830747 831394 831421 831430 831526 832275
Changes:
software-center (4.1.18) oneiric; urgency=low
.
[ Michael Vogt ]
* lp:~alexeftimie/software-center/packagekit-backend:
- add packagekit backend, thanks Alex Eftimie
- this allows using "software-center-gtk3 --packagekit-backend"
* softwarecenter/ui/gtk3/panes/viewswitcher.py:
- pygi compat fix, Gtk.CheckMenuItem() != Gtk.CheckMenuItem.new()
* lp:~mvo/software-center/license-key-infrastructure:
- allow adding license keys during a purchase
* utils/submit_review_gtk3.py:
- gtk3 fixes
* softwarecenter/ui/gtk3/widgets/stars.py:
- add get_rating() to make the submit_review_gtk3.py work
* softwarecenter/ui/gtk3/widgets/buttons.py:
- show correct price in the FeaturedTile (if there is one)
* softwarecenter/ui/gtk3/widgets/reviews.py:
- make the reviews UI more network change aware
* softwarecenter/db/pkginfo_impl/aptcache.py:
- fix file monitor const issues with gio vs Gio
* utils/piston-helpers/piston_get_reviews_helper.py:
- fix offline reviews
* fix "What's New" category sorting (LP: #830188)
* add new sort "By Newest First" combobox
* hide sort combobox for if the category has a forced sort mode
(like whats new) LP: #830234
.
[ Alex Eftimie ]
* lp:~alexeftimie/software-center/backend-refactor
- fixes in the abstract channels backend
.
[ Matthew McGowan ]
* lp:~mmcg069/software-center/small-fixes:
- theming improvements
- fix up installedpane search to include uncategorised items as well
- fix up the show-hide technical items in the installedpane
- fix the description resizing, prevent wierd spazzing
* lp:~mmcg069/software-center/Bug828223:
- make feature tiles update the installed state overlay upon
appropriate aptdaemon transactions
- add installed ticks to the lobby and subcat tiles (Bug #828223)
* lp:~mmcg069/software-center/Bug830691:
- improve visual connection in the details (Bug #830691)
*lp:~mmcg069/software-center/details-tweaks
- add the ratings count to the bottom of the stars in the
detailsview header
* lp:~mmcg069/software-center/Bug830218
- remove category as per Bug LP: #830218
* lp:~mmcg069/software-center/itemview-work:
- make review list look like mockup
.
[ Aaron Peachey ]
* softwarecenter/ui/gtk3/views/catview_gtk.py:
- remove 'More' button from sub-category top rated sections
- increase number of apps in top-rated feature frames from 8 to 12
- add sub category name into frame header for subcategory toprated
(LP: #830272)
* softwarecenter/ui/gtk3/views/catview_gtk.py:
- provide standard method for adding tiles to Flowable grid to
simplify repeated append code (and DRY)
* lp:~aaronp/software-center/gtk3-bugs:
- fix size request, make nr-reviews in the featured buttons
consistent with the applist
.
[ Kiwinote ]
* data/ui/gtk3/SoftwareCenter.ui,
softwarecenter/ui/gtk3/app.py:
- set back/forward menuitems sensitive at the correct times (LP: #830194)
* softwarecenter/backend/aptchannels.py,
softwarecenter/backend/channel.py:
- don't include an 'all available' or 'all installed' channel
* softwarecenter/db/appfilter.py:
- make the supported filter global
* softwarecenter/db/application.py:
- never capitalize pkgname (LP: #828295)
* softwarecenter/ui/gtk3/app.py:
- many fixes to file menu and view menu (LP: #831526)
* softwarecenter/ui/gtk3/panes/globalpane.py:
- fix left/right padding of toolbar to align with the listview (LP: #823213)
* softwarecenter/ui/gtk3/panes/historypane.py:
- draw border above treeview (LP: #831421)
- give action+time a grey color (LP: #831430)
* softwarecenter/ui/gtk3/panes/viewswitcher.py:
- link section_clicked to 'button-release-event' rather than 'clicked' to
avoid getting signals for the wrong pane (LP: #828821)
- menuitems rather than checkmenuitems (LP: #832275)
* softwarecenter/ui/gtk3/panes/viewswitcher.py,
softwarecenter/ui/gtk3/session/viewmanager.py:
- introduce a view-changed signal from the viewmanager to the viewswitcher
st we can shade the correct section button when we change pane via the
navigation buttons
* softwarecenter/ui/gtk3/session/viewmanager.py:
- make some changes so the navigation stack doesn't get multiple entries
per view
* softwarecenter/ui/gtk3/views/appdetailsview_gtk.py:
- don't hide the version label (as we still want the pkgname) (LP: #830747)
* softwarecenter/ui/gtk3/views/appview.py,
softwarecenter/ui/gtk3/widgets/cellrenderers.py:
- horizontally pixel align listview in ltr and rtl (LP: #830229)
includes multiple rtl fixes
* softwarecenter/ui/gtk3/views/catview_gtk.py:
- realign the lobby view a bit
.
[ Robert Roth ]
* Update the help menu item to match the specs (LP: #828165)
* Show developer website as link instead of button (LP: #830740)
* Show today in history pane (LP: #831394)
.
[ Matthew Paul Thomas ]
* data/default_banner/fallback.jpg:
- new default banner and text
Checksums-Sha1:
57b0d5992552f6d825e42ed448a09fe2bd5963a0 1003 software-center_4.1.18.dsc
41757b012b74bbfb4c33f7d75d12dbe52329f59b 1100362 software-center_4.1.18.tar.gz
Checksums-Sha256:
65e541c7be13f9c5cb5ea80413cea7e7ddfdc90dd71d3d209f3ccfa2f3d19c1c 1003 software-center_4.1.18.dsc
b956d224c9f3b89223c8f4e13d6f2bce80764fbaa292dc449c62bb8621df0f5d 1100362 software-center_4.1.18.tar.gz
Files:
6f51e38a0df5f9dbc0c0bd83cbee714f 1003 gnome optional software-center_4.1.18.dsc
dee700c0b485dff78292d8d7d84af273 1100362 gnome optional software-center_4.1.18.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk5VHSkACgkQliSD4VZixzQHwQCffbGTslFVBg2lC6EOjqn2n+8F
XdAAoJLNuUfDMuhy9YCgci9J96h5WXY8
=iUXz
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list