/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: Szilveszter Farkas (Phanatic)
  • Date: 2007-09-30 21:58:29 UTC
  • mfrom: (256.2.64 gtk)
  • Revision ID: szilveszter.farkas@gmail.com-20070930215829-ty0js2529sni7ziv
Merge the vizchanges/brokenlines branch from Gary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
0.92.0  UNRELEASED
2
2
 
 
3
 FEATURES
 
4
 
 
5
  * Rewrite of a large ammount of the viz code:
 
6
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
7
        * A new algorithm to work out how to draw the lines using the
 
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.
 
11
          (#82907)
 
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 only when a a
 
15
          revision is scrolled into view, improving the time it takes to display
 
16
          the first screen of data by 92%. (#124143)
 
17
        * Add a column to display the revision number. (#64167)
 
18
        * Add buttons to navigate to child revisions.
 
19
    (Gary van der Merwe)
 
20
    
3
21
 INTERNALS
4
22
 
5
23
  * Use standard version tuple. (Jelmer)
12
30
 
13
31
  * Added keyboard shortcuts for closing windows and exiting Olive.
14
32
    (#139559, Daniel Schierbeck)
15
 
  
 
33
 
16
34
  * The tip revision will be automatically selected in the branch visualization
17
35
    window. (#144244, Daniel Schierbeck)
18
36
  
22
40
 BUG FIXES
23
41
 
24
42
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
25
 
    (#140512, James Westby)
26
 
  
 
43
    (#140512, James Westby) 
 
44
 
27
45
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
28
46
  
29
47
  * Annotate context menu works again. (Daniel Schierbeck)
37
55
 INTERNALS
38
56
 
39
57
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
40
 
  
 
58
 
41
59
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
42
60
  
43
61
  * Added default_branch_path to MergeDialog and use it from olive-gtk.