UbuntuUpdates.org

Package "software-center"

Name: software-center

Description:

Utility for browsing, installing, and removing software

Latest version: 5.2
Release: precise (12.04)
Level: base
Repository: main
Homepage: https://launchpad.net/software-center

Links


Download "software-center"


Other versions of "software-center" in Precise

Repository Area Version
updates main 5.2.10

Changelog

Version: 5.1.13.1 2012-03-20 21:06:53 UTC

software-center (5.1.13.1) precise; urgency=low

  [ Kiwinote ]
  * softwarecenter/ui/gtk3/apptreeview.py:
    - fix UnboundLocalError in expand_path() (LP: #960260)

  [ Michael Vogt ]
  * softwarecenter/ui/gtk3/app.py:
    - do not crash if no http_proxy is found in the environnment
      (thanks to Vincent Untz)

 -- Michael Vogt Tue, 20 Mar 2012 18:33:40 +0100

Source diff to previous version
960260 software-center crashed with UnboundLocalError in e...

Version: 5.1.13 2012-03-20 14:06:49 UTC

software-center (5.1.13) precise; urgency=low

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/pep8-test-part5,
    lp:~elachuni/software-center/pep8-test-part6,
    lp:~elachuni/software-center/pep8-test-part7,
    lp:~elachuni/software-center/pep8-test-part8,
    lp:~elachuni/software-center/pep8-test-part9,
    lp:~elachuni/software-center/pep8-test-part10,
    lp:~elachuni/software-center/pep8-test-part11,
    lp:~elachuni/software-center/pep8-test-part12,
    lp:~elachuni/software-center/pep8-test-part13,
    lp:~elachuni/software-center/pep8-test-part14,
    lp:~elachuni/software-center/pep8-test-part15,
    lp:~elachuni/software-center/pep8-test-part16,
    lp:~elachuni/software-center/pep8-test-part17,
    lp:~elachuni/software-center/pep8-test-part18,
    lp:~elachuni/software-center/pep8-test-part19,
    lp:~elachuni/software-center/pep8-test-part20,
    lp:~elachuni/software-center/pep8-test-part21,
    lp:~elachuni/software-center/pep8-test-part22:
    - many, many, many pep8 fixes
  * lp:~elachuni/software-center/unify-ussoc-envvar:
    - fix USSOC_SERVICE_URL env variable
  
  [ Gabor Kelemen ]
  * lp:~kelemeng/software-center/bug953812: (LP: #953812)
    - Translate review sorting criteria
    - Fix the Recommendation spinner text translations

  [ Michael Vogt ]
  * lp:~mvo/software-center/small-sso-fixes:
    - fix the clear_credentials() call if a token is no
      longer valid
  * lp:~mvo/software-center/lp955005:
    - don't display ratings for the case where an app
      cannot be found (LP: #955005)
  * lp:~mvo/software-center/opengl-driver-blacklist:
    - add support for video driver blacklisting
  * lp:~mvo/software-center/lp856559:
    - fix case where the search term is not always
      cleared in the search entry (LP: #856559)
  * lp:~mvo/software-center/misc-fixes:
    - when a package can not be authenticated, do not fail
      (hard) but instead offer to "repair" the situation using
      a "reload" and try the install again (LP: #876278)
    - do not crash in if os.makedirs has a race condition
      (LP: #956680)
    - fix the proxy handling with 12.04 as the "enabled" property
      is deprecated now. it will also not mess with the proxy
      environment on non-gnome systems (LP: #742564)
  * lp:~mvo/software-center/lp780812:
    - ensure that the distroseries is updated in the sources
      deb line when updating a purchased item (LP: #780812)
  * lp:~mvo/software-center/recommendations-opt-out:
    - fix double-results when opting-in and back out of of
      the recommendations service repeatedly
  * lp:~mvo/software-center/tos-dialog:
    - display a terms-of-service dialog before the first purchase
  * lp:~mvo/software-center/lp957599:
    - add a new unit test test_spawn_helper.py
  * lp:~mvo/software-center/track-db-open:
    - improve db logging
  
  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-lp955048:
    - String fix for the "Recommended For You" panel. LP: #955048
  * lp:~gary-lasker/software-center/fix-lp856559:
    - Clears the search entry field before doing a reinstall
      previous purchases (LP: #856559)
  * lp:~gary-lasker/software-center/recommendations-categories-view:
    - display recommendations in the category views as well
  * lp:~gary-lasker/software-center/recommendations-opt-out:
    - implements the recommendations opt-out feature as specified
      in the SoftwareCenter spec
  * lp:~gary-lasker/software-center/number-recommended-items-per-spec:
    - simple branch that updates the number of recommended items displayed
      in the panels per spec
  * lp:~gary-lasker/software-center/fix-crash-lp951238:
    - fix for a crash that can occur if we get a refresh_apps
      before the app_view pane is ready LP: #951238
  * lp:~gary-lasker/software-center/fix-crash-lp943605:
    - Don't crash if a valid value for the version is not returned
      by the call to _get_version_for_archive_suite (LP: #943605)
  * lp:~gary-lasker/software-center/recommends-panel-visual-tweaks-lp942109:
    - addresses the remaining visual tweaks for the recommendations
      opt-in panel

  [ Kiwinote ]
  * lp:~kiwinote/software-center/less-is-more,
    lp:~kiwinote/software-center/less-is-more2:
    - clean out a bunch of unused code / files
  * software-center/ui/gtk3/widgets/apptreeview.py:
    - play catchup with Gtk overrides (LP: #959530)
  * lp:~kiwinote/software-center/ellipses:
    - fix use real ellipses instead of "..." in the new string
  * lp:~kiwinote/software-center/markupescape-and-utf8-fixes:
    - fix utf8 issues and markup escaping

 -- Michael Vogt Tue, 20 Mar 2012 11:53:06 +0100

Source diff to previous version
953812 software-center
955005 USC shows reviews for apps it can't find.
876278 can't download any software of any kind from the ub...
956680 update-software-center-agent crashed with OSError i...
742564 Reviews functionality broken behind a proxy
780812 If an app is installed on maverick the deb line in ...
951238 software-center crashed with AttributeError in refr...
943605 software-center crashed with AttributeError in vers...
959530 software-center crashed with ValueError in expand_p...

Version: 5.1.12 2012-03-09 10:05:27 UTC

software-center (5.1.12) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/webcam-string-fix:
  - small fix to support the debtagshw updated tags for hardware::camera
    (split into webcam,digicam now)
  * lp:~mvo/software-center/trivial-nm-state-override:
    - support the SOFTWARE_CENTER_NET_CONNECTED environment value to
      force the connected state as a stopgap workaround for bug 911706
  * lp:~mvo/software-center/lp941361:
    - adds a general make_string_from_list() helper to build (somewhat)
      i18n friendly human readable strings easily (LP: #941361)
  * lp:~mvo/software-center/expunge-cache:
    - merge os.nice() addition
  * lp:~mvo/software-center/lp789596:
    - better (less scary) string for updates from third-party
      venders (LP: #789596)
  * lp:~mvo/software-center/fix-refresh-of-whats-new:
    - fix missing refresh of the what's new content on a database
      reopen so that new content from the agent appears as soon
      as it finishes the update
  * lp:~mvo/software-center/review-fixes:
    - ensure ui is correctly updated after submitting/modifying review
  * lp:~mvo/software-center/simulate-slow-network:
    - add a small helper to simulate a slow network connection to
      see if we have hidden latencies in the UI when the network
      is (really) slow
  * lp:~mvo/software-center/top-rated-refresh:
    - ensure that the top-rated apps are refreshed when we have new data
  * lp:~mvo/software-center/apptreeview-tweaks:
    - fix 'load_range" errors when navigating the installed view
      (LP: #913675), and do some nice needed refactoring/cleanup

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/dont-store:
    - consolidate Ubunty SSO logins to use "Ubuntu Software Center", fixes
      inconsistent UI and storing of two keys in they keyring, as well as
      being prompted to log in twice the first time that you review an app
  * lp:~elachuni/software-center/pep8-test,
    lp:~elachuni/software-center/pep8-test-part2,
    lp:~elachuni/software-center/pep8-test-part3,
    lp:~elachuni/software-center/pep8-test-part4:
    - add a unit test to check code statically for pep8 compliance and update
      more and more of the code to meet it

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-crash-lp944875:
    - Fix an intermittent crash that can happen if the installed view pane
      has not been built yet when a call to show the spinner is made as a
      result of a refresh (LP: #944875)
  * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
    - This branch adds support for providing the correct icon size and
      on-screen coordinates values in the Unity launcher integration dbus
      call when an installation is initiated via the list view
      (LP: #947624)
  * lp:~gary-lasker/software-center/enable-published-date-unit-test:
    - unit test change only, enable the published-date unit test that was
      disabled pending deployment of support on the staging server

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/one-auth:
    - use consistently the same app name for every Ubuntu SSO call to
      ensure SSO tokens are handled properly

 -- Michael Vogt Fri, 09 Mar 2012 08:55:46 +0100

Source diff to previous version

Version: 5.1.11 2012-03-02 09:03:44 UTC

software-center (5.1.11) precise; urgency=low

  [ Michael Vogt ]
  * softwarecenter/ui/gtk3/views/appdetailsview.py:
    - only set vadj/hadj if we have the objects for it (LP: #941384)
  * lp:~mvo/software-center/get-installed-apps-instead-of-pkgs:
    - refactor to move the recommender UUID code into the back end,
      add a mock test for the submit_profile call to the server
  * lp:~mvo/software-center/region-blacklist:
    - add support for filtering out apps that are blacklisted for certain
      regions such that they will not appear in any searches anymore
  * lp:~mvo/software-center/installed-view-speedup:
    - remove an unused notebook in the installed view to speed up
      opening software center with an already installed package
  * softwarecenter/ui/gtk3/widgets/recommendations.py:
    - fix per-app recommendations show/hide logic
  * lp:~mvo/software-center/spinner-fixes:
    - consolidate various instances of the spinner notebook and instead
      use a single SpinnerNotebook class everywhere
  * lp:~mvo/software-center/recommender-fixes:
    - tiny fixes to make the recommendations-for-you actually work
      with the rec.ubuntu.com server
  * lp:~mvo/software-center/expunge-cache:
    - add a helper that keeps the cache clean from cached 301/404 etc
      responses, it also offers cleanup by mtime but that is currently
      not used (only tested)
  * lp:~mvo/software-center/lobby-recommends-fixes:
    - add test for recommender-opt-in behavior
  
  [ Kiwinote ]
  * softwarecenter/db/update.py:
    - index 'Keywords' entries from desktop files in addition to the
      already supported 'X-AppInstall-Keywords' entries
  * softwarecenter/ui/gtk3/widgets/exhibits.py:
    - increase delay between the 'load-finished' signal from webkit and us
      actually trying to get a pixbuf of the surface - this means that the
      initial banner is actually rendered properly rather than plain white
  * softwarecenter/ui/gtk3/widgets/recommendations.py:
    refactor _show_opt_in_view:
    - use normal sized text rather than big text
    - use saner padding values
    - resolve unescaped markup issues
    - line wrap text so we don't get horizontal scrollbar (LP: #933497)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/get-installed-apps-instead-of-pkgs-tweaks:
    - unit test and other small needed fixes, further simplification of
      the recommender UUID code
  * lp:~gary-lasker/software-center/lobby-recommends-fixes:
    - fix recommender opt-in

 -- Michael Vogt Thu, 01 Mar 2012 20:11:27 +0100

Source diff to previous version

Version: 5.1.10 2012-02-23 18:03:08 UTC

software-center (5.1.10) precise; urgency=low

  [ Michael Vogt ]
  * revert again:
    lp:~gary-lasker/software-center/temp-disable-lobby-recommendations-view
  * lp:~mvo/software-center/lp917096:
    - fix crash when opening a debfile and add regression test
      (LP: #917096)
  * softwarecenter/region.py:
    - trivial change to make region tag prefix "iso3166::" to align
      with the latest debtags upstream plans

  [ Kiwinote ]
  * softwarecenter/ui/gtk3/app.py:
    - disable navigating back by pressing the backspace key because it has
      started showing dodgy side effects - use ctrl+[ or alt+LEFT instead
  * remember the scroll position when navigating back to a list view,
    this only works in the available pane (LP: #852763)
  * correctly theme the channel selector menus (LP: #921477)
  * trigger pot file rebuild

  [ Barneedhar (jokerdino) ]
  * softwarecenter/hw.py:
    - fix broken string (LP: #936403)

  [ Stéphane Graber ]
  * utils/piston-helpers/x2go_helper.py: Fix weblive helper to work with
    Precise's python-x2go.

 -- Michael Vogt Thu, 23 Feb 2012 16:58:30 +0100

917096 software-center crashed with KeyError in __getitem__(): "The cache has no package named 'package_name'"
852763 Position in app list not remembered when navigating back from More Info screen
921477 drop down menus from app toolbar have black background
936403 There is a typo in Ubuntu Software Center strings. (DVD drive)



About   -   Send Feedback to @ubuntu_updates