~ubuntu-branches/ubuntu/feisty/aptoncd/feisty

« back to all changes in this revision

Viewing changes to aptoncd.glade

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Proença
  • Date: 2007-03-13 17:29:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070313172935-o9bsldf7qbau69o0
Tags: 0.1~rc-0ubuntu1
* Improvements in performance of the create treeview (+60% faster while mounting the list of packages);
* Added a call method for Download Repository (--download, just like --create) calling frmDownload without shown frmMainWindow;
* Now shows the number of downloaded files/to download in the Download Repository window;
* Placed a window when download susessful finished, asking if user want do remove the temp files;
* Improved the auto-select dependencies recursively, it's smarter now;
* locking unsuported characters to aptoncd iso fileaname;
* Hidding Cancel button while reading packages (we doesn't need this anymore, sice it's a faster process);
* Hidding the main window when using parameters (such --download, -i, --restore, etc);
* Moving the way APTonCD handle the destination of .iso images - Closes LP#89320;
* Do not close the window when user hasn't enought right in the destination folder - Closes LP#89325;
* Avoiding the user to select a destination folder that doesn't have writting permissions;
* Do not permit the user to restore an aptoncd media created in a version that differs from your running system;
* Correcting some grammar mistakes, applying Bruce's patch. Closes LP#89733;
* Now old packages in the Create list has a different pango markup to differ from the new ones;
* Changing the window type of frmCreate and frmRestore to show minimize and maximize buttons;
* Fixed bug while cancel the creation of APTonCD copy/iso
* Auto-select dependencies in create actived by default;
* Now we have a README.diskdefines inside the media, to make APT happy;
* Documentation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
                                                    <widget class="GtkLabel" id="label49">
463
463
                                                      <property name="width_request">208</property>
464
464
                                                      <property name="height_request">110</property>
465
 
                                                      <property name="label" translatable="yes">&lt;i&gt;Download all packages from the selected repositories, creating removable repository which can be added to any computer.&lt;/i&gt;</property>
 
465
                                                      <property name="label" translatable="yes">&lt;i&gt;Download all packages from the selected repositories creating a removable repository which can be added to any computer.&lt;/i&gt;</property>
466
466
                                                      <property name="use_underline">False</property>
467
467
                                                      <property name="use_markup">True</property>
468
468
                                                      <property name="justify">GTK_JUSTIFY_CENTER</property>
885
885
                                                              <property name="width_request">227</property>
886
886
                                                              <property name="height_request">73</property>
887
887
                                                              <property name="visible">True</property>
888
 
                                                              <property name="label" translatable="yes">&lt;i&gt;Restores all packages available from an APTonCD media to your computer.&lt;/i&gt;</property>
 
888
                                                              <property name="label" translatable="yes">&lt;i&gt;Restores all packages available from an APTonCD medium to your computer.&lt;/i&gt;</property>
889
889
                                                              <property name="use_underline">False</property>
890
890
                                                              <property name="use_markup">True</property>
891
891
                                                              <property name="justify">GTK_JUSTIFY_CENTER</property>
1125
1125
                                                          <property name="width_request">240</property>
1126
1126
                                                          <property name="height_request">73</property>
1127
1127
                                                          <property name="visible">True</property>
1128
 
                                                          <property name="tooltip" translatable="yes">This won't install any software, it only copies the packages from the APTonCD media back to the apt-cache.</property>
 
1128
                                                          <property name="tooltip" translatable="yes">This won't install any software, it only copies the packages from the APTonCD media back to the apt cache.</property>
1129
1129
                                                          <property name="can_focus">True</property>
1130
1130
                                                          <property name="relief">GTK_RELIEF_NONE</property>
1131
1131
                                                          <property name="focus_on_click">True</property>
1194
1194
                                                          <property name="width_request">240</property>
1195
1195
                                                          <property name="height_request">73</property>
1196
1196
                                                          <property name="visible">True</property>
1197
 
                                                          <property name="tooltip" translatable="yes">This won't install any software, it only copies the packages from the APTonCD media back to the apt-cache.</property>
 
