lp:ubuntu/quantal-updates/software-center

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/quantal-updates/software-center
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

199. By Brian Murray

[ Brian Murray ]
* software-center/paths.py:
  - modify the OEM_CHANNEL_DESCRIPTOR path (LP: #1095823)

198. By Michael Vogt

* lp:~mvo/software-center/fix-for-unusual-deb-lp1067634:
  - fix crash in deb packages without a description (LP: #1067634)
* lp:~mvo/software-center/lp1009967:
  - fix the "top rated" display to match the spec by also showing
    the already installed items (LP: #1009967)
* lp:~mvo/software-center/recoverable-errors-lp1051829:
  - send a custom duplicate signature so that the recoverable errors
    on transaction failures are broken down by error_code instead
    of all put into the same bucket (LP: #1051829)
* lp:~mvo/software-center/5.4-fix-threading
  - Properly init threads now that the pygobject crash is fixed.
    This will fix the slow and unreliable submit of reviews
    (LP: #1083694)

197. By Michael Vogt

* data/ui/gtk3/css/softwarecenter.css:
  - drop "text-shadow" from the CSS as its causing a memory
    leak (LP: #1058523)

196. By Michael Vogt

* lp:~mvo/software-center/reinstall-previous-purchase-token-fix:
  - fix reinstall previous purchases that have a system-wide
    license key LP: #1065481
* lp:~mvo/software-center/lp1060106:
  - Add missing gettext init for utils/update-software-center-agent
    (LP: #1060106)

195. By Michael Vogt

[ Gary Lasker ]
* lp:~gary-lasker/software-center/recommendations-string-change-lp986437-for-5.2
  - cherry pick string change LP: #986437

[ Natalia Bidart ]
* lp:~nataliabidart/software-center/lost-in-translation:
  - Pass the missing "self" argument to the super(ish) call to fix
    crash in the installed pane

[ Michael Vogt ]
* merge fixes from the 5.2 branch:
  - LP: #873104, #1003954, #967036, #920741

194. By Michael Vogt

[ Robert Roth ]
* lp:~evfool/software-center/lp752376:
  - Updated the code to also work with file:// style deb filenames
    (LP: LP #752376)
* lp:~evfool/software-center/lp1011605:
  - update copyright date in the About window (LP: #1011605)
* lp:~evfool/software-center/lp1011567:
  - add F1 key as accelerator for opening Help (LP: #1011567)

[ Gary Lasker ]
* debian/control:
  - remove recommends for gir1.2-launchpad-integration-3.0 as it is no
    longer needed (many thanks Robert Ancell)

[ Natalia Bidart ]
* lp:~nataliabidart/software-center/the-organizer:
  + Tests cleanup:
    - Renamed test/ dir to tests/.
    - Moved the testutils module to tests/utils.py.
    - Removed all unnecessary logging setup per test file.
    - Removed all unnecessary shebangs in test files.
    - Isolated test code into tests/ directory, including moving all the
      get_test_window_foo from the gtk3 production modules to
      tests/gtk3/windows.py module.
    - Removed all the calls to Gtk.main() in gtk3 tests since that blocks the
      execution of the suite.
    - Pep8 and pyflakes fixes in the files already modified in this branch.
    - Minor bug fix in the softwarecenter/log.py module when trying to
      create a log dir with proper perms.
* lp:~nataliabidart/software-center/cant-stop-the-music.trunk:
  - Stop the video if user navigates away from an app details page
    (LP: #1003954).
  - Refactored ViewManager so page displaying calls a leave_page before
    changing a page, and a enter_page when navigating into a page.

[ Adam Conrad ]
* xz-lzma has been rolled into xz-utils, as of 5.1.1alpha+20120614-1

[ Michael Vogt ]
* lp:~mvo/software-center/python-apt-0.8 :
  - fix some leftover python-apt 0.7 API usage that will get removed
    in quantal
* lp:~mvo/software-center/add-profile-cmdline
  - add new --profile option to the app that writes out a cProfile
    logfile
  - add new dbus method com.ubuntu.SoftwarecenterIFace.writeMemoryDump
    to write meliae memory dump for analyizing memleaks/cycles
* lp:~mvo/software-center/more-performance-measurement:
  - add more fine grained data in --measure-startup-time and
    suppresses times <0.1s in the output

193. By Michael Vogt

[ Robert Roth ]
* lp:~evfool/software-center/lp872760:
  - Updated the category name for the RasterGraphics subcategory
    from Painting & Editing to Painting (LP: #872760)
* lp:~evfool/software-center/lp927426:
  - Changed the reference to store to Software Center, as requested in
    bug LP: #927426
* lp:~evfool/software-center/specs-update:
  - Moved the recommended applications section after the package details
  - Moved the addon status bar after the addons list
  - Aligned the star ratings widget vertically with the titles
  - Added some vertical padding before the star ratings widget to look
     bette
* lp:~evfool/software-center/history-enhancements:
  - display text-sized icons in history, not double-sized ones
  - use padding between the icon and the package name
  - right-align the time of the history action
  - display the action +time (installed/updated/removed) if the
    filter is all changes, otherwise only display the time
  - removed markup from the translatable string, to avoid translation
    mistakes with markup

[ Sebastian Heinlein ]
* lp:~glatzor/software-center/remove-workaround-747172:
  - remove old workaround that should be no longer needed (LP: #747172)

[ Robert Ancell ]
* lp:~robert-ancell/software-center/no-lpi:
  - Drop Launchpad integration

[ Michael Vogt ]
* lp:~mvo/software-center/piston-generic-helper-offline-mode:
  - add support for offline mode to the generic helper just like
    for piston_get_reviews_helper.py

192. By Michael Vogt

[ Gary Lasker ]
* lp:~gary-lasker/software-center/toolbar-buttons-insensitive-during-startup:
  - re-enable the fix for LP: #999486, LP: #994341 that was inadvertently
    disabled in the 5.2.2 release

[ Michael Vogt }
* lp:~mvo/software-center/lp1002271:
  - fix regression in 5.2.2 (LP: #1002271) for empty descriptions

191. By Michael Vogt

[ Michael Vogt ]
* lp:~mvo/software-center/whatsnew-leak-lp985389:
  - search filter fix for the case when the "installed-only"
    filter leaks into subsequent searches (LP: #985389)
* lp:~mvo/software-center/fix-lp994632:
  - add a dep to ensure we get the correct ubuntu-sso-client-gtk
    (LP: #994632)
* lp:~mvo/software-center/proper-error-on-unknown-files:
  - show a proper error message when attempting to open unknown
    file types (LP: #944868)
* lp:~mvo/software-center/lp921799:
  - fix crash when decoding screenshots JSON (LP: #921799)
* lp:~mvo/software-center/lp959612:
  - fix crash when selecting the Installed view very quickly
    after startup (LP: #959612)

[ Ken VanDine ]
* lp:~ken-vandine/software-center/lp_982567:
  - Check if the proxy is enabled, if the proxy host is set but not
    enabled we shouldn't attempt to use the proxy (LP: #982567)

[ Gary Lasker ]
* lp:~gary-lasker/software-center/fix-crash-lp969732:
  - need to explicitly declare the needs-refresh signal in the
    AppTreeStore class to prevent a crash (LP: #969732)
* lp:~gary-lasker/software-center/fix-crash-lp870822:
  - don't crash if we don't get a pkgversion object back
    (LP: #870822)
* lp:~gary-lasker/software-center/fix-shutdown-crash-lp996333:
  - never crash when writing out the software center config file on
    shutdown (LP: #996333)
* lp:~gary-lasker/software-center/fix-makedirs-race-crashes:
  - fix crash on race when creating the cache or config directories
    (LP: #743003, LP: #621182)
* lp:~gary-lasker/software-center/fix-crash_lp973379:
  - ensure that the cache is ready before using the recommender
    service (LP: #973379 )
* lp:~gary-lasker/software-center/toolbar-buttons-insensitive-during-startup:
  - set the toolbar buttons insensitive for the duration of time that the
    lobby panels are initializing (LP: #999486, LP: #994341)

[ Robert Roth ]
* lp:~evfool/software-center/bug532072:
  - escape markup for support info and license (LP: #993279)
  - ellipsize summary at trailing end (LP: #532072)
* lp:~evfool/software-center/lp626037:
  - subtle background color tweak for consistency
    between views (LP: #626037)
* lp:~evfool/software-center/lp835005:
  - no need for the software-properties dialog to be modal
    to software-center (LP: #835005)
* lp:~evfool/software-center/lp839389:
  - don't display an "icon not found" image in the Unity
    launcher when a report a review window is opened (LP: #839389)
* lp:~evfool/software-center/867588:
  - capitalize the first letter of the package summary
    (LP: #867588)
* lp:~evfool/software-center/lp876657:
  - make sure the search field does not disappear when an
    install or remove is in progress (LP: #876657)
* lp:~evfool/software-center/lp987797:
  - fix alignment in the reviews part of the appdetails (LP: #987797)
* lp:~evfool/software-center/lp844768:
  - show a indeterminate progress bar when software-center waits for
    another packagemanager to exit (LP: #844768)

[ Dave Morley ]
* lp:~davmor2/software-center/add-performance:
  - test code change only! add memory and cpt stats to the
    test script

190. By Michael Vogt

[ Michael Vogt ]
* lp:~mvo/software-center/lp977179:
  - make the review UI react correctly to conditions of network
    availability (LP: #977179)
* lp:~mvo/software-center/fix-crash-deb-file-size-calc:
  - fix crash when installing a deb file that is not found in
    the current apt cache
* lp:~mvo/software-center/lp981992:
  - fix a crash in the new a11y code if there is a row that has
    no data or is not yet preloaded (LP: #981992)
* lp:~mvo/software-center/fix-gmenu-searcher:
  - fix the menu searcher for non-Unity configurations after
    the app-install-data-ubuntu file layout changed
* lp:~mvo/software-center/lp808455:
  - trivial fix for crash on downstream distros (LP: #808455)
* lp:~mvo/software-center/lp927262:
  - fix crash when get_vadjustment() returns None (LP: #927262)
* lp:~mvo/software-center/utf8-fixes:
  - fix various utf8-related crashes (LP: #943500, LP: #922225,
    LP: #917755)
* lp:~mvo/software-center/gwibber-utf8-lp985255:
  - fix a utf8 crash in the gwibber integration (LP: #985255)
* lp:~mvo/software-center/workaround-gtk-regression-lp986186:
  - workaround performance issue with the Gtk.TreeView.set_model()
    call when there is a cell_data_func attached. Not every user is
    affected (settings dependant somehow), but when affected it causes
    a massive performance degration for huge list models like "System"
    (LP: #986186). This branch works around the problem by disconnecting
    the cell_data_func before setting the new model.
* lp:~mvo/software-center/fix-clear-credentials-race:
  - fix an incorrect use of the sso dbus backend, we now correctly
    wait until it emits a CredentialsCleared signal (LP: #986117)

[ Gary Lasker ]
* lp:~gary-lasker/software-center/add-to-launcher-after-auth-lp972710:
  - fix bug where an application will be added to the Unity launcher
    in the case where the user cancels the installation auth dialog
    (LP: #972710)
* lp:~gary-lasker/software-center/recommendations-sso-login-lp973612:
  - fix bug where the recommendations opt-in panel is hidden if
    the user declines the SSO dialog after opting in (LP: #973612)
  - fix the user experience if the user has previously opted-in to
    recommendations and their SSO token is found have been removed
    or revoked or otherwise found to be invalid (LP: #967064)
  - improve the responsiveness of the spinner in the recommendations
    flow

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/saucy/software-center
This branch contains Public information 
Everyone can see this information.

Subscribers