/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: Jelmer Vernooij
  • Date: 2007-08-27 12:38:18 UTC
  • Revision ID: jelmer@samba.org-20070827123818-0qd8chb7c7n7hx23
Tags: bzr-gtk-0.90.0
Add common widget for selecting branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.93.0  UNRELEASED
2
 
 
3
 
 UI
4
 
 
5
 
  * Added a menu bar to the viz. (Daniel Schierbeck)
6
 
     - Select a revision by tag.
7
 
     - Show/hide tree view columns.
8
 
 
9
 
 BUG FIXES
10
 
 
11
 
  * Make toolbars in Olive follow GNOME standards. (#137074)
12
 
 
13
 
0.92.1  2007-11-10
14
 
 
15
 
 BUG FIXES
16
 
 
17
 
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
18
 
 
19
 
0.92.0  2007-11-07
20
 
 
21
 
 UI
22
 
 
23
 
  * Removed email part of committer id from committer column in the revision
24
 
    history window. (Daniel Schierbeck)
25
 
    
26
 
  * Removed date column from revision history window. (Daniel Schierbeck)
27
 
  
28
 
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
29
 
  
30
 
  * Redesigned the Commit dialog. (John Arbash Meinel)
31
 
  
32
 
  * Broken lines support made optional. (Daniel Schierbeck)
33
 
 
34
 
 FEATURES
35
 
 
36
 
  * Rewrite of a large ammount of the viz code:
37
 
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
38
 
        * A new algorithm to work out how to draw the lines using the
39
 
          revsion numbers returned from merge_sort.
40
 
        * Lines that are very long are broken, which results in the graph
41
 
          requiring less space to render and the graph is easier to interpret.
42
 
          (#82907)
43
 
        * Choose the color for a branch from the revsion number, which results
44
 
          in stable colors. Revisions on the mainline are allways black.
45
 
        * Implement a TreeModel that loads the revision data only when a a
46
 
          revision is scrolled into view, improving the time it takes to display
47
 
          the first screen of data by 92%. (#124143)
48
 
        * Add a column to display the revision number. (#64167)
49
 
        * Add buttons to navigate to child revisions.
50
 
    (Gary van der Merwe)
51
 
 
52
 
  * Added a revert option to the revision menu. (Gary van der Merwe)
53
 
 
54
 
 BUG FIXES
55
 
 
56
 
  * Show children on new row in table to avoid very broad windows in viz. 
57
 
    (Jelmer)
58
 
 
59
 
  * viz slow when run from olive. (#70463, Gary van der Merwe)
60
 
  
61
 
  * Make it possible to open diff from the commit window when there are pending
62
 
    merges. (Gary van der Merwe)
63
 
    
64
 
 INTERNALS
65
 
 
66
 
  * Use standard version tuple. (Jelmer)
67
 
 
68
 
  * Add check command to setup.py. (Jelmer)
69
 
 
70
 
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
71
 
 
72
 
0.91.0  2007-09-24
73
 
 
74
 
 UI
75
 
 
76
 
  * Added keyboard shortcuts for closing windows and exiting Olive.
77
 
    (#139559, Daniel Schierbeck)
78
 
  * Add a message to the viz window to indicate that the graph is still loading.
79
 
    (Gary van der Merwe)
80
 
 
81
 
  * The tip revision will be automatically selected in the branch visualization
82
 
    window. (#144244, Daniel Schierbeck)
83
 
  
84
 
  * Updated olive-gtk.desktop: Polish translation and additional categories.
85
 
    (Mateusz Korniak)
86
 
 
87
 
 BUG FIXES
88
 
 
89
 
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
90
 
    (#140512, James Westby) 
91
 
 
92
 
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
93
 
  
94
 
  * Annotate context menu works again. (Daniel Schierbeck)
95
 
  
96
 
  * Fixed push (with overwite) behavior when branches are diverged.
97
 
    (Mateusz Korniak)
98
 
  
99
 
  * Local missing revisions are remote extra revisions (Missing revisions menu
100
 
    item in Olive). (Mateusz Korniak)
101
 
 
102
 
 INTERNALS
103
 
 
104
 
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
105
 
 
106
 
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
107
 
  
108
 
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
109
 
    (Mateusz Korniak)
110
 
 
111
1
0.90.0  2007-08-27
112
2
 
113
3
 FEATURES
129
19
 UI
130
20
  
131
21
  * Improve Preferences dialog layout. (Jelmer)
132
 
 
 
22
 
133
23
 INTERNALS:
134
24
 
135
25
  * Updated pot generator script and regenerated the translation template.