~ubuntu-branches/ubuntu/karmic/software-store/karmic

« back to all changes in this revision

Viewing changes to softwarestore/view/catview.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-09-10 16:13:57 UTC
  • Revision ID: james.westby@ubuntu.com-20090910161357-og1z58504dqht7xl
Tags: 0.3.1
* softwarestore/app.py, softwarestore/view/appdetailsview.py:
  - send pkgname instead of apt.Package object in the selected
    signal (LP: #427157)
* softwarestore/view/availablepane.py:
  - Show installed software in the "Get Free Software" pane
    as well (as the spec says) LP: #427014
* softwarestore/view/appview.py:
  - log icon_load errors only in loglevel DEBUG to avoid
    noise on the console
* softwarestore/view/searchentry.py:
  - grab focus when clear icon is clicked (LP: #421552)
* data/ui/SoftwareStore.ui:
  - adjust default size so that all icons fit into the
    window in a english locale (thanks to mac_v)
* updated icon (LP: #427279)
* properly update the current app list (ensure installed emblems
  are good) if the cache is re-opened
* when the cache is refreshed, ensure that the scrolled position
  is kept

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import os
26
26
import xapian
27
27
 
28
 
from wkwidget import WebkitWidget
 
28
from widgets.wkwidget import WebkitWidget
29
29
 
30
30
from gettext import gettext as _
31
31
from xml.etree import ElementTree as ET