/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-04-07 20:34:51 UTC
  • mfrom: (450.6.13 bugs)
  • mto: (463.2.1 bug.78765)
  • mto: This revision was merged to the branch mainline in revision 462.
  • Revision ID: daniel.schierbeck@gmail.com-20080407203451-2i6el7jf9t0k9y64
Merged bug page improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 BUG FIXES
 
30
 
 
31
  * Make adding tags from the viz work again. (Daniel Schierbeck)
 
32
 
 
33
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
 
34
  
 
35
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
 
36
  
 
37
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
 
38
    Merwe)
 
39
 
 
40
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
 
41
    Daniel Schierbeck)
 
42
 
 
43
 FEATURES
 
44
 
 
45
  * Only check for old Bazaar versions that are known to be incompatible and 
 
46
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
 
47
        the API is sufficiently stable now. (Jelmer Vernooij)
 
48
 
 
49
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
50
 
 
51
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
52
 
 
53
 INTERNALS
 
54
 
 
55
  * Refactored the revisionview. (Daniel Schierbeck)
 
56
 
 
57
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
58
 
 
59
  * Preferences dialog has been split up. (Jelmer Vernooij)
 
60
 
 
61
0.93.0  2007-12-10
 
62
 
 
63
 UI
 
64
 
 
65
  * Added a menu bar to the viz. (Daniel Schierbeck)
 
66
     - Select a revision by tag.
 
67
     - Show/hide tree view columns.
 
68
 
 
69
 BUG FIXES
 
