/b-gtk/fix-viz

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

  • Committer: Scott Scriven
  • Date: 2008-07-10 06:23:54 UTC
  • Revision ID: ubuntu@toykeeper.net-20080710062354-tfrqs1jflq2alkv1
The 'vis' treeview was updating twice per cursor motion.  Fixed.
(this makes the diff panel less slow)
The root cause might be a bug in pygtk.  The TreeView widget was 
emitting 'cursor-changed' twice instead of once, so this patch works 
around the issue by using only the first event per cursor position.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 423.2.1 17 years ago Daniel Schierbeck Moved branch view to its own package. 24 bytes Diff Download File
graphcell.py 450.9.5 17 years ago Daniel Schierbeck Fixed bug where the broken lines markers were not 9.7 KB Diff Download File
linegraph.py 523.1.1 17 years ago Jelmer Vernooij Fix progress call arguments. 19.2 KB Diff Download File
treemodel.py 464.2.1 17 years ago Adrian Wilkins Detect the reserved null: revision in appropriate 4.3 KB Diff Download File
treeview.py 531.7.4 17 years ago Scott Scriven The 'vis' treeview was updating twice per cursor m 15.6 KB Diff Download File