/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: Andrew Bennetts
  • Date: 2008-04-29 08:17:01 UTC
  • mto: This revision was merged to the branch mainline in revision 476.
  • Revision ID: andrew@puzzling.org-20080429081701-2pu9uteic8o88nre
Simple hack to fix gannotate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.17.0  UNRELEASED
2
 
 
3
 
 FEATURES
4
 
 
5
 
  * Added an EXPERIMENTAL feature for browsing remote branches (Szilveszter)
 
1
0.94.0  UNRELEASED
 
2
 
 
3
 CHANGES
 
4
 
 
5
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
 
6
 
 
7
  * Use new D-Bus revision signal. (James Henstridge, #206443)
 
8
 
 
9
  * Switched to using Seahorse to verify signatures. (Daniel Schierbeck)
 
10
 
 
11
 UI
 
12
 
 
13
  * Made the tags associated with a revision render next to the revision
 
14
    node in the branch view. (Ali Sabil)
 
15
 
 
16
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
 
17
 
 
18
  * Add bugs tab in the branch view. (Jelmer Vernooij)
 
19
  
 
20
  * New Tango-styled icons. This time properly licensed under the GPL.
 
21
    (Simon Pascal Klein)
 
22
 
 
23
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
 
24
 
 
25
  * Added new icons for nautilus overlay (Martin Albisetti)
 
26
 
 
27
  * Added enable/disable per-branch option (Martin Albisetti)
 
28
 
 
29
  * Add compare with option to revisions menu. (Javier Derderian)
 
30
 
 
31
  * Register file handler for applying patches/bundles to Bazaar branches.
 
32
    (Jelmer Vernooij)
 
33
 
 
34
 BUG FIXES
 
35
 
 
36
  * Make adding tags from the viz work again. (Daniel Schierbeck)
 
37
 
 
38
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
 
39
  
 
40
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
 
41
  
 
42
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
 
43
    Merwe)
 
44
 
 
45
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
 
46
    Daniel Schierbeck)
 