1197
                                                          <property name="tooltip" translatable="yes">This won't install any software, it only copies the packages from the APTonCD media back to the apt cache.</property>
1198
1198
                                                          <property name="can_focus">True</property>
1199
1199
                                                          <property name="relief">GTK_RELIEF_NONE</property>
1200
1200
                                                          <property name="focus_on_click">True</property>
1825
1825
  <property name="decorated">True</property>
1826
1826
  <property name="skip_taskbar_hint">False</property>
1827
1827
  <property name="skip_pager_hint">False</property>
1828
 
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
1828
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1829
1829
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1830
1830
  <property name="focus_on_map">True</property>
1831
1831
  <property name="urgency_hint">False</property>
1948
1948
                      <child>
1949
1949
                        <widget class="GtkLabel" id="label13">
1950
1950
                          <property name="visible">True</property>
1951
 
                          <property name="label" translatable="yes" context="yes">Select the packages that you wish add to the media.
 
1951
                          <property name="label" translatable="yes" context="yes">Select the packages that you wish add to the medium.
1952
1952
You can also add custom packages previously saved.</property>
1953
1953
                          <property name="use_underline">False</property>
1954
1954
                          <property name="use_markup">False</property>
2445
2445
                          <child>
2446
2446
                            <widget class="GtkEntry" id="entryIsoFilename">
2447
2447
                              <property name="visible">True</property>
2448
 
                              <property name="tooltip" translatable="yes" context="yes">The desired ISO filename. Leave blank for auto. By default is &quot;aptoncd-yyyymmdd&quot;</property>
 
2448
                              <property name="tooltip" translatable="yes" context="yes">The desired ISO filename. Leave blank for auto. By default is &quot;aptoncd-yyyymmdd&quot;. Does not accept special characters</property>
2449
2449
                              <property name="can_focus">True</property>
2450
2450
                              <property name="editable">True</property>
2451
2451
                              <property name="visibility">True</property>
2502
2502
                          <child>
2503
2503
                            <widget class="GtkCheckButton" id="ckbtnMetaPackage">
2504
2504
                              <property name="visible">True</property>
2505
 
                              <property name="tooltip" translatable="yes" context="yes">Creates a meta-package, with all selected packages as dependecy, that could be installed with apt-get, aptitude, synaptic and gdebi.</property>
 
2505
                              <property name="tooltip" translatable="yes" context="yes">Creates a meta package, with all selected packages as a dependency, which can be installed with apt-get, aptitude, synaptic or gdebi.</property>
2506
2506
                              <property name="can_focus">True</property>
2507
2507
                              <property name="label" translatable="yes" context="yes">Create meta-package</property>
2508
2508
                              <property name="use_underline">True</property>
2530
2530
                              <property name="use_underline">True</property>
2531
2531
                              <property name="relief">GTK_RELIEF_NORMAL</property>
2532
2532
                              <property name="focus_on_click">True</property>
2533
 
                              <property name="active">False</property>
 
2533
                              <property name="active">True</property>
2534
2534
                              <property name="inconsistent">False</property>
2535
2535
                              <property name="draw_indicator">True</property>
2536
2536
                            </widget>
2595
2595
                          <child>
2596
2596
                            <widget class="GtkLabel" id="label310">
2597
2597
                              <property name="visible">True</property>
2598
 
                              <property name="label" translatable="yes" context="yes">Media type:</property>
 
2598
                              <property name="label" translatable="yes" context="yes">Medium type:</property>
2599
2599
                              <property name="use_underline">False</property>
2600
2600
                              <property name="use_markup">False</property>
2601
2601
                              <property name="justify">GTK_JUSTIFY_LEFT</property>
2689
2689
  <property name="decorated">True</property>
2690
2690
  <property name="skip_taskbar_hint">False</property>
2691
2691
  <property name="skip_pager_hint">False</property>
2692
 
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2692
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
2693
2693
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2694
2694
  <property name="focus_on_map">True</property>
2695
2695
  <property name="urgency_hint">False</property>
2812
2812
                      <child>
2813
2813
                        <widget class="GtkLabel" id="label299">
2814
2814
                          <property name="visible">True</property>
