/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: Curtis Hovey
  • Date: 2012-02-05 05:14:11 UTC
  • mto: This revision was merged to the branch mainline in revision 775.
  • Revision ID: sinzui.is@verizon.net-20120205051411-y9ra08wae1wsfv52
Remove unneeded gtksourceview1 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.104.0 UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Fix compatibility with newer versions of gir-gtk which don't allow
 
6
    None in STRING columns of ListStores. (Jelmer Vernooij)
 
7
 
 
8
0.103.0 2011-12-11
 
9
 
 
10
 FEATURES
 
11
 
 
12
  * Internationalization support has been added. (David Planella, #621680)
 
13
 
 
14
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
 
15
 
 
16
  * gannotate now supports interactive substring search in the file content.
 
17
    interactive search for line numbers has been removed, use Ctrl-G instead.
 
18
    (Sergei Golubchik)
 
19
 
 
20
  * visualise now supports interactive changeset comment search.
 
21
    interactive search for revision numbers continues to work.
 
22
    (Sergei Golubchik)
 
23
 
 
24
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
 
25
 
 
26
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
 
27
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
 
28
    for this service. (Jelmer Vernooij)
 
29
 
 
30
 BUG FIXES
 
31
 
 
32
  * Ensure config directory exists before writing configuration.
 
33
    (Jelmer Vernooij, #231150)
 
34
 
 
35
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
 
36
 
 
37
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
 
38
    (Mikkel Kamstrup Erlandsen, #861201)
 
39
 
 
40
0.100.0 2011-03-02
 
41
 
 
42
 BUG FIXES
 
43
 
 
44
  * make sure that gdiff opened from gannotate knows its parent
 
45
    (gannotate, that is, and does not exit when it (gdiff) is closed.
 
46
 
 
47
  * Clarify 'visualise' help about the multiple branches feature
 
48
    and the --revision parameter. (Vincent Ladeuil, #556347)
 
49
 
 
50
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
 
51
 
 
52
  * Fix appindicator icon category. (Michael Terry, #685634)
 
53
 
 
54
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
 
55
 
 
56
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
 
57
 
 
58
  * Don't use markup for secondary text in error dialogs.
 
59
    (Edward Ari Bichetero, #656641)
 
60
 
 
61
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
 
62
 
 
63
 FEATURES
 
64
 
 
65
  * Add lock dialog. (Daniel Schierbeck, #93652)
 
66
 
 
67
 FEATURES
 
68
 
 
69
  * Add option to use "bzr viz" with a vertical layout.
 
70
    (Ximin Luo, #649273)
 
71
 
 
72
0.99.1  2010-08-26
 
73
 
 
74
 BUG FIXES
 
75
 
 
76
  * Trivial release to include credits pickle file.
 
77
 
 
78
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
 
79
 
 
80
0.99.0 2010-08-13
 
81
 
 
82
 BUG FIXES
 
83
 
 
84
   * Guard setup() call when not loaded as __main__. (Robert Collins)
 
85
 
 
86
   * Ignore gnomekeyring.IOError when checking if credentials are available
 
87
     in the GNOME keyring. (Jelmer Vernooij, #534326)
 
88
 
 
89
   * Don't crash when there is already a lan-notify instance running.
 
90
     (Jelmer Vernooij, #339284)
 
91
 
 
92
   * Return the credentials if successfully found in gnome-keyring.
 
93
     (John Szakmeister)
 
94
 
 
95
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
 
96
 
 
97
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
 
98
     #583554)
 
99
 
 
100
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
 
101
 
 
102
FEATURES
 
103
 
 
104
  * Add 'Find' button to start text search.
 
105
    (Martin Pool, #556347)
 
106
 
 
107
  * Add 'glog' as an alias for visualize (aka viz) as too many
 
108
    people are still confused.
 
109
    (Vincent Ladeuil)
 
110
 
 
111
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
 
112
    #518179)
 
113
 
 
114
  * Add more tooltips to Olive. (Adrian Room, #333876)
 
115
 
 
116
0.98.0 2010-02-24
 
117
 
 
118
BUG FIXES
 
119
 
 
120
  * Fix relative import in olive menu.
 
121
    (Mathias Brodala, #269883)
 
122
 
 
123
  * Fix typo in checkout dialog.
 
124
    (Jasper Groenewegen, #466507)
 
125
 
 
126
  * Adds help for ginit and gtags.
 
127
    (Andrew Starr-Bochicchio, #512701)
 
128
 
 
129
0.97.0 2009-08-25
 
130
 
 
131
BUG FIXES
 
132
 
 
133
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
 
134
    by being more tolerant about gobject methods availability.
 
135
    (Vincent Ladeuil, #403430)
 
136
  
 
137
  * Fixed emblem and nautilus bzr-status column for ignored files.
 
138
    (Lucas Shrewsbury, #294632)
 
139
    
 
140
  * Fixed emblem and nautilus bzr-status column for unversioned files.
 
141
    (Lucas Shrewsbury, #417966)
 
142
 
 
143
  * Switch to using disutils sdist instead of bzr export.
 
144
    (Mark Lee, #398242)
 
145
 
 
146
0.96.2  2009-07-08
 
147
 
 
148
 BUG FIXES
 
149
 
 
150
  * Same player shoots again. Version credits.pickle and rebuild the tarball
 
151
    after running 'python ./setup.py build_credits', update
 
152
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
 
153
    (Vincent Ladeuil, #397526)
 
154
 
 
155
0.96.1  2009-07-08
 
156
 
 
157
 BUG FIXES
 
158
 
 
159
  * Rebuild the tarball after running 'python ./setup.py build_credits',
 
160
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
 
161
   (Vincent Ladeuil, #397526)
 
162
 
 
163
 
 
164
0.96.0  2009-07-08
 
165
 
 
166
 UI
 
167
 
 
168
  * Add colored status messages in Olive file list (Jasper Groenewegen)
 
169
 
 
170
  * Use the new progress bar implementation from bzrlib.
 
171
   (Vincent Ladeuil, 385191)
 
172
 
 
173
 CHANGES
 
174
 
 
175
  * Add ginfo command line option (Jasper Groenewegen)
 
176
  
 
177
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
 
178
 
 
179
 BUG FIXES
 
180
 
 
181
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
 
182
  Korn, #294396)
 
183
 
 
184
  * Fix Olive homepage URL. (#255152)
 
185
 
 
186
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
 
187
 
 
188
  * Save commit messages at uncommit time, restore them at
 
189
    gcommit time. Also allow saving commit messages if the commit
 
190
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
 
191
 
 
192
  * Mark as compatible with bzr 1.13.
 
193
 
 
194
 FEATURES
 
195
 
 
196
  * Support storing credentials in the GNOME Keyring if it is 
 
197
    available. (Jelmer Vernooij)
 
198
 
 
199
  * Fix opening Status window in Olive (#316310)
 
200
 
 
201
0.95.0  2008-08-04
 
202
 
 
203
 UI
 
204
 
 
205
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
 
206
 
 
207
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
208
 
 
209
  * Added menu option for indexing branches if bzr-search is present.
 
210
    (Jelmer Vernooij)
 
211
 
 
212
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
213
 
 
214
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
215
 
 
216
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
217
 
 
218
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
219
 
 
220
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
221
 
 
222
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
223
  
 
224
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
225
  
 
226
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
227
 
 
228
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
229
  
 
230
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
231
  
 
232
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
233
  
 
234
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
235
 
 
236
 BUG FIXES
 
237
 
 
238
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
 
239
  
 
240
  * Fixed adding tags. (Javier Derderian, #228709)
 
241
 
 
242
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
243
 
 
244
  * Fixed handle-patch script. (Jelmer Vernooij)
 
245
 
 
246
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
247
 
 
248
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
249
 
 
250
  * Remove use of upstream removed Repository.revision_parents() 
 
251
    (Jelmer Vernooij)
 
252
 
 
253
  * List network drives in Olive. (Kevin Light, #244308)
 
254
 
 
255
  * Fix progress bar handling. (Jelmer Vernooij)
 
256
 
 
257
  * Fix broken symlink handling. (Jasper Groenewegen)
 
258
 
 
259
  * Fix import in Olive rename dialog. (Kevin Light)
 
260
 
 
261
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
262
 
 
263
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
264
 
 
265
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
266
 
 
267
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
268
 
 
269
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
270
 
 
271
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
272
  
 
273
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
274
  
 
275
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
276
 
 
277
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
 
278
 
 
279
 CHANGES
 
280
 
 
281
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
282
 
 
283
  * Verify testaments when showing signatures on revisions and
 
284
    re-enable signature display. (Jelmer Vernooij)
 
285
 
 
286
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
287
  
 
288
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
289
 
 
290
 INTERNALS
 
291
 
 
292
  * All i18n calls should now go through _i18n which must be imported from
 
293
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
 
294
    as an anonymous variable. (Vincent Ladeuil)
 
295
 
 
296
  * Add test for linegraph code. (Jelmer Vernooij)
 
297
 
 
298
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
299
 
 
300
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
301
 
 
302
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
303
 
 
304
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
305
 
 
306
  * Remove glade from olive main window (Jasper Groenewegen)
 
307
  
 
308
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
309
 
 
310
  * Rewrite Olive mouse button event handling (Kevin Light)
 
311
  
 
312
0.94.0    2008-05-04
 
313
 
 
314
 CHANGES
 
315
 
 
316
  * Disabled signature tab until we start verifying testaments. 
 
317
    (Jelmer Vernooij)
 
318
 
 
319
 BUG FIXES
 
320
 
 
321
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
 
322
 
 
323
0.94.0rc1  2008-04-25
 
324
 
 
325
 CHANGES
 
326
 
 
327
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
 
328
 
 
329
  * Use new D-Bus revision signal. (James Henstridge, #206443)
 
330
 
 
331
 UI
 
332
 
 
333
  * Made the tags associated with a revision render next to the revision
 
334
    node in the branch view. (Ali Sabil)
 
335
 
 
336
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
 
337
 
 
338
  * Add bugs tab in the branch view. (Jelmer Vernooij)
 
339
  
 
340
  * New Tango-styled icons. This time properly licensed under the GPL.
 
341
    (Simon Pascal Klein)
 
342
 
 
343
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
 
344
 
 
345
  * Added new icons for nautilus overlay (Martin Albisetti)
 
346
 
 
347
  * Added enable/disable per-branch option (Martin Albisetti)
 
348
 
 
349
  * Add compare with option to revisions menu. (Javier Derderian)
 
350
 
 
351
  * Register file handler for applying patches/bundles to Bazaar branches.
 
352
    (Jelmer Vernooij)
 
353
 
 
354
 BUG FIXES
 
355
 
 
356
  * Make adding tags from the viz work again. (Daniel Schierbeck)
 
357
 
 
358
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
 
359
  
 
360
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
 
361
  
 
362
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
 
363
    Merwe)
 
364
 
 
365
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
 
366
    Daniel Schierbeck)
 
367
 
 
368
  * Fixed change view menu in viz. (Javier Derderian, #215350)
 
369
 
 
370
 FEATURES
 
371
 
 
372
  * Only check for old Bazaar versions that are known to be incompatible and 
 
373
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
 
374
    the API is sufficiently stable now. (Jelmer Vernooij)
 
375
 
 
376
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
377
 
 
378
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
379
 
 
380
  * Use seahorse to verify signatures. (Daniel Schierbeck)
 
381
 
 
382
 INTERNALS
 
383
 
 
384
  * Refactored the revisionview. (Daniel Schierbeck)
 
385
 
 
386
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
387
 
 
388
  * Preferences dialog has been split up. (Jelmer Vernooij)
 
389
 
 
390
0.93.0  2007-12-10
 
391
 
 
392
 UI
 
393
 
 
394
  * Added a menu bar to the viz. (Daniel Schierbeck)
 
395
     - Select a revision by tag.
 
396
     - Show/hide tree view columns.
 
397
 
 
398
 BUG FIXES
 
399
 
 
400
  * Make toolbars in Olive follow GNOME standards. (#137074)
 
401
 
 
402
 INTERNALS
 
403
 
 
404
  * Allow test suite to run without PyGTK. (Aaron Bentley)
 
405
 
 
406
0.92.1  2007-11-10
 
407
 
 
408
 BUG FIXES
 
409
 
 
410
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
 
411
 
 
412
0.92.0    2007-11-07
 
413
 
 
414
 UI
 
415
 
 
416
  * Removed email part of committer id from committer column in the revision
 
417
    history window. (Daniel Schierbeck)
 
418
    
 
419
  * Removed date column from revision history window. (Daniel Schierbeck)
 
420
  
 
421
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
 
422
  
 
423
  * Redesigned the Commit dialog. (John Arbash Meinel)
 
424
  
 
425
  * Broken lines support made optional. (Daniel Schierbeck)
 
426
 
 
427
 FEATURES
 
428
 
 
429
  * Rewrite of a large ammount of the viz code:
 
430
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
431
        * A new algorithm to work out how to draw the lines using the
 
432
          revsion numbers returned from merge_sort.
 
433
        * Lines that are very long are broken, which results in the graph
 
434
          requiring less space to render and the graph is easier to interpret.
 
435
          (#82907)
 
436
        * Choose the color for a branch from the revsion number, which results
 
437
          in stable colors. Revisions on the mainline are allways black.
 
438
        * Implement a TreeModel that loads the revision data only when a a
 
439
          revision is scrolled into view, improving the time it takes to display
 
440
          the first screen of data by 92%. (#124143)
 
441
        * Add a column to display the revision number. (#64167)
 
442
        * Add buttons to navigate to child revisions.
 
443
    (Gary van der Merwe)
 
444
 
 
445
  * Added a revert option to the revision menu. (Gary van der Merwe)
 
446
 
 
447
 BUG FIXES
 
448
 
 
449
  * Show children on new row in table to avoid very broad windows in viz. 
 
450
    (Jelmer)
 
451
 
 
452
  * viz slow when run from olive. (#70463, Gary van der Merwe)
 
453
  
 
454
  * Make it possible to open diff from the commit window when there are pending
 
455
    merges. (Gary van der Merwe)
 
456
    
 
457
 INTERNALS
 
458
 
 
459
  * Use standard version tuple. (Jelmer)
 
460
 
 
461
  * Add check command to setup.py. (Jelmer)
 
462
 
 
463
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
464
 
 
465
0.91.0    2007-09-24
 
466
 
 
467
 UI
 
468
 
 
469
  * Added keyboard shortcuts for closing windows and exiting Olive.
 
470
    (#139559, Daniel Schierbeck)
 
471
  * Add a message to the viz window to indicate that the graph is still loading.
 
472
    (Gary van der Merwe)
 
473
 
 
474
  * The tip revision will be automatically selected in the branch visualization
 
475
    window. (#144244, Daniel Schierbeck)
 
476
  
 
477
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
478
    (Mateusz Korniak)
 
479
 
 
480
 BUG FIXES
 
481
 
 
482
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
 
483
    (#140512, James Westby) 
 
484
 
 
485
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
 
486
  
 
487
  * Annotate context menu works again. (Daniel Schierbeck)
 
488
  
 
489
  * Fixed push (with overwite) behavior when branches are diverged.
 
490
    (Mateusz Korniak)
 
491
  
 
492
  * Local missing revisions are remote extra revisions (Missing revisions menu
 
493
    item in Olive). (Mateusz Korniak)
 
494
 
 
495
 INTERNALS
 
496
 
 
497
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
 
498
 
 
499
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
 
500
  
 
501
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
 
502
    (Mateusz Korniak)
 
503
 
 
504
0.90.0    2007-08-27
 
505
 
 
506
 FEATURES
 
507
 
 
508
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
 
509
 
 
510
  * Show tags in bzr viz. (Jelmer)
 
511
 
 
512
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
 
513
 
 
514
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
 
515
  
 
516
  * Added "update" menu item in Olive. (Mateusz Korniak)
 
517
  
 
518
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
 
519
  
 
520
  * Show bzr viz interface quickly. (Gary van der Merwe)
 
521
 
 
522
 UI
 
523
  
 
524
  * Improve Preferences dialog layout. (Jelmer)
 
525
 
 
526
 INTERNALS:
 
527
 
 
528
  * Updated pot generator script and regenerated the translation template.
 
529
    (Szilveszter)
 
530
 
 
531
  * Add helper widget for selecting branches (Jelmer)
 
532
    
 
533
 BUG FIXES
 
534
 
 
535
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
 
536
  Korniak, Jelmer)
 
537
 
 
538
  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
539
 
 
540
  * Fix so the when Olive is run from the source code, the toolbar and menu
 
541
    icons show. (Gary van der Merwe, #131520)
 
542
 
 
543
  * Fix a regression that Olive was no longer able to find bzrlib location
 
544
    due to a change in the output of "bzr version". (Gary van der Merwe)
 
545
 
 
546
  * Fix a regression that Olive branch info window was not working. (Gary van
 
547
    der Merwe)
 
548
    
 
549
  * Fixed tags formatting. (Aaron)
 
550
 
 
551
0.18.0  2007-07-17
 
552
 
 
553
 FEATURES
 
554
 
 
555
  * Add support for customizing colors in the diff window via ~/.colordiffrc
 
556
    or gedit's syntax highlighting configuration. See README file for details.
 
557
    (Adeodato Simó)
 
558
 
 
559
  * Add Inspect and Branch buttons to notification window. (Robert)
 
560
 
 
561
  * Add notification area icon with context menu. (Jelmer)
 
562
 
 
563
  * New tango icons. (Pascal Klein)
 
564
 
 
565
  * Add simple About dialog. (Jelmer)
 
566
 
 
567
  * Add context menu in bzrk. (Jelmer)
 
568
 
 
569
 BUG FIXES
 
570
 
 
571
  * Fix option help strings to comply with the style guide. (Vincent)
 
572
 
 
573
  * Fix import of BzrError. (Aaron)
 
574
 
 
575
  * Fix missing attributes for DummyRevision. (Vincent)
 
576
 
 
577
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
578
 
 
579
 
 
580
0.17.0  2007-06-15
 
581
 
 
582
 FEATURES
 
583
 
 
584
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
585
    (Szilveszter)
 
586
 
 
587
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
 
588
 
 
589
  * There are now more columns in the file list, and you can sort by them
 
590
    (Szilveszter)
 
591
 
 
592
  * A location bar was added to the top of the file list. On Windows, the
 
593
    drive selector combo was moved here (Szilveszter)
 
594
 
 
595
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
596
    (Aaron)
 
597
 
 
598
 BUG FIXES
 
599
 
 
600
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
 
601
    (#93653, Szilveszter)
 
602
 
 
603
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
604
 
 
605
0.16.0    2007-05-05
 
606
 
 
607
 FEATURES
 
608
 
 
609
  * An Initialize dialog added to Olive along with a 'ginit' command
 
610
  (#90839, Szilveszter)
 
611
  
 
612
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
 
613
  (#103725, Szilveszter)
 
614
 
 
615
 BUG FIXES
 
616
 
 
617
  * Sort plugins in gpreferences (Jelmer)
 
618
 
 
619
  * Give nicer errors when startup fails (John)
 
620
 
 
621
  * Fix 'bzr gdiff notafile' (#107812, John)
 
622
 
 
623
  * Find olive.glade on a couple more systems (John)
 
624
 
 
625
 INTERNALS
 
626
  
 
627
  * Some minor style fixes (John)
 
628
 
 
629
 DOCS
 
630
  
 
631
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
632
 
 
633
0.15.2    2007-04-03
 
634
 
 
635
 BUG FIXES
 
636
 
 
637
  * Fix regression that prevented gannotate from being used (#97473, 
 
638
                                                             Vincent, Jelmer)
 
639
 
 
640
  * Fix regression that prevented gstatus from being used (Jelmer)
 
641
 
 
642
  * Fix status dialog size (Jelmer)
 
643
 
 
644
 FEATURES
 
645
 
 
646
  * Update commit-notify to use new dbus API (Robert)
 
647
 
 
648
  * Display remote locations in commit-notify (Robert)
 
649
 
 
650
0.15.1    2007-03-25
 
651
 
 
652
 BUG FIXES
 
653
 
 
654
  * Prevent test suite from causing default-encoding changes (Aaron)
 
655
 
 
656
  * Fix testsuite when Olive was run before (Szilveszter)
 
657
 
 
658
  * Fix locking issue in Olive (Szilvester, #91522)
 
659
 
 
660
  * Don't obtain handle to networkmanager until necessary (Jelmer)
 
661
 
 
662
  * Better behavior in annotate when unable to go back (Aaron)
 
663
 
 
664
 FEATURES
 
665
 
 
666
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
 
667
 
 
668
  * Add 'forward' button in gannotate (Aaron)
 
669
 
 
670
  * Add simple GTK+ progress bars (Jelmer)
 
671
 
 
672
  * Add gmissing command (Jelmer)
 
673
 
 
674
  * Add simple preferences window with plugin list and global settings
 
675
  (Jelmer)
 
676
 
 
677
  * Add new command 'commit-notify' to listen for commits on dbus and
 
678
  show them via pynotify. (Robert)
 
679
 
 
680
 UI IMPROVEMENTS
 
681
 
 
682
  * Move search fields in gannotate directly below source window (Aaron)
 
683
 
 
684
  * Move buttons to top, tweak layout (Aaron)
 
685
 
 
686
  * Strict commits are now a dialog, not a check box (Jelmer)
 
687
 
 
688
0.15.0    2007-03-09
 
689
 
 
690
BUG FIXES
 
691
 
 
692
  * Fix gannotate interaction with dirstate (Aaron)
 
693
 
 
694
  * Default button set on Commit dialog (#83030, Szilveszter)
 
695
 
 
696
  * Fix branch-nick handling (Aaron)
 
697
 
 
698
  * Defer cairo import to prevent import errors (Aaron)
 
699
 
 
700
  * More use of lazy_imports to speed up timing (Aaron)
 
701
 
 
702
  * Fix diff window freeze when shown from commit (Szilveszter)
 
703
 
 
704
  * Allow to commit single files from the context menu (#54983, Szilveszter)
 
705
 
 
706
FEATURES
 
707
 
 
708
  * Add ability to install nautilus plugin (#75603, Szilveszter)
 
709
 
 
710
  * Add conflicts window (Szilveszter)
 
711
 
 
712
  * Use network manager to determine default value of "Local Commit"
 
713
setting (Jelmer)
 
714
 
 
715
  * Add status window (Jelmer, Szilveszter)
 
716
 
 
717
  * Add revision browser for push and pull dialogs (Szilveszter)
 
718
 
 
719
  * Add revert functionality to context menu (Szilveszter)
 
720
 
 
721
INTERNAL
 
722
 
 
723
  * Some more code converted to not use glade (Szilveszter, Jelmer)
 
724
 
 
725
  * Move url history and preferences code to a separate class (Jelmer)
 
726
 
 
727
  * Merge revision info code for gannotate and viz into single new widget
 
728
(Jelmer)
 
729
 
 
730
  * Add initial testsuite (Jelmer)
 
731
 
 
732
0.14.0    2007-01-30
 
733
 
 
734
  * Add revert functionality (Szilvester)
 
735
 
 
736
  * Rewritten CommitDialog without glade (Szilvester)
 
737
 
 
738
  * Allow to commit single files from the context menu (Fixes #54983,
 
739
                                                       Szilvester)
 
740
 
 
741
  * Warn about incompatible Bazaar versions (Jelmer)
 
742
 
 
743
  * Fixed gbranch (#77751, Szilvester)
 
744
 
 
745
  * Use the UI factory (Jelmer)
 
746
 
 
747
  * Generic handling of errors (Jelmer)
 
748
 
 
749
  * Set default drive letter (#67924, Szilvester)
 
750
 
 
751
  * Show error if no diff available for the selected file (#76536,
 
752
                                                          Szilvester)
 
753
 
 
754
  * Handle current revision in annotate better (Aaron)
 
755
 
 
756
  * Support scrolling based on an offset in annotate (Aaron)
 
757
 
 
758
  * Add "Back" button in annotate (Aaron)
 
759
 
 
760
  * Removed some unused functions (Aaron)
 
761
 
 
762
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
 
763
 
 
764
  * Nicer error when pygtk not installed (Aaron)
 
765
 
 
766
  * Show uncommitted changes in annotate (Aaron)
 
767
 
 
768
  * Support annotate in olive (#73786, Szilvester)
 
769
 
 
770
  * Ignored files no longer shown as unknown (#67926, Szilvester)
 
771
 
 
772
  * Don't allow merge if there are local changes (#73770, Szilvester)
 
773
 
 
774
  * Fix bookmark dialog (#67922, Szilvester)
 
775
 
 
776
  * Fix remove dialog (#73766 and #73767, Szilvester)
 
777
 
 
778
  * Several other small regression fixes (Szilvester)
 
779
 
 
780
0.13.0    2006-12-13
 
781
 
 
782
  * Don't show pending merge list when there are no pending merges
 
783
    (Alexander Belchenko)
 
784
 
 
785
  * Better error handling in gcommit (Alexander Belchenko)
 
786
 
 
787
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
 
788
 
 
789
  * Rename put into context menu (Szilvester Farkas) #73774
 
790
 
 
791
  * Improved commit dialog (Szilvester Farkas) #73778
 
792
 
 
793
  * Rename dialog contains original name (Szilvester Farkas) #73775
 
794
 
 
795
  * Bookmarks can be removed (Szilvester Farkas)
 
796
 
 
797
  * Run Olive after maximizing window (Szilvester Farkas) #70134
 
798
 
 
799
  * Check empty commit message at commit time (vila) #73737
 
800
 
 
801
  * Use dotted revnos in gannotate (Aaron Bentley)
 
802
 
 
803
0.12.0    2006-11-04
 
804
 
 
805
  * #68127: gcommit is broken
 
806
 
 
807
  * #67934: various win32 fixes
 
808
 
 
809
  * #67933: fix product name in setup.py
 
810
 
 
811
  * #67930: gdiff relies on plugin name being 'gtk'
 
812
 
 
813
  * #66937: process doesn't stop after closing commit dialog
 
814
  
 
815
  * #66091: commit after merge fails
 
816
  
 
817
  * #67927: fix non-ascii commit message