5
* Use standard version tuple. (Jelmer)
7
* Add check command to setup.py. (Jelmer)
9
5
* Rewrite of a large ammount of the viz code:
10
6
* Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
11
7
* A new algorithm to work out how to draw the lines using the
12
revsion numbers returned from merge_sort. Lines that are very long
13
are broken, which results in the graph requiring less space to render
14
and the graph is easier to interpret.
8
revsion numbers returned from merge_sort.
9
* Lines that are very long are broken, which results in the graph
10
requiring less space to render and the graph is easier to interpret.
15
12
* Choose the color for a branch from the revsion number, which results
16
13
in stable colors. Revisions on the mainline are allways black.
17
14
* Implement a TreeModel that loads the revision data only when a a
18
15
revision is scrolled into view, improving the time it takes to display
19
the first screen of data by 93%.
20
* Add a column to display the revision number.
16
the first screen of data by 92%. (#124143)
17
* Add a column to display the revision number. (#64167)
21
18
* Add buttons to navigate to child revisions.
22
19
(Gary van der Merwe)
23
* Use standard version tuple. (Jelmer)
25
* Add check command to setup.py. (Jelmer)