47
 
 
48
  * Fixed change view menu in viz. (Javier Derderian, #215350)
 
49
 
 
50
 FEATURES
 
51
 
 
52
  * Only check for old Bazaar versions that are known to be incompatible and 
 
53
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
 
54
        the API is sufficiently stable now. (Jelmer Vernooij)
 
55
 
 
56
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
57
 
 
58
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
59
 
 
60
 INTERNALS
 
61
 
 
62
  * Refactored the revisionview. (Daniel Schierbeck)
 
63
 
 
64
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
65
 
 
66
  * Preferences dialog has been split up. (Jelmer Vernooij)
 
67
 
 
68
0.93.0  2007-12-10
 
69
 
 
70
 UI
 
71
 
 
72
  * Added a menu bar to the viz. (Daniel Schierbeck)
 
73
     - Select a revision by tag.
 
74
     - Show/hide tree view columns.
 
75
 
 
76
 BUG FIXES
 
77
 
 
78
  * Make toolbars in Olive follow GNOME standards. (#137074)
 
79
 
 
80
 INTERNALS
 
81
 
 
82
  * Allow test suite to run without PyGTK. (Aaron Bentley)
 
83
 
 
84
0.92.1  2007-11-10
 
85
 
 
86
 BUG FIXES
 
87
 
 
88
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
 
89
 
 
90
0.92.0  2007-11-07
 
91
 
 
92
 UI
 
93
 
 
94
  * Removed email part of committer id from committer column in the revision
 
95
    history window. (Daniel Schierbeck)
 
96
    
 
97
  * Removed date column from revision history window. (Daniel Schierbeck)
 
98
  
 
99
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
 
100
  
 
101
  * Redesigned the Commit dialog. (John Arbash Meinel)
 
102
  
 
103
  * Broken lines support made optional. (Daniel Schierbeck)
 
104
 
 
105
 FEATURES
 
106
 
 
107
  * Rewrite of a large ammount of the viz code:
 
108
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
109
        * A new algorithm to work out how to draw the lines using the
 
110
          revsion numbers returned from merge_sort.
 
111
        * Lines that are very long are broken, which results in the graph
 
112
          requiring less space to render and the graph is easier to interpret.
 
113
          (#82907)
 
114
        * Choose the color for a branch from the revsion number, which results
 
115
          in stable colors. Revisions on the mainline are allways black.
 
116
        * Implement a TreeModel that loads the revision data only when a a
 
117
          revision is scrolled into view, improving the time it takes to display
 
118
          the first screen of data by 92%. (#124143)
 
119
        * Add a column to display the revision number. (#64167)
 
120
        * Add buttons to navigate to child revisions.
 
121
    (Gary van der Merwe)
 
122
 
 
123
  * Added a revert option to the revision menu. (Gary van der Merwe)
 
124
 
 
125
 BUG FIXES
 
126
 
 
127
  * Show children on new row in table to avoid very broad windows in viz. 
 
128
    (Jelmer)
 
129
 
 
130
  * viz slow when run from olive. (#70463, Gary van der Merwe)
 
131
  
 
132
  * Make it possible to open diff from the commit window when there are pending
 
133
    merges. (Gary van der Merwe)
 
134
    
 
135
 INTERNALS
 
136
 
 
137
  * Use standard version tuple. (Jelmer)
 
138
 
 
139
  * Add check command to setup.py. (Jelmer)
 
140
 
 
141
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
142
 
 
143
0.91.0  2007-09-24
 
144
 
 
145
 UI
 
146
 
 
147
  * Added keyboard shortcuts for closing windows and exiting Olive.
 
148
    (#139559, Daniel Schierbeck)
 
149
  * Add a message to the viz window to indicate that the graph is still loading.
 
150
    (Gary van der Merwe)
 
151
 
 
152
  * The tip revision will be automatically selected in the branch visualization
 
153
    window. (#144244, Daniel Schierbeck)
 
154
  
 
155
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
156
    (Mateusz Korniak)
 
157
 
 
158
 BUG FIXES
 
159
 
 
160
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
 
161
    (#140512, James Westby) 
 
162
 
 
163
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
 
164
  
 
165
  * Annotate context menu works again. (Daniel Schierbeck)
 
166
  
 
167
  * Fixed push (with overwite) behavior when branches are diverged.
 
168
    (Mateusz Korniak)
 
169
  
 
170
  * Local missing revisions are remote extra revisions (Missing revisions menu
 
171
    item in Olive). (Mateusz Korniak)
 
172
 
 
173
 INTERNALS
 
174
 
 
175
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
 
176
 
 
177
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
 
178
  
 
179
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
 
180
    (Mateusz Korniak)
 
181
 
 
182
0.90.0  2007-08-27
 
183
 
 
184
 FEATURES
 
185
 
 
186
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
 
187
 
 
188
  * Show tags in bzr viz. (Jelmer)
 
189
 
 
190
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
 
191
 
 
192
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
 
193
  
 
194
  * Added "update" menu item in Olive. (Mateusz Korniak)
 
195
  
 
196
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
 
197
  
 
198
  * Show bzr viz interface quickly. (Gary van der Merwe)
 
199
 
 
200
 UI
 
201
  
 
202
  * Improve Preferences dialog layout. (Jelmer)
 
203
 
 
204
 INTERNALS:
 
205
 
 
206
  * Updated pot generator script and regenerated the translation template.
 
207
    (Szilveszter)
 
208
 
 
209
  * Add helper widget for selecting branches (Jelmer)
 
210
    
 
211
 BUG FIXES
 
212
 
 
213
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
 
214
  Korniak, Jelmer)
 
215
 
 
216
  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
217
 
 
218
  * Fix so the when Olive is run from the source code, the toolbar and menu
 
219
    icons show. (Gary van der Merwe, #131520)
 
220
 
 
221
  * Fix a regression that Olive was no longer able to find bzrlib location
 
222
    due to a change in the output of "bzr version". (Gary van der Merwe)
 
223
 
 
224
  * Fix a regression that Olive branch info window was not working. (Gary van
 
225
    der Merwe)
 
226
    
 
227
  * Fixed tags formatting. (Aaron)
 
228
 
 
229
0.18.0  2007-07-17
 
230
 
 
231
 FEATURES
 
232
 
 
233
  * Add support for customizing colors in the diff window via ~/.colordiffrc
 
234
    or gedit's syntax highlighting configuration. See README file for details.
 
235
    (Adeodato Simó)
 
236
 
 
237
  * Add Inspect and Branch buttons to notification window. (Robert)
 
238
 
 
239
  * Add notification area icon with context menu. (Jelmer)
 
240
 
 
241
  * New tango icons. (Pascal Klein)
 
242
 
 
243
  * Add simple About dialog. (Jelmer)
 
244
 
 
245
  * Add context menu in bzrk. (Jelmer)
 
246
 
 
247
 BUG FIXES
 
248
 
 
249
  * Fix option help strings to comply with the style guide. (Vincent)
 
250
 
 
251
  * Fix import of BzrError. (Aaron)
 
252
 
 
253
  * Fix missing attributes for DummyRevision. (Vincent)
 
254
 
 
255
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
256
 
 
257
 
 
258
0.17.0  2007-06-15
 
259
 
 
260
 FEATURES
 
261
 
 
262
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
263
    (Szilveszter)
6
264
 
7
265
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
8
266
 
9
267
  * There are now more columns in the file list, and you can sort by them
10
 
  (Szilveszter)
 
268
    (Szilveszter)
11
269
 
12
270
  * A location bar was added to the top of the file list. On Windows, the
13
 
  drive selector combo was moved here (Szilveszter)
 
271
    drive selector combo was moved here (Szilveszter)
 
272
 
 
273
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
274
    (Aaron)
14
275
 
15
276
 BUG FIXES
16
277
 
17
278
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
18
 
  (#93653, Szilveszter)
 
279
    (#93653, Szilveszter)
19
280
 
20
281
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
21
282