2815
 
                          <property name="label" translatable="yes" context="yes">Select the packages that you want from the media.
 
2815
                          <property name="label" translatable="yes" context="yes">Select the packages that you want from the medium.
2816
2816
All the packages below are avaliable.</property>
2817
2817
                          <property name="use_underline">False</property>
2818
2818
                          <property name="use_markup">False</property>
4600
4600
</widget>
4601
4601
 
4602
4602
<widget class="GtkDialog" id="frmDownloadFinished">
4603
 
  <property name="height_request">277</property>
 
4603
  <property name="height_request">310</property>
4604
4604
  <property name="visible">True</property>
4605
4605
  <property name="title" translatable="yes">Finished</property>
4606
4606
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
4607
 
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
4607
  <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
4608
4608
  <property name="modal">False</property>
4609
4609
  <property name="resizable">True</property>
4610
4610
  <property name="destroy_with_parent">False</property>
4707
4707
              </child>
4708
4708
 
4709
4709
              <child>
4710
 
                <widget class="GtkLabel" id="label373">
 
4710
                <widget class="GtkLabel" id="lblMsg">
4711
4711
                  <property name="height_request">212</property>
4712
4712
                  <property name="visible">True</property>
4713
4713
                  <property name="label" translatable="yes">The removable repository has been created sucessfully.
4775
4775
  </child>
4776
4776
</widget>
4777
4777
 
 
4778
<widget class="GtkDialog" id="frmConflict">
 
4779
  <property name="visible">True</property>
 
4780
  <property name="title" translatable="yes">Handle Conflict Packages</property>
 
4781
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
4782
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
4783
  <property name="modal">False</property>
 
4784
  <property name="resizable">True</property>
 
4785
  <property name="destroy_with_parent">False</property>
 
4786
  <property name="decorated">True</property>
 
4787
  <property name="skip_taskbar_hint">False</property>
 
4788
  <property name="skip_pager_hint">False</property>
 
4789
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
4790
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
4791
  <property name="focus_on_map">True</property>
 
4792
  <property name="urgency_hint">False</property>
 
4793
  <property name="has_separator">True</property>
 
4794
 
 
4795
  <child internal-child="vbox">
 
4796
    <widget class="GtkVBox" id="dialog-vbox10">
 
4797
      <property name="width_request">190</property>
 
4798
      <property name="visible">True</property>
 
4799
      <property name="homogeneous">False</property>
 
4800
      <property name="spacing">0</property>
 
4801
 
 
4802
      <child internal-child="action_area">
 
4803
        <widget class="GtkHButtonBox" id="dialog-action_area10">
 
4804
          <property name="visible">True</property>
 
4805
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
4806
 
 
4807
          <child>
 
4808
            <widget class="GtkButton" id="cancelbutton1">
 
4809
              <property name="visible">True</property>
 
4810
              <property name="can_default">True</property>
 
4811
              <property name="can_focus">True</property>
 
4812
              <property name="label">gtk-cancel</property>
 
4813
              <property name="use_stock">True</property>
 
4814
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
4815
              <property name="focus_on_click">True</property>
 
4816
              <property name="response_id">-6</property>
 
4817
            </widget>
 
4818
          </child>
 
4819
 
 
4820
          <child>
 
4821
            <widget class="GtkButton" id="okbutton2">
 
4822
              <property name="visible">True</property>
 
4823
              <property name="can_default">True</property>
 
4824
              <property name="can_focus">True</property>
 
4825
              <property name="label">gtk-ok</property>
 
4826
              <property name="use_stock">True</property>
 
4827
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
4828
              <property name="focus_on_click">True</property>
 
4829
              <property name="response_id">-5</property>
 
4830
            </widget>
 
4831
          </child>
 
4832
        </widget>
 
4833
        <packing>
 
4834
          <property name="padding">0</property>
 
4835
          <property name="expand">False</property>
 
4836
          <property name="fill">True</property>
 
4837
          <property name="pack_type">GTK_PACK_END</property>
 
4838
        </packing>
 
4839
      </child>
 
4840
 
 
4841
      <child>
 
4842
        <widget class="GtkVBox" id="vbox84">
 
