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

« back to all changes in this revision

Viewing changes to data/ubuntu-software-store.desktop.in

  • 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:
3
3
_GenericName=Software Store
4
4
_Comment=Lets you choose from thousands of free applications available for Ubuntu
5
5
Exec=/usr/bin/software-store
6
 
Icon=software-store
 
6
Icon=softwarestore
7
7
Terminal=false
8
8
Type=Application
9
9
Categories=PackageManager;GTK;System;Settings