/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: Daniel Schierbeck
  • Date: 2008-01-13 14:12:49 UTC
  • mto: (423.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 429.
  • Revision ID: daniel.schierbeck@gmail.com-20080113141249-gd0i2lknr3yik55r
Moved branch view to its own package.

Show diffs side-by-side

added added

removed removed

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