Changeset 6fda672b755bc70caa710143b30a84d60938589b

Show
Ignore:
Timestamp:
06/19/08 22:00:43 (4 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
21a3eba7dae4dd47730755f38083a69157e8ec9e
Parents:
070479c830a0bb818bb628398b9d18934e4d393b
git-committer:
Lincoln de Sousa <lincoln@…> (06/19/08 22:00:43)
Message:

adding compatibility keybindings to backspace and delete and fixing some spaces.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rc047c21 r6fda672  
    112008-06-19  Lincoln de Sousa  <lincoln@minaslivre.org> 
     2 
     3        * data/prefs.glade: Fixing some Adding compatibility keybindings 
     4        to backspace and delete keys and fixing some spaces. 
    25 
    36        * src/guake.py: Fixing some gettext calls, patch by 
  • data/prefs.glade

    rd146fa2 r6fda672  
    116116                                    <child> 
    117117                                      <widget class="GtkLabel" id="lblChooseShell1"> 
    118                                         <property name="width_request">130</property> 
     118                                        <property name="width_request">160</property> 
    119119                                        <property name="visible">True</property> 
    120120                                        <property name="xalign">0</property> 
     
    145145                                    <child> 
    146146                                      <widget class="GtkLabel" id="lblChooseShell3"> 
    147                                         <property name="width_request">130</property> 
     147                                        <property name="width_request">160</property> 
    148148                                        <property name="visible">True</property> 
    149149                                        <property name="xalign">0</property> 
     
    337337                                <property name="row_spacing">6</property> 
    338338                                <child> 
    339                                   <widget class="GtkRadioButton" id="tabbottom-radiobutton"> 
    340                                     <property name="visible">True</property> 
    341                                     <property name="label" translatable="yes">Bottom</property> 
    342                                     <property name="use_underline">True</property> 
    343                                     <property name="response_id">0</property> 
    344                                     <property name="active">True</property> 
    345                                     <property name="draw_indicator">True</property> 
    346                                     <signal name="toggled" handler="on_tabbottom_radiobutton_toggled"/> 
    347                                   </widget> 
    348                                   <packing> 
    349                                     <property name="top_attach">1</property> 
    350                                     <property name="bottom_attach">2</property> 
     339                                  <widget class="GtkImage" id="image1"> 
     340                                    <property name="visible">True</property> 
     341                                    <property name="xalign">0</property> 
     342                                    <property name="stock">gtk-missing-image</property> 
     343                                  </widget> 
     344                                </child> 
     345                                <child> 
     346                                  <widget class="GtkImage" id="image2"> 
     347                                    <property name="visible">True</property> 
     348                                    <property name="xalign">0</property> 
     349                                    <property name="stock">gtk-missing-image</property> 
     350                                  </widget> 
     351                                  <packing> 
     352                                    <property name="left_attach">1</property> 
     353                                    <property name="right_attach">2</property> 
    351354                                  </packing> 
    352355                                </child> 
     
    370373                                </child> 
    371374                                <child> 
    372                                   <widget class="GtkImage" id="image2"> 
    373                                     <property name="visible">True</property> 
    374                                     <property name="xalign">0</property> 
    375                                     <property name="stock">gtk-missing-image</property> 
    376                                   </widget> 
    377                                   <packing> 
    378                                     <property name="left_attach">1</property> 
    379                                     <property name="right_attach">2</property> 
    380                                   </packing> 
    381                                 </child> 
    382                                 <child> 
    383                                   <widget class="GtkImage" id="image1"> 
    384                                     <property name="visible">True</property> 
    385                                     <property name="xalign">0</property> 
    386                                     <property name="stock">gtk-missing-image</property> 
    387                                   </widget> 
     375                                  <widget class="GtkRadioButton" id="tabbottom-radiobutton"> 
     376                                    <property name="visible">True</property> 
     377                                    <property name="label" translatable="yes">Bottom</property> 
     378                                    <property name="use_underline">True</property> 
     379                                    <property name="response_id">0</property> 
     380                                    <property name="active">True</property> 
     381                                    <property name="draw_indicator">True</property> 
     382                                    <signal name="toggled" handler="on_tabbottom_radiobutton_toggled"/> 
     383                                  </widget> 
     384                                  <packing> 
     385                                    <property name="top_attach">1</property> 
     386                                    <property name="bottom_attach">2</property> 
     387                                  </packing> 
    388388                                </child> 
    389389                              </widget> 
     
    444444                                <property name="homogeneous">True</property> 
    445445                                <child> 
     446                                  <widget class="GtkColorButton" id="font-colorbutton"> 
     447                                    <property name="visible">True</property> 
     448                                    <property name="response_id">0</property> 
     449                                    <property name="title" translatable="yes">Choose some color</property> 
     450                                    <signal name="color_set" handler="on_font_colorbutton_color_set"/> 
     451                                  </widget> 
     452                                  <packing> 
     453                                    <property name="left_attach">1</property> 
     454                                    <property name="right_attach">2</property> 
     455                                    <property name="top_attach">1</property> 
     456                                    <property name="bottom_attach">2</property> 
     457                                  </packing> 
     458                                </child> 
     459                                <child> 
     460                                  <widget class="GtkFontButton" id="fontbutton"> 
     461                                    <property name="visible">True</property> 
     462                                    <property name="focus_on_click">False</property> 
     463                                    <property name="response_id">0</property> 
     464                                    <property name="title" translatable="yes">Choose some font</property> 
     465                                    <signal name="font_set" handler="on_fontbutton_font_set"/> 
     466                                  </widget> 
     467                                  <packing> 
     468                                    <property name="left_attach">1</property> 
     469                                    <property name="right_attach">2</property> 
     470                                  </packing> 
     471                                </child> 
     472                                <child> 
     473                                  <widget class="GtkLabel" id="label11"> 
     474                                    <property name="visible">True</property> 
     475                                    <property name="xalign">0</property> 
     476                                    <property name="label" translatable="yes">Color:</property> 
     477                                    <property name="use_markup">True</property> 
     478                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     479                                    <property name="single_line_mode">True</property> 
     480                                  </widget> 
     481                                  <packing> 
     482                                    <property name="top_attach">1</property> 
     483                                    <property name="bottom_attach">2</property> 
     484                                  </packing> 
     485                                </child> 
     486                                <child> 
    446487                                  <widget class="GtkLabel" id="label10"> 
    447488                                    <property name="visible">True</property> 
     
    452493                                    <property name="single_line_mode">True</property> 
    453494                                  </widget> 
    454                                 </child> 
    455                                 <child> 
    456                                   <widget class="GtkLabel" id="label11"> 
    457                                     <property name="visible">True</property> 
    458                                     <property name="xalign">0</property> 
    459                                     <property name="label" translatable="yes">Color:</property> 
    460                                     <property name="use_markup">True</property> 
    461                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    462                                     <property name="single_line_mode">True</property> 
    463                                   </widget> 
    464                                   <packing> 
    465                                     <property name="top_attach">1</property> 
    466                                     <property name="bottom_attach">2</property> 
    467                                   </packing> 
    468                                 </child> 
    469                                 <child> 
    470                                   <widget class="GtkFontButton" id="fontbutton"> 
    471                                     <property name="visible">True</property> 
    472                                     <property name="focus_on_click">False</property> 
    473                                     <property name="response_id">0</property> 
    474                                     <property name="title" translatable="yes">Choose some font</property> 
    475                                     <signal name="font_set" handler="on_fontbutton_font_set"/> 
    476                                   </widget> 
    477                                   <packing> 
    478                                     <property name="left_attach">1</property> 
    479                                     <property name="right_attach">2</property> 
    480                                   </packing> 
    481                                 </child> 
    482                                 <child> 
    483                                   <widget class="GtkColorButton" id="font-colorbutton"> 
    484                                     <property name="visible">True</property> 
    485                                     <property name="response_id">0</property> 
    486                                     <property name="title" translatable="yes">Choose some color</property> 
    487                                     <signal name="color_set" handler="on_font_colorbutton_color_set"/> 
    488                                   </widget> 
    489                                   <packing> 
    490                                     <property name="left_attach">1</property> 
    491                                     <property name="right_attach">2</property> 
    492                                     <property name="top_attach">1</property> 
    493                                     <property name="bottom_attach">2</property> 
    494                                   </packing> 
    495495                                </child> 
    496496                              </widget> 
     
    533533                                <property name="homogeneous">True</property> 
    534534                                <child> 
    535                                   <widget class="GtkLabel" id="label3"> 
    536                                     <property name="visible">True</property> 
    537                                     <property name="xalign">0</property> 
    538                                     <property name="label" translatable="yes">Color:</property> 
    539                                     <property name="use_markup">True</property> 
    540                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    541                                     <property name="single_line_mode">True</property> 
    542                                   </widget> 
    543                                 </child> 
    544                                 <child> 
    545                                   <widget class="GtkLabel" id="label4"> 
    546                                     <property name="visible">True</property> 
    547                                     <property name="xalign">0</property> 
    548                                     <property name="label" translatable="yes">Image:</property> 
    549                                     <property name="use_markup">True</property> 
    550                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    551                                     <property name="single_line_mode">True</property> 
    552                                   </widget> 
    553                                   <packing> 
    554                                     <property name="top_attach">1</property> 
    555                                     <property name="bottom_attach">2</property> 
    556                                   </packing> 
    557                                 </child> 
    558                                 <child> 
    559                                   <widget class="GtkLabel" id="label14"> 
    560                                     <property name="visible">True</property> 
    561                                     <property name="xalign">0</property> 
    562                                     <property name="label" translatable="yes">Desaturation:</property> 
    563                                     <property name="use_markup">True</property> 
    564                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    565                                     <property name="single_line_mode">True</property> 
    566                                   </widget> 
    567                                   <packing> 
    568                                     <property name="top_attach">2</property> 
    569                                     <property name="bottom_attach">3</property> 
    570                                   </packing> 
    571                                 </child> 
    572                                 <child> 
    573                                   <widget class="GtkLabel" id="label2"> 
    574                                     <property name="visible">True</property> 
    575                                     <property name="xalign">0</property> 
    576                                     <property name="label" translatable="yes">Background Transparent:</property> 
    577                                     <property name="use_markup">True</property> 
    578                                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
    579                                     <property name="single_line_mode">True</property> 
    580                                   </widget> 
    581                                   <packing> 
    582                                     <property name="top_attach">3</property> 
    583                                     <property name="bottom_attach">4</property> 
    584                                   </packing> 
    585                                 </child> 
    586                                 <child> 
    587                                   <widget class="GtkColorButton" id="bg-colorbutton"> 
    588                                     <property name="visible">True</property> 
    589                                     <property name="response_id">0</property> 
    590                                     <property name="title" translatable="yes">Choose some color</property> 
    591                                     <signal name="color_set" handler="on_bg_colorbutton_color_set"/> 
    592                                   </widget> 
    593                                   <packing> 
    594                                     <property name="left_attach">1</property> 
    595                                     <property name="right_attach">2</property> 
    596                                   </packing> 
    597                                 </child> 
    598                                 <child> 
    599                                   <widget class="GtkFileChooserButton" id="bgimage-filechooserbutton"> 
    600                                     <property name="visible">True</property> 
    601                                     <signal name="selection_changed" handler="on_bgimage_filechooserbutton_selection_changed"/> 
    602                                   </widget> 
    603                                   <packing> 
    604                                     <property name="left_attach">1</property> 
    605                                     <property name="right_attach">2</property> 
    606                                     <property name="top_attach">1</property> 
    607                                     <property name="bottom_attach">2</property> 
    608                                   </packing> 
    609                                 </child> 
    610                                 <child> 
    611                                   <widget class="GtkHScale" id="transparency-hscale"> 
    612                                     <property name="visible">True</property> 
    613                                     <property name="can_focus">True</property> 
    614                                     <property name="adjustment">0 0 100 1 10 10</property> 
    615                                     <property name="draw_value">False</property> 
    616                                     <property name="value_pos">GTK_POS_RIGHT</property> 
    617                                     <signal name="value_changed" handler="on_transparency_hscale_value_changed"/> 
    618                                   </widget> 
    619                                   <packing> 
    620                                     <property name="left_attach">1</property> 
    621                                     <property name="right_attach">2</property> 
    622                                     <property name="top_attach">2</property> 
    623                                     <property name="bottom_attach">3</property> 
    624                                   </packing> 
    625                                 </child> 
    626                                 <child> 
    627535                                  <widget class="GtkCheckButton" id="chk_bg_transparent"> 
    628536                                    <property name="visible">True</property> 
     
    642550                                    <property name="bottom_attach">4</property> 
    643551                                  </packing> 
     552                                </child> 
     553                                <child> 
     554                                  <widget class="GtkHScale" id="transparency-hscale"> 
     555                                    <property name="visible">True</property> 
     556                                    <property name="can_focus">True</property> 
     557                                    <property name="adjustment">0 0 100 1 10 10</property> 
     558                                    <property name="draw_value">False</property> 
     559                                    <property name="value_pos">GTK_POS_RIGHT</property> 
     560                                    <signal name="value_changed" handler="on_transparency_hscale_value_changed"/> 
     561                                  </widget> 
     562                                  <packing> 
     563                                    <property name="left_attach">1</property> 
     564                                    <property name="right_attach">2</property> 
     565                                    <property name="top_attach">2</property> 
     566                                    <property name="bottom_attach">3</property> 
     567                                  </packing> 
     568                                </child> 
     569                                <child> 
     570                                  <widget class="GtkFileChooserButton" id="bgimage-filechooserbutton"> 
     571                                    <property name="visible">True</property> 
     572                                    <signal name="selection_changed" handler="on_bgimage_filechooserbutton_selection_changed"/> 
     573                                  </widget> 
     574                                  <packing> 
     575                                    <property name="left_attach">1</property> 
     576                                    <property name="right_attach">2</property> 
     577                                    <property name="top_attach">1</property> 
     578                                    <property name="bottom_attach">2</property> 
     579                                  </packing> 
     580                                </child> 
     581                                <child> 
     582                                  <widget class="GtkColorButton" id="bg-colorbutton"> 
     583                                    <property name="visible">True</property> 
     584                                    <property name="response_id">0</property> 
     585                                    <property name="title" translatable="yes">Choose some color</property> 
     586                                    <signal name="color_set" handler="on_bg_colorbutton_color_set"/> 
     587                                  </widget> 
     588                                  <packing> 
     589                                    <property name="left_attach">1</property> 
     590                                    <property name="right_attach">2</property> 
     591                                  </packing> 
     592                                </child> 
     593                                <child> 
     594                                  <widget class="GtkLabel" id="label2"> 
     595                                    <property name="visible">True</property> 
     596                                    <property name="xalign">0</property> 
     597                                    <property name="label" translatable="yes">Background Transparent:</property> 
     598                                    <property name="use_markup">True</property> 
     599                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     600                                    <property name="single_line_mode">True</property> 
     601                                  </widget> 
     602                                  <packing> 
     603                                    <property name="top_attach">3</property> 
     604                                    <property name="bottom_attach">4</property> 
     605                                  </packing> 
     606                                </child> 
     607                                <child> 
     608                                  <widget class="GtkLabel" id="label14"> 
     609                                    <property name="visible">True</property> 
     610                                    <property name="xalign">0</property> 
     611                                    <property name="label" translatable="yes">Desaturation:</property> 
     612                                    <property name="use_markup">True</property> 
     613                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     614                                    <property name="single_line_mode">True</property> 
     615                                  </widget> 
     616                                  <packing> 
     617                                    <property name="top_attach">2</property> 
     618                                    <property name="bottom_attach">3</property> 
     619                                  </packing> 
     620                                </child> 
     621                                <child> 
     622                                  <widget class="GtkLabel" id="label4"> 
     623                                    <property name="visible">True</property> 
     624                                    <property name="xalign">0</property> 
     625                                    <property name="label" translatable="yes">Image:</property> 
     626                                    <property name="use_markup">True</property> 
     627                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     628                                    <property name="single_line_mode">True</property> 
     629                                  </widget> 
     630                                  <packing> 
     631                                    <property name="top_attach">1</property> 
     632                                    <property name="bottom_attach">2</property> 
     633                                  </packing> 
     634                                </child> 
     635                                <child> 
     636                                  <widget class="GtkLabel" id="label3"> 
     637                                    <property name="visible">True</property> 
     638                                    <property name="xalign">0</property> 
     639                                    <property name="label" translatable="yes">Color:</property> 
     640                                    <property name="use_markup">True</property> 
     641                                    <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> 
     642                                    <property name="single_line_mode">True</property> 
     643                                  </widget> 
    644644                                </child> 
    645645                              </widget> 
     
    752752                                <property name="row_spacing">6</property> 
    753753                                <child> 
     754                                  <widget class="GtkLabel" id="delete-binding-combobox-label"> 
     755                                    <property name="visible">True</property> 
     756                                    <property name="xalign">0</property> 
     757                                    <property name="label" translatable="yes">_Delete key generates:</property> 
     758                                    <property name="use_underline">True</property> 
     759                                    <property name="justify">GTK_JUSTIFY_CENTER</property> 
     760                                    <property name="mnemonic_widget">delete-binding-combobox</property> 
     761                                  </widget> 
     762                                  <packing> 
     763                                    <property name="top_attach">1</property> 
     764                                    <property name="bottom_attach">2</property> 
     765                                    <property name="x_options">GTK_FILL</property> 
     766                                    <property name="y_options"></property> 
     767                                  </packing> 
     768                                </child> 
     769                                <child> 
     770                                  <widget class="GtkLabel" id="backspace-binding-combobox-label"> 
     771                                    <property name="visible">True</property> 
     772                                    <property name="xalign">0</property> 
     773                                    <property name="label" translatable="yes">_Backspace key generates:</property> 
     774                                    <property name="use_underline">True</property> 
     775                                    <property name="justify">GTK_JUSTIFY_CENTER</property> 
     776                                    <property name="mnemonic_widget">backspace-binding-combobox</property> 
     777                                  </widget> 
     778                                  <packing> 
     779                                    <property name="x_options">GTK_FILL</property> 
     780                                    <property name="y_options"></property> 
     781                                  </packing> 
     782                                </child> 
     783                                <child> 
     784                                  <widget class="GtkComboBox" id="backspace-binding-combobox"> 
     785                                    <property name="visible">True</property> 
     786                                    <property name="items" translatable="yes">ASCII DEL 
     787Escape sequence 
     788Control-H</property> 
     789                                    <signal name="changed" handler="on_backspace_binding_combobox_changed"/> 
     790                                  </widget> 
     791                                  <packing> 
     792                                    <property name="left_attach">1</property> 
     793                                    <property name="right_attach">3</property> 
     794                                    <property name="y_options">GTK_FILL</property> 
     795                                  </packing> 
     796                                </child> 
     797                                <child> 
    754798                                  <widget class="GtkComboBox" id="delete-binding-combobox"> 
    755799                                    <property name="visible">True</property> 
     
    765809                                    <property name="bottom_attach">2</property> 
    766810                                    <property name="y_options">GTK_FILL</property> 
    767                                   </packing> 
    768                                 </child> 
    769                                 <child> 
    770                                   <widget class="GtkComboBox" id="backspace-binding-combobox"> 
    771                                     <property name="visible">True</property> 
    772                                     <property name="items" translatable="yes">ASCII DEL 
    773 Escape sequence 
    774 Control-H</property> 
    775                                     <signal name="changed" handler="on_backspace_binding_combobox_changed"/> 
    776                                   </widget> 
    777                                   <packing> 
    778                                     <property name="left_attach">1</property> 
    779                                     <property name="right_attach">3</property> 
    780                                     <property name="y_options">GTK_FILL</property> 
    781                                   </packing> 
    782                                 </child> 
    783                                 <child> 
    784                                   <widget class="GtkLabel" id="backspace-binding-combobox-label"> 
    785                                     <property name="visible">True</property> 
    786                                     <property name="xalign">0</property> 
    787                                     <property name="label" translatable="yes">_Backspace key generates:</property> 
    788                                     <property name="use_underline">True</property> 
    789                                     <property name="justify">GTK_JUSTIFY_CENTER</property> 
    790                                     <property name="mnemonic_widget">backspace-binding-combobox</property> 
    791                                   </widget> 
    792                                   <packing> 
    793                                     <property name="x_options">GTK_FILL</property> 
    794                                     <property name="y_options"></property> 
    795                                   </packing> 
    796                                 </child> 
    797                                 <child> 
    798                                   <widget class="GtkLabel" id="delete-binding-combobox-label"> 
    799                                     <property name="visible">True</property> 
    800                                     <property name="xalign">0</property> 
    801                                     <property name="label" translatable="yes">_Delete key generates:</property> 
    802                                     <property name="use_underline">True</property> 
    803                                     <property name="justify">GTK_JUSTIFY_CENTER</property> 
    804                                     <property name="mnemonic_widget">delete-binding-combobox</property> 
    805                                   </widget> 
    806                                   <packing> 
    807                                     <property name="top_attach">1</property> 
    808                                     <property name="bottom_attach">2</property> 
    809                                     <property name="x_options">GTK_FILL</property> 
    810                                     <property name="y_options"></property> 
    811811                                  </packing> 
    812812                                </child>