/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: Vincent Ladeuil
  • Date: 2009-06-15 14:02:08 UTC
  • mto: This revision was merged to the branch mainline in revision 649.
  • Revision ID: v.ladeuil+lp@free.fr-20090615140208-k5zg9c0vttrr9se8
Integrater Jelmer patch and implement a more robust solution.

* ui.py:
(GtkUIFactory._progress_all_finished): *Don't* uninstall the
widget.

* branchview/treeview.py:
(TreeView.__init__): Unconditionally install the progress widget
that will remain active until someone else install one or the
TreeView is destroyed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
  * Python 2.4
17
17
  * Bazaar with the same major version as bzr-gtk
18
 
  * PyGObject
 
18
  * PyGTK 2.8 or later
19
19
 
20
20
In order to see graphs in the visualisation tool, you will also need:
21
21
 
119
119
 
120
120
 - Python: http://www.python.org/download/releases/2.4.3/
121
121
 - GTK: http://gladewin32.sourceforge.net/
122
 
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports (pygobject and pycairo)
 
122
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports (pygtk, pygobject and pycairo)
123
123
 - Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)
124
124
 - pyWin32: http://sourceforge.net/project/showfiles.php?group_id=78018
125
125