~ubuntu-branches/ubuntu/oneiric/software-center/oneiric

« back to all changes in this revision

Viewing changes to data/ui/gtk3/dialogs.ui

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Gary Lasker, Michael Vogt, Kiwinote, Matthew McGowan
  • Date: 2011-09-29 20:45:22 UTC
  • Revision ID: package-import@ubuntu.com-20110929204522-y06ir434e23bgkpr
Tags: 5.0
[ Gary Lasker ]
* softwarecenter/ui/gtk3/views/appdetailsview.py,
  softwarecenter/ui/gtk3/views/appdetailsview_gtk.py,
  softwarecenter/ui/gtk3/widgets/reviews.py,
  utils/submit_review_gtk3.py:
  - restore the ability to edit or delete your own
    review (LP: #861999)
* softwarecenter/db/application.py:
  - fix TypeError in __init__ (LP: #825729)
* softwarecenter/ui/gtk3/views/appdetailsview_gtk.py:
  - fix crash in _get_app_icon_xy_position_on_screen (LP: #843565)
* softwarecenter/ui/gtk3/panes/softwarepane.py:
  - fix UnicodeDecodeError in on_add_to_launcher (LP: #835337)

[ Michael Vogt ]
* add support for license keys in $HOME
* set correct version number
* utils/submit_review_gtk3.py:
  - translate app name in review title, thanks to Gabor Kelemen 
    (LP: #782146)
* softwarecenter/backend/reviews.py:
  - leave the review sorting to the server now that the rnr-server
    is deployed that sorts properly by wilson_score
* fix None vs "" crashes
* fix another dbus exception when a tid vanishes (LP: #848676), thanks
  to Marc Deslauriers 

[ Kiwinote ]
* softwarecenter/distro/Ubuntu.py:
  - display canonical support text again (LP: #862388)
    (no new strings - there was just some 'if False, display the text' code)

[ Matthew McGowan ]
* data/ui/gtk3/dialogs.ui:
  - fix incorrect sizing of dialogs (LP: #825959, LP: #844014)
* display 'where is it' command line helper for installed apps with
  no desktop_files even when unity is running.'
* set a minimum size for the CategoryTile so all english category 
  names fit to two lines (Computer Science and Robotics took 3 lines 
  to display).
* softwarecenter/ui/gtk3/views/appdetailsview_gtk.py:
  - cleanup dead code

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
          </packing>
60
60
        </child>
61
61
        <child>
62
 
          <object class="GtkAlignment" id="alignment4">
 
62
          <object class="GtkGrid" id="grid1">
63
63
            <property name="visible">True</property>
64
64
            <property name="can_focus">False</property>
65
 
            <property name="top_padding">6</property>
66
 
            <property name="bottom_padding">6</property>
67
 
            <property name="left_padding">6</property>
68
 
            <property name="right_padding">6</property>
 
65
            <property name="row_spacing">24</property>
 
66
            <property name="column_spacing">12</property>
 
67
            <property name="n_rows">2</property>
 
68
            <property name="n_columns">2</property>
69
69
            <child>
70
 
              <object class="GtkTable" id="table3">
 
70
              <object class="GtkLabel" id="label_broken_cache">
71
71
                <property name="visible">True</property>
72
72
                <property name="can_focus">False</property>
73
 
                <property name="n_rows">2</property>
74
 
                <property name="n_columns">2</property>
75
 
                <child>
76
 
                  <object class="GtkLabel" id="label_broken_cache">
77
 
                    <property name="visible">True</property>
78
 
                    <property name="can_focus">False</property>
79
 
                    <property name="xalign">0</property>
80
 
                    <property name="label" translatable="yes">&lt;span weight="bold" font_size="large"&gt;Items cannot be installed or removed 
 
73
                <property name="xalign">0</property>
 
74
                <property name="label" translatable="yes">&lt;span weight="bold" font_size="large"&gt;Items cannot be installed or removed 
81
75
until the package catalog is repaired. Do you want to repair it now?&lt;/span&gt;</property>
82
 
                    <property name="use_markup">True</property>
83
 
                    <property name="wrap">True</property>
84
 
                  </object>
85
 
                  <packing>
86
 
                    <property name="left_attach">1</property>
87
 
                    <property name="right_attach">2</property>
88
 
                    <property name="y_options"></property>
89
 
                    <property name="x_padding">6</property>
90
 
                    <property name="y_padding">6</property>
91
 
                  </packing>
92
 
                </child>
93
 
                <child>
94
 
                  <object class="GtkImage" id="image_package_icon2">
95
 
                    <property name="visible">True</property>
96
 
                    <property name="can_focus">False</property>
97
 
                    <property name="pixel_size">48</property>
98
 
                    <property name="icon_name">softwarecenter</property>
99
 
                  </object>
100
 
                  <packing>
101
 
                    <property name="x_options"></property>
102
 
                    <property name="y_options"></property>
103
 
                    <property name="x_padding">6</property>
104
 
                    <property name="y_padding">6</property>
105
 
                  </packing>
106
 
                </child>
107
 
                <child>
108
 
                  <object class="GtkLabel" id="label_broken_cache1">
109
 
                    <property name="visible">True</property>
110
 
                    <property name="can_focus">False</property>
111
 
                    <property name="xalign">0</property>
112
 
                    <property name="label" translatable="yes">Once Update Manager has finished the repairs, you can close it and return to the store.</property>
113
 
                    <property name="use_markup">True</property>
114
 
                    <property name="wrap">True</property>
115
 
                  </object>
116
 
                  <packing>
117
 
                    <property name="left_attach">1</property>
118
 
                    <property name="right_attach">2</property>
119
 
                    <property name="top_attach">1</property>
120
 
                    <property name="bottom_attach">2</property>
121
 
                    <property name="y_options"></property>
122
 
                    <property name="y_padding">6</property>
123
 
                  </packing>
124
 
                </child>
125
 
                <child>
126
 
                  <object class="GtkLabel" id="label1">
127
 
                    <property name="visible">True</property>
128
 
                    <property name="can_focus">False</property>
129
 
                    <property name="label" translatable="yes"> </property>
130
 
                  </object>
131
 
                  <packing>
132
 
                    <property name="top_attach">1</property>
133
 
                    <property name="bottom_attach">2</property>
134
 
                    <property name="x_options"></property>
135
 
                    <property name="y_options"></property>
136
 
                  </packing>
137
 
                </child>
138
 
              </object>
 
76
                <property name="use_markup">True</property>
 
77
                <property name="wrap">True</property>
 
78
              </object>
 
79
              <packing>
 
80
                <property name="left_attach">1</property>
 
81
                <property name="top_attach">0</property>
 
82
                <property name="width">1</property>
 
83
                <property name="height">1</property>
 
84
              </packing>
 
85
            </child>
 
86
            <child>
 
87
              <object class="GtkImage" id="image_package_icon2">
 
88
                <property name="visible">True</property>
 
89
                <property name="can_focus">False</property>
 
90
                <property name="pixel_size">48</property>
 
91
                <property name="icon_name">softwarecenter</property>
 
92
              </object>
 
93
              <packing>
 
94
                <property name="left_attach">0</property>
 
95
                <property name="top_attach">0</property>
 
96
                <property name="width">1</property>
 
97
                <property name="height">1</property>
 
98
              </packing>
 
99
            </child>
 
100
            <child>
 
101
              <object class="GtkLabel" id="label_broken_cache1">
 
102
                <property name="visible">True</property>
 
103
                <property name="can_focus">False</property>
 
104
                <property name="xalign">0</property>
 
105
                <property name="label" translatable="yes">Once Update Manager has finished the repairs, you can close it and return to the store.</property>
 
106
                <property name="use_markup">True</property>
 
107
                <property name="wrap">True</property>
 
108
              </object>
 
109
              <packing>
 
110
                <property name="left_attach">1</property>
 
111
                <property name="top_attach">1</property>
 
112
                <property name="width">1</property>
 
113
                <property name="height">1</property>
 
114
              </packing>
 
115
            </child>
 
116
            <child>
 
117
              <object class="GtkLabel" id="label1">
 
118
                <property name="visible">True</property>
 
119
                <property name="can_focus">False</property>
 
120
                <property name="label" translatable="yes"> </property>
 
121
              </object>
 
122
              <packing>
 
123
                <property name="left_attach">0</property>
 
124
                <property name="top_attach">1</property>
 
125
                <property name="width">1</property>
 
126
                <property name="height">1</property>
 
127
              </packing>
139
128
            </child>
140
129
          </object>
141
130
          <packing>
142
 
            <property name="expand">False</property>
143
 
            <property name="fill">False</property>
 
131
            <property name="expand">True</property>
 
132
            <property name="fill">True</property>
144
133
            <property name="position">1</property>
145
134
          </packing>
146
135
        </child>
302
291
    <property name="can_focus">False</property>
303
292
    <property name="border_width">5</property>
304
293
    <property name="title"> </property>
 
294
    <property name="resizable">False</property>
305
295
    <property name="modal">True</property>
306
 
    <property name="window_position">center</property>
 
296
    <property name="window_position">center-on-parent</property>
307
297
    <property name="type_hint">dialog</property>
308
298
    <property name="skip_taskbar_hint">True</property>
 
299
    <property name="deletable">False</property>
309
300
    <child internal-child="vbox">
310
301
      <object class="GtkBox" id="dialog-vbox6">
311
302
        <property name="visible">True</property>
356
347
          </packing>
357
348
        </child>
358
349
        <child>
359
 
          <object class="GtkAlignment" id="alignment2">
 
350
          <object class="GtkGrid" id="grid2">
360
351
            <property name="visible">True</property>
361
352
            <property name="can_focus">False</property>
362
 
            <property name="top_padding">6</property>
363
 
            <property name="bottom_padding">6</property>
364
 
            <property name="left_padding">6</property>
365
 
            <property name="right_padding">6</property>
366
 
            <child>
367
 
              <object class="GtkTable" id="table1">
368
 
                <property name="visible">True</property>
369
 
                <property name="can_focus">False</property>
370
 
                <property name="n_rows">2</property>
371
 
                <property name="n_columns">2</property>
372
 
                <child>
373
 
                  <object class="GtkImage" id="image_package_icon">
374
 
                    <property name="visible">True</property>
375
 
                    <property name="can_focus">False</property>
376
 
                    <property name="pixel_size">48</property>
377
 
                    <property name="icon_name">applications-other</property>
378
 
                  </object>
379
 
                  <packing>
380
 
                    <property name="x_options"></property>
381
 
                    <property name="y_options"></property>
382
 
                    <property name="x_padding">6</property>
383
 
                    <property name="y_padding">6</property>
384
 
                  </packing>
385
 
                </child>
386
 
                <child>
387
 
                  <object class="GtkLabel" id="label_dependency_primary">
388
 
                    <property name="visible">True</property>
389
 
                    <property name="can_focus">False</property>
390
 
                    <property name="xalign">0</property>
391
 
                    <property name="use_markup">True</property>
392
 
                    <property name="wrap">True</property>
393
 
                  </object>
394
 
                  <packing>
395
 
                    <property name="left_attach">1</property>
396
 
                    <property name="right_attach">2</property>
397
 
                    <property name="x_options">GTK_FILL</property>
398
 
                    <property name="y_options"></property>
399
 
                    <property name="x_padding">6</property>
400
 
                    <property name="y_padding">6</property>
401
 
                  </packing>
402
 
                </child>
403
 
                <child>
404
 
                  <object class="GtkViewport" id="viewport1">
405
 
                    <property name="visible">True</property>
406
 
                    <property name="can_focus">False</property>
407
 
                    <property name="resize_mode">queue</property>
 
353
            <property name="row_spacing">6</property>
 
354
            <property name="column_spacing">6</property>
 
355
            <property name="n_rows">2</property>
 
356
            <property name="n_columns">2</property>
 
357
            <child>
 
358
              <object class="GtkImage" id="image_package_icon">
 
359
                <property name="visible">True</property>
 
360
                <property name="can_focus">False</property>
 
361
                <property name="pixel_size">48</property>
 
362
                <property name="icon_name">applications-other</property>
 
363
              </object>
 
364
              <packing>
 
365
                <property name="left_attach">0</property>
 
366
                <property name="top_attach">0</property>
 
367
                <property name="width">1</property>
 
368
                <property name="height">1</property>
 
369
              </packing>
 
370
            </child>
 
371
            <child>
 
372
              <object class="GtkLabel" id="label_dependency_primary">
 
373
                <property name="visible">True</property>
 
374
                <property name="can_focus">False</property>
 
375
                <property name="xalign">0</property>
 
376
                <property name="use_markup">True</property>
 
377
                <property name="wrap">True</property>
 
378
              </object>
 
379
              <packing>
 
380
                <property name="left_attach">1</property>
 
381
                <property name="top_attach">0</property>
 
382
                <property name="width">1</property>
 
383
                <property name="height">1</property>
 
384
              </packing>
 
385
            </child>
 
386
            <child>
 
387
              <object class="GtkViewport" id="viewport1">
 
388
                <property name="visible">True</property>
 
389
                <property name="can_focus">False</property>
 
390
                <property name="resize_mode">queue</property>
 
391
                <child>
 
392
                  <object class="GtkScrolledWindow" id="scrolledwindow_dependencies">
 
393
                    <property name="height_request">150</property>
 
394
                    <property name="visible">True</property>
 
395
                    <property name="can_focus">True</property>
 
396
                    <property name="hscrollbar_policy">never</property>
 
397
                    <property name="shadow_type">etched-in</property>
408
398
                    <child>
409
 
                      <object class="GtkScrolledWindow" id="scrolledwindow_dependencies">
410
 
                        <property name="height_request">150</property>
411
 
                        <property name="visible">True</property>
412
 
                        <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
413
 
                        <property name="can_focus">True</property>
414
 
                        <property name="hscrollbar_policy">never</property>
415
 
                        <child>
416
 
                          <placeholder/>
417
 
                        </child>
418
 
                      </object>
 
399
                      <placeholder/>
419
400
                    </child>
420
401
                  </object>
421
 
                  <packing>
422
 
                    <property name="left_attach">1</property>
423
 
                    <property name="right_attach">2</property>
424
 
                    <property name="top_attach">1</property>
425
 
                    <property name="bottom_attach">2</property>
426
 
                    <property name="x_padding">6</property>
427
 
                    <property name="y_padding">6</property>
428
 
                  </packing>
429
 
                </child>
430
 
                <child>
431
 
                  <object class="GtkLabel" id="label2">
432
 
                    <property name="visible">True</property>
433
 
                    <property name="can_focus">False</property>
434
 
                    <property name="label" translatable="yes"> </property>
435
 
                  </object>
436
 
                  <packing>
437
 
                    <property name="top_attach">1</property>
438
 
                    <property name="bottom_attach">2</property>
439
 
                    <property name="x_options"></property>
440
 
                    <property name="y_options"></property>
441
 
                  </packing>
442
 
                </child>
443
 
              </object>
 
402
                </child>
 
403
              </object>
 
404
              <packing>
 
405
                <property name="left_attach">1</property>
 
406
                <property name="top_attach">1</property>
 
407
                <property name="width">1</property>
 
408
                <property name="height">1</property>
 
409
              </packing>
 
410
            </child>
 
411
            <child>
 
412
              <object class="GtkLabel" id="label2">
 
413
                <property name="visible">True</property>
 
414
                <property name="can_focus">False</property>
 
415
                <property name="label" translatable="yes"> </property>
 
416
              </object>
 
417
              <packing>
 
418
                <property name="left_attach">1</property>
 
419
                <property name="top_attach">0</property>
 
420
                <property name="width">1</property>
 
421
                <property name="height">1</property>
 
422
              </packing>
 
423
            </child>
 
424
            <child>
 
425
              <placeholder/>
444
426
            </child>
445
427
          </object>
446
428
          <packing>
447
 
            <property name="expand">False</property>
 
429
            <property name="expand">True</property>
448
430
            <property name="fill">True</property>
449
431
            <property name="position">1</property>
450
432
          </packing>