70
 
 
71
  * Make toolbars in Olive follow GNOME standards. (#137074)
 
72
 
 
73
 INTERNALS
 
74
 
 
75
  * Allow test suite to run without PyGTK. (Aaron Bentley)
 
76
 
 
77
0.92.1  2007-11-10
 
78
 
 
79
 BUG FIXES
 
80
 
 
81
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
 
82
 
 
83
0.92.0  2007-11-07
 
84
 
 
85
 UI
 
86
 
 
87
  * Removed email part of committer id from committer column in the revision
 
88
    history window. (Daniel Schierbeck)
 
89
    
 
90
  * Removed date column from revision history window. (Daniel Schierbeck)
 
91
  
 
92
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
 
93
  
 
94
  * Redesigned the Commit dialog. (John Arbash Meinel)
 
95
  
 
96
  * Broken lines support made optional. (Daniel Schierbeck)
 
97
 
 
98
 FEATURES
 
99
 
 
100
  * Rewrite of a large ammount of the viz code:
 
101
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
102
        * A new algorithm to work out how to draw the lines using the
 
103
          revsion numbers returned from merge_sort.
 
104
        * Lines that are very long are broken, which results in the graph
 
105
          requiring less space to render and the graph is easier to interpret.
 
106
          (#82907)
 
107
        * Choose the color for a branch from the revsion number, which results
 
108
          in stable colors. Revisions on the mainline are allways black.
 
109
        * Implement a TreeModel that loads the revision data only when a a
 
110
          revision is scrolled into view, improving the time it takes to display
 
111
          the first screen of data by 92%. (#124143)
 
112
        * Add a column to display the revision number. (#64167)
 
113
        * Add buttons to navigate to child revisions.
 
114
    (Gary van der Merwe)
 
115
 
 
116
  * Added a revert option to the revision menu. (Gary van der Merwe)
 
117
 
 
118
 BUG FIXES
 
119
 
 
120
  * Show children on new row in table to avoid very broad windows in viz. 
 
121
    (Jelmer)
 
122
 
 
123
  * viz slow when run from olive. (#70463, Gary van der Merwe)
 
124
  
 
125
  * Make it possible to open diff from the commit window when there are pending
 
126
    merges. (Gary van der Merwe)
 
127
    
 
128
 INTERNALS
 
129
 
 
130
  * Use standard version tuple. (Jelmer)
 
131
 
 
132
  * Add check command to setup.py. (Jelmer)
 
133
 
 
134
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
135
 
 
136
0.91.0  2007-09-24
 
137
 
 
138
 UI
 
139
 
 
140
  * Added keyboard shortcuts for closing windows and exiting Olive.
 
141
    (#139559, Daniel Schierbeck)
 
142
  * Add a message to the viz window to indicate that the graph is still loading.
 
143
    (Gary van der Merwe)
 
144
 
 
145
  * The tip revision will be automatically selected in the branch visualization
 
146
    window. (#144244, Daniel Schierbeck)
 
147
  
 
148
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
149
    (Mateusz Korniak)
 
150
 
 
151
 BUG FIXES
 
152
 
 
153
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
 
154
    (#140512, James Westby) 
 
155
 
 
156
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
 
157
  
 
158
  * Annotate context menu works again. (Daniel Schierbeck)
 
159
  
 
160
  * Fixed push (with overwite) behavior when branches are diverged.
 
161
    (Mateusz Korniak)
 
162
  
 
163
  * Local missing revisions are remote extra revisions (Missing revisions menu
 
164
    item in Olive). (Mateusz Korniak)
 
165
 
 
166
 INTERNALS
 
167
 
 
168
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
 
169
 
 
170
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
 
171
  
 
172
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
 
173
    (Mateusz Korniak)
 
174
 
 
175
0.90.0  2007-08-27
 
176
 
 
177
 FEATURES
 
178
 
 
179
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
 
180
 
 
181
  * Show tags in bzr viz. (Jelmer)
 
182
 
 
183
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
 
184
 
 
185
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
 
186
  
 
187
  * Added "update" menu item in Olive. (Mateusz Korniak)
 
188
  
 
189
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
 
190
  
 
191
  * Show bzr viz interface quickly. (Gary van der Merwe)
 
192
 
 
193
 UI
 
194
  
 
195
  * Improve Preferences dialog layout. (Jelmer)
 
196
 
 
197
 INTERNALS:
 
198
 
 
199
  * Updated pot generator script and regenerated the translation template.
 
200
    (Szilveszter)
 
201
 
 
202
  * Add helper widget for selecting branches (Jelmer)
 
203
    
 
204
 BUG FIXES
 
205
 
 
206
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
 
207
  Korniak, Jelmer)
 
208
 
 
209
  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
210
 
 
211
  * Fix so the when Olive is run from the source code, the toolbar and menu
 
212
    icons show. (Gary van der Merwe, #131520)
 
213
 
 
214
  * Fix a regression that Olive was no longer able to find bzrlib location
 
215
    due to a change in the output of "bzr version". (Gary van der Merwe)
 
216
 
 
217
  * Fix a regression that Olive branch info window was not working. (Gary van
 
218
    der Merwe)
 
219
    
 
220
  * Fixed tags formatting. (Aaron)
 
221
 
 
222
0.18.0  2007-07-17
 
223
 
 
224
 FEATURES
 
225
 
 
226
  * Add support for customizing colors in the diff window via ~/.colordiffrc
 
227
    or gedit's syntax highlighting configuration. See README file for details.
 
228
    (Adeodato Simó)
 
229
 
 
230
  * Add Inspect and Branch buttons to notification window. (Robert)
 
231
 
 
232
  * Add notification area icon with context menu. (Jelmer)
 
233
 
 
234
  * New tango icons. (Pascal Klein)
 
235
 
 
236
  * Add simple About dialog. (Jelmer)
 
237
 
 
238
  * Add context menu in bzrk. (Jelmer)
 
239
 
 
240
 BUG FIXES
 
241
 
 
242
  * Fix option help strings to comply with the style guide. (Vincent)
 
243
 
 
244
  * Fix import of BzrError. (Aaron)
 
245
 
 
246
  * Fix missing attributes for DummyRevision. (Vincent)
 
247
 
 
248
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
249
 
 
250
 
 
251
0.17.0  2007-06-15
 
252
 
 
253
 FEATURES
 
254
 
 
255
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
256
    (Szilveszter)
 
257
 
 
258
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
 
259
 
 
260
  * There are now more columns in the file list, and you can sort by them
 
261
    (Szilveszter)
 
262
 
 
263
  * A location bar was added to the top of the file list. On Windows, the
 
264
    drive selector combo was moved here (Szilveszter)
 
265
 
 
266
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
267
    (Aaron)
 
268
 
 
269
 BUG FIXES
 
270
 
 
271
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
 
272
    (#93653, Szilveszter)
 
273
 
 
274
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
275
 
 
276
0.16.0  2007-05-05
 
277
 
 
278
 FEATURES
 
279
 
 
280
  * An Initialize dialog added to Olive along with a 'ginit' command
 
281
  (#90839, Szilveszter)
 
282
  
 
283
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
 
284
  (#103725, Szilveszter)
 
285
 
 
286
 BUG FIXES
 
287
 
 
288
  * Sort plugins in gpreferences (Jelmer)
 
289
 
 
290
  * Give nicer errors when startup fails (John)
 
291
 
 
292
  * Fix 'bzr gdiff notafile' (#107812, John)
 
293
 
 
294
  * Find olive.glade on a couple more systems (John)
 
295
 
 
296
 INTERNALS
 
297
  
 
298
  * Some minor style fixes (John)
 
299
 
 
300
 DOCS
 
301
  
 
302
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
303
 
 
304
0.15.2  2007-04-03
 
305
 
 
306
 BUG FIXES
 
307
 
 
308
  * Fix regression that prevented gannotate from being used (#97473, 
 
309
                                                             Vincent, Jelmer)
 
310
 
 
311
  * Fix regression that prevented gstatus from being used (Jelmer)
 
312
 
 
313
  * Fix status dialog size (Jelmer)
 
314
 
 
315
 FEATURES
 
316
 
 
317
  * Update commit-notify to use new dbus API (Robert)
 
318
 
 
319
  * Display remote locations in commit-notify (Robert)
 
320
 
 
321
0.15.1  2007-03-25
 
322
 
 
323
 BUG FIXES
 
324
 
 
325
  * Prevent test suite from causing default-encoding changes (Aaron)
 
326
 
 
327
  * Fix testsuite when Olive was run before (Szilveszter)
 
328
 
 
329
  * Fix locking issue in Olive (Szilvester, #91522)
 
330
 
 
331
  * Don't obtain handle to networkmanager until necessary (Jelmer)
 
332
 
 
333
  * Better behavior in annotate when unable to go back (Aaron)
 
334
 
 
335
 FEATURES
 
336
 
 
337
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
 
338
 
 
339
  * Add 'forward' button in gannotate (Aaron)
 
340
 
 
341
  * Add simple GTK+ progress bars (Jelmer)
 
342
 
 
343
  * Add gmissing command (Jelmer)
 
344
 
 
345
  * Add simple preferences window with plugin list and global settings
 
346
  (Jelmer)
 
347
 
 
348
  * Add new command 'commit-notify' to listen for commits on dbus and
 
349
  show them via pynotify. (Robert)
 
350
 
 
351
 UI IMPROVEMENTS
 
352
 
 
353
  * Move search fields in gannotate directly below source window (Aaron)
 
354
 
 
355
  * Move buttons to top, tweak layout (Aaron)
 
356
 
 
357
  * Strict commits are now a dialog, not a check box (Jelmer)
 
358
 
 
359
0.15.0  2007-03-09
 
360
 
 
361
BUG FIXES
 
362
 
 
363
  * Fix gannotate interaction with dirstate (Aaron)
 
364
 
 
365
  * Default button set on Commit dialog (#83030, Szilveszter)
 
366
 
 
367
  * Fix branch-nick handling (Aaron)
 
368
 
 
369
  * Defer cairo import to prevent import errors (Aaron)
 
370
 
 
371
  * More use of lazy_imports to speed up timing (Aaron)
 
372
 
 
373
  * Fix diff window freeze when shown from commit (Szilveszter)
 
374
 
 
375
  * Allow to commit single files from the context menu (#54983, Szilveszter)
 
376
 
 
377
FEATURES
 
378
 
 
379
  * Add ability to install nautilus plugin (#75603, Szilveszter)
 
380
 
 
381
  * Add conflicts window (Szilveszter)
 
382
 
 
383
  * Use network manager to determine default value of "Local Commit"
 
384
setting (Jelmer)
 
385
 
 
386
  * Add status window (Jelmer, Szilveszter)
 
387
 
 
388
  * Add revision browser for push and pull dialogs (Szilveszter)
 
389
 
 
390
  * Add revert functionality to context menu (Szilveszter)
 
391
 
 
392
INTERNAL
 
393
 
 
394
  * Some more code converted to not use glade (Szilveszter, Jelmer)
 
395
 
 
396
  * Move url history and preferences code to a separate class (Jelmer)
 
397
 
 
398
  * Merge revision info code for gannotate and viz into single new widget
 
399
(Jelmer)
 
400
 
 
401
  * Add initial testsuite (Jelmer)
 
402
 
 
403
0.14.0  2007-01-30
 
404
 
 
405
  * Add revert functionality (Szilvester)
 
406
 
 
407
  * Rewritten CommitDialog without glade (Szilvester)
 
408
 
 
409
  * Allow to commit single files from the context menu (Fixes #54983,
 
410
                                                                                                           Szilvester)
 
411
 
 
412
  * Warn about incompatible Bazaar versions (Jelmer)
 
413
 
 
414
  * Fixed gbranch (#77751, Szilvester)
 
415
 
 
416
  * Use the UI factory (Jelmer)
 
417
 
 
418
  * Generic handling of errors (Jelmer)
 
419
 
 
420
  * Set default drive letter (#67924, Szilvester)
 
421
 
 
422
  * Show error if no diff available for the selected file (#76536,
 
423
                                                                                                                  Szilvester)
 
424
 
 
425
  * Handle current revision in annotate better (Aaron)
 
426
 
 
427
  * Support scrolling based on an offset in annotate (Aaron)
 
428
 
 
429
  * Add "Back" button in annotate (Aaron)
 
430
 
 
431
  * Removed some unused functions (Aaron)
 
432
 
 
433
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
 
434
 
 
435
  * Nicer error when pygtk not installed (Aaron)
 
436
 
 
437
  * Show uncommitted changes in annotate (Aaron)
 
438
 
 
439
  * Support annotate in olive (#73786, Szilvester)
 
440
 
 
441
  * Ignored files no longer shown as unknown (#67926, Szilvester)
 
442
 
 
443
  * Don't allow merge if there are local changes (#73770, Szilvester)
 
444
 
 
445
  * Fix bookmark dialog (#67922, Szilvester)
 
446
 
 
447
  * Fix remove dialog (#73766 and #73767, Szilvester)
 
448
 
 
449
  * Several other small regression fixes (Szilvester)
 
450
 
 
451
0.13.0  2006-12-13
 
452
 
 
453
  * Don't show pending merge list when there are no pending merges
 
454
    (Alexander Belchenko)
 
455
 
 
456
  * Better error handling in gcommit (Alexander Belchenko)
 
457
 
 
458
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
 
459
 
 
460
  * Rename put into context menu (Szilvester Farkas) #73774
 
461
 
 
462
  * Improved commit dialog (Szilvester Farkas) #73778
 
463
 
 
464
  * Rename dialog contains original name (Szilvester Farkas) #73775
 
465
 
 
466
  * Bookmarks can be removed (Szilvester Farkas)
 
467
 
 
468
  * Run Olive after maximizing window (Szilvester Farkas) #70134
 
469
 
 
470
  * Check empty commit message at commit time (vila) #73737
 
471
 
 
472
  * Use dotted revnos in gannotate (Aaron Bentley)
 
473
 
 
474
0.12.0  2006-11-04
 
475
 
 
476
  * #68127: gcommit is broken
 
477
 
 
478
  * #67934: various win32 fixes
 
479
 
 
480
  * #67933: fix product name in setup.py
 
481
 
 
482
  * #67930: gdiff relies on plugin name being 'gtk'
 
483
 
 
484
  * #66937: process doesn't stop after closing commit dialog
 
485
  
 
486
  * #66091: commit after merge fails
 
487
  
 
488
  * #67927: fix non-ascii commit message