/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 README

  • Committer: Mateusz Korniak
  • Date: 2007-09-02 15:42:18 UTC
  • mto: This revision was merged to the branch mainline in revision 274.
  • Revision ID: matkor@laptop-hp-20070902154218-nba0woaqjsn20f9n
Ignoring eric3 project files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
need the following runtime dependencies:
15
15
 
16
16
  * Python 2.4
17
 
  * bzr 0.11 or later
 
17
  * Bazaar with the same major version as bzr-gtk
18
18
  * PyGTK 2.8 or later
19
19
 
20
20
In order to see graphs in the visualisation tool, you will also need:
23
23
 
24
24
In order to see syntax highlighted diffs:
25
25
 
26
 
  * gtksourceview python bindings
 
26
  * gtksourceview python bindings (on Debian and Ubuntu systems, these
 
27
    are in the python-gnome2-desktop package)
27
28
 
28
29
In order to use the nautilus integration, you will need:
29
30
 
43
44
your bzr working tree, or adding the location of bzr-gtk to your
44
45
BZR_PLUGIN_PATH environment variable.
45
46
 
 
47
Note: the plugin directory of bzr-gtk must be called 'gtk'.
 
48
 
46
49
To use the nautilus integration, either place the nautilus-bzr.py file in
47
50
~/.nautilus/python-extensions or in /usr/lib/nautilus/extensions-1.0/python
48
51
 
84
87
lines 2 hours old may be orange. Highlighting can be turned off with --plain
85
88
if overwhelming.
86
89
 
 
90
Usage - diff window
 
91
-------------------
 
92
 
 
93
If you have the gtksourceview python bindings installed, the diff window
 
94
will have syntax highlighting. If the python GConf bindings are installed, 
 
95
the colors will be read from gedit's syntax highlighting configuration
 
96
for the "Diff" language.
 
97
 
 
98
Afterwards, colors from the ~/.colordiffrc file will be read, and will
 
99
override gedit's. Since that file may be written for a dark background
 
100
environment, the file ~/.colordiffrc.bzr-gtk can be used to override
 
101
some values.
 
102
 
 
103
Because gtksourceview is more configurable that colordiff, in addition
 
104
to the 'oldtext', 'newtext', and 'diffstuff' keys, the following keys
 
105
are also accepted: 'location', 'file', 'specialcase'.
 
106
 
 
107
Colors can be specified with names (valid names are those in the
 
108
/usr/share/X11/rgb.txt file), or with a #RRGGBB notation.
 
109
 
87
110
Install on Windows
88
111
------------------
89
112
 
91
114
 
92
115
 - Python: http://www.python.org/download/releases/2.4.3/
93
116
 - GTK: http://gladewin32.sourceforge.net/
94
 
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports/pygtk.html (pycairo too)
 
117
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports (pygtk, pygobject and pycairo)
95
118
 - Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)
96
119
 - pyWin32: http://sourceforge.net/project/showfiles.php?group_id=78018
97
120