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.2 2012-04-13 19:06:56 UTC

software-center (5.2) precise; urgency=low

  [ Michael Vogt ]
  * debian/control:
    - recommend xz-lmza instead of lzma (LP: #878354)
  * lp:~mvo/software-center/track-axi-changes:
    - add a monitor for changes in the apt-xapian-index to ensure
      the DB is reopened if the cron job changes the apt-xapian-index
      database (LP: #507836)
  * lp:~mvo/software-center/lp970342:
    - do not crash if the parent goes away (and therefore the pipe)
      and the token can not be obtained (LP: #970342)
  * lp:~mvo/software-center/lp967036:
    - fix UnicodeDecodeError crash for apps with hardware
      requirements in the details view (LP: #967036)
  * lp:~mvo/software-center/list-a11y:
    - restore the a11y support for orca/accerciser/ldtp for
      the listview and treeview
  * lp:~mvo/software-center/lp979013:
    - fix a bug in the review display for certain language
      environments (LP: #979013)
  * lp:~mvo/software-center/appview-tweaks:
    - code cleanup in the sortmode code
  * lp:~mvo/software-center/lp772549:
    - fix a bug that can result in a blank software center
      screen on startup (LP: #772549)
  * lp:~mvo/software-center/lp914393:
    - adds an explicit sys.exit() to ensure all gtk event
      processing is stopped on application quit (LP: #914393)
  * lp:~mvo/software-center/lp976169:
    - do not crash if apt-xapian-index is not installed
      (LP: #976337)
    - ignore xapian.DatabaseOpeningError here (happens when
      there is no a-x-i so we don't care) (LP: #976169)
  * lp:~mvo/software-center/lp976525:
    - do not show "upgradable" button when there should be "remove"
      (LP: #976525)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/sorting-fix-lp969215:
    - fix sort combo box inconsistencies (LP: #969215)

  [ Dave Morley ]
  * lp:~davmor2/software-center/remove_two_lines:
    - small fixes for test script USC-start-stop-times.py

  [ Kiwinote ]
  * sc/ui/gtk3/widgets/apptreeview.py:
    - everyone tries to expand a category in the installed pane by clicking
      on the text rather than the expander arrow (LP: #877130)

 -- Michael Vogt Fri, 13 Apr 2012 18:35:13 +0200

Source diff to previous version
878354 software-center dependency on lzma is suboptimal
507836 [master] software-center crashed with DatabaseModifiedError in _database_gen_postlist_iter()
970342 piston_generic_helper.py crashed with IOError in __...
967036 software-center crashed with UnicodeDecodeError in ...
979013 Software Center does not give the option of visuali...
772549 software-center blank screen on fresh natty 11.04 i...
914393 software-center crashed with SIGSEGV in _gtk_icon_h...
976337 update-software-center-channels crashed with DBusEx...
976169 update-software-center-channels crashed with Databa...
976525 Unable to remove software with update available
969215 list view doesn't use correct sorting
877130 Expanding and collapsing items in the 'Installed' t...

Version: 5.1.14.2 2012-04-11 08:07:17 UTC

software-center (5.1.14.2) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/config-tweak:
    - cleanup concerning always having a 'general' section in the cfg file
  * lp:~mvo/software-center/pygi-properties-fixes:
    - properly initialize the properties in CellRendererAppView as required
      for pygi, fixes crash on network events (LP: #965937)
  * lp:~mvo/software-center/lp977889:
    - fix the disappearing list view sort combobox (LP: #977889)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/recommends-more-button-lp971567:
    - correctly render 'more' button in recommendations panel (LP: #971567)
  * lp:~gary-lasker/software-center/show-technical-items-lp955030:
    - make 'show n technical items' appear clickable again (LP: #955030)
  * lp:~gary-lasker/software-center/fix-crash-lp969737:
    - fix an intermittent crash that can occur when saving the vertical
      position of the installed pane treeview on a cache refresh
      (LP: #969737)
  * lp:~gary-lasker/software-center/fix-crash-lp970157:
    - Small fix for a crash that can happen during the installed view
      treeview initialization (LP: #970157)
  * lp:~gary-lasker/software-center/fix-crash-lp968988:
    - Fix crash bug LP: #968988 by making sure that there is always
      a tree_view.selected_row_renderer
  * lp:~gary-lasker/software-center/remember-sort-preference-lp966878:
    - Fix for bug LP: #966878 to not reset the user's sorting preference
      if they have set one

  [ Nekhelesh Ramananthan ]
  * lp:~nik90/software-center/add_keywords_new:
    - added keywords to the desktop file for better search criteria
      (LP: #977175)
  
  [ Sebastian Heinlein ]
  * lp:~glatzor/software-center/fix-977020:
    - fix software-center error dialogs for errors other than
      ERROR_INVALID_PACKAGE_FILE and ERROR_UNAUTHENTICATED_PACKAGE
      (LP: #977020)
    - Allow to repair an incomplete installation (partially fixes
      LP: #659438)
  
  [ Kiwinote ]
  * lp:~kiwinote/software-center/lp951557:
    - don't duplicate text on paste (LP: #951557)

 -- Michael Vogt Tue, 10 Apr 2012 19:21:21 +0200

Source diff to previous version
965937 software-center crashed with AttributeError in _upd...
977889 search combo box gets lost easily
971567 Recommends initial box doesn't have the > in the mo...
969737 software-center crashed with AttributeError in _sav...
970157 software-center crashed with AttributeError in _res...
968988 software-center crashed with AttributeError in _get...
966878 Sort by
977175 The desktop file should include support for keyword...
977020 Doens't show error dialog for failed transactions
659438 ["Bug #659438 in Aptdaemon: \"Installation/Removal fails because of package which could not be located (faiulre in apt.Cache.required_download)\""]
951557 Pasting text into the search field duplicates the t...

Version: 5.1.14.1 2012-04-02 20:06:56 UTC

software-center (5.1.14.1) precise; urgency=low

  * lp:~gary-lasker/software-center/recommender-profile-uploads-lp944693:
    - upload new recommender_profile if needed (LP: #944693)

 -- Michael Vogt Mon, 02 Apr 2012 19:12:25 +0200

Source diff to previous version
944693 once the user opted into recommendations the profil...

Version: 5.1.14 2012-03-30 18:06:49 UTC

software-center (5.1.14) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/lp962580:
    - add locking to the expunge helper process to fix bugs that are triggered
      if multiple expunge cache processes are run (LP: #962580)
  * lp:~mvo/software-center/cache-refresh-glitch:
    - ensure that we get a full refresh if a pkg was not available before
      show_app is called
  * lp:~mvo/software-center/lp940482:
    - fix crash if the debfile does not return proper utf8 for the
      description (LP: #940482)
  * lp:~mvo/software-center/lp966514:
    - properly handle network disconnect conditions with the Ubuntu
      SSO dialog (LP: #966514)
  * lp:~mvo/software-center/lp966879:
    - fix for crashes in the installed view treeview (LP: #966879,
      LP: #950899)
  * lp:~mvo/software-center/lp846204:
    - fix ValueError crashes in get_iter due to invalid tree paths
      (LP: #846204)
  * lp:~mvo/software-center/lp964433:
    - disconnect the model from the view before calling set_from_matches
      (LP: #964433)
  * lp:~mvo/software-center/treeview-keep-state-on-db-cache-change:
   - restore the state of the installed view treeview when the
     the db or cache changes, such as on an app install or remove
  * lp:~mvo/software-center/946393:
   - fix installing multiple apps when in a custom list view (LP: #946393)
  * lp:~mvo/software-center/lp969050:
   - disconnect the view when the model is cleared to avoid a furry of
     cursor_changed signals as the rows get removed (LP: #969050)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/installed-pane-refresh:
    - avoid rebuilding the treeview in the installedpane if its not
      required (LP: #828887)
  * lp:~gary-lasker/software-center/fix-crash-lp967036:
    - Small branch to fix a crash due to a UnicodeDecodeError when accessing
      the short description for H/W requirements (LP: #967036)
  * lp:~gary-lasker/software-center/fix-crash-lp935930:
    - fix a crash due to a UnicodeDecodeError (LP: #935930)

 -- Michael Vogt Fri, 30 Mar 2012 18:00:50 +0200

Source diff to previous version
962580 expunge-cache.py crashed with IOError in clean(): [...
940482 software-center crashed with UnicodeDecodeError in ...
966514 SSO information lost on network error
966879 treeview crashes on search
950899 software-center crashed with TypeError in function(...
846204 software-center crashed with ValueError in get_iter(): invalid tree path '0:0'
964433 slow redisplay of category ites
946393 software-center crashed with AttributeError in inst...
969050 subsequent searches expand first row in search resu...
828887 Scroll position isn't remembered going Back/Forward...
967036 software-center crashed with UnicodeDecodeError in ...
935930 Ubuntu Software Center, sync between computers hang...

Version: 5.1.13.2 2012-03-26 19:06:49 UTC

software-center (5.1.13.2) precise; urgency=low

  [ kiwinote ]
  * looks like the latest gtk causes us to receive less style-updated
    signals, call init_sc_css_provider explicitly so we don't loose our
    custom theming (LP: #961102)

  [ Paolo Rotolo ]
  * data/ui/gtk3/SoftwareCenter.ui:
     - fix string from "Terms of Service" to "Terms of Use" (LP: #963309).
  
  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/tos-urls-lp961538:
    - use a different url for the inline ToS dialog (LP: #961538)
  * lp:~gary-lasker/software-center/fix-crash-lp960742:
    - do not crash if file can not be unlinked (LP: #960742)
  * lp:~gary-lasker/software-center/tos_buy_button_fix_lp961216:
    - This branch fixes bug LP: #961216, where the "Buy" button on the
      details page and listview stays insensitive after declining the
      ToS dialog
  * lp:~gary-lasker/software-center/fix-crash-lp961198:
    - make recommendations menu available once the available pane is
      ready (LP: #961198)

  [ Michael Vogt ]
  * lp:~mvo/software-center/builder_get_cleanup:
    - cleaner way to get menuitems
  * lp:~mvo/software-center/lp-955346:
    - draw stars with 1px border to get crisper stars (LP: #955346)
  * lp:~mvo/software-center/fix-purchase-accept-crash:
    - fixes crash when accepting tos on system without s-c config file
  * lp:~mvo/software-center/lp962927:
    - fix race condition on creating cache dir (LP: #962927)
  * lp:~mvo/software-center/lp964918:
    - do not raise an exception in the case of multiple origins,
      instead log a warning and do the right thing in the UI
      (LP: #964918)
  
  [ Dave Morley ]
  * lp:~davmor2/software-center/lp965222:
    - add ldtp based statup time helper

 -- Michael Vogt Mon, 26 Mar 2012 19:02:24 +0200

961102 Ugly black borders in tile view
961538 Client terms of service URL is wrong
960742 expunge-cache.py crashed with OSError in _rm(): [Er...
961198 software-center crashed with AttributeError in on_m...
955346 Number of stars is unclear
962927 software-center crashed with OSError in makedirs():...
964918 software-center crashed with Exception in get_origi...



About   -   Send Feedback to @ubuntu_updates