lp:~brian-murray/software-center/apport-hook

Created by Brian Murray and last modified
Get this branch:
bzr branch lp:~brian-murray/software-center/apport-hook
Only Brian Murray can upload to this branch. If you are Brian Murray please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brian Murray
Project:
Ubuntu Software Center
Status:
Development

Recent revisions

134. By Brian Murray

add in an apport package hook for software-center that adds
software-center.log to bug reports

133. By Michael Vogt

[ Gary Lasker ]
* data/ui/SoftwareCenter.ui,
  softwarecenter/app.py,
  softwarecenter/enums.py,
  softwarecenter/ui/gtk/appview.py:
  - implement history navigation using the mouse back/forward
    buttons (LP: #782661)
* softwarecenter/app.py,
  softwarecenter/backend/channel.py,
  softwarecenter/ui/gtk/appdetailsview_gtk.py,
  softwarecenter/ui/gtk/catview_gtk.py,
  softwarecenter/ui/gtk/channelpane.py,
  softwarecenter/ui/gtk/softwarepane.py:
  - refactor/simplify the view background overlay code and
    fix issue where the background image is sometimes not
    rendered for installed channels (LP: #724724)
 * setup.py:
  - update script name to x2go_helper.py for happier build

[ Michael Vogt ]
* merged lp:~alexeftimie/software-center/debian-small-fixes, many
  thanks!
* merged lp:~alexeftimie/software-center/backend-refactor to
  cleanup more code
* merged lp:~weblive-dev/software-center/weblive-x2go, many thanks
  to Stephane Graber!
* merged lp:~aaronp/software-center/lp790450-for-4.0, many thanks
  to Aaron Peachey
* add support for X-AppInstall-Icon-Url (and also icon_url from
  SoftwareCenterAgent)
* merged lp:~mterry/software-center/network-manager-0.9, many
  thanks to Michael Terry
* merged lp:~mmcg069/software-center/enum-style-idea, this cleans
  up the the enum code handling, many thanks!
* integration work on the qml branch
* merged lp:~evfool/software-center/fix793896, many thanks to
  Robert Roth, LP: #793896

[ Olivier Tilloy ]
* add QML ui frontend (lp:~osomon/software-center/qml)

132. By Michael Vogt

[ Michael Vogt ]
* utils/update-software-center-agent:
  - check for SOFTWARE_CENTER_NO_SC_AGENT in the environment
    and if found, do not run the update-software-center-agent
    command
* apt-xapian-index-plugin/software-center.py:
  - fix incorrect enums import

[ Gary Lasker ]
* merged lp:~evfool/software-center/search-suggestions,
  really nice enhancements to the search suggestions
  feature, many thanks Robert Roth! (LP: #681476)

131. By Michael Vogt

[ Michael Vogt ]
* merged lp:~mvo/software-center/refactor, no user visible
  changes, only code cleanup
* merged lp:~mvo/software-center/pyflakes, no user visible
  changes, only code cleanup
* enforce pyflakes cleaness on bzr-buildpackage
* merged lp:~mvo/software-center/review-language-fallback
  to support fallback to other languages if there are no
  reviews in the native language
* merged lp:~evfool/software-center/fix506419, many thanks!
  (LP: #506419)

[ Gary Lasker ]
* softwarecenter/app.py:
  - expand the "Get Software" item in the viewswitcher by default
    so that its subitems are always visible and available
    (LP: #774590)
* merged lp:~aaronp/software-center/refactoring, many thanks
  to Aaron Peachey
* softwarecenter/app.py,
  softwarecenter/backend/restfulclient.py,
  softwarecenter/backend/rnrclient.py,
  softwarecenter/db/update.py:
  - fix some root logger warnings, other cleanup
* merged lp:~evfool/software-center/carouseltransition, very
  nice effect, many thanks Robert Roth (LP: #633193)
* softwarecenter/ui/gtk/availablepane.py,
  softwarecenter/ui/gtk/catview_gtk.py:
  - jumpstart Featured and What's New carousel transitions
    on launch (LP: #786403)

130. By Michael Vogt

* applied patch from Andrew Higginson to make the border around
  the status bar a bit bigger, many thanks!
* merged lp:~evfool/software-center/smallfixes, many thanks
  to Robert Roth
* softwarecenter/apt/apthistory.py:
  - ignore corrupted apthistory.p files

129. By Michael Vogt

[ Gary Lasker ]
* softwarecenter/utils.py,
  test/test_unity_launcher_integration.py:
  - fix intermittent crash when installing a local .deb,
    add corresponding test case (LP: #768158)
* softwarecenter/db/reviews.py,
  test/test_reviews.py:
  - sort reviews using upstream package versions to fix
    incorrect sort by usefulness, update unit test
    (LP: #777583)

[ Aaron Peachey ]
* utils/update-software-center, utils/update-software-center-agent
  - fix 'no log handler' error on update-software-center (LP #728896)
* lp:~aaronp/software-center/enhance-usefulness:
  - load/cache users usefulnes votes
* add utils/get_useful_votes_helper.py to the setup scripts

[ Michael Vogt ]
* merged lp:~weblive-dev/software-center/weblive-set-locale, many
  thanks
* support pagination ("Show more reviews" button) when there are
  more reviews than fitting in a returned "page"
* utils/get_reviews_helper.py:
  - if there are no reviews for the current distroseries, fallback
    to the previous one (LP: #783331)
* updated tests for oneiric

128. By Michael Vogt

* merged lp:~evfool/software-center/fix739272
* merged lp:~mmcg069/software-center/Bug747172
* merged lp:~aaronp/software-center/review-error-messages
* utils/submit_review.py:
  - pyflakes based cleanup
* softwarecenter/utils.py:
  - fix a bunch warnings about logging to the root logger

127. By Michael Vogt

[ Gary Lasker ]
* softwarecenter/view/softwarepane.py:
  - display the offer to add an application to the launcher
    for the duration of the time that the details view
    is showing (LP: #765389)

[ Michael Vogt ]
* test/test_unity_launcher_integration.py:
  - update tests
* update version number for natty-final

126. By Michael Vogt

* softwarecenter/log.py:
  - deal with not accessible ~/.cache/software-center directory
    (LP: #688682)
* softwarecenter/paths.py:
  - check for SUDO_USER before xdg is imported, otherwise the
    check has no effect (LP: #688682)
* softwarecenter/{paths,enums}.py, utils/update-software-center-agent:
  - remove unneeded xdg.BaseDirectory import
* utils/update-software-center-agent, softwarecenter/enums.py:
  - remove unused imports, make imports explicit (thanks pyflakes)

125. By Michael Vogt

[ Michael Vogt ]
* utils/submit_review.py:
  - add missing gettext call
* softwarecenter/view/widgets/reviews.py:
  - fix i18n for strings in class data

[ Gary Lasker ]
* softwarecenter/backend/channel.py:
  - don't display private PPA sources for purchased
    items (LP: #748459)

Branch metadata

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

Subscribers