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

« back to all changes in this revision

Viewing changes to data/ui/SoftwareStore.ui

  • 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:
5
5
  <object class="GtkWindow" id="window_main">
6
6
    <property name="title" translatable="yes">Ubuntu Software Store</property>
7
7
    <property name="window_position">center</property>
8
 
    <property name="default_width">800</property>
 
8
    <property name="default_width">850</property>
9
9
    <property name="default_height">500</property>
10
 
    <property name="icon_name">software-store</property>
 
10
    <property name="icon_name">softwarestore</property>
11
11
    <signal name="delete_event" handler="on_window_main_delete_event"/>
12
12
    <child>
13
13
      <object class="GtkVBox" id="vbox1">