/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 10:14:44 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-20060803101444-4c62b2b5023c134a
Implemented Diff window; added menu.py (was missing from last commit)

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

    * olive/frontend/gtk/commit.py: change TextView font to Monospace
    * olive/frontend/gtk/diff.py: implemented diff window

Show diffs side-by-side

added added

removed removed

Lines of Context:
2096
2096
</widget>
2097
2097
 
2098
2098
<widget class="GtkWindow" id="window_diff">
2099
 
  <property name="width_request">500</property>
 
2099
  <property name="width_request">600</property>
 
2100
  <property name="height_request">400</property>
2100
2101
  <property name="visible">True</property>
2101
2102
  <property name="title" translatable="yes">Olive - Diff</property>
2102
2103
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
2139
2140
                <widget class="GtkTreeView" id="treeview_diff_files">
2140
2141
                  <property name="visible">True</property>
2141
2142
                  <property name="can_focus">True</property>
2142
 
                  <property name="headers_visible">True</property>
 
2143
                  <property name="headers_visible">False</property>
2143
2144
                  <property name="rules_hint">False</property>
2144
2145
                  <property name="reorderable">False</property>
2145
2146
                  <property name="enable_search">True</property>
2146
2147
                  <property name="fixed_height_mode">False</property>
2147
2148
                  <property name="hover_selection">False</property>
2148
2149
                  <property name="hover_expand">False</property>
 
2150
                  <signal name="cursor_changed" handler="on_treeview_diff_files_cursor_changed" last_modification_time="Thu, 03 Aug 2006 09:02:37 GMT"/>
2149
2151
                </widget>
2150
2152
              </child>
2151
2153
            </widget>