Changeset 5d1bd3021693e54e7d206613f99797ed5d29b05d

Show
Ignore:
Timestamp:
06/11/08 16:38:12 (4 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
b68bc8adac4e5424fb75808d26c2e75e34a5e70b
Parents:
38142c77f3dc358917b2a802d6e5c0620bfa67f7
git-committer:
Lincoln de Sousa <lincoln@…> (06/11/08 16:38:12)
Message:

adding closetab button to context menu, fixing focus issues
in main notebook and updating changelog

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r99518ef r5d1bd30  
     12008-06-11  Lincoln de Sousa  <lincoln@minaslivre.org> 
     2 
     3        * src/guake.py (Guake): Finishing initial tab issues, like close, 
     4        now the child process is being killed with SIGKILL. Terminal focus 
     5        on tab click was fixed too. last_pos attribute and its setter were 
     6        removed. 
     7 
     8        * data/guake.glade: adding close tab menu entry and fixing little 
     9        focus issues on main notebook. 
     10 
    1112008-06-10  Lincoln de Sousa  <lincoln@minaslivre.org> 
    212 
  • data/guake.glade

    r6a71c15 r5d1bd30  
    1717          <widget class="GtkNotebook" id="notebook-teminals"> 
    1818            <property name="visible">True</property> 
     19            <property name="can_focus">True</property> 
    1920            <property name="has_focus">True</property> 
     21            <property name="is_focus">True</property> 
    2022            <property name="tab_pos">GTK_POS_BOTTOM</property> 
    2123            <property name="show_tabs">False</property> 
     
    150152    </child> 
    151153    <child> 
     154      <widget class="GtkImageMenuItem" id="menuitem1"> 
     155        <property name="visible">True</property> 
     156        <property name="label" translatable="yes">Close Tab</property> 
     157        <property name="use_underline">True</property> 
     158        <signal name="activate" handler="on_context_close_tab_activate"/> 
     159        <child internal-child="image"> 
     160          <widget class="GtkImage" id="menu-item-image1"> 
     161            <property name="stock">gtk-close</property> 
     162            <property name="icon-size">1</property> 
     163          </widget> 
     164        </child> 
     165      </widget> 
     166    </child> 
     167    <child> 
    152168      <widget class="GtkImageMenuItem" id="context_close"> 
    153169        <property name="visible">True</property>