~ubuntu-branches/ubuntu/lucid/software-center/lucid

« back to all changes in this revision

Viewing changes to data/ui/SoftwareCenter.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Michael Vogt, Gary Lasker
  • Date: 2010-03-23 10:13:26 UTC
  • Revision ID: james.westby@ubuntu.com-20100323101326-2gvkw8cof6swd0mg
Tags: 1.1.18
[ Michael Vogt ]
* data/templates/AppDetailsView.html:
  - cherry pick progress nice bar improvements from 
    Michael Forrest (many thanks)
* softwarecenter/view/appdetailsview.py:
  - show correct maintenance status for non applications
    (LP: #538172)
* softwarecenter/view/appview.py:
  - use "ubuntu-almost-fixed-height-mode" when available
    to speed up the treeview drawing significantly
    (LP: #514879)
* softwarecenter/view/softwarepane.py:
  - set show_ratings to "false" because ratings&reviews are
    cancelt for lucid (LP: #538129)
* softwarecenter/view/appview.py:
  - only show active pane ratings if show_ratings is true

[ Gary Lasker ]
* data/ui/SoftwareCenter.ui:
  - don't translate available pane notebook labels
    (LP: #539371)
* softwarecenter/view/viewswitcher.py:
  - when collapsing a node in the left pane (e.g. "Get Software"),
    select the node (LP: 532774) 
* softwarecenter/view/appview.py:
  - tweak padding in list view buttons (LP: #537524)  
* data/templates/AppDetailsView.html,
  data/templates/CategoriesView.html:
  - set following items as not draggable; screenshot thumbnail
    in details view, "Featured Applications" icon and general
    images in categories view (LP: #530163)

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
                <child type="tab">
315
315
                  <object class="GtkLabel" id="label1">
316
316
                    <property name="visible">True</property>
317
 
                    <property name="label" translatable="yes">available</property>
 
317
                    <property name="label">available</property>
318
318
                  </object>
319
319
                  <packing>
320
320
                    <property name="tab_fill">False</property>
334
334
                <child type="tab">
335
335
                  <object class="GtkLabel" id="label5">
336
336
                    <property name="visible">True</property>
337
 
                    <property name="label" translatable="yes">channel</property>
 
337
                    <property name="label">channel</property>
338
338
                  </object>
339
339
                  <packing>
340
340
                    <property name="position">1</property>
355
355
                <child type="tab">
356
356
                  <object class="GtkLabel" id="label2">
357
357
                    <property name="visible">True</property>
358
 
                    <property name="label" translatable="yes">installed</property>
 
358
                    <property name="label">installed</property>
359
359
                  </object>
360
360
                  <packing>
361
361
                    <property name="position">1</property>
402
402
                <child type="tab">
403
403
                  <object class="GtkLabel" id="label4">
404
404
                    <property name="visible">True</property>
405
 
                    <property name="label" translatable="yes">pending</property>
 
405
                    <property name="label">pending</property>
406
406
                  </object>
407
407
                  <packing>
408
408
                    <property name="position">3</property>