Changeset 5d1bd3021693e54e7d206613f99797ed5d29b05d
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r99518ef
|
r5d1bd30
|
|
| | 1 | 2008-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 | |
| 1 | 11 | 2008-06-10 Lincoln de Sousa <lincoln@minaslivre.org> |
| 2 | 12 | |
-
|
r6a71c15
|
r5d1bd30
|
|
| 17 | 17 | <widget class="GtkNotebook" id="notebook-teminals"> |
| 18 | 18 | <property name="visible">True</property> |
| | 19 | <property name="can_focus">True</property> |
| 19 | 20 | <property name="has_focus">True</property> |
| | 21 | <property name="is_focus">True</property> |
| 20 | 22 | <property name="tab_pos">GTK_POS_BOTTOM</property> |
| 21 | 23 | <property name="show_tabs">False</property> |
| … |
… |
|
| 150 | 152 | </child> |
| 151 | 153 | <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> |
| 152 | 168 | <widget class="GtkImageMenuItem" id="context_close"> |
| 153 | 169 | <property name="visible">True</property> |