Changeset 957c2d6c82b66f769900c37efca1941cb46abad6
- Timestamp:
- 03/16/09 21:53:57 (3 years ago)
- Author:
- Lincoln de Sousa <lincoln@…>
- Children:
- c87d938e304a9095234a1e40819b25d5fd433bef
- Parents:
- 17602d817325d1a97ed2e6ee1af11cfb040876b5
- git-author:
- Aleksandar Krsteski <alekrsteski@…> (03/16/09 19:10:04)
- git-committer:
- Lincoln de Sousa <lincoln@…> (03/16/09 21:53:57)
- Message:
-
Fix invalid keyboard shortcuts in context menu.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rf552909
|
r957c2d6
|
|
| 1 | 1 | <?xml version="1.0"?> |
| 2 | 2 | <glade-interface> |
| | 3 | <!-- interface-requires gtk+ 2.10 --> |
| | 4 | <!-- interface-naming-policy project-wide --> |
| 3 | 5 | <widget class="GtkWindow" id="window-root"> |
| 4 | 6 | <property name="has_focus">True</property> |
| … |
… |
|
| 8 | 10 | <property name="urgency_hint">True</property> |
| 9 | 11 | <property name="decorated">False</property> |
| 10 | | <property name="gravity">GDK_GRAVITY_STATIC</property> |
| | 12 | <property name="gravity">static</property> |
| 11 | 13 | <child> |
| 12 | 14 | <widget class="GtkVBox" id="mainframe"> |
| … |
… |
|
| 18 | 20 | <property name="has_focus">True</property> |
| 19 | 21 | <property name="is_focus">True</property> |
| 20 | | <property name="tab_pos">GTK_POS_BOTTOM</property> |
| | 22 | <property name="tab_pos">bottom</property> |
| 21 | 23 | <property name="show_tabs">False</property> |
| 22 | 24 | <property name="show_border">False</property> |
| … |
… |
|
| 24 | 26 | <signal name="switch_page" handler="select_current_tab"/> |
| 25 | 27 | </widget> |
| | 28 | <packing> |
| | 29 | <property name="position">0</property> |
| | 30 | </packing> |
| 26 | 31 | </child> |
| 27 | 32 | <child> |
| … |
… |
|
| 29 | 34 | <property name="visible">True</property> |
| 30 | 35 | <property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON1_MOTION_MASK | GDK_BUTTON2_MOTION_MASK | GDK_BUTTON3_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK | GDK_PROPERTY_CHANGE_MASK | GDK_VISIBILITY_NOTIFY_MASK | GDK_PROXIMITY_IN_MASK | GDK_PROXIMITY_OUT_MASK | GDK_SUBSTRUCTURE_MASK | GDK_SCROLL_MASK</property> |
| 31 | | <property name="extension_events">GDK_EXTENSION_EVENTS_ALL</property> |
| | 36 | <property name="extension_events">all</property> |
| 32 | 37 | <property name="no_show_all">True</property> |
| 33 | 38 | <child> |
| … |
… |
|
| 40 | 45 | <property name="fill">False</property> |
| 41 | 46 | <property name="padding">6</property> |
| | 47 | <property name="position">0</property> |
| 42 | 48 | </packing> |
| 43 | 49 | </child> |
| … |
… |
|
| 50 | 56 | <property name="visible">True</property> |
| 51 | 57 | </widget> |
| 52 | | </child> |
| 53 | | </widget> |
| | 58 | </child> |
| | 59 | </widget> |
| 54 | 60 | <packing> |
| 55 | 61 | <property name="position">1</property> |
| … |
… |
|
| 62 | 68 | <property name="receives_default">True</property> |
| 63 | 69 | <property name="tooltip" translatable="yes">Add a new tab</property> |
| 64 | | <property name="relief">GTK_RELIEF_NONE</property> |
| 65 | | <property name="response_id">0</property> |
| | 70 | <property name="relief">none</property> |
| 66 | 71 | <signal name="clicked" handler="add_tab"/> |
| 67 | 72 | <child> |
| … |
… |
|
| 121 | 126 | <child> |
| 122 | 127 | <widget class="GtkImageMenuItem" id="prefs-menuitem"> |
| 123 | | <property name="visible">True</property> |
| 124 | 128 | <property name="label">gtk-preferences</property> |
| | 129 | <property name="visible">True</property> |
| 125 | 130 | <property name="use_underline">True</property> |
| 126 | 131 | <property name="use_stock">True</property> |
| … |
… |
|
| 130 | 135 | <child> |
| 131 | 136 | <widget class="GtkImageMenuItem" id="about-menuitem"> |
| 132 | | <property name="visible">True</property> |
| 133 | 137 | <property name="label">gtk-about</property> |
| | 138 | <property name="visible">True</property> |
| 134 | 139 | <property name="use_underline">True</property> |
| 135 | 140 | <property name="use_stock">True</property> |
| … |
… |
|
| 144 | 149 | <child> |
| 145 | 150 | <widget class="GtkImageMenuItem" id="quit-menuitem"> |
| 146 | | <property name="visible">True</property> |
| 147 | | <property name="label">gtk-quit</property> |
| 148 | | <property name="use_underline">True</property> |
| 149 | | <property name="use_stock">True</property> |
| | 151 | <property name="label" translatable="yes">Quit</property> |
| | 152 | <property name="visible">True</property> |
| | 153 | <property name="use_stock">False</property> |
| 150 | 154 | <signal name="activate" handler="gtk_main_quit"/> |
| | 155 | <child internal-child="image"> |
| | 156 | <widget class="GtkImage" id="tray_quit_icon"> |
| | 157 | <property name="visible">True</property> |
| | 158 | <property name="stock">gtk-quit</property> |
| | 159 | <property name="icon-size">1</property> |
| | 160 | </widget> |
| | 161 | </child> |
| 151 | 162 | </widget> |
| 152 | 163 | </child> |
| … |
… |
|
| 157 | 168 | <child> |
| 158 | 169 | <widget class="GtkImageMenuItem" id="context_preferences"> |
| 159 | | <property name="visible">True</property> |
| 160 | 170 | <property name="label">gtk-preferences</property> |
| 161 | | <property name="use_underline">True</property> |
| | 171 | <property name="visible">True</property> |
| 162 | 172 | <property name="use_stock">True</property> |
| 163 | 173 | <signal name="activate" handler="show_prefs"/> |
| … |
… |
|
| 171 | 181 | <child> |
| 172 | 182 | <widget class="GtkImageMenuItem" id="context_copy"> |
| 173 | | <property name="visible">True</property> |
| 174 | | <property name="label">gtk-copy</property> |
| 175 | | <property name="use_underline">True</property> |
| 176 | | <property name="use_stock">True</property> |
| | 183 | <property name="label" translatable="yes">Copy</property> |
| | 184 | <property name="visible">True</property> |
| | 185 | <property name="use_stock">False</property> |
| 177 | 186 | <signal name="activate" handler="accel_copy_clipboard"/> |
| | 187 | <child internal-child="image"> |
| | 188 | <widget class="GtkImage" id="copy_icon"> |
| | 189 | <property name="visible">True</property> |
| | 190 | <property name="stock">gtk-copy</property> |
| | 191 | <property name="icon-size">1</property> |
| | 192 | </widget> |
| | 193 | </child> |
| 178 | 194 | </widget> |
| 179 | 195 | </child> |
| 180 | 196 | <child> |
| 181 | 197 | <widget class="GtkImageMenuItem" id="context_paste"> |
| 182 | | <property name="visible">True</property> |
| 183 | | <property name="label">gtk-paste</property> |
| 184 | | <property name="use_underline">True</property> |
| 185 | | <property name="use_stock">True</property> |
| | 198 | <property name="label" translatable="yes">Paste</property> |
| | 199 | <property name="visible">True</property> |
| | 200 | <property name="use_stock">False</property> |
| 186 | 201 | <signal name="activate" handler="accel_paste_clipboard"/> |
| | 202 | <child internal-child="image"> |
| | 203 | <widget class="GtkImage" id="paste_icon"> |
| | 204 | <property name="visible">True</property> |
| | 205 | <property name="stock">gtk-paste</property> |
| | 206 | <property name="icon-size">1</property> |
| | 207 | </widget> |
| | 208 | </child> |
| 187 | 209 | </widget> |
| 188 | 210 | </child> |
| … |
… |
|
| 193 | 215 | </child> |
| 194 | 216 | <child> |
| 195 | | <widget class="GtkImageMenuItem" id="menuitem1"> |
| 196 | | <property name="visible">True</property> |
| | 217 | <widget class="GtkImageMenuItem" id="context_close_tab"> |
| 197 | 218 | <property name="label" translatable="yes">Close Tab</property> |
| 198 | | <property name="use_underline">True</property> |
| | 219 | <property name="visible">True</property> |
| | 220 | <property name="use_stock">False</property> |
| 199 | 221 | <signal name="activate" handler="close_tab"/> |
| 200 | 222 | <child internal-child="image"> |
| 201 | | <widget class="GtkImage" id="menu-item-image1"> |
| | 223 | <widget class="GtkImage" id="close_tab_icon"> |
| | 224 | <property name="visible">True</property> |
| 202 | 225 | <property name="stock">gtk-close</property> |
| 203 | | <property name="icon_size">1</property> |
| | 226 | <property name="icon-size">1</property> |
| 204 | 227 | </widget> |
| 205 | 228 | </child> |
| … |
… |
|
| 208 | 231 | <child> |
| 209 | 232 | <widget class="GtkImageMenuItem" id="context_close"> |
| 210 | | <property name="visible">True</property> |
| 211 | | <property name="label">gtk-quit</property> |
| 212 | | <property name="use_underline">True</property> |
| 213 | | <property name="use_stock">True</property> |
| | 233 | <property name="label" translatable="yes">Quit</property> |
| | 234 | <property name="visible">True</property> |
| | 235 | <property name="use_stock">False</property> |
| 214 | 236 | <signal name="activate" handler="gtk_main_quit"/> |
| | 237 | <child internal-child="image"> |
| | 238 | <widget class="GtkImage" id="close_icon"> |
| | 239 | <property name="visible">True</property> |
| | 240 | <property name="stock">gtk-quit</property> |
| | 241 | <property name="icon-size">1</property> |
| | 242 | </widget> |
| | 243 | </child> |
| 215 | 244 | </widget> |
| 216 | 245 | </child> |
| … |
… |
|
| 220 | 249 | <child> |
| 221 | 250 | <widget class="GtkImageMenuItem" id="rename"> |
| 222 | | <property name="visible">True</property> |
| 223 | 251 | <property name="label" translatable="yes">Rename</property> |
| 224 | | <property name="use_underline">True</property> |
| | 252 | <property name="visible">True</property> |
| | 253 | <property name="use_stock">False</property> |
| 225 | 254 | <signal name="activate" handler="on_rename_activate"/> |
| 226 | 255 | <child internal-child="image"> |
| 227 | | <widget class="GtkImage" id="menu-item-image3"> |
| | 256 | <widget class="GtkImage" id="tab_rename_icon"> |
| 228 | 257 | <property name="visible">True</property> |
| 229 | 258 | <property name="stock">gtk-edit</property> |
| 230 | | <property name="icon_size">1</property> |
| | 259 | <property name="icon-size">1</property> |
| 231 | 260 | </widget> |
| 232 | 261 | </child> |
| … |
… |
|
| 235 | 264 | <child> |
| 236 | 265 | <widget class="GtkImageMenuItem" id="close"> |
| 237 | | <property name="visible">True</property> |
| 238 | 266 | <property name="label" translatable="yes">Close</property> |
| 239 | | <property name="use_underline">True</property> |
| | 267 | <property name="visible">True</property> |
| | 268 | <property name="use_stock">False</property> |
| 240 | 269 | <signal name="activate" handler="on_close_activate"/> |
| 241 | 270 | <child internal-child="image"> |
| 242 | | <widget class="GtkImage" id="menu-item-image2"> |
| | 271 | <widget class="GtkImage" id="tab_close_icon"> |
| 243 | 272 | <property name="visible">True</property> |
| 244 | 273 | <property name="stock">gtk-close</property> |
| 245 | | <property name="icon_size">1</property> |
| | 274 | <property name="icon-size">1</property> |
| 246 | 275 | </widget> |
| 247 | 276 | </child> |