/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: 2007-07-15 15:05:06 UTC
  • Revision ID: jelmer@samba.org-20070715150506-1uemecr5kt7d4kvg
Fix whitespace, add comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.99.0 UNRELEASED
2
 
 
3
 
BUG FIXES
4
 
 
5
 
   * Guard setup() call when not loaded as __main__. (Robert Collins)
6
 
 
7
 
   * Ignore gnomekeyring.IOError when checking if credentials are available 
8
 
     in the GNOME keyring. (Jelmer Vernooij, #534326)
9
 
 
10
 
   * Don't crash when there is already a lan-notify instance running.
11
 
     (Jelmer Vernooij, #339284)
12
 
 
13
 
   * Return the credntials if successfully found in gnome-keyring.
14
 
     (John Szakmeister)
15
 
 
16
 
FEATURES
17
 
 
18
 
  * Add 'Find' button to start text search.
19
 
    (Martin Pool, #556347)
20
 
 
21
 
  * Add 'glog' as an alias for visualize (aka viz) as too many
22
 
    people are still confused.
23
 
    (Vincent Ladeuil)
24
 
 
25
 
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
26
 
    #518179)
27
 
 
28
 
  * Add more tooltips to Olive. (Adrian Room, #333876)
29
 
 
30
 
0.98.0 2010-02-24
31
 
 
32
 
BUG FIXES
33
 
 
34
 
  * Fix relative import in olive menu.
35
 
    (Mathias Brodala, #269883)
36
 
 
37
 
  * Fix typo in checkout dialog.
38
 
    (Jasper Groenewegen, #466507)
39
 
 
40
 
  * Adds help for ginit and gtags.
41
 
    (Andrew Starr-Bochicchio, #512701)
42
 
 
43
 
0.97.0 2009-08-25
44
 
 
45
 
BUG FIXES
46
 
 
47
 
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
48
 
    by being more tolerant about gobject methods availability.
49
 
    (Vincent Ladeuil, #403430)
50
 
  
51
 
  * Fixed emblem and nautilus bzr-status column for ignored files.
52
 
    (Lucas Shrewsbury, #294632)
53
 
    
54
 
  * Fixed emblem and nautilus bzr-status column for unversioned files.
55
 
    (Lucas Shrewsbury, #417966)
56
 
 
57
 
  * Switch to using disutils sdist instead of bzr export.
58
 
    (Mark Lee, #398242)
59
 
 
60
 
0.96.2  2009-07-08
61
 
 
62
 
 BUG FIXES
63
 
 
64
 
  * Same player shoots again. Version credits.pickle and rebuild the tarball
65
 
    after running 'python ./setup.py build_credits', update
66
 
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
67
 
    (Vincent Ladeuil, #397526)
68
 
 
69
 
0.96.1  2009-07-08
70
 
 
71
 
 BUG FIXES
72
 
 
73
 
  * Rebuild the tarball after running 'python ./setup.py build_credits',
74
 
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
75
 
   (Vincent Ladeuil, #397526)
76
 
 
77
 
 
78
 
0.96.0  2009-07-08
79
 
 
80
 
 UI
81
 
 
82
 
  * Add colored status messages in Olive file list (Jasper Groenewegen)
83
 
 
84
 
  * Use the new progress bar implementation from bzrlib.
85
 
   (Vincent Ladeuil, 385191)
86
 
 
87
 
 CHANGES
88
 
 
89
 
  * Add ginfo command line option (Jasper Groenewegen)
90
 
  
91
 
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
92
 
 
93
 
 BUG FIXES
94
 
 
95
 
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
96
 
  Korn, #294396)
97
 
 
98
 
  * Fix Olive homepage URL. (#255152)
99
 
 
100
 
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
101
 
 
102
 
  * Save commit messages at uncommit time, restore them at
103
 
    gcommit time. Also allow saving commit messages if the commit
104
 
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
105
 
 
106
 
  * Mark as compatible with bzr 1.13.
107
 
 
108
 
 FEATURES
109
 
 
110
 
  * Support storing credentials in the GNOME Keyring if it is 
111
 
    available. (Jelmer Vernooij)
112
 
 
113
 
  * Fix opening Status window in Olive (#316310)
114
 
 
115
 
0.95.0  2008-08-04
116
 
 
117
 
 UI
118
 
 
119
 
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
120
 
 
121
 
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
122
 
 
123
 
  * Added menu option for indexing branches if bzr-search is present.
124
 
    (Jelmer Vernooij)
125
 
 
126
 
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
127
 
 
128
 
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
129
 
 
130
 
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
131
 
 
132
 
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
133
 
 
134
 
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
135
 
 
136
 
  * Sort Olive bookmarks by title (Jasper Groenewegen)
137
 
  
138
 
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
139
 
  
140
 
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
141
 
 
142
 
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
143
 
  
144
 
  * Show status for folders in Olive file list (Jasper Groenewegen)
145
 
  
146
 
  * Change appearance Olive bookmarks (Jasper Groenewegen)
147
 
  
148
 
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
149
 
 
150
 
 BUG FIXES
151
 
 
152
 
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
153
 
  
154
 
  * Fixed adding tags. (Javier Derderian, #228709)
155
 
 
156
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
157
 
 
158
 
  * Fixed handle-patch script. (Jelmer Vernooij)
159
 
 
160
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
161
 
 
162
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
163
 
 
164
 
  * Remove use of upstream removed Repository.revision_parents() 
165
 
    (Jelmer Vernooij)
166
 
 
167
 
  * List network drives in Olive. (Kevin Light, #244308)
168
 
 
169
 
  * Fix progress bar handling. (Jelmer Vernooij)
170
 
 
171
 
  * Fix broken symlink handling. (Jasper Groenewegen)
172
 
 
173
 
  * Fix import in Olive rename dialog. (Kevin Light)
174
 
 
175
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
176
 
 
177
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
178
 
 
179
 
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
180
 
 
181
 
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
182
 
 
183
 
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
184
 
 
185
 
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
186
 
  
187
 
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
188
 
  
189
 
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
190
 
 
191
 
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
192
 
 
193
 
 CHANGES
194
 
 
195
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
196
 
 
197
 
  * Verify testaments when showing signatures on revisions and
198
 
    re-enable signature display. (Jelmer Vernooij)
199
 
 
200
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
201
 
  
202
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
203
 
 
204
 
 INTERNALS
205
 
 
206
 
  * All i18n calls should now go through _i18n which must be imported from
207
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
208
 
    as an anonymous variable. (Vincent Ladeuil)
209
 
 
210
 
  * Add test for linegraph code. (Jelmer Vernooij)
211
 
 
212
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
213
 
 
214
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
215
 
 
216
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
217
 
 
218
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
219
 
 
220
 
  * Remove glade from olive main window (Jasper Groenewegen)
221
 
  
222
 
  * Remove glade from olive info dialog (Jasper Groenewegen)
223
 
 
224
 
  * Rewrite Olive mouse button event handling (Kevin Light)
225
 
  
226
 
0.94.0    2008-05-04
227
 
 
228
 
 CHANGES
229
 
 
230
 
  * Disabled signature tab until we start verifying testaments. 
231
 
    (Jelmer Vernooij)
232
 
 
233
 
 BUG FIXES
234
 
 
235
 
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
236
 
 
237
 
0.94.0rc1  2008-04-25
238
 
 
239
 
 CHANGES
240
 
 
241
 
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
242
 
 
243
 
  * Use new D-Bus revision signal. (James Henstridge, #206443)
244
 
 
245
 
 UI
246
 
 
247
 
  * Made the tags associated with a revision render next to the revision
248
 
    node in the branch view. (Ali Sabil)
249
 
 
250
 
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
251
 
 
252
 
  * Add bugs tab in the branch view. (Jelmer Vernooij)
253
 
  
254
 
  * New Tango-styled icons. This time properly licensed under the GPL.
255
 
    (Simon Pascal Klein)
256
 
 
257
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
258
 
 
259
 
  * Added new icons for nautilus overlay (Martin Albisetti)
260
 
 
261
 
  * Added enable/disable per-branch option (Martin Albisetti)
262
 
 
263
 
  * Add compare with option to revisions menu. (Javier Derderian)
264
 
 
265
 
  * Register file handler for applying patches/bundles to Bazaar branches.
266
 
    (Jelmer Vernooij)
267
 
 
268
 
 BUG FIXES
269
 
 
270
 
  * Make adding tags from the viz work again. (Daniel Schierbeck)
271
 
 
272
 
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
273
 
  
274
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
275
 
  
276
 
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
277
 
    Merwe)
278
 
 
279
 
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
280
 
    Daniel Schierbeck)
281
 
 
282
 
  * Fixed change view menu in viz. (Javier Derderian, #215350)
283
 
 
284
 
 FEATURES
285
 
 
286
 
  * Only check for old Bazaar versions that are known to be incompatible and 
287
 
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
288
 
    the API is sufficiently stable now. (Jelmer Vernooij)
289
 
 
290
 
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
291
 
 
292
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
293
 
 
294
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
295
 
 
296
 
 INTERNALS
297
 
 
298
 
  * Refactored the revisionview. (Daniel Schierbeck)
299
 
 
300
 
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
301
 
 
302
 
  * Preferences dialog has been split up. (Jelmer Vernooij)
303
 
 
304
 
0.93.0  2007-12-10
305
 
 
306
 
 UI
307
 
 
308
 
  * Added a menu bar to the viz. (Daniel Schierbeck)
309
 
     - Select a revision by tag.
310
 
     - Show/hide tree view columns.
311
 
 
312
 
 BUG FIXES
313
 
 
314
 
  * Make toolbars in Olive follow GNOME standards. (#137074)
315
 
 
316
 
 INTERNALS
317
 
 
318
 
  * Allow test suite to run without PyGTK. (Aaron Bentley)
319
 
 
320
 
0.92.1  2007-11-10
321
 
 
322
 
 BUG FIXES
323
 
 
324
 
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
325
 
 
326
 
0.92.0    2007-11-07
327
 
 
328
 
 UI
329
 
 
330
 
  * Removed email part of committer id from committer column in the revision
331
 
    history window. (Daniel Schierbeck)
332
 
    
333
 
  * Removed date column from revision history window. (Daniel Schierbeck)
334
 
  
335
 
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
336
 
  
337
 
  * Redesigned the Commit dialog. (John Arbash Meinel)
338
 
  
339
 
  * Broken lines support made optional. (Daniel Schierbeck)
340
 
 
341
 
 FEATURES
342
 
 
343
 
  * Rewrite of a large ammount of the viz code:
344
 
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
345
 
        * A new algorithm to work out how to draw the lines using the
346
 
          revsion numbers returned from merge_sort.
347
 
        * Lines that are very long are broken, which results in the graph
348
 
          requiring less space to render and the graph is easier to interpret.
349
 
          (#82907)
350
 
        * Choose the color for a branch from the revsion number, which results
351
 
          in stable colors. Revisions on the mainline are allways black.
352
 
        * Implement a TreeModel that loads the revision data only when a a
353
 
          revision is scrolled into view, improving the time it takes to display
354
 
          the first screen of data by 92%. (#124143)
355
 
        * Add a column to display the revision number. (#64167)
356
 
        * Add buttons to navigate to child revisions.
357
 
    (Gary van der Merwe)
358
 
 
359
 
  * Added a revert option to the revision menu. (Gary van der Merwe)
360
 
 
361
 
 BUG FIXES
362
 
 
363
 
  * Show children on new row in table to avoid very broad windows in viz. 
364
 
    (Jelmer)
365
 
 
366
 
  * viz slow when run from olive. (#70463, Gary van der Merwe)
367
 
  
368
 
  * Make it possible to open diff from the commit window when there are pending
369
 
    merges. (Gary van der Merwe)
370
 
    
371
 
 INTERNALS
372
 
 
373
 
  * Use standard version tuple. (Jelmer)
374
 
 
375
 
  * Add check command to setup.py. (Jelmer)
376
 
 
377
 
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
378
 
 
379
 
0.91.0    2007-09-24
380
 
 
381
 
 UI
382
 
 
383
 
  * Added keyboard shortcuts for closing windows and exiting Olive.
384
 
    (#139559, Daniel Schierbeck)
385
 
  * Add a message to the viz window to indicate that the graph is still loading.
386
 
    (Gary van der Merwe)
387
 
 
388
 
  * The tip revision will be automatically selected in the branch visualization
389
 
    window. (#144244, Daniel Schierbeck)
390
 
  
391
 
  * Updated olive-gtk.desktop: Polish translation and additional categories.
392
 
    (Mateusz Korniak)
393
 
 
394
 
 BUG FIXES
395
 
 
396
 
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
397
 
    (#140512, James Westby) 
398
 
 
399
 
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
400
 
  
401
 
  * Annotate context menu works again. (Daniel Schierbeck)
402
 
  
403
 
  * Fixed push (with overwite) behavior when branches are diverged.
404
 
    (Mateusz Korniak)
405
 
  
406
 
  * Local missing revisions are remote extra revisions (Missing revisions menu
407
 
    item in Olive). (Mateusz Korniak)
408
 
 
409
 
 INTERNALS
410
 
 
411
 
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
412
 
 
413
 
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
414
 
  
415
 
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
416
 
    (Mateusz Korniak)
417
 
 
418
 
0.90.0    2007-08-27
419
 
 
420
 
 FEATURES
421
 
 
422
 
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
423
 
 
424
 
  * Show tags in bzr viz. (Jelmer)
425
 
 
426
 
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
427
 
 
428
 
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
429
 
  
430
 
  * Added "update" menu item in Olive. (Mateusz Korniak)
431
 
  
432
 
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
433
 
  
434
 
  * Show bzr viz interface quickly. (Gary van der Merwe)
435
 
 
436
 
 UI
437
 
  
438
 
  * Improve Preferences dialog layout. (Jelmer)
439
 
 
440
 
 INTERNALS:
441
 
 
442
 
  * Updated pot generator script and regenerated the translation template.
443
 
    (Szilveszter)
444
 
 
445
 
  * Add helper widget for selecting branches (Jelmer)
446
 
    
447
 
 BUG FIXES
448
 
 
449
 
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
450
 
  Korniak, Jelmer)
451
 
 
452
 
  * Fixed interface to push.PushDialog (Mateusz Korniak)
453
 
 
454
 
  * Fix so the when Olive is run from the source code, the toolbar and menu
455
 
    icons show. (Gary van der Merwe, #131520)
456
 
 
457
 
  * Fix a regression that Olive was no longer able to find bzrlib location
458
 
    due to a change in the output of "bzr version". (Gary van der Merwe)
459
 
 
460
 
  * Fix a regression that Olive branch info window was not working. (Gary van
461
 
    der Merwe)
462
 
    
463
 
  * Fixed tags formatting. (Aaron)
464
 
 
465
 
0.18.0  2007-07-17
466
 
 
467
 
 FEATURES
468
 
 
469
 
  * Add support for customizing colors in the diff window via ~/.colordiffrc
470
 
    or gedit's syntax highlighting configuration. See README file for details.
471
 
    (Adeodato Simó)
 
1
0.18.0  2007-07-14
 
2
 
 
3
 FEATURES
472
4
 
473
5
  * Add Inspect and Branch buttons to notification window. (Robert)
474
6
 
478
10
 
479
11
  * Add simple About dialog. (Jelmer)
480
12
 
481
 
  * Add context menu in bzrk. (Jelmer)
482
 
 
483
13
 BUG FIXES
484
14
 
485
15
  * Fix option help strings to comply with the style guide. (Vincent)
516
46
 
517
47
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
518
48
 
519
 
0.16.0    2007-05-05
 
49
0.16.0  2007-05-05
520
50
 
521
51
 FEATURES
522
52
 
544
74
  
545
75
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
546
76
 
547
 
0.15.2    2007-04-03
 
77
0.15.2  2007-04-03
548
78
 
549
79
 BUG FIXES
550
80
 
561
91
 
562
92
  * Display remote locations in commit-notify (Robert)
563
93
 
564
 
0.15.1    2007-03-25
 
94
0.15.1  2007-03-25
565
95
 
566
96
 BUG FIXES
567
97
 
599
129
 
600
130
  * Strict commits are now a dialog, not a check box (Jelmer)
601
131
 
602
 
0.15.0    2007-03-09
 
132
0.15.0  2007-03-09
603
133
 
604
134
BUG FIXES
605
135
 
643
173
 
644
174
  * Add initial testsuite (Jelmer)
645
175
 
646
 
0.14.0    2007-01-30
 
176
0.14.0  2007-01-30
647
177
 
648
178
  * Add revert functionality (Szilvester)
649
179
 
650
180
  * Rewritten CommitDialog without glade (Szilvester)
651
181
 
652
182
  * Allow to commit single files from the context menu (Fixes #54983,
653
 
                                                       Szilvester)
 
183
                                                                                                           Szilvester)
654
184
 
655
185
  * Warn about incompatible Bazaar versions (Jelmer)
656
186
 
663
193
  * Set default drive letter (#67924, Szilvester)
664
194
 
665
195
  * Show error if no diff available for the selected file (#76536,
666
 
                                                          Szilvester)
 
196
                                                                                                                  Szilvester)
667
197
 
668
198
  * Handle current revision in annotate better (Aaron)
669
199
 
691
221
 
692
222
  * Several other small regression fixes (Szilvester)
693
223
 
694
 
0.13.0    2006-12-13
 
224
0.13.0  2006-12-13
695
225
 
696
226
  * Don't show pending merge list when there are no pending merges
697
227
    (Alexander Belchenko)
714
244
 
715
245
  * Use dotted revnos in gannotate (Aaron Bentley)
716
246
 
717
 
0.12.0    2006-11-04
 
247
0.12.0  2006-11-04
718
248
 
719
249
  * #68127: gcommit is broken
720
250