lp:ubuntu/oneiric-proposed/software-center

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/oneiric-proposed/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:
Development

Recent revisions

169. By Michael Vogt

[ Gary Lasker ]
* lp:~gary-lasker/software-center/catalog-published-date-lp803028i-for-5.0:
  - use date_published value from the software-center-agent server
    so that for-purchase items appear correctly and in the proper order
    in What's New; include corresponding unit test (LP: #803028)

[ Michael Vogt ]
* backport fix from lp:~mvo/software-center/fix-refresh-of-whats-new
  to ensure that new apps from e.g. the software-center-agent are
  immediately displayed in the "Whats new" section of the lobby
  (LP: #949725)

168. By Michael Vogt

[ Gary Lasker ]
* lp:~gary-lasker/software-center/fix-lp891499-for-5.0:
  - be more robust about problems reading the cataloged_times file
    as problems here can hang the UI (LP: #891499)

[ Gabor Kelemen ]
* lp:~kelemeng/software-center/bug869935:
  - Update help translations from Launchpad (LP: #869935)
* lp:~kelemeng/software-center/bug880757:
  - Mark strings containing the “ character as Unicode, to fix
    their translations. LP: #880757

[ Michael Vogt ]
* fix cache opening to improve startup time
* lp:~mvo/software-center/icon-data-for-5.0:
  - remove the need for inline icon data from the agent, instead
    download icons directly using the provided URL (LP: #914054)

167. By Michael Vogt

* softwarecenter/ui/gtk3/views/purchaseview.py:
  - set transient parent when creating a new webview to better
    support PayPal (LP: #893988)

166. By Michael Vogt

[ Matthew McGowan ]
* lp:~mmcg069/software-center/bug861778:
  - improved method, use less widgets and fix case where user
    changes sort method in a search results list (LP: #861778)
* lp:~mmcg069/software-center/dialog-improvements:
  - improve the widget packing of the submit_review dialog
  - make the dialog-dep-warning dialog neither closable or maximisable
    as per bug LP: #844025
  - make dialog-dependency-alert dialog use a gtkgrid instead of
    gtktable to fix overly big spacing
* lp:~mmcg069/software-center/container-frame-render-fix:
  - remove the use a clip -> provide a fix for blurry font
    rendering LP: #864855

[ Michael Vogt ]
* test/gtk3/test_appview.py:
  - add regression test for bug #861778
* test/gtk3/test_dialogs.py:
  - add basic test for dependency dialogs
* softwarecenter/ui/gtk3/dialogs/dependency_dialogs.py:
  - simplfy test setup code
* softwarecenter/backend/channel_impl/aptchannels.py:
  - delay channel update check 10s to improve startup time
* softwarecenter/ui/gtk3/widgets/exhibits.py:
  - add workaround for rendering bug of the webkit offscreen window
    that leaves a 8px border around the image
* debian/control:
  - update Vcs-Bzr to point to the 5.0 branch
  - add "lzma" to the recommends to ensure that opening opera and
    chrome debs works (LP: #868188). python-apt is expecting to
    have a helper that can be called with "lzma -d" to open these
    debs.

[ Kiwinote ]
* softwarecenter/db/update.py,
  softwarecenter/enums.py,
  softwarecenter/ui/gtk3/models/appstore2.py:
  - make apps from the canonical store appear in the categories (LP: #874330)
* softwarecenter/ui/gtk3/panes/availablepane.py:
  - when search is cleared, don't navigate back to lobby if we're in a
    channel view (LP: #875786)
* softwarecenter/ui/gtk3/panes/viewswitcher.py:
  - don't inherit state.category or state.subcategory upon channel selection
* softwarecenter/ui/gtk3/views/appdetailsview_gtk.py:
  - fix UnicodeDecodeError in _update_pkg_info_table() (LP: #868834)
    this indirectly makes banners work again in certain locales (LP: #873078)

[ Robert Roth ]
* Only catch button release in exhibit if button was also pressed on
  exhibit (LP: #875043)

[ Gary Lasker ]
* softwarecenter/db/update.py:
  - fix reinstall previous purchases functionality for locales
    that require unicode (LP: #873917)
* setup.py:
  - force 11.10 as the release as this is the target
    version of 5.0

165. By Michael Vogt

[ Robert Roth ]
* lp:~evfool/software-center/fixlp870595:
  - Mark the For Software Developers menu item label from the Help
    menu translatable to fix bug LP: #870595.

[ Kiwinote ]
* softwarecenter/ui/gtk3/widgets/searchaid.py:
  - make 'no items match <searchterm>' display translated (LP: #870604)
  - fix markup error which causes spelling suggestions not to be displayed

[ Michael Vogt ]
* software-center:
  - fix --measure-startup-time

164. By Michael Vogt

* softwarecenter/ui/gtk3/widgets/apptreeview.py:
  - do not crash if self.appmodel is not available yet (LP: #869699)
* softwarecenter/db/update.py:
  - fix missing i18n lookup for app-install-data (LP: #869851)
* merge po/help from rosetta to ensure that the translated
  manual is there, this is not delivered via langpacks
  (LP: #869935)
* test/test_database.py:
  - use sc.staging.ubuntu.com for the testing of the license
    string data
* softwarecenter/db/application.py:
  - fix missing i18n for license send from the software-center-agent
    server

163. By Michael Vogt

[ Gary Lasker ]
* softwarecenter/ui/gtk3/panes/pendingpane.py:
  - be more robust about errors when cancelling a transaction
    from the pending pane (LP: #861129)
* softwarecenter/ui/gtk3/app.py:
  - fix crash in on_menu_edit_activate() (LP: #861862)
* softwarecenter/ui/gtk3/panes/installedpane.py:
  - fix crash in _row_visibility_func() (LP: #834893)
* softwarecenter/ui/gtk3/views/appview.py:
  - fix crash in display_matches() (LP: #843795)

[ Michael Vogt ]
* softwarecenter/ui/gtk3/widgets/buttons.py:
  - fix incorrect i18n for the "More" button in the main screen
    (LP: #868952), thanks to David Planella
* softwarecenter/db/categories.py:
  - fix regression when reading translated category names for
    directory types with no X-Ubuntu-Gettext-Domain (LP: #868963)

[ Gabor Kelemen ]
* Translate Our star apps heading on the list of the star apps.
  LP: #869038

162. By Michael Vogt

* softwarecenter/ui/gtk3/widgets/exhibits.py:
  - force no line wrap for the header (LP: #867821)

161. By Gary Lasker

* softwarecenter/db/application.py:
  - fix crash when installing a standalone deb (LP: #868333)

160. By Michael Vogt

[ Michael Vogt ]
* softwarecenter/ui/gtk3/widgets/reviews.py:
  - Fix i18n bug in the error string for the reviews. This
    adds two new strings for a rare error message in the UI that
    was previously not translatable. Thanks to David Planella
* softwarecenter/db/database.py:
  - when adding a new database (e.g. on reinstall-previous purchases)
    trigger a "reopen" to ensure that the db docids are reinitialized
* apt-xapian-index-plugin/software-center.py:
  - do not crash if a apt.Package.candidate has no url (LP: #819907)
* softwarecenter/ui/gtk3/views/catview_gtk.py:
  - only show the frame with new apps if we actually have information
    about new applications (LP: #862382)

[ Robert Roth ]
* softwarecenter/ui/gtk3/widgets/apptreeview.py:
  - fix crash in clear_model() (LP: #863233)

[ Gary Lasker ]
* debian/control:
  - add dependency on python-gobject-cairo to prevent crash
    at startup (LP: #829067)
* softwarecenter/db/application.py,
  softwarecenter/db/update.py,
  softwarecenter/distro/Ubuntu.py,
  softwarecenter/enums.py:
  - display the correct license type for commercial apps as
    specified via the software-center-agent (LP: #864706)

[ Matthew McGowan ]
* lp:~mmcg069/software-center/bug855666:
  - add missing linewrap (LP: #855666)
* lp:~mmcg069/software-center/bug858639 :
  - fix crash when data can not be parsed from the remote reviews server
    LP: #858639

Branch metadata

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

Subscribers