/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: 2008-03-09 13:47:52 UTC
  • mto: This revision was merged to the branch mainline in revision 447.
  • Revision ID: jelmer@samba.org-20080309134752-syf9kwzy6e919jhj
Add note about python-nautilus requiring a libpythonXX.so symlink.

Show diffs side-by-side

added added

removed removed

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