/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
  • Author(s): Chris Lamb
  • Date: 2008-05-01 13:00:15 UTC
  • mto: This revision was merged to the branch mainline in revision 482.
  • Revision ID: jelmer@samba.org-20080501130015-lmn22j03044vqngp
Set suitable FDO categories in .desktop files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.94.0rc1  2008-04-25
 
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)
 
264
 
 
265
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
 
266
 
 
267
  * There are now more columns in the file list, and you can sort by them
 
268
    (Szilveszter)
 
269
 
 
270
  * A location bar was added to the top of the file list. On Windows, the
 
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)
 
275
 
 
276
 BUG FIXES
 
277
 
 
278
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
 
279
    (#93653, Szilveszter)
 
280
 
 
281
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
282
 
 
283
0.16.0  2007-05-05
 
284
 
 
285
 FEATURES
 
286
 
 
287
  * An Initialize dialog added to Olive along with a 'ginit' command
 
288
  (#90839, Szilveszter)
 
289
  
 
290
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
 
291
  (#103725, Szilveszter)
 
292
 
 
293
 BUG FIXES
 
294
 
 
295
  * Sort plugins in gpreferences (Jelmer)
 
296
 
 
297
  * Give nicer errors when startup fails (John)
 
298
 
 
299
  * Fix 'bzr gdiff notafile' (#107812, John)
 
300
 
 
301
  * Find olive.glade on a couple more systems (John)
 
302
 
 
303
 INTERNALS
 
304
  
 
305
  * Some minor style fixes (John)
 
306
 
 
307
 DOCS
 
308
  
 
309
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
310
 
 
311
0.15.2  2007-04-03
 
312
 
 
313
 BUG FIXES
 
314
 
 
315
  * Fix regression that prevented gannotate from being used (#97473, 
 
316
                                                             Vincent, Jelmer)
 
317
 
 
318
  * Fix regression that prevented gstatus from being used (Jelmer)
 
319
 
 
320
  * Fix status dialog size (Jelmer)
 
321
 
 
322
 FEATURES
 
323
 
 
324
  * Update commit-notify to use new dbus API (Robert)
 
325
 
 
326
  * Display remote locations in commit-notify (Robert)
 
327
 
 
328
0.15.1  2007-03-25
 
329
 
 
330
 BUG FIXES
 
331
 
 
332
  * Prevent test suite from causing default-encoding changes (Aaron)
 
333
 
 
334
  * Fix testsuite when Olive was run before (Szilveszter)
 
335
 
 
336
  * Fix locking issue in Olive (Szilvester, #91522)
 
337
 
 
338
  * Don't obtain handle to networkmanager until necessary (Jelmer)
 
339
 
 
340
  * Better behavior in annotate when unable to go back (Aaron)
 
341
 
 
342
 FEATURES
 
343
 
 
344
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
 
345
 
 
346
  * Add 'forward' button in gannotate (Aaron)
 
347
 
 
348
  * Add simple GTK+ progress bars (Jelmer)
 
349
 
 
350
  * Add gmissing command (Jelmer)
 
351
 
 
352
  * Add simple preferences window with plugin list and global settings
 
353
  (Jelmer)
 
354
 
 
355
  * Add new command 'commit-notify' to listen for commits on dbus and
 
356
  show them via pynotify. (Robert)
 
357
 
 
358
 UI IMPROVEMENTS
 
359
 
 
360
  * Move search fields in gannotate directly below source window (Aaron)
 
361
 
 
362
  * Move buttons to top, tweak layout (Aaron)
 
363
 
 
364
  * Strict commits are now a dialog, not a check box (Jelmer)
 
365
 
 
366
0.15.0  2007-03-09
 
367
 
 
368
BUG FIXES
 
369
 
 
370
  * Fix gannotate interaction with dirstate (Aaron)
 
371
 
 
372
  * Default button set on Commit dialog (#83030, Szilveszter)
 
373
 
 
374
  * Fix branch-nick handling (Aaron)
 
375
 
 
376
  * Defer cairo import to prevent import errors (Aaron)
 
377
 
 
378
  * More use of lazy_imports to speed up timing (Aaron)
 
379
 
 
380
  * Fix diff window freeze when shown from commit (Szilveszter)
 
381
 
 
382
  * Allow to commit single files from the context menu (#54983, Szilveszter)
 
383
 
 
384
FEATURES
 
385
 
 
386
  * Add ability to install nautilus plugin (#75603, Szilveszter)
 
387
 
 
388
  * Add conflicts window (Szilveszter)
 
389
 
 
390
  * Use network manager to determine default value of "Local Commit"
 
391
setting (Jelmer)
 
392
 
 
393
  * Add status window (Jelmer, Szilveszter)
 
394
 
 
395
  * Add revision browser for push and pull dialogs (Szilveszter)
 
396
 
 
397
  * Add revert functionality to context menu (Szilveszter)
 
398
 
 
399
INTERNAL
 
400
 
 
401
  * Some more code converted to not use glade (Szilveszter, Jelmer)
 
402
 
 
403
  * Move url history and preferences code to a separate class (Jelmer)
 
404
 
 
405
  * Merge revision info code for gannotate and viz into single new widget
 
406
(Jelmer)
 
407
 
 
408
  * Add initial testsuite (Jelmer)
 
409
 
 
410
0.14.0  2007-01-30
 
411
 
 
412
  * Add revert functionality (Szilvester)
 
413
 
 
414
  * Rewritten CommitDialog without glade (Szilvester)
 
415
 
 
416
  * Allow to commit single files from the context menu (Fixes #54983,
 
417
                                                                                                           Szilvester)
 
418
 
 
419
  * Warn about incompatible Bazaar versions (Jelmer)
 
420
 
 
421
  * Fixed gbranch (#77751, Szilvester)
 
422
 
 
423
  * Use the UI factory (Jelmer)
 
424
 
 
425
  * Generic handling of errors (Jelmer)
 
426
 
 
427
  * Set default drive letter (#67924, Szilvester)
 
428
 
 
429
  * Show error if no diff available for the selected file (#76536,
 
430
                                                                                                                  Szilvester)
 
431
 
 
432
  * Handle current revision in annotate better (Aaron)
 
433
 
 
434
  * Support scrolling based on an offset in annotate (Aaron)
 
435
 
 
436
  * Add "Back" button in annotate (Aaron)
 
437
 
 
438
  * Removed some unused functions (Aaron)
 
439
 
 
440
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
 
441
 
 
442
  * Nicer error when pygtk not installed (Aaron)
 
443
 
 
444
  * Show uncommitted changes in annotate (Aaron)
 
445
 
 
446
  * Support annotate in olive (#73786, Szilvester)
 
447
 
 
448
  * Ignored files no longer shown as unknown (#67926, Szilvester)
 
449
 
 
450
  * Don't allow merge if there are local changes (#73770, Szilvester)
 
451
 
 
452
  * Fix bookmark dialog (#67922, Szilvester)
 
453
 
 
454
  * Fix remove dialog (#73766 and #73767, Szilvester)
 
455
 
 
456
  * Several other small regression fixes (Szilvester)
 
457
 
 
458
0.13.0  2006-12-13
 
459
 
 
460
  * Don't show pending merge list when there are no pending merges
 
461
    (Alexander Belchenko)
 
462
 
 
463
  * Better error handling in gcommit (Alexander Belchenko)
 
464
 
 
465
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
 
466
 
 
467
  * Rename put into context menu (Szilvester Farkas) #73774
 
468
 
 
469
  * Improved commit dialog (Szilvester Farkas) #73778
 
470
 
 
471
  * Rename dialog contains original name (Szilvester Farkas) #73775
 
472
 
 
473
  * Bookmarks can be removed (Szilvester Farkas)
 
474
 
 
475
  * Run Olive after maximizing window (Szilvester Farkas) #70134
 
476
 
 
477
  * Check empty commit message at commit time (vila) #73737
 
478
 
 
479
  * Use dotted revnos in gannotate (Aaron Bentley)
 
480
 
 
481
0.12.0  2006-11-04
 
482
 
 
483
  * #68127: gcommit is broken
 
484
 
 
485
  * #67934: various win32 fixes
 
486
 
 
487
  * #67933: fix product name in setup.py
 
488
 
 
489
  * #67930: gdiff relies on plugin name being 'gtk'
 
490
 
 
491
  * #66937: process doesn't stop after closing commit dialog
 
492
  
 
493
  * #66091: commit after merge fails
 
494
  
 
495
  * #67927: fix non-ascii commit message