Changeset 45b8ebb201a981e4bc88fb6532f525fc128c4f36

Show
Ignore:
Timestamp:
06/03/08 08:51:16 (4 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
390d7645630b1c52d36aa7329e0ea88a61410354
Parents:
08ee9dc1527d8686c7bfa98753110605ecdc03dc
git-committer:
Lincoln de Sousa <lincoln@…> (06/03/08 08:51:16)
Message:

This dialog is no longer set as modal and crazy glade changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • data/prefs.glade

    r512b8d8 r45b8ebb  
    88    <property name="title" translatable="yes">Guake Preferences</property> 
    99    <property name="resizable">False</property> 
    10     <property name="modal">True</property> 
    1110    <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property> 
    1211    <property name="urgency_hint">True</property> 
     
    7675                                <property name="homogeneous">True</property> 
    7776                                <child> 
    78                                   <widget class="GtkComboBox" id="shells-combobox"> 
    79                                     <property name="visible">True</property> 
    80                                     <property name="items" translatable="yes"></property> 
    81                                     <signal name="changed" handler="on_shells_combobox_changed"/> 
    82                                   </widget> 
    83                                   <packing> 
    84                                     <property name="left_attach">1</property> 
    85                                     <property name="right_attach">2</property> 
    86                                   </packing> 
     77                                  <widget class="GtkLabel" id="lblChooseShell3"> 
     78                                    <property name="visible">True</property> 
     79                                    <property name="xalign">0</property> 
     80                                    <property name="label" translatable="yes">Scrollback lines:</property> 
     81                                    <property name="use_markup">True</property> 
     82                                  </widget> 
     83                                  <packing> 
     84                                    <property name="top_attach">1</property> 
     85                                    <property name="bottom_attach">2</property> 
     86                                  </packing> 
     87                                </child> 
     88                                <child> 
     89                                  <widget class="GtkLabel" id="lblChooseShell1"> 
     90                                    <property name="visible">True</property> 
     91                                    <property name="xalign">0</property> 
     92                                    <property name="label" translatable="yes">Default interpreter:</property> 
     93                                    <property name="use_markup">True</property> 
     94                                  </widget> 
    8795                                </child> 
    8896                                <child> 
     
    105113                                </child> 
    106114                                <child> 
    107                                   <widget class="GtkLabel" id="lblChooseShell1"> 
    108                                     <property name="visible">True</property> 
    109                                     <property name="xalign">0</property> 
    110                                     <property name="label" translatable="yes">Default interpreter:</property> 
    111                                     <property name="use_markup">True</property> 
    112                                   </widget> 
    113                                 </child> 
    114                                 <child> 
    115                                   <widget class="GtkLabel" id="lblChooseShell3"> 
    116                                     <property name="visible">True</property> 
    117                                     <property name="xalign">0</property> 
    118                                     <property name="label" translatable="yes">Scrollback lines:</property> 
    119                                     <property name="use_markup">True</property> 
    120                                   </widget> 
    121                                   <packing> 
    122                                     <property name="top_attach">1</property> 
    123                                     <property name="bottom_attach">2</property> 
     115                                  <widget class="GtkComboBox" id="shells-combobox"> 
     116                                    <property name="visible">True</property> 
     117                                    <property name="items" translatable="yes"></property> 
     118                                    <signal name="changed" handler="on_shells_combobox_changed"/> 
     119                                  </widget> 
     120                                  <packing> 
     121                                    <property name="left_attach">1</property> 
     122                                    <property name="right_attach">2</property> 
    124123                                  </packing> 
    125124                                </child> 
     
    284283                                <property name="row_spacing">6</property> 
    285284                                <child> 
    286                                   <widget class="GtkImage" id="image1"> 
    287                                     <property name="visible">True</property> 
    288                                     <property name="xalign">0</property> 
    289                                     <property name="stock">gtk-missing-image</property> 
    290                                   </widget> 
    291                                 </child> 
    292                                 <child> 
    293                                   <widget class="GtkImage" id="image2"> 
    294                                     <property name="visible">True</property> 
    295                                     <property name="xalign">0</property> 
    296                                     <property name="stock">gtk-missing-image</property> 
    297                                   </widget> 
    298                                   <packing> 
    299                                     <property name="left_attach">1</property> 
    300                                     <property name="right_attach">2</property> 
     285                                  <widget class="GtkRadioButton" id="tabbottom-radiobutton"> 
     286                                    <property name="visible">True</property> 
     287                                    <property name="label" translatable="yes">Bottom</property> 
     288                                    <property name="use_underline">True</property> 
     289                                    <property name="response_id">0</property> 
     290                                    <property name="active">True</property> 
     291                                    <property name="draw_indicator">True</property> 
     292                                    <signal name="toggled" handler="on_tabbottom_radiobutton_toggled"/> 
     293                                  </widget> 
     294                                  <packing> 
     295                                    <property name="top_attach">1</property> 
     296                                    <property name="bottom_attach">2</property> 
    301297                                  </packing> 
    302298                                </child> 
     
    320316                                </child> 
    321317                                <child> 
    322                                   <widget class="GtkRadioButton" id="tabbottom-radiobutton"> 
    323                                     <property name="visible">True</property> 
    324                                     <property name="label" translatable="yes">Bottom</property> 
    325                                     <property name="use_underline">True</property> 
    326                                     <property name="response_id">0</property> 
    327                                     <property name="active">True</property> 
    328                                     <property name="draw_indicator">True</property> 
    329                                     <signal name="toggled" handler="on_tabbottom_radiobutton_toggled"/> 
    330                                   </widget> 
    331                                   <packing> 
    332                                     <property name="top_attach">1</property> 
    333                                     <property name="bottom_attach">2</property> 
    334                                   </packing> 
     318                                  <widget class="GtkImage" id="image2"> 
     319                                    <property name="visible">True</property> 
     320                                    <property name="xalign">0</property> 
     321                                    <property name="stock">gtk-missing-image</property> 
     322                                  </widget> 
     323                                  <packing> 
     324                                    <property name="left_attach">1</property> 
     325                                    <property name="right_attach">2</property> 
     326                                  </packing> 
     327                                </child> 
     328                                <child> 
     329                                  <widget class="GtkImage" id="image1"> 
     330                                    <property name="visible">True</property> 
     331                                    <property name="xalign">0</property> 
     332                                    <property name="stock">gtk-missing-image</property> 
     333                                  </widget> 
    335334                                </child> 
    336335                              </widget> 
     
    391390                                <property name="homogeneous">True</property> 
    392391                                <child> 
     392                                  <widget class="GtkLabel" id="label10"> 
     393                                    <property name="visible">True</property> 
     394                                    <property name="xalign">0</property> 
     395                                    <property name="label" translatable="yes">Style:</property> 
     396                                    <property name="use_markup">True</property> 
     397                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     398                                    <property name="single_line_mode">True</property> 
     399                                  </widget> 
     400                                </child> 
     401                                <child> 
     402                                  <widget class="GtkLabel" id="label11"> 
     403                                    <property name="visible">True</property> 
     404                                    <property name="xalign">0</property> 
     405                                    <property name="label" translatable="yes">Color:</property> 
     406                                    <property name="use_markup">True</property> 
     407                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     408                                    <property name="single_line_mode">True</property> 
     409                                  </widget> 
     410                                  <packing> 
     411                                    <property name="top_attach">1</property> 
     412                                    <property name="bottom_attach">2</property> 
     413                                  </packing> 
     414                                </child> 
     415                                <child> 
     416                                  <widget class="GtkFontButton" id="fontbutton"> 
     417                                    <property name="visible">True</property> 
     418                                    <property name="focus_on_click">False</property> 
     419                                    <property name="response_id">0</property> 
     420                                    <property name="title" translatable="yes">Choose some font</property> 
     421                                    <signal name="font_set" handler="on_fontbutton_font_set"/> 
     422                                  </widget> 
     423                                  <packing> 
     424                                    <property name="left_attach">1</property> 
     425                                    <property name="right_attach">2</property> 
     426                                  </packing> 
     427                                </child> 
     428                                <child> 
    393429                                  <widget class="GtkColorButton" id="font-colorbutton"> 
    394430                                    <property name="visible">True</property> 
     
    403439                                    <property name="bottom_attach">2</property> 
    404440                                  </packing> 
    405                                 </child> 
    406                                 <child> 
    407                                   <widget class="GtkFontButton" id="fontbutton"> 
    408                                     <property name="visible">True</property> 
    409                                     <property name="focus_on_click">False</property> 
    410                                     <property name="response_id">0</property> 
    411                                     <property name="title" translatable="yes">Choose some font</property> 
    412                                     <signal name="font_set" handler="on_fontbutton_font_set"/> 
    413                                   </widget> 
    414                                   <packing> 
    415                                     <property name="left_attach">1</property> 
    416                                     <property name="right_attach">2</property> 
    417                                   </packing> 
    418                                 </child> 
    419                                 <child> 
    420                                   <widget class="GtkLabel" id="label11"> 
    421                                     <property name="visible">True</property> 
    422                                     <property name="xalign">0</property> 
    423                                     <property name="label" translatable="yes">Color:</property> 
    424                                     <property name="use_markup">True</property> 
    425                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    426                                     <property name="single_line_mode">True</property> 
    427                                   </widget> 
    428                                   <packing> 
    429                                     <property name="top_attach">1</property> 
    430                                     <property name="bottom_attach">2</property> 
    431                                   </packing> 
    432                                 </child> 
    433                                 <child> 
    434                                   <widget class="GtkLabel" id="label10"> 
    435                                     <property name="visible">True</property> 
    436                                     <property name="xalign">0</property> 
    437                                     <property name="label" translatable="yes">Style:</property> 
    438                                     <property name="use_markup">True</property> 
    439                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    440                                     <property name="single_line_mode">True</property> 
    441                                   </widget> 
    442441                                </child> 
    443442                              </widget> 
     
    480479                                <property name="homogeneous">True</property> 
    481480                                <child> 
     481                                  <widget class="GtkLabel" id="label3"> 
     482                                    <property name="visible">True</property> 
     483                                    <property name="xalign">0</property> 
     484                                    <property name="label" translatable="yes">Color:</property> 
     485                                    <property name="use_markup">True</property> 
     486                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     487                                    <property name="single_line_mode">True</property> 
     488                                  </widget> 
     489                                </child> 
     490                                <child> 
     491                                  <widget class="GtkLabel" id="label4"> 
     492                                    <property name="visible">True</property> 
     493                                    <property name="xalign">0</property> 
     494                                    <property name="label" translatable="yes">Image:</property> 
     495                                    <property name="use_markup">True</property> 
     496                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     497                                    <property name="single_line_mode">True</property> 
     498                                  </widget> 
     499                                  <packing> 
     500                                    <property name="top_attach">1</property> 
     501                                    <property name="bottom_attach">2</property> 
     502                                  </packing> 
     503                                </child> 
     504                                <child> 
     505                                  <widget class="GtkLabel" id="label14"> 
     506                                    <property name="visible">True</property> 
     507                                    <property name="xalign">0</property> 
     508                                    <property name="label" translatable="yes">Desaturation:</property> 
     509                                    <property name="use_markup">True</property> 
     510                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     511                                    <property name="single_line_mode">True</property> 
     512                                  </widget> 
     513                                  <packing> 
     514                                    <property name="top_attach">2</property> 
     515                                    <property name="bottom_attach">3</property> 
     516                                  </packing> 
     517                                </child> 
     518                                <child> 
     519                                  <widget class="GtkLabel" id="label2"> 
     520                                    <property name="visible">True</property> 
     521                                    <property name="xalign">0</property> 
     522                                    <property name="label" translatable="yes">Background Transparent:</property> 
     523                                    <property name="use_markup">True</property> 
     524                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     525                                    <property name="single_line_mode">True</property> 
     526                                  </widget> 
     527                                  <packing> 
     528                                    <property name="top_attach">3</property> 
     529                                    <property name="bottom_attach">4</property> 
     530                                  </packing> 
     531                                </child> 
     532                                <child> 
     533                                  <widget class="GtkColorButton" id="bg-colorbutton"> 
     534                                    <property name="visible">True</property> 
     535                                    <property name="response_id">0</property> 
     536                                    <property name="title" translatable="yes">Choose some color</property> 
     537                                    <signal name="color_set" handler="on_bg_colorbutton_color_set"/> 
     538                                  </widget> 
     539                                  <packing> 
     540                                    <property name="left_attach">1</property> 
     541                                    <property name="right_attach">2</property> 
     542                                  </packing> 
     543                                </child> 
     544                                <child> 
     545                                  <widget class="GtkFileChooserButton" id="bgimage-filechooserbutton"> 
     546                                    <property name="visible">True</property> 
     547                                    <signal name="selection_changed" handler="on_bgimage_filechooserbutton_selection_changed"/> 
     548                                  </widget> 
     549                                  <packing> 
     550                                    <property name="left_attach">1</property> 
     551                                    <property name="right_attach">2</property> 
     552                                    <property name="top_attach">1</property> 
     553                                    <property name="bottom_attach">2</property> 
     554                                  </packing> 
     555                                </child> 
     556                                <child> 
     557                                  <widget class="GtkHScale" id="transparency-hscale"> 
     558                                    <property name="visible">True</property> 
     559                                    <property name="can_focus">True</property> 
     560                                    <property name="adjustment">0 0 100 1 10 10</property> 
     561                                    <property name="draw_value">False</property> 
     562                                    <property name="value_pos">GTK_POS_RIGHT</property> 
     563                                    <signal name="value_changed" handler="on_transparency_hscale_value_changed"/> 
     564                                  </widget> 
     565                                  <packing> 
     566                                    <property name="left_attach">1</property> 
     567                                    <property name="right_attach">2</property> 
     568                                    <property name="top_attach">2</property> 
     569                                    <property name="bottom_attach">3</property> 
     570                                  </packing> 
     571                                </child> 
     572                                <child> 
    482573                                  <widget class="GtkCheckButton" id="chk_bg_transparent"> 
    483574                                    <property name="visible">True</property> 
     
    497588                                    <property name="bottom_attach">4</property> 
    498589                                  </packing> 
    499                                 </child> 
    500                                 <child> 
    501                                   <widget class="GtkHScale" id="transparency-hscale"> 
    502                                     <property name="visible">True</property> 
    503                                     <property name="can_focus">True</property> 
    504                                     <property name="adjustment">0 0 100 1 10 10</property> 
    505                                     <property name="draw_value">False</property> 
    506                                     <property name="value_pos">GTK_POS_RIGHT</property> 
    507                                     <signal name="value_changed" handler="on_transparency_hscale_value_changed"/> 
    508                                   </widget> 
    509                                   <packing> 
    510                                     <property name="left_attach">1</property> 
    511                                     <property name="right_attach">2</property> 
    512                                     <property name="top_attach">2</property> 
    513                                     <property name="bottom_attach">3</property> 
    514                                   </packing> 
    515                                 </child> 
    516                                 <child> 
    517                                   <widget class="GtkFileChooserButton" id="bgimage-filechooserbutton"> 
    518                                     <property name="visible">True</property> 
    519                                     <signal name="selection_changed" handler="on_bgimage_filechooserbutton_selection_changed"/> 
    520                                   </widget> 
    521                                   <packing> 
    522                                     <property name="left_attach">1</property> 
    523                                     <property name="right_attach">2</property> 
    524                                     <property name="top_attach">1</property> 
    525                                     <property name="bottom_attach">2</property> 
    526                                   </packing> 
    527                                 </child> 
    528                                 <child> 
    529                                   <widget class="GtkColorButton" id="bg-colorbutton"> 
    530                                     <property name="visible">True</property> 
    531                                     <property name="response_id">0</property> 
    532                                     <property name="title" translatable="yes">Choose some color</property> 
    533                                     <signal name="color_set" handler="on_bg_colorbutton_color_set"/> 
    534                                   </widget> 
    535                                   <packing> 
    536                                     <property name="left_attach">1</property> 
    537                                     <property name="right_attach">2</property> 
    538                                   </packing> 
    539                                 </child> 
    540                                 <child> 
    541                                   <widget class="GtkLabel" id="label2"> 
    542                                     <property name="visible">True</property> 
    543                                     <property name="xalign">0</property> 
    544                                     <property name="label" translatable="yes">Background Transparent:</property> 
    545                                     <property name="use_markup">True</property> 
    546                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    547                                     <property name="single_line_mode">True</property> 
    548                                   </widget> 
    549                                   <packing> 
    550                                     <property name="top_attach">3</property> 
    551                                     <property name="bottom_attach">4</property> 
    552                                   </packing> 
    553                                 </child> 
    554                                 <child> 
    555                                   <widget class="GtkLabel" id="label14"> 
    556                                     <property name="visible">True</property> 
    557                                     <property name="xalign">0</property> 
    558                                     <property name="label" translatable="yes">Desaturation:</property> 
    559                                     <property name="use_markup">True</property> 
    560                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    561                                     <property name="single_line_mode">True</property> 
    562                                   </widget> 
    563                                   <packing> 
    564                                     <property name="top_attach">2</property> 
    565                                     <property name="bottom_attach">3</property> 
    566                                   </packing> 
    567                                 </child> 
    568                                 <child> 
    569                                   <widget class="GtkLabel" id="label4"> 
    570                                     <property name="visible">True</property> 
    571                                     <property name="xalign">0</property> 
    572                                     <property name="label" translatable="yes">Image:</property> 
    573                                     <property name="use_markup">True</property> 
    574                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    575                                     <property name="single_line_mode">True</property> 
    576                                   </widget> 
    577                                   <packing> 
    578                                     <property name="top_attach">1</property> 
    579                                     <property name="bottom_attach">2</property> 
    580                                   </packing> 
    581                                 </child> 
    582                                 <child> 
    583                                   <widget class="GtkLabel" id="label3"> 
    584                                     <property name="visible">True</property> 
    585                                     <property name="xalign">0</property> 
    586                                     <property name="label" translatable="yes">Color:</property> 
    587                                     <property name="use_markup">True</property> 
    588                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    589                                     <property name="single_line_mode">True</property> 
    590                                   </widget> 
    591590                                </child> 
    592591                              </widget>