Accepted software-center 1.1.21debian1 (source all)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Format: 1.8
Date: Mon, 29 Mar 2010 14:51:38 +0200
Source: software-center
Binary: software-center gnome-app-install
Architecture: source all
Version: 1.1.21debian1
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode <jak@debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description:
gnome-app-install - dummy upgrade package for gnome-app-install -> software-center
software-center - Utility for browsing, installing, and removing applications
Closes: 572073 572941 574779 575202
Changes:
software-center (1.1.21debian1) unstable; urgency=low
.
* Merge with Ubuntu.
* Backport from Ubuntu bzr:
- softwarecenter/db/update.py:
+ fix crash when locale is not supported
- apt-xapian-index-plugin/*.py:
+ fix deprecation warnings (LP: #548665)
* softwarecenter/view/appview.py:
- Add from __future__ import with_statement for Python 2.5
* Update to new python-apt API and stop using has_key (Closes: #572073).
* debian/control:
- Depend on python-xdg (Closes: #574779)
- Recommend software-properties-gtk (Closes: #575202)
.
software-center (1.1.21) lucid; urgency=low
.
* merged from lp:~vish.../software-center/3newicons,
many thanks
* softwarecenter/view/catview.py:
- fix icon size in sub-categories to match icon theme size
* softwarecenter/view/catview.py:
- fix another i18n issue with the translated categories,
thanks to Ricardo Pérez López for noticing it (LP: #545102)
* debian/control:
- depend on latest aptdaemon to handle the cache when the dpkg
journal is dirty
* softwarecenter/backend/aptd.py:
- ensure unused dependency removal (for direct dependencies only)
via aptdaemon
.
software-center (1.1.20) lucid; urgency=low
.
* merged lp:~mpt/software-center/help-2.0, many thanks!
* softwarecenter/distro/Ubuntu.py:
- show correct maintenance status for packages in the partner
channel
* softwarecenter/app.py:
- use glib.timeout_add_seconds()
* softwarecenter/distro/__init__.py, softwarecenter/distro/Ubuntu.py:
- add/implement "is_supported()"
* softwarecenter/view/appview.py:
- fix supported only view for packages
.
software-center (1.1.19) lucid; urgency=low
.
[ Gary Lasker ]
* softwarecenter/view/channelpane.py:
- hide ratings in channel pane also (LP: #538129)
.
[ Michael Vogt ]
* softwarecenter/view/catview.py:
- fix i18n bug in category list (LP: #545102)
* merge lp:~kiwinote/software-center/use_new_icons, many
thanks!
* fix i18n issue in featured application (LP: #545095)
* merge lp:~kiwinote/software-center/bug530187, many thanks to
"Kiwinote" (LP: #530187)
.
software-center (1.1.18) lucid; urgency=low
.
[ Michael Vogt ]
* data/templates/AppDetailsView.html:
- cherry pick progress nice bar improvements from
Michael Forrest (many thanks)
* softwarecenter/view/appdetailsview.py:
- show correct maintenance status for non applications
(LP: #538172)
* softwarecenter/view/appview.py:
- use "ubuntu-almost-fixed-height-mode" when available
to speed up the treeview drawing significantly
(LP: #514879)
* softwarecenter/view/softwarepane.py:
- set show_ratings to "false" because ratings&reviews are
cancelt for lucid (LP: #538129)
* softwarecenter/view/appview.py:
- only show active pane ratings if show_ratings is true
.
[ Gary Lasker ]
* data/ui/SoftwareCenter.ui:
- don't translate available pane notebook labels
(LP: #539371)
* softwarecenter/view/viewswitcher.py:
- when collapsing a node in the left pane (e.g. "Get Software"),
select the node (LP: 532774)
* softwarecenter/view/appview.py:
- tweak padding in list view buttons (LP: #537524)
* data/templates/AppDetailsView.html,
data/templates/CategoriesView.html:
- set following items as not draggable; screenshot thumbnail
in details view, "Featured Applications" icon and general
images in categories view (LP: #530163)
.
software-center (1.1.17) lucid; urgency=low
.
[ Gary Lasker ]
* softwarecenter/view/navhistory.py:
- unescape the nav button label text (LP: #531689)
- fix up and just use a single __str__ method (LP: #531780)
* softwarecenter/view/availablepane.py,
softwarecenter/view/channelpane.py:
- fix intermittent AttributeError when a previous
model does not exist when refreshing the apps view
(LP: #531820)
.
[ Michael Vogt ]
* merged lp:~mpt/software-center/bug-499893 (thanks)
* merged lp:~mpt/software-center/categorization (thanks)
* merged lp:~michaelforrest/software-center/ui-changes (thanks)
* data/icons/scalable/apps/partner.svg:
- add partner icon (LP: #531694)
* softwarecenter/view/catview.py:
- do not show header in subsection view
* softwarecenter/view/availablepane.py:
- fix race in initial part creation (LP: #531798)
* debian/control:
- add gnome-app-install transitional package (closes: #572941)
.
software-center (1.1.16.1) lucid; urgency=low
.
* softwarecenter/view/navhistory.py:
- fix missing import
.
software-center (1.1.16) lucid; urgency=low
.
[ Matthew McGowan ]
* softwarecenter/view/widget/backforward.py:
- add new widget for use in back/forward navigation feature
.
[ Michael Vogt ]
* data/software-center.menu.in:
- merge "System Tools" into "Accessories"
- rename "System Packages" to "System"
- add "Fonts" section
- remove all sub-sections of "System", its one big list again
- remove "Other" category and move it into "System"
(as per spec)
* softwarecenter/db/database.py:
- add prefix "pkg_fuzzy"
* add .menu term "SCPkgnameWildcard" to support wildcard based
pkgname searches
* softwarecenter/view/catview.py:
- fix parsing when inline translations are available in the xml
* softwarecenter/view/catview.py:
- fix tests
* softwarecenter/backend/channel.py:
- add query for channels that are not yet enabled
(via the app-install-data mechanism)
* softwarecenter/distro/__init__.py:
- add get_codename
* fix inconsistency in naming (LP: #530368)
* show (summary, name) for non-apps (LP: #530422)
* merged lp:~mpt/software-center/categorization to improve
categorization (many thanks)
* merged lp:~mvo/software-center/back-forward-nav
.
[ Gary Lasker ]
* softwarecenter/backend/channel.py:
- add to reimplement channels as instances of a new SoftwareChannel
class, supports fixing the issues below
* softwarecenter/app.py,
softwarecenter/view/viewswitcher.py,
softwarecenter/view/channelpane.py:
- enable Canonical partner channel repository view (LP: #530401)
- fix crash when searching while in "Provided by Ubuntu"
view (LP: #523781)
- show all software items in the "Provided by Ubuntu"
view (LP: #528043)
- enable maintenance filter in the "Provided by Ubuntu"
view (LP: #528057)
- fix navigation button text for the "Provided by Ubuntu"
view (LP: #530398)
* softwarecenter/view/navhistory.py,
softwarecenter/view/softwarepane.py,
softwarecenter/view/availablepane.py,
softwarecenter/view/widgets/pathbar2.py:
- add navhistory.py, implement forward/back history feature for
the "Get Software" section (using Matthew McGowan's
BackForwardButton, many thanks!). (LP: #423754)
* po/POTFILES.in:
- add softwarecenter/backend/channel.py
* data/ui/SoftwareCenter.ui:
- in "View" menu, change "Applications" to "Software" (LP: #530377)
* softwarecenter/view/installedpane.py:
- hide searchentry field in details view (LP: 528121)
* softwarecenter/view/availablepane.py,
softwarecenter/view/channelpane.py,
softwarecenter/view/installedpane.py:
- change "Application(s)" to "Item(s)" in the status
bar text (LP: #530374)
.
software-center (1.1.15) lucid; urgency=low
.
[ Michael Vogt ]
* softwarecenter/view/widgets/animatedimage.py:
- fix crash when image property is not set
* updated po/th.po:
- thanks to Sira Nokyoonhtong
* data/featured.menu.in: updated, based on
https://lists.ubuntu.com/archives/ubuntu-desktop/2010-March/002448.html
.
[ Gary Lasker ]
* data/ui/SoftwareCenter.ui:
- tweak default window width to restore four-column view
in the categories screen (LP: #528082)
* softwarecenter/view/channelpane.py:
- make status bar text for individual channel views
consistent with that in the "Get Software" section
(LP: #528055)
* softwarecenter/view/availablepane.py:
- don't show search entry in app details view (LP: #528121)
- fix missing status text at startup (LP: #528040)
- fix intermittent attribute error when searching
from the main category screen (LP: #524209)
.
software-center (1.1.14) lucid; urgency=low
.
* softwarecenter/view/:
- add a bunch of missing atk description to the widgets
* softwarecenter/view/widgets/pathbar2.py:
- make the PathParts subclasses of atk.Objects and add atk
descriptions/parent relations
* debian/control:
- add missing po4a b-d
.
software-center (1.1.13) lucid; urgency=low
.
[ Michael Vogt ]
* data/featured.menu.in:
- add scribus, blender
- fix missing i18n
* data/software-center.menu.in:
- add a bunch of missing _
* softwarecenter/backend/aptd.py:
- fix cache reload functionality
- fix display of update/external transactions (LP: #514861)
* po/help/po4a.conf:
- make help translatable via po4a (LP: #439353)
* po/help/software-center-doc.pot:
- add help pot
* setup.py:
- build help translations automatically
.
[ Gary Lasker ]
* softwarecenter/view/viewswitcher.py:
- fix ValueError in on_transactions_changed (LP: #523420)
- fix AttributeError in do_render (LP: #523341)
* softwarecenter/view/installedpane.py:
- fix AttributeError in refresh_apps() (LP: #520097)
* softwarecenter/view/widgets/pathbar2.py:
- fix typo in PathBarThemeHumanClearlooks class,
gave an AttributeError in __expose_cb() (LP: #523452)
* softwarecenter/app.py,
softwarecenter/backend/aptd.py:
- update to use new backend reload API (LP: #496058)
.
software-center (1.1.12) lucid; urgency=low
.
[ Michael Vogt ]
* merged lp:~mmcg069/software-center/spinner (many thanks)
* merged lp:~mmcg069/software-center/fixes-and-tweaks (many thanks)
.
[ Gary Lasker ]
* implement standalone presentation of individual software
repositories
.
[ Michael Vogt ]
* README:
- document menu.d/ directory
* softwarecenter/view/catview.py:
- add SCPkgname xml filter
* apt-xapian-index-plugin/software-center.py:
- add custom apt-xapian-index plugins for indexing
"XB-Softwarecenter-Appname" in debian/control
* apt-xapian-index-plugin/origin.py:
- add custom apt-xapian-index plugins for indexing the origins
* softwarecenter/distro/Ubuntu.py:
- add abstraction for distro_channel_{name,description}
* softwarecenter/distro/__init__.py:
- make get_distro() return a singleton
* softwarecenter/view/channelpane.py:
- for the main distro channel, show only apps, not all packages
* data/featured.menu.in:
- add a "Featured" category
Checksums-Sha1:
4a5edfb2a5fc9eb1eea8abd3942c26e0780b0062 1022 software-center_1.1.21debian1.dsc
d9770942f0c054d0ea9440cfd570694d156fdd25 367917 software-center_1.1.21debian1.tar.gz
03fa176fe9cfed3fff57fa25b6d9355a037bd2c5 256906 software-center_1.1.21debian1_all.deb
17bcebd90a0ba2da83fe87cbe8ec55e41ebe66d9 16424 gnome-app-install_1.1.21debian1_all.deb
Checksums-Sha256:
c3b8b1b3d1825336aa9e0b5a57370734de7777ffc058a5452c17c8c289b707ae 1022 software-center_1.1.21debian1.dsc
be62174081cce4da58e47e3c1f6be50d7fb73db0644923396c4ad874d7440810 367917 software-center_1.1.21debian1.tar.gz
ef079047e53569205792e0719020d37a1ab54090d33afbd6c13ac91fc6cbf92f 256906 software-center_1.1.21debian1_all.deb
8ed02df32732ae70835351ccf8b7908419041107ccddad86cbe8d8993bfd47ed 16424 gnome-app-install_1.1.21debian1_all.deb
Files:
7bd6236180075090f93a181235d546be 1022 gnome optional software-center_1.1.21debian1.dsc
e6f0d0f1e3f7252e5638f5815a1c665e 367917 gnome optional software-center_1.1.21debian1.tar.gz
2e8127d129eb0fb0c410204aecfbdca2 256906 gnome optional software-center_1.1.21debian1_all.deb
77cb257c2d317386af9450e975a34a93 16424 oldlibs optional gnome-app-install_1.1.21debian1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEAREDAAYFAkuwsNsACgkQrCpf/gCCPsKb5gCeI4qlAoGmjUwxOggB0ANXBwMD
bRkAoKxpTlnOdKLPXcZ78Vrr6sBkDWdD
=GRgu
-----END PGP SIGNATURE-----
Accepted:
gnome-app-install_1.1.21debian1_all.deb
to main/s/software-center/gnome-app-install_1.1.21debian1_all.deb
software-center_1.1.21debian1.dsc
to main/s/software-center/software-center_1.1.21debian1.dsc
software-center_1.1.21debian1.tar.gz
to main/s/software-center/software-center_1.1.21debian1.tar.gz
software-center_1.1.21debian1_all.deb
to main/s/software-center/software-center_1.1.21debian1_all.deb