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

  • Committer: Gary van der Merwe
  • Date: 2007-09-21 13:39:57 UTC
  • mto: (256.2.54 gtk)
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: garyvdm@gmail.com-20070921133957-ucfd7ktz5igb2em9
Add NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  * Added keyboard shortcuts for closing windows and exiting Olive.
6
6
    (#139559, Daniel Schierbeck)
 
7
 
 
8
  * Rewrite of a large ammount of the viz code:
 
9
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
10
        * A new algorithm to work out how to draw the lines using the
 
11
          revsion numbers returned from merge_sort.
 
12
        * Choose the color for a branch from the revsion number, which results
 
13
          in stable colors. Revisions on the mainline are allways black.
 
14
        * Implement a TreeModel that loads the revision data incrementaly,
 
15
          improving the time it takes to display the first screen of data
 
16
          by 82%.
 
17
        * Add a column to display the revision number.
 
18
        * Add buttons to navigate to child revisions.
 
19
    (Gary van der Merwe)
7
20
 
8
21
 BUG FIXES
9
22