4843
          <property name="visible">True</property>
 
4844
          <property name="homogeneous">False</property>
 
4845
          <property name="spacing">0</property>
 
4846
 
 
4847
          <child>
 
4848
            <widget class="GtkHBox" id="hbox41">
 
4849
              <property name="visible">True</property>
 
4850
              <property name="homogeneous">False</property>
 
4851
              <property name="spacing">0</property>
 
4852
 
 
4853
              <child>
 
4854
                <widget class="GtkImage" id="image24">
 
4855
                  <property name="visible">True</property>
 
4856
                  <property name="stock">gtk-dialog-warning</property>
 
4857
                  <property name="icon_size">6</property>
 
4858
                  <property name="xalign">0.5</property>
 
4859
                  <property name="yalign">0.5</property>
 
4860
                  <property name="xpad">0</property>
 
4861
                  <property name="ypad">0</property>
 
4862
                </widget>
 
4863
                <packing>
 
4864
                  <property name="padding">0</property>
 
4865
                  <property name="expand">False</property>
 
4866
                  <property name="fill">True</property>
 
4867
                </packing>
 
4868
              </child>
 
4869
 
 
4870
              <child>
 
4871
                <widget class="GtkLabel" id="label379">
 
4872
                  <property name="visible">True</property>
 
4873
                  <property name="label" translatable="yes">Some selected packages has conflicts between itselves.</property>
 
4874
                  <property name="use_underline">False</property>
 
4875
                  <property name="use_markup">False</property>
 
4876
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4877
                  <property name="wrap">False</property>
 
4878
                  <property name="selectable">False</property>
 
4879
                  <property name="xalign">0.5</property>
 
4880
                  <property name="yalign">0.5</property>
 
4881
                  <property name="xpad">0</property>
 
4882
                  <property name="ypad">0</property>
 
4883
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4884
                  <property name="width_chars">-1</property>
 
4885
                  <property name="single_line_mode">False</property>
 
4886
                  <property name="angle">0</property>
 
4887
                </widget>
 
4888
                <packing>
 
4889
                  <property name="padding">0</property>
 
4890
                  <property name="expand">True</property>
 
4891
                  <property name="fill">True</property>
 
4892
                </packing>
 
4893
              </child>
 
4894
            </widget>
 
4895
            <packing>
 
4896
              <property name="padding">0</property>
 
4897
              <property name="expand">True</property>
 
4898
              <property name="fill">True</property>
 
4899
            </packing>
 
4900
          </child>
 
4901
 
 
4902
          <child>
 
4903
            <widget class="GtkScrolledWindow" id="scrolledwindow6">
 
4904
              <property name="visible">True</property>
 
4905
              <property name="can_focus">True</property>
 
4906
              <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
 
4907
              <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
 
4908
              <property name="shadow_type">GTK_SHADOW_IN</property>
 
4909
              <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
4910
 
 
4911
              <child>
 
4912
                <widget class="GtkTreeView" id="treeview1">
 
4913
                  <property name="visible">True</property>
 
4914
                  <property name="can_focus">True</property>
 
4915
                  <property name="headers_visible">False</property>
 
4916
                  <property name="rules_hint">False</property>
 
4917
                  <property name="reorderable">False</property>
 
4918
                  <property name="enable_search">False</property>
 
4919
                  <property name="fixed_height_mode">True</property>
 
4920
                  <property name="hover_selection">False</property>
 
4921
                  <property name="hover_expand">False</property>
 
4922
                </widget>
 
4923
              </child>
 
4924
            </widget>
 
4925
            <packing>
 
4926
              <property name="padding">0</property>
 
4927
              <property name="expand">True</property>
 
4928
              <property name="fill">True</property>
 
4929
            </packing>
 
4930
          </child>
 
4931
        </widget>
 
4932
        <packing>
 
4933
          <property name="padding">0</property>
 
4934
          <property name="expand">True</property>
 
4935
          <property name="fill">True</property>
 
4936
        </packing>
 
4937
      </child>
 
4938
    </widget>
 
4939
  </child>
 
4940
</widget>
 
4941
 
4778
4942
</glade-interface>