-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Format: 1.8 Date: Mon, 02 Aug 2010 17:10:52 +0200 Source: software-center Binary: software-center Architecture: source all Version: 2.1.7debian1 Distribution: experimental Urgency: low Maintainer: Julian Andres Klode <jak@debian.org> Changed-By: Julian Andres Klode <jak@debian.org> Description: software-center - Utility for browsing, installing, and removing applications Changes: software-center (2.1.7debian1) experimental; urgency=low . * Merge with Ubuntu's 2.1 series (2.1.7 + bzr), remaining differences: - po/cs.po: Updated. - softwarecenter/app.py: Remove views menu when not on Ubuntu. - setup.py: Support + and - in version numbers. - setup.py, setup.cfg: Use unbranded stuff. - debian/control: - Update Standards-Version - Change Vcs-Bzr, Maintainer to Debian. - Do not depend on humanity-icon-theme, but gnome-icon-theme. - Remove Ubuntu from package description- - debian/rules: - Drop the old hack for handling non-Ubuntu systems. - Run build_i18n in clean. * debian/control: - Point to the debian-next branch. * debian/changelog: - Change distribution of 2.0.7debian1 to unstable (the old one was wrong). . software-center (2.1.7) maverick; urgency=low . [ Gary Lasker ] * softwarecenter/view/availablepane.py: - restore missing busy cursor when loading applist views (LP: #610688) - fix visual glitch when navigating back to a subcategory list view from a details view (LP: #611108) * debian/control: - add depends python-debian (>= 0.1.15) * softwarecenter/backend/channel.py: - add an "App Expo" item in the left navigation pane for display of the contents of the (for now) app review board PPA * test/test_database.py: - update test for parse_axi_values_file change, fix test_update_from_var_lib_apt_lists * softwarecenter/backend/channel.py: - add a new "Other" item in the left navigation pane for display of software items for which a corresponding repository is not available (LP: #524379, LP: #596409) . [ Michael Vogt ] * softwarecenter/view/widgets/actionbar.py: - fix crash in action buttons * softwarecenter/db/update.py: - support additional metadata from Packages file for the "Whats new" repository (and possible others) - add axi catalogedtime information to the app-install-data DB * softwarecenter/db/database.py: - export parse_axi_values_file() . [ Bilal Akhtar ] * softwarecenter/app.py: - Prevent About dialog from being set as modal. (LP: #550955) . [ Michael Bienia ] * softwarecenter/apt/apthistory.py, softwarecenter/view/historypane.py: - fix DeprecationWarning at startup (LP: #602310) . software-center (2.1.6) maverick; urgency=low . [ Kiwinote ] * data/software-center.menu.in: - update query for fonts category (LP: #531570, #605459) * debian/control: - depend on humanity-icon-theme, rather than gnome-icon-theme * softwarecenter/app.py: - always append the humanity-icon-theme to the iconpath (LP: #436310, #466271, #527503, #556335, #594795) * softwarecenter/view/availablepane.py: - capitalize 'install n items' button label for mpt (LP: #605052) * softwarecenter/view/catview_gtk.py: - speed up carousel transition (thanks nuthinking) (LP: #604627) * softwarecenter/view/catview.py: - allow 'OR' tag inside an 'AND' tag . [ Michael Vogt ] * softwarecenter/db/database.py: - parse axi values file for cataloged_time support * merged lp:~mvo/software-center/new-apps-test1 that adds support for a proper a "Whats new" category based on the xapian cataloged_time information * debian/control: - recommend aptdaemon (>= 0.38ubuntu1) to get catalogued_time support - recommend sessioninstaller for PK compatible session API * merged lp:~hellium/software-center/logging, thanks to Geliy Sokolov * merged lp:~mmcg069/software-center/bigger-icons, the icon size is actually the same, name is a bit misleading. It contains a new actionbar, but that is not yet enabled as its not feature complete yet * merged lp:~didrocks/software-center/fix-running-standalone-pane, many thanks * Support "pkgname/long appname with spaces" on the commandline when a single argument is passed. Without "/" its just considered a pkgname . [ Gary Lasker ] * merge lp:~mmcg069/software-center/appdetailsview-gtk-mpt, many nice UI tweaks and improvements from Matthew McGowan, thanks! * softwarecenter/view/widgets/navigationbar.py, softwarecenter/view/softwarepane.py: - remove the old navigation bar as we won't be going back to it * softwarecenter/view/availablepane.py: - don't call set_category if viewing details or searching to reduce unnecessary applist refreshes * softwarecenter/view/appview.py; - fix app row reselect in the applist view for sorted lists and also for channels when the model is regenerated rather than replaced (LP: #609945) * test/test_appview.py: add tests for correct sorting for app insert case and for index map updating * merge lp:~didrocks/software-center/add-remove-multiple to add a remove_multiple method to aptd.py, thanks to Didier Roche! . software-center (2.1.5) maverick; urgency=low . [ Michael Vogt ] * softwarecenter/backend/aptd.py: - fix in channel adding code * merged lp:~mvo/software-center/lazr to support gobject based wrapper around lazr.restfulclient apps * merged lp:~mmcg069/software-center/pathbar-tweaks, many thanks * merged lp:~mvo/software-center/appdetails-in-db that improve the AppDetails abstraction * merged lp:~mvo/software-center/plugin-support (important for the oneconf integration) * merged lp:~osomon/software-center/close_in_progress that fixes LP:#431907, thanks to Olivier Tilloy * remove specal cases for partner now that soyuz LP: #552560 is fixed (LP: #604693) * software-center: - fixes in the logging code (thanks to Geliy Sokolov) * merged lp:~and471/software-center/dialog-work that improves the dialogs (many thanks!) . [ Gary Lasker ] * data/icons/scalable/apps/category-show-all.svg, data/icons_unbranded/scalable/apps/category-show-all.svg, softwarecenter/view/catview_gtk.py: - add custom icon for single-pane dept view "All" button; icon created by Dani Planas Armangue, many thanks! (LP: #599644) * softwarecenter/view/pkgview.py: - replace svg icon with png version because the svg version has been removed from gnome-icon-theme (LP: #601987) * po/POTFILES.in: - update to latest set of modules * merge lp:~mmcg069/software-center/appdetailsview-gtk, adds Matthew McGowan's new gtk-based appdetailsview, many thanks! Thanks also to kiwinote and mvo for refactoring for new AppDetails class and other changes. Also fixes LP: #578650. * softwarecenter/apt/aptcache.py: - tweak timeout value when opening the apt cache (LP: #602610) * merge lp:~mmcg069/software-center/appdetailsview-gtk, fixes description parsing error for e.g. The Gimp. Many thanks! * softwarecenter/app.py, softwarecenter/view/availablepane.py, softwarecenter/view/navhistory.py: - navigation history fixes * data/ui/dialogs.ui, softwarecenter/app.py, softwarecenter/enums.py, softwarecenter/view/appdetailsview.py, softwarecenter/view/appdetailsview_gtk.py, softwarecenter/view/appdetailsview_webkit.py, softwarecenter/view/appview.py, softwarecenter/view/softwarepane.py: - consolidate install/remove action handling to one place, now shows dep package removal dialog for all cases; fix response ids for dialogs . software-center (2.1.4) maverick; urgency=low . [ Gary Lasker ] * softwarecenter/view/availablepane.py: - fix error when using the login dialog and intermittently while searching (LP: #596443) * softwarecenter/app.py, softwarecenter/backend/channel.py, softwarecenter/view/channelpane.py, softwarecenter/view/viewswitcher.py: - implement channel views for installed items * softwarecenter/view/availablepane.py, softwarecenter/view/catview.py, softwarecenter/view/catview_gtk.py: - implement single-pane department screen * softwarecenter/view/catview_gtk.py: - use stock go-next icon for the show all button, small fix in CarouselPoster's draw method * merge lp:~mmcg069/software-center/catview-conform-w-spec: many nice improvements to the category view and a fix for the dept screen resize bug (LP: #598502), many thanks to Matthew McGowan! * merge lp:~mmcg069/software-center/catview-conform-w-spec: fixes subcategory screen bug (LP: #598498), thanks Matthew McGowan! * softwarecenter/view/catview_gtk.py: - use large icons in single-pane department screen per the spec . [ Michael Vogt ] * mergedp:~arky/ubuntu/maverick/software-center/fixes-595500: - Fixes inaccessible install/remove buttons (LP: #538404) - Fixes inaccessible Screenshot image (LP: #595500) many thanks to Rakesh 'arky' Ambati * merged lp:~mmcg069/software-center/catview-conform-w-spec to make the categories look like the spec * add information about "upgraded" packages to the history pane (thanks to seb128 for the suggestion) * merged lp:~mvo/software-center/new-apps-test1 and lp:~mmcg069/software-center/catview-conform-w-spec, thanks to Matthew McGowan * merged lp:~mvo/software-center/update-from-var-lib-apt-lists to support meta-data in deb822 format in /var/lib/apt/lists * softwarecenter/view/catview_gtk.py: - append "all" to get pathbar when "all" button is clicked in a subcategory * support detecting a broken apt cache and repairing it (LP: #430200) * debian/control: - drop transitional gnome-app-install package, its no longer required for clean upgrades . software-center (2.1.3) maverick; urgency=low . * softwarecenter/view/appview.py, softwarecenter/view/availablepane.py, softwarecenter/view/channelpane.py: - fix visual glitch when updating a list view that contains a large number of items (LP: #592296) * po/POTFILES.in: - update to current set of modules * software-center, softwarecenter/app.py, data/ui/SoftwareCenter.ui: - only show login menu if --enable-lp at startup as this feature is still in development (LP: #592616) * softwarecenter/app.py: - set nav history menu items insensitive rather than hide them (LP: #594273) * merged lp:~mmcg069/software-center/catview2-take3, further refinement of the category screen courtesy Matthew McGowan, many thanks! * softwarecenter/view/availablepane.py: - disable hide non-apps for the Featured Applications category (LP: #594817) . software-center (2.1.2) maverick; urgency=low . [ Gary Lasker ] * softwarecenter/view/viewswitcher.py: - only reselect a channel node when a model is available (LP: #578497) * fix "List view forgets selected row" regression (LP: #584969) * softwarecenter/view/availablepane.py: - fix broken searches * data/ui/SoftwareCenter.ui, softwarecenter/app.py, softwarecenter/view/availablepane.py, softwarecenter/view/navhistory.py: - bit of navhistory code housekeeping - add navhistory back/forward actions and corresponding menu items - integrate navhistory actions with custom back/forward buttons - add accelerator keys for navhistory actions * merged lp:~osomon/software-center/memory_leak, fixes memory leak regression (LP: #577540), thanks Olivier Tilloy! * softwarecenter/backend/aptd.py: - fix error when updating software sources (LP: #586623) * merged lp:~osomon/software-center/memory_leak, disconnect signals to allow appstore to be deleted, thanks Olivier Tilloy! * merged lp:~osomon/software-center/fix_appstore_update, remake pkgname_index_map correctly, many thanks Olivier! * softwarecenter/view/historypane.py: - fix UnboundLocalError if history.log is empty * merged lp:~hellium/software-center/installed-date, history pane log parsing merged to AptHistory, implement "Installed since" feature in the details view, many thanks Geliy Sokolov! * softwarecenter/apt/apthistory.py, softwarecenter/view/historypane.py: - fix launch error in the case where there is no history.log file (LP: #591590) . [ Michael Vogt ] * merged lp:~glatzor/software-center/glatzor to get improved aptdaemon API * test/test_aptd.py: - update tests to work with new defered magic API * debian/control: - update dependencies on aptdaemon * merged lp:~mmcg069/software-center/improve-appview-persistence (many thanks!) * softwarecenter/view/installedpane.py: - do not crash if model is None (LP: #586306) * merged lp:~gary-lasker/software-center/hide_nonapps_pkgs_xapian many thanks to Jacob Johan Edwards and Gary * softwarecenter/apt/apthistory.py: - add test (and test data) for AptHistory class - be more async friendly and add test for async * merge lp:~mvo/software-center/launchpad-login branch that provides the infrastructure for LP login/API calls and supports displaying private PPAs * softwarecenter/apt/apthistory.py: - be more robust against invalid entries (LP: #590281), this also need a python-debian fix to be fully working . software-center (2.1.1) maverick; urgency=low . * softwarecenter/view/channelpane.py: - Fix broken channel list views (LP: #583545) . software-center (2.1.0) maverick; urgency=low . [ Matthew McGowan ] * merged lp:~mmcg069/software-center/backforward-redraw-fix * make the overlaywithpixbuf cellrenderer inherit from a text cellrenderer, does away with the need to have 1px column in the appview for accessibility reasons. (lp:~mmcg069/software-center/overlay-w-pixbuf-tweak) * add nice animation to pathbar elements (lp:~mmcg069/software-center/pathbar-scroll-inn) . [ Olivier Tilloy ] * fix LP: #564785: "each row has a progress bar (which itself never contains any text)" * show download completion status (LP: #460888) * add "bottom border" effect (LP: #439621) * add "history" GUI that reads /var/log/apt/history.log * Re-claim used memory after updating an existing AppStore with a new one (LP: #577540) * Fix the database update when run with a Turkish locale (patch by M. Vefa Bicakci). LP: #581207 * Make buttons activate on mouse up, fix other inconsistencies in list view button operation (LP: #514835) . [ Jacob Johan Edwards ] * merged lp:~j-johan-edwards/software-center/smooth_search, this massively improves the search and stops it from flickering (LP: #570682) * merged lp:~j-johan-edwards/software-center/action_bar that provides the foundation for the "custom packages list" branch * merged lp:~j-johan-edwards/software-center/unbranded_icons to provide a set of unbranded icons for e.g. Debian * merged lp:~j-johan-edwards/software-center/custom_lists to implement https://wiki.ubuntu.com/SoftwareCenter#Custom%20package%20lists . [ Ken van Dine ] * allow sharing apps via gwibber and apturl (lp:~ken-vandine/software-center/sharing) . [ Julian Andres Klode ] * merged lp:~juliank/software-center/debian that include fixes and updates for the new python-apt 0.8 API . [ Kiwinote ] * data/featured.menu.in: - Update featured applications list per Desktop team (LP: #548534) - Feature 'fretsonfire-game' rather than 'fretsonfire' (LP: #538646) * softwarecenter/view/app.py: - Set correct sensitivity of 'edit > undo,redo,cut,copy,delete,select_all' (LP: #439613, LP: #530194) . [ Michael Vogt ] * softwarecenter/view/appview.py: - simplify application list buildup and improve responsiveness * softwarecenter/view/*pane.py: - fix crash when ngettext is translated without %s format (LP: #449053) * add test/Makefile and ensure all tests are run in the bzr-buildpackage pre-build hook * softwarecenter/db/database.py, softwarecenter/view/appdetailsview.py: - add "StoreDatabase.get_iconname()" and use it * softwarecenter/view/appview.py: - small cleanups * softwarecenter/view/availablepane.py: - add iconnames when installing custom lists * softwarecenter/view/pendingview.py: - look for "appname" and "pkgname" (in this order) when showing the progress information * update about (LP: #566571) * merged lp:~apulido/software-center/mago_fix (many thanks to Ara Pulido) * data/unbranded-software-center.desktop.in: - add unbranded desktop file * softwarecenter/distro/__init__.py: - add new "get_app_name", "get_app_description" methods for easier branding of downstreams Checksums-Sha1: 0ca5163140a584ceb1de6a7b129c67d6d26cbb8b 1004 software-center_2.1.7debian1.dsc b0a718695544fb8f7ef127ce31efa623714e3d61 557122 software-center_2.1.7debian1.tar.gz 36692b3b5a6fff859c400585ff1464c8e248b385 292652 software-center_2.1.7debian1_all.deb Checksums-Sha256: 7fe190fc937f7554a7923f99bd6e4bce4e1f01dbfa2a0fde3d1af114602a9307 1004 software-center_2.1.7debian1.dsc 48a4c242db807233f06222e443ab3d2776e5dd0d0d7ae0cabc753b7fe5c7a3d4 557122 software-center_2.1.7debian1.tar.gz 2ba3154ae8a377442dc9d84f723f603aed3eb9f0b31c9f00838f868523795d1b 292652 software-center_2.1.7debian1_all.deb Files: a3bec3aba83070fe957d23c55e4af4eb 1004 gnome optional software-center_2.1.7debian1.dsc 5a07afc4032507d6e3af4579d35cba29 557122 gnome optional software-center_2.1.7debian1.tar.gz 975cc659e6f3afd607d34390ebdc5291 292652 gnome optional software-center_2.1.7debian1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEAREDAAYFAkxW6lUACgkQrCpf/gCCPsIwCQCaAwFS71G/KnNIp23yw7wNz5sh 39YAn3pSKomOSrBp8gyRREzt7n1L7+SM =NIMl -----END PGP SIGNATURE----- Accepted: software-center_2.1.7debian1.dsc to main/s/software-center/software-center_2.1.7debian1.dsc software-center_2.1.7debian1.tar.gz to main/s/software-center/software-center_2.1.7debian1.tar.gz software-center_2.1.7debian1_all.deb to main/s/software-center/software-center_2.1.7debian1_all.deb