lp:ubuntu/lucid-updates/software-center

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/lucid-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

49. By Gary Lasker

* softwarecenter/view/viewswitcher.py:
  - fix crash if partner channel cannot be detected
    (LP: #606452)

48. By Michael Vogt

[ Gary Lasker ]
* softwarecenter/view/viewswitcher.py:
  - only reselect a channel node when a model is available
    (LP: #578497)

[ Michael Vogt ]
* softwarecenter/view/viewswitcher.py:
  - remove specal cases for partner now that soyuz
    LP: #552560 is fixed (LP: #604693)

47. By Michael Vogt

[ Olivier Tilloy ]
* Fix the database update when run with a Turkish locale
  (patch by M. Vefa Bicakci). LP: #581207

[ Michael Vogt ]
* softwarecenter/view/installedpane.py:
  - do not crash if model is None (LP: #586306)

[ Matthew McGowan ]
* Fix draw artifacts in the back/forward buttons when the widgets
  are resized (lp:~mmcg069/software-center/backforward-redraw-fix)
  Fixes LP: #582143

46. By Michael Vogt

Re-claim used memory after updating an existing AppStore with a
new one (LP: #577540), thanks to Olivier Tilloy

45. By Michael Vogt

[ Michael Vogt ]
* debian/control:
  - updated Vcs-Bzr location to point to lucid branch
* softwarecenter/apt/aptcache.py:
  - fix flickering when a application is instaleld (LP: #563163)

[ Olivier Tilloy ]
* data/templates/AppDetailsView.html:
  - fix missing padding for small details window sizes (LP: #560026)
* softwarecenter/view/widgets/searchentry.py:
 - Set the search entry's text color to black when not empty.
   This makes it readable on dark themes with a light text color by
   default (LP: #500174)
* softwarecenter/app.py:
  - avoid 100% usage when waiting for software-sources to finish
    (LP: #459521)
* softwarecenter/view/navhistory.py:
  - keep the search terms updated to ensure the navigation history
    always has the latest used search terms (LP: #537512)

[ Kiwinote ]
* data/featured.menu.in:
  - Update featured applications list per Desktop team (LP: #548534)
  - Feature 'fretsonfire-game' rather than 'fretsonfire' (LP: #538646)

44. By Michael Vogt

* softwarecenter/view/appview.py:
  - improve responsiveness of the listview by caching the
    rendered icons (LP: #556290)

43. By Michael Vogt

[ Olivier Tilloy ]
* When computing the size of a PathPart, always set the requested height
  of the parent PathBar. This prevents the navigation bar from
  "disappearing" (its height was somehow set to 1) (LP: #564042)

[ Michael Vogt ]
* cherry r730 lp:~mmcg069/software-center/minor-change/changes:
  - fix CellRendererAppView text rendering when using hicolor gtk theme
  (LP: #564694)
* softwarecenter/view/viewswitcher.py:
  - fix displaying duplicated entries in the partner channel
    (LP: #564789)
* softwarecenter/view/availablepane.py,
  softwarecenter/view/channelpane.py,
  softwarecenter/view/installedpane.py:
  - only send size information signals if we actually have a model
    (LP: #564756)
* softwarecenter/view/availablepane.py:
  - if we get a "search-terms-changed" signal while in the applicatin
    details page it got delivered asynchronously and must be discarded
    (LP: #563524)

42. By Michael Vogt

[ Michael Vogt ]
* softwarecenter/view/channelpane.py:
  - fix crash when gdk window is not (yet) available (LP: #560320)
* softwarecenter/view/appdetailsview.py,
  softwarecenter/distro/__init__.py,
  softwarecenter/distro/Ubuntu.py:
  - do not show "Free" for packages from the partner repository, we
    don't know the status of the freeness there (LP: #552830)
* merged lp:~vish.../software-center/avoidmonochromeicon, many thanks
* re-enable action button if confirm dialog got canceled (LP: #562810)
* merged lp:~zkrynicki/software-center/improve-html, many thanks
  (final bits for LP: #455320), add simple test

[ Matthew McGowan ]
* softwarecenter/view/availablepane.py:
  - ensure we have a model before sending changed signal (LP: #560967)
* softwarecenter/view/dialogs.py:
  - ensure image size does not grow out of proportion (LP: #560021)
* softwarecenter/view/appview.py:
  - make rows more dynamic (LP: #557798)
* softwarecenter/view/widgets/pathbar_gtk_atk.py:
  - fix resizing bugs in style-set events

[ Gary Lasker ]
* softwarecenter/view/navhistory.py:
  - clear forward navigation history items from the
    stack on an direct navigation, fixes regression
    (LP: #563128)
* softwarecenter/view/channelpane.py:
  - ensure we have a model before sending app-list-changed
    signal (LP: #560716)

41. By Michael Vogt

[ Gary Lasker ]
* softwarecenter/app.py,
  softwarecenter/view/softwarepane.py:
  - correctly refresh the availablepane view on a
    change to software sources (LP: #559539)
* softwarecenter/app.py,
  softwarecenter/view/availablepane.py,
  softwarecenter/view/navhistory.py:
  - clear navigation history on a software channel refresh
    because packages in the history stack might no longer
    be available

[ Michael Vogt ]
* softwarecenter/view/appdetailsview.py:
  - fix displaying removal warning when listview interface buttons
    are used (LP: #561018)

40. By Michael Vogt

[ Gary Lasker ]
* softwarecenter/view/viewswitcher.py:
  - fix intermittent AttributeError if a model doesn't
    exist when checking node expanded state (LP: #554388)
* softwarecenter/view/viewswitcher.py:
  - fix nasty list view errors when disabling partner
    repository (LP: #556995)
* softwarecenter/view/appview.py:
  - fix intermittent AttributeError in row selection
    (LP: #552224)
* softwarecenter/view/availablepane.py:
  - fix double call to set_category method
* softwarecenter/view/channelpane.py,
  softwarecenter/view/installedpane.py:
  - fix bug where clicking the "Search Results" navigation
    button in the "Installed View" or in a PPA/channel
    view has no effect (LP: #559732)
* softwarecenter/view/channelpane.py:
  - fix bug where selecting a new PPA/channel while
    a search is in effect in the current PPA/channel
    does not display the new PPA/channel (LP: #559742)

[ Michael Vogt ]
* softwarecenter/apt/aptcache.py:
  - add file monitor to detect changes in the dpkg status
    when apt is run outside of software-center (LP: #432555)
* softwarecenter/view/appdetailsview.py:
  - only show "needs updating" message if we have a component
    associated with the software-item (LP: #542892)
* softwarecenter/db/database.py:
  - when we have no package and no information no how to get it,
    display unavailable message instead of a empty summary line
* merged lp:~mmcg069/software-center/pathbar-atk
  - this makes the pathbar on top fully accessible with e.g.
    orca (LP: #526384). Also fixes intermittent TypeError bug
    (LP: #558895) and nav button visual artifact when selecting
    a channel (LP: #531724). Many thanks!
* softwarecenter/view/appview.py:
  - avoid blocking if a operation takes long

[ Zygmunt Krynicki ]
* softwarecenter/view/appdetailsview.py:
  - use package name when application name is not available (LP: #549011)

Branch metadata

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

Subscribers