~ubuntu-branches/ubuntu/raring/shotwell/raring

« back to all changes in this revision

Viewing changes to ui/shotwell.glade

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Robert Ancell, Alberto Mardegan
  • Date: 2012-08-28 16:57:19 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120828165719-p6ep5hdo24rssreo
Tags: 0.12.90-0ubuntu1
[ Robert Ancell ]
* New upstream release (LP: #1041011)
* debian/watch:
  - Watch for unstable versions
  - Releases now in .xz format

[ Alberto Mardegan ]
* debian/patches/06_uoa.patch:
  - updated for the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-requires Shotwell 0.0 -->
5
 
  <!-- interface-naming-policy project-wide -->
 
3
  <!-- interface-requires gtk+ 3.0 -->
6
4
  <object class="GtkDialog" id="Search criteria">
7
5
    <property name="can_focus">False</property>
8
6
    <property name="border_width">5</property>
13
11
    <property name="type_hint">dialog</property>
14
12
    <property name="skip_taskbar_hint">True</property>
15
13
    <child internal-child="vbox">
16
 
      <object class="GtkVBox" id="dialog-vbox6">
 
14
      <object class="GtkBox" id="dialog-vbox6">
17
15
        <property name="visible">True</property>
18
16
        <property name="can_focus">False</property>
 
17
        <property name="orientation">vertical</property>
19
18
        <property name="spacing">2</property>
20
19
        <child internal-child="action_area">
21
 
          <object class="GtkHButtonBox" id="search dialog buttons">
 
20
          <object class="GtkButtonBox" id="search dialog buttons">
22
21
            <property name="visible">True</property>
23
22
            <property name="can_focus">False</property>
24
23
            <property name="layout_style">end</property>
38
37
            <property name="visible">True</property>
39
38
            <property name="can_focus">False</property>
40
39
            <child>
41
 
              <object class="GtkHBox" id="hbox3">
 
40
              <object class="GtkBox" id="hbox3">
42
41
                <property name="visible">True</property>
43
42
                <property name="can_focus">False</property>
44
43
                <child>
64
63
                    <property name="width_chars">20</property>
65
64
                    <property name="primary_icon_activatable">False</property>
66
65
                    <property name="secondary_icon_activatable">False</property>
67
 
                    <property name="primary_icon_sensitive">True</property>
68
 
                    <property name="secondary_icon_sensitive">True</property>
69
66
                  </object>
70
67
                  <packing>
71
68
                    <property name="expand">True</property>
100
97
            <property name="visible">True</property>
101
98
            <property name="can_focus">False</property>
102
99
            <child>
103
 
              <object class="GtkHBox" id="hbox2">
 
100
              <object class="GtkBox" id="hbox2">
104
101
                <property name="visible">True</property>
105
102
                <property name="can_focus">False</property>
106
103
                <property name="spacing">10</property>
152
149
                <child>
153
150
                  <object class="GtkButton" id="Add search button">
154
151
                    <property name="label"> + </property>
 
152
                    <property name="use_action_appearance">False</property>
155
153
                    <property name="visible">True</property>
156
154
                    <property name="can_focus">True</property>
157
155
                    <property name="receives_default">True</property>
186
184
          </packing>
187
185
        </child>
188
186
        <child>
189
 
          <object class="GtkVBox" id="row_box">
 
187
          <object class="GtkBox" id="row_box">
190
188
            <property name="visible">True</property>
191
189
            <property name="can_focus">False</property>
 
190
            <property name="orientation">vertical</property>
192
191
            <child>
193
192
              <placeholder/>
194
193
            </child>
208
207
    <property name="page_increment">1000</property>
209
208
    <property name="page_size">1000</property>
210
209
  </object>
211
 
  <object class="GtkVBox" id="plugin-manifest">
212
 
    <property name="visible">True</property>
213
 
    <property name="can_focus">False</property>
 
210
  <object class="GtkBox" id="dialog-vbox2">
 
211
    <property name="visible">True</property>
 
212
    <property name="can_focus">False</property>
 
213
    <property name="orientation">vertical</property>
 
214
    <child>
 
215
      <object class="GtkLabel" id="label">
 
216
        <property name="visible">True</property>
 
217
        <property name="can_focus">False</property>
 
218
        <property name="xalign">0</property>
 
219
        <property name="xpad">4</property>
 
220
        <property name="label" translatable="yes">label</property>
 
221
      </object>
 
222
      <packing>
 
223
        <property name="expand">False</property>
 
224
        <property name="fill">True</property>
 
225
        <property name="padding">4</property>
 
226
        <property name="position">0</property>
 
227
      </packing>
 
228
    </child>
 
229
    <child>
 
230
      <object class="GtkEntry" id="entry">
 
231
        <property name="visible">True</property>
 
232
        <property name="can_focus">True</property>
 
233
        <property name="margin_left">7</property>
 
234
        <property name="margin_right">7</property>
 
235
        <property name="margin_bottom">2</property>
 
236
        <property name="invisible_char">●</property>
 
237
        <property name="activates_default">True</property>
 
238
      </object>
 
239
      <packing>
 
240
        <property name="expand">False</property>
 
241
        <property name="fill">True</property>
 
242
        <property name="padding">1</property>
 
243
        <property name="position">1</property>
 
244
      </packing>
 
245
    </child>
 
246
    <child>
 
247
      <placeholder/>
 
248
    </child>
 
249
  </object>
 
250
  <object class="GtkBox" id="plugin-manifest">
 
251
    <property name="visible">True</property>
 
252
    <property name="can_focus">False</property>
 
253
    <property name="orientation">vertical</property>
214
254
    <child>
215
255
      <object class="GtkAlignment" id="plugin-list-alignment">
216
256
        <property name="visible">True</property>
220
260
            <property name="visible">True</property>
221
261
            <property name="can_focus">True</property>
222
262
            <property name="hscrollbar_policy">never</property>
223
 
            <property name="vscrollbar_policy">automatic</property>
224
263
            <property name="shadow_type">etched-in</property>
225
264
            <child>
226
265
              <placeholder/>
242
281
        <child>
243
282
          <object class="GtkButton" id="about-plugin-button">
244
283
            <property name="label">gtk-about</property>
 
284
            <property name="use_action_appearance">False</property>
245
285
            <property name="visible">True</property>
246
286
            <property name="can_focus">True</property>
247
287
            <property name="receives_default">True</property>
271
311
    <property name="type_hint">dialog</property>
272
312
    <property name="skip_taskbar_hint">True</property>
273
313
    <child internal-child="vbox">
274
 
      <object class="GtkVBox" id="dialog-vbox3">
 
314
      <object class="GtkBox" id="dialog-vbox3">
275
315
        <property name="visible">True</property>
276
316
        <property name="can_focus">False</property>
 
317
        <property name="orientation">vertical</property>
277
318
        <child internal-child="action_area">
278
 
          <object class="GtkHButtonBox" id="dialog-action_area3">
 
319
          <object class="GtkButtonBox" id="dialog-action_area3">
279
320
            <property name="visible">True</property>
280
321
            <property name="can_focus">False</property>
281
322
            <property name="layout_style">end</property>
282
323
            <child>
283
324
              <object class="GtkButton" id="close_button">
284
325
                <property name="label">gtk-close</property>
 
326
                <property name="use_action_appearance">False</property>
285
327
                <property name="visible">True</property>
286
328
                <property name="can_focus">True</property>
287
329
                <property name="can_default">True</property>
335
377
                      </packing>
336
378
                    </child>
337
379
                    <child>
338
 
                      <object class="GtkHBox" id="slider container">
 
380
                      <object class="GtkBox" id="slider container">
339
381
                        <property name="visible">True</property>
340
382
                        <property name="can_focus">False</property>
341
383
                        <property name="spacing">6</property>
419
461
                        <child>
420
462
                          <object class="GtkCheckButton" id="autoimport">
421
463
                            <property name="label" translatable="yes">_Watch library directory for new files</property>
 
464
                            <property name="use_action_appearance">False</property>
422
465
                            <property name="visible">True</property>
423
466
                            <property name="can_focus">True</property>
424
467
                            <property name="receives_default">False</property>
468
511
                        <child>
469
512
                          <object class="GtkCheckButton" id="write_metadata">
470
513
                            <property name="label" translatable="yes">Write tags, titles, and other _metadata to photo files</property>
 
514
                            <property name="use_action_appearance">False</property>
471
515
                            <property name="visible">True</property>
472
516
                            <property name="can_focus">True</property>
473
517
                            <property name="receives_default">False</property>
579
623
                        <property name="can_focus">False</property>
580
624
                        <property name="left_padding">10</property>
581
625
                        <child>
582
 
                          <object class="GtkLabel" id="label12">
 
626
                          <object class="GtkLabel" id="dir_structure_label">
583
627
                            <property name="visible">True</property>
584
628
                            <property name="can_focus">False</property>
585
629
                            <property name="xalign">0</property>
586
630
                            <property name="label" translatable="yes">_Directory structure:</property>
587
631
                            <property name="use_underline">True</property>
588
 
                            <property name="mnemonic_widget">library_dir_button</property>
589
632
                          </object>
590
633
                        </child>
591
634
                      </object>
615
658
                        <property name="can_focus">False</property>
616
659
                        <property name="left_padding">34</property>
617
660
                        <child>
618
 
                          <object class="GtkHBox" id="hbox1">
 
661
                          <object class="GtkBox" id="hbox1">
619
662
                            <property name="visible">True</property>
620
663
                            <property name="can_focus">False</property>
621
664
                            <child>
622
665
                              <object class="GtkLabel" id="patern">
623
666
                                <property name="visible">True</property>
624
667
                                <property name="can_focus">False</property>
 
668
                                <property name="xalign">0</property>
 
669
                                <property name="label" translatable="yes">_Pattern:</property>
 
670
                                <property name="use_underline">True</property>
625
671
                                <property name="mnemonic_widget">dir_pattern_entry</property>
626
 
                                <property name="xalign">0</property>
627
 
                                <property name="label" translatable="yes">_Pattern:</property>
628
 
                                <property name="use_underline">True</property>
629
672
                              </object>
630
673
                              <packing>
631
674
                                <property name="expand">True</property>
666
709
                            <property name="invisible_char">•</property>
667
710
                            <property name="primary_icon_activatable">False</property>
668
711
                            <property name="secondary_icon_activatable">False</property>
669
 
                            <property name="primary_icon_sensitive">True</property>
670
 
                            <property name="secondary_icon_sensitive">True</property>
671
712
                          </object>
672
713
                        </child>
673
714
                      </object>
725
766
                        <child>
726
767
                          <object class="GtkCheckButton" id="lowercase">
727
768
                            <property name="label" translatable="yes">R_ename imported files to lowercase</property>
 
769
                            <property name="use_action_appearance">False</property>
728
770
                            <property name="visible">True</property>
729
771
                            <property name="can_focus">True</property>
730
772
                            <property name="receives_default">False</property>
822
864
                <property name="yalign">0</property>
823
865
                <property name="yscale">0</property>
824
866
                <child>
825
 
                  <object class="GtkHBox" id="hbox4">
 
867
                  <object class="GtkBox" id="hbox4">
826
868
                    <property name="visible">True</property>
827
869
                    <property name="can_focus">False</property>
828
870
                    <child>
831
873
                        <property name="can_focus">False</property>
832
874
                        <property name="left_padding">6</property>
833
875
                        <child>
834
 
                          <object class="GtkVBox" id="vbox2">
 
876
                          <object class="GtkBox" id="vbox2">
835
877
                            <property name="visible">True</property>
836
878
                            <property name="can_focus">False</property>
 
879
                            <property name="orientation">vertical</property>
837
880
                            <property name="spacing">6</property>
838
881
                            <child>
839
882
                              <object class="GtkLabel" id="label7">
877
920
                      </packing>
878
921
                    </child>
879
922
                    <child>
880
 
                      <object class="GtkVBox" id="vbox3">
 
923
                      <object class="GtkBox" id="vbox3">
881
924
                        <property name="visible">True</property>
882
925
                        <property name="can_focus">False</property>
 
926
                        <property name="orientation">vertical</property>
883
927
                        <property name="spacing">6</property>
884
928
                        <child>
885
929
                          <object class="GtkComboBox" id="external_photo_editor_combo">
974
1018
      <action-widget response="-5">close_button</action-widget>
975
1019
    </action-widgets>
976
1020
  </object>
977
 
  <object class="TextEntryDialog" id="text_entry_dialog1">
978
 
    <property name="can_focus">False</property>
979
 
    <property name="modal">True</property>
980
 
    <property name="window_position">center-on-parent</property>
981
 
    <property name="destroy_with_parent">True</property>
982
 
    <property name="type_hint">dialog</property>
983
 
    <child internal-child="vbox">
984
 
      <object class="GtkVBox" id="dialog-vbox2">
985
 
        <property name="visible">True</property>
986
 
        <property name="can_focus">False</property>
987
 
        <property name="can_default">True</property>
988
 
        <property name="has_default">True</property>
989
 
        <child internal-child="action_area">
990
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
991
 
            <property name="visible">True</property>
992
 
            <property name="can_focus">False</property>
993
 
            <property name="layout_style">end</property>
994
 
            <child>
995
 
              <object class="GtkButton" id="button1">
996
 
                <property name="label">gtk-cancel</property>
997
 
                <property name="visible">True</property>
998
 
                <property name="can_focus">True</property>
999
 
                <property name="receives_default">True</property>
1000
 
                <property name="use_action_appearance">False</property>
1001
 
                <property name="use_stock">True</property>
1002
 
              </object>
1003
 
              <packing>
1004
 
                <property name="expand">False</property>
1005
 
                <property name="fill">False</property>
1006
 
                <property name="position">0</property>
1007
 
              </packing>
1008
 
            </child>
1009
 
            <child>
1010
 
              <object class="GtkButton" id="button2">
1011
 
                <property name="label">gtk-ok</property>
1012
 
                <property name="visible">True</property>
1013
 
                <property name="can_focus">True</property>
1014
 
                <property name="can_default">True</property>
1015
 
                <property name="has_default">True</property>
1016
 
                <property name="receives_default">True</property>
1017
 
                <property name="use_action_appearance">False</property>
1018
 
                <property name="use_stock">True</property>
1019
 
              </object>
1020
 
              <packing>
1021
 
                <property name="expand">False</property>
1022
 
                <property name="fill">False</property>
1023
 
                <property name="position">1</property>
1024
 
              </packing>
1025
 
            </child>
1026
 
          </object>
1027
 
          <packing>
1028
 
            <property name="expand">False</property>
1029
 
            <property name="fill">False</property>
1030
 
            <property name="pack_type">end</property>
1031
 
            <property name="position">0</property>
1032
 
          </packing>
1033
 
        </child>
1034
 
        <child>
1035
 
          <object class="GtkTable" id="table2">
1036
 
            <property name="visible">True</property>
1037
 
            <property name="can_focus">False</property>
1038
 
            <property name="n_columns">2</property>
1039
 
            <child>
1040
 
              <object class="GtkLabel" id="label">
1041
 
                <property name="visible">True</property>
1042
 
                <property name="can_focus">False</property>
1043
 
                <property name="label">label</property>
1044
 
              </object>
1045
 
              <packing>
1046
 
                <property name="x_options">GTK_FILL</property>
1047
 
                <property name="x_padding">10</property>
1048
 
                <property name="y_padding">5</property>
1049
 
              </packing>
1050
 
            </child>
1051
 
            <child>
1052
 
              <object class="GtkEntry" id="entry">
1053
 
                <property name="visible">True</property>
1054
 
                <property name="can_focus">True</property>
1055
 
                <property name="can_default">True</property>
1056
 
                <property name="invisible_char">•</property>
1057
 
                <property name="activates_default">True</property>
1058
 
                <property name="width_chars">30</property>
1059
 
                <property name="primary_icon_activatable">False</property>
1060
 
                <property name="secondary_icon_activatable">False</property>
1061
 
                <property name="primary_icon_sensitive">True</property>
1062
 
                <property name="secondary_icon_sensitive">True</property>
1063
 
                <signal name="changed" handler="text_entry_dialog_on_entry_changed" object="text_entry_dialog1" swapped="yes"/>
1064
 
              </object>
1065
 
              <packing>
1066
 
                <property name="left_attach">1</property>
1067
 
                <property name="right_attach">2</property>
1068
 
              </packing>
1069
 
            </child>
1070
 
          </object>
1071
 
          <packing>
1072
 
            <property name="expand">True</property>
1073
 
            <property name="fill">True</property>
1074
 
            <property name="padding">7</property>
1075
 
            <property name="position">1</property>
1076
 
          </packing>
1077
 
        </child>
1078
 
      </object>
1079
 
    </child>
1080
 
    <action-widgets>
1081
 
      <action-widget response="-6">button1</action-widget>
1082
 
      <action-widget response="-5">button2</action-widget>
1083
 
    </action-widgets>
 
1021
  <object class="GtkBox" id="progress_pane_widget">
 
1022
    <property name="visible">True</property>
 
1023
    <property name="can_focus">False</property>
 
1024
    <property name="orientation">vertical</property>
 
1025
    <child>
 
1026
      <object class="GtkProgressBar" id="publishing_progress_bar">
 
1027
        <property name="height_request">64</property>
 
1028
        <property name="visible">True</property>
 
1029
        <property name="can_focus">False</property>
 
1030
        <property name="margin_left">32</property>
 
1031
        <property name="margin_right">32</property>
 
1032
        <property name="margin_top">108</property>
 
1033
        <property name="show_text">True</property>
 
1034
      </object>
 
1035
      <packing>
 
1036
        <property name="expand">False</property>
 
1037
        <property name="fill">True</property>
 
1038
        <property name="padding">32</property>
 
1039
        <property name="position">1</property>
 
1040
      </packing>
 
1041
    </child>
 
1042
  </object>
 
1043
  <object class="GtkBox" id="static_msg_pane_widget">
 
1044
    <property name="visible">True</property>
 
1045
    <property name="can_focus">False</property>
 
1046
    <property name="orientation">vertical</property>
 
1047
    <child>
 
1048
      <object class="GtkLabel" id="static_msg_label">
 
1049
        <property name="visible">True</property>
 
1050
        <property name="can_focus">False</property>
 
1051
        <property name="margin_left">16</property>
 
1052
        <property name="margin_right">16</property>
 
1053
        <property name="margin_top">97</property>
 
1054
        <property name="margin_bottom">24</property>
 
1055
        <property name="label" comments="This is a placeholder string and may be ignored.">This is populated from within the code;
 
1056
changes made here will not display.</property>
 
1057
        <property name="wrap">True</property>
 
1058
        <property name="max_width_chars">70</property>
 
1059
      </object>
 
1060
      <packing>
 
1061
        <property name="expand">False</property>
 
1062
        <property name="fill">True</property>
 
1063
        <property name="position">0</property>
 
1064
      </packing>
 
1065
    </child>
 
1066
  </object>
 
1067
  <object class="GtkBox" id="welcome_pane_widget">
 
1068
    <property name="visible">True</property>
 
1069
    <property name="can_focus">False</property>
 
1070
    <property name="orientation">vertical</property>
 
1071
    <child>
 
1072
      <object class="GtkLabel" id="not_logged_in_label">
 
1073
        <property name="visible">True</property>
 
1074
        <property name="can_focus">False</property>
 
1075
        <property name="margin_left">16</property>
 
1076
        <property name="margin_right">16</property>
 
1077
        <property name="margin_top">97</property>
 
1078
        <property name="margin_bottom">24</property>
 
1079
        <property name="label" comments="This is a placeholder string and may be ignored.">This is populated from within the code;
 
1080
changes made here will not display.</property>
 
1081
        <property name="wrap">True</property>
 
1082
        <property name="max_width_chars">70</property>
 
1083
      </object>
 
1084
      <packing>
 
1085
        <property name="expand">False</property>
 
1086
        <property name="fill">True</property>
 
1087
        <property name="position">0</property>
 
1088
      </packing>
 
1089
    </child>
 
1090
    <child>
 
1091
      <object class="GtkButton" id="login_button">
 
1092
        <property name="label" translatable="yes">_Login</property>
 
1093
        <property name="use_action_appearance">False</property>
 
1094
        <property name="visible">True</property>
 
1095
        <property name="can_focus">True</property>
 
1096
        <property name="receives_default">True</property>
 
1097
        <property name="margin_left">256</property>
 
1098
        <property name="margin_right">240</property>
 
1099
        <property name="margin_top">80</property>
 
1100
        <property name="margin_bottom">16</property>
 
1101
        <property name="use_action_appearance">False</property>
 
1102
        <property name="use_underline">True</property>
 
1103
        <property name="image_position">top</property>
 
1104
      </object>
 
1105
      <packing>
 
1106
        <property name="expand">False</property>
 
1107
        <property name="fill">True</property>
 
1108
        <property name="position">1</property>
 
1109
      </packing>
 
1110
    </child>
1084
1111
  </object>
1085
1112
</interface>