/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-03 14:32:03 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060803143203-26d8f3067e646294
Implemented Status window; some code cleanups.

2006-08-03  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/frontend/gtk/status.py: Status window implemented
    * olive.glade: Status window designed and Branch/status menu added

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                      <signal name="activate" handler="on_menuitem_add_files_activate" last_modification_time="Fri, 21 Jul 2006 11:38:39 GMT"/>
52
52
 
53
53
                      <child internal-child="image">
54
 
                        <widget class="GtkImage" id="image98">
 
54
                        <widget class="GtkImage" id="image106">
55
55
                          <property name="visible">True</property>
56
56
                          <property name="stock">gtk-add</property>
57
57
                          <property name="icon_size">1</property>
72
72
                      <signal name="activate" handler="on_menuitem_remove_file_activate" last_modification_time="Fri, 21 Jul 2006 13:54:07 GMT"/>
73
73
 
74
74
                      <child internal-child="image">
75
 
                        <widget class="GtkImage" id="image99">
 
75
                        <widget class="GtkImage" id="image107">
76
76
                          <property name="visible">True</property>
77
77
                          <property name="stock">gtk-remove</property>
78
78
                          <property name="icon_size">1</property>
193
193
                      <signal name="activate" handler="on_menuitem_branch_pull_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
194
194
 
195
195
                      <child internal-child="image">
196
 
                        <widget class="GtkImage" id="image100">
 
196
                        <widget class="GtkImage" id="image108">
197
197
                          <property name="visible">True</property>
198
198
                          <property name="stock">gtk-goto-bottom</property>
199
199
                          <property name="icon_size">1</property>
214
214
                      <signal name="activate" handler="on_menuitem_branch_push_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
215
215
 
216
216
                      <child internal-child="image">
217
 
                        <widget class="GtkImage" id="image101">
 
217
                        <widget class="GtkImage" id="image109">
218
218
                          <property name="visible">True</property>
219
219
                          <property name="stock">gtk-goto-top</property>
220
220
                          <property name="icon_size">1</property>
241
241
                      <signal name="activate" handler="on_menuitem_branch_commit_activate" last_modification_time="Mon, 17 Jul 2006 08:53:37 GMT"/>
242
242
 
243
243
                      <child internal-child="image">
244
 
                        <widget class="GtkImage" id="image102">
 
244
                        <widget class="GtkImage" id="image110">
245
245
                          <property name="visible">True</property>
246
246
                          <property name="stock">gtk-redo</property>
247
247
                          <property name="icon_size">1</property>
253
253
                      </child>
254
254
                    </widget>
255
255
                  </child>
 
256
 
 
257
                  <child>
 
258
                    <widget class="GtkSeparatorMenuItem" id="separator_branch3">
 
259
                      <property name="visible">True</property>
 
260
                    </widget>
 
261
                  </child>
 
262
 
 
263
                  <child>
 
264
                    <widget class="GtkMenuItem" id="menuitem_branch_status">
 
265
                      <property name="visible">True</property>
 
266
                      <property name="label" translatable="yes">S_tatus...</property>
 
267
                      <property name="use_underline">True</property>
 
268
                      <signal name="activate" handler="on_menuitem_branch_status_activate" last_modification_time="Thu, 03 Aug 2006 13:58:03 GMT"/>
 
269
                    </widget>
 
270
                  </child>
256
271
                </widget>
257
272
              </child>
258
273
            </widget>
2272
2287
  </child>
2273
2288
</widget>
2274
2289
 
 
2290
<widget class="GtkWindow" id="window_status">
 
2291
  <property name="width_request">400</property>
 
2292
  <property name="height_request">300</property>
 
2293
  <property name="visible">True</property>
 
2294
  <property name="title" translatable="yes">Olive - Status</property>
 
2295
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2296
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
2297
  <property name="modal">False</property>
 
2298
  <property name="resizable">True</property>
 
2299
  <property name="destroy_with_parent">False</property>
 
2300
  <property name="icon">oliveicon2.png</property>
 
2301
  <property name="decorated">True</property>
 
2302
  <property name="skip_taskbar_hint">False</property>
 
2303
  <property name="skip_pager_hint">False</property>
 
2304
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
2305
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2306
  <property name="focus_on_map">True</property>
 
2307
  <property name="urgency_hint">False</property>
 
2308
 
 
2309
  <child>
 
2310
    <widget class="GtkVBox" id="vbox_status">
 
2311
      <property name="border_width">5</property>
 
2312
      <property name="visible">True</property>
 
2313
      <property name="homogeneous">False</property>
 
2314
      <property name="spacing">3</property>
 
2315
 
 
2316
      <child>
 
2317
        <widget class="GtkScrolledWindow" id="scrolledwindow_status">
 
2318
          <property name="visible">True</property>
 
2319
          <property name="can_focus">True</property>
 
2320
          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2321
          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2322
          <property name="shadow_type">GTK_SHADOW_IN</property>
 
2323
          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
2324
 
 
2325
          <child>
 
2326
            <widget class="GtkTreeView" id="treeview_status">
 
2327
              <property name="visible">True</property>
 
2328
              <property name="can_focus">True</property>
 
2329
              <property name="headers_visible">False</property>
 
2330
              <property name="rules_hint">False</property>
 
2331
              <property name="reorderable">False</property>
 
2332
              <property name="enable_search">True</property>
 
2333
              <property name="fixed_height_mode">False</property>
 
2334
              <property name="hover_selection">False</property>
 
2335
              <property name="hover_expand">False</property>
 
2336
            </widget>
 
2337
          </child>
 
2338
        </widget>
 
2339
        <packing>
 
2340
          <property name="padding">0</property>
 
2341
          <property name="expand">True</property>
 
2342
          <property name="fill">True</property>
 
2343
        </packing>
 
2344
      </child>
 
2345
 
 
2346
      <child>
 
2347
        <widget class="GtkHButtonBox" id="hbuttonbox_status">
 
2348
          <property name="visible">True</property>
 
2349
          <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
 
2350
          <property name="spacing">0</property>
 
2351
 
 
2352
          <child>
 
2353
            <widget class="GtkButton" id="button_status_close">
 
2354
              <property name="visible">True</property>
 
2355
              <property name="can_default">True</property>
 
2356
              <property name="can_focus">True</property>
 
2357
              <property name="label">gtk-close</property>
 
2358
              <property name="use_stock">True</property>
 
2359
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2360
              <property name="focus_on_click">True</property>
 
2361
              <signal name="clicked" handler="on_button_status_close_clicked" last_modification_time="Thu, 03 Aug 2006 13:45:17 GMT"/>
 
2362
            </widget>
 
2363
          </child>
 
2364
        </widget>
 
2365
        <packing>
 
2366
          <property name="padding">0</property>
 
2367
          <property name="expand">False</property>
 
2368
          <property name="fill">True</property>
 
2369
        </packing>
 
2370
      </child>
 
2371
    </widget>
 
2372
  </child>
 
2373
</widget>
 
2374
 
2275
2375
</glade-interface>