/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
 
 
136
0.90.0  2007-08-27
 
137
 
 
138
 FEATURES
 
139
 
 
140
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
 
141
 
 
142
  * Show tags in bzr viz. (Jelmer)
 
143
 
 
144
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
 
145
 
 
146
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
 
147
  
 
148
  * Added "update" menu item in Olive. (Mateusz Korniak)
 
149
  
 
150
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
 
151
  
 
152
  * Show bzr viz interface quickly. (Gary van der Merwe)
 
153
 
 
154
 UI
 
155
  
 
156
  * Improve Preferences dialog layout. (Jelmer)
 
157
 
 
158
 INTERNALS:
 
159
 
 
160
  * Updated pot generator script and regenerated the translation template.
 
161
    (Szilveszter)
 
162
 
 
163
  * Add helper widget for selecting branches (Jelmer)
 
164
    
 
165
 BUG FIXES
 
166
 
 
167
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
 
168
  Korniak, Jelmer)
 
169
 
 
170
  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
171
 
 
172
  * Fix so the when Olive is run from the source code, the toolbar and menu
 
173
    icons show. (Gary van der Merwe, #131520)
 
174
 
 
175
  * Fix a regression that Olive was no longer able to find bzrlib location
 
176
    due to a change in the output of "bzr version". (Gary van der Merwe)
 
177
 
 
178
  * Fix a regression that Olive branch info window was not working. (Gary van
 
179
    der Merwe)
 
180
    
 
181
  * Fixed tags formatting. (Aaron)
 
182
 
 
183
0.18.0  2007-07-17
 
184
 
 
185
 FEATURES
 
186
 
 
187
  * Add support for customizing colors in the diff window via ~/.colordiffrc
 
188
    or gedit's syntax highlighting configuration. See README file for details.
 
189
    (Adeodato Simó)
 
190
 
 
191
  * Add Inspect and Branch buttons to notification window. (Robert)
 
192
 
 
193
  * Add notification area icon with context menu. (Jelmer)
 
194
 
 
195
  * New tango icons. (Pascal Klein)
 
196
 
 
197
  * Add simple About dialog. (Jelmer)
 
198
 
 
199
  * Add context menu in bzrk. (Jelmer)
 
200
 
 
201
 BUG FIXES
 
202
 
 
203
  * Fix option help strings to comply with the style guide. (Vincent)
 
204
 
 
205
  * Fix import of BzrError. (Aaron)
 
206
 
 
207
  * Fix missing attributes for DummyRevision. (Vincent)
 
208
 
 
209
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
210
 
 
211
 
 
212
0.17.0  2007-06-15
 
213
 
 
214
 FEATURES
 
215
 
 
216
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
217
    (Szilveszter)
 
218
 
 
219
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
 
220
 
 
221
  * There are now more columns in the file list, and you can sort by them
 
222
    (Szilveszter)
 
223
 
 
224
  * A location bar was added to the top of the file list. On Windows, the
 
225
    drive selector combo was moved here (Szilveszter)
 
226
 
 
227
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
228
    (Aaron)
 
229
 
 
230
 BUG FIXES
 
231
 
 
232
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
 
233
    (#93653, Szilveszter)
 
234
 
 
235
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
236
 
 
237
0.16.0  2007-05-05
 
238
 
 
239
 FEATURES
 
240
 
 
241
  * An Initialize dialog added to Olive along with a 'ginit' command
 
242
  (#90839, Szilveszter)
 
243
  
 
244
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
 
245
  (#103725, Szilveszter)
 
246
 
 
247
 BUG FIXES
 
248
 
 
249
  * Sort plugins in gpreferences (Jelmer)
 
250
 
 
251
  * Give nicer errors when startup fails (John)
 
252
 
 
253
  * Fix 'bzr gdiff notafile' (#107812, John)
 
254
 
 
255
  * Find olive.glade on a couple more systems (John)
 
256
 
 
257
 INTERNALS
 
258
  
 
259
  * Some minor style fixes (John)
 
260
 
 
261
 DOCS
 
262
  
 
263
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
264
 
 
265
0.15.2  2007-04-03
 
266
 
 
267
 BUG FIXES
 
268
 
 
269
  * Fix regression that prevented gannotate from being used (#97473, 
 
270
                                                             Vincent, Jelmer)
 
271
 
 
272
  * Fix regression that prevented gstatus from being used (Jelmer)
 
273
 
 
274
  * Fix status dialog size (Jelmer)
 
275
 
 
276
 FEATURES
 
277
 
 
278
  * Update commit-notify to use new dbus API (Robert)
 
279
 
 
280
  * Display remote locations in commit-notify (Robert)
 
281
 
 
282
0.15.1  2007-03-25
 
283
 
 
284
 BUG FIXES
 
285
 
 
286
  * Prevent test suite from causing default-encoding changes (Aaron)
 
287
 
 
288
  * Fix testsuite when Olive was run before (Szilveszter)
 
289
 
 
290
  * Fix locking issue in Olive (Szilvester, #91522)
 
291
 
 
292
  * Don't obtain handle to networkmanager until necessary (Jelmer)
 
293
 
 
294
  * Better behavior in annotate when unable to go back (Aaron)
 
295
 
 
296
 FEATURES
 
297
 
 
298
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
 
299
 
 
300
  * Add 'forward' button in gannotate (Aaron)
 
301
 
 
302
  * Add simple GTK+ progress bars (Jelmer)
 
303
 
 
304
  * Add gmissing command (Jelmer)
 
305
 
 
306
  * Add simple preferences window with plugin list and global settings
 
307
  (Jelmer)
 
308
 
 
309
  * Add new command 'commit-notify' to listen for commits on dbus and
 
310
  show them via pynotify. (Robert)
 
311
 
 
312
 UI IMPROVEMENTS
 
313
 
 
314
  * Move search fields in gannotate directly below source window (Aaron)
 
315
 
 
316
  * Move buttons to top, tweak layout (Aaron)
 
317
 
 
318
  * Strict commits are now a dialog, not a check box (Jelmer)
 
319
 
 
320
0.15.0  2007-03-09
 
321
 
 
322
BUG FIXES
 
323
 
 
324
  * Fix gannotate interaction with dirstate (Aaron)
 
325
 
 
326
  * Default button set on Commit dialog (#83030, Szilveszter)
 
327
 
 
328
  * Fix branch-nick handling (Aaron)
 
329
 
 
330
  * Defer cairo import to prevent import errors (Aaron)
 
331
 
 
332
  * More use of lazy_imports to speed up timing (Aaron)
 
333
 
 
334
  * Fix diff window freeze when shown from commit (Szilveszter)
 
335
 
 
336
  * Allow to commit single files from the context menu (#54983, Szilveszter)
 
337
 
 
338
FEATURES
 
339
 
 
340
  * Add ability to install nautilus plugin (#75603, Szilveszter)
 
341
 
 
342
  * Add conflicts window (Szilveszter)
 
343
 
 
344
  * Use network manager to determine default value of "Local Commit"
 
345
setting (Jelmer)
 
346
 
 
347
  * Add status window (Jelmer, Szilveszter)
 
348
 
 
349
  * Add revision browser for push and pull dialogs (Szilveszter)
 
350
 
 
351
  * Add revert functionality to context menu (Szilveszter)
 
352
 
 
353
INTERNAL
 
354
 
 
355
  * Some more code converted to not use glade (Szilveszter, Jelmer)
 
356
 
 
357
  * Move url history and preferences code to a separate class (Jelmer)
 
358
 
 
359
  * Merge revision info code for gannotate and viz into single new widget
 
360
(Jelmer)
 
361
 
 
362
  * Add initial testsuite (Jelmer)
 
363
 
 
364
0.14.0  2007-01-30
 
365
 
 
366
  * Add revert functionality (Szilvester)
 
367
 
 
368
  * Rewritten CommitDialog without glade (Szilvester)
 
369
 
 
370
  * Allow to commit single files from the context menu (Fixes #54983,
 
371
                                                                                                           Szilvester)
 
372
 
 
373
  * Warn about incompatible Bazaar versions (Jelmer)
 
374
 
 
375
  * Fixed gbranch (#77751, Szilvester)
 
376
 
 
377
  * Use the UI factory (Jelmer)
 
378
 
 
379
  * Generic handling of errors (Jelmer)
 
380
 
 
381
  * Set default drive letter (#67924, Szilvester)
 
382
 
 
383
  * Show error if no diff available for the selected file (#76536,
 
384
                                                                                                                  Szilvester)
 
385
 
 
386
  * Handle current revision in annotate better (Aaron)
 
387
 
 
388
  * Support scrolling based on an offset in annotate (Aaron)
 
389
 
 
390
  * Add "Back" button in annotate (Aaron)
 
391
 
 
392
  * Removed some unused functions (Aaron)
 
393
 
 
394
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
 
395
 
 
396
  * Nicer error when pygtk not installed (Aaron)
 
397
 
 
398
  * Show uncommitted changes in annotate (Aaron)
 
399
 
 
400
  * Support annotate in olive (#73786, Szilvester)
 
401
 
 
402
  * Ignored files no longer shown as unknown (#67926, Szilvester)
 
403
 
 
404
  * Don't allow merge if there are local changes (#73770, Szilvester)
 
405
 
 
406
  * Fix bookmark dialog (#67922, Szilvester)
 
407
 
 
408
  * Fix remove dialog (#73766 and #73767, Szilvester)
 
409
 
 
410
  * Several other small regression fixes (Szilvester)
 
411
 
 
412
0.13.0  2006-12-13
 
413
 
 
414
  * Don't show pending merge list when there are no pending merges
 
415
    (Alexander Belchenko)
 
416
 
 
417
  * Better error handling in gcommit (Alexander Belchenko)
 
418
 
 
419
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
 
420
 
 
421
  * Rename put into context menu (Szilvester Farkas) #73774
 
422
 
 
423
  * Improved commit dialog (Szilvester Farkas) #73778
 
424
 
 
425
  * Rename dialog contains original name (Szilvester Farkas) #73775
 
426
 
 
427
  * Bookmarks can be removed (Szilvester Farkas)
 
428
 
 
429
  * Run Olive after maximizing window (Szilvester Farkas) #70134
 
430
 
 
431
  * Check empty commit message at commit time (vila) #73737
 
432
 
 
433
  * Use dotted revnos in gannotate (Aaron Bentley)
 
434
 
 
435
0.12.0  2006-11-04
 
436
 
 
437
  * #68127: gcommit is broken
 
438
 
 
439
  * #67934: various win32 fixes
 
440
 
 
441
  * #67933: fix product name in setup.py
 
442
 
 
443
  * #67930: gdiff relies on plugin name being 'gtk'
 
444
 
 
445
  * #66937: process doesn't stop after closing commit dialog
 
446
  
 
447
  * #66091: commit after merge fails
 
448
  
 
449
  * #67927: fix non-ascii commit message