/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

Commit messages never contain config options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.93.0  UNRELEASED
 
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
  * Properly handle popup menus when there is no selected revision in
 
9
    "bzr viz". (Jelmer Vernooij, #281717)
 
10
 
 
11
  * Ignore bzr-handle-patch.desktop in sofware center.
 
12
    (Jelmer Vernooij, #854245)
 
13
 
 
14
  * Fix searching in tree views. (Jelmer Vernooij, #928301)
 
15
 
 
16
  * Don't try to expand options in commit messages. They've been saved from
 
17
    previous commits and won't ever contain option references.
 
18
    (Vincent Ladeuil, #1132719)
 
19
 
 
20
 CHANGES
 
21
 
 
22
  * bzr-notify has been removed, as it was causing regressions
 
23
    on several machines and not particularly useful.
 
24
    (Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536)
 
25
 
 
26
0.103.0 2011-12-11
 
27
 
 
28
 FEATURES
 
29
 
 
30
  * Internationalization support has been added. (David Planella, #621680)
 
31
 
 
32
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
 
33
 
 
34
  * gannotate now supports interactive substring search in the file content.
 
35
    interactive search for line numbers has been removed, use Ctrl-G instead.
 
36
    (Sergei Golubchik)
 
37
 
 
38
  * visualise now supports interactive changeset comment search.
 
39
    interactive search for revision numbers continues to work.
 
40
    (Sergei Golubchik)
 
41
 
 
42
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
 
43
 
 
44
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
 
45
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
 
46
    for this service. (Jelmer Vernooij)
 
47
 
 
48
 BUG FIXES
 
49
 
 
50
  * Ensure config directory exists before writing configuration.
 
51
    (Jelmer Vernooij, #231150)
 
52
 
 
53
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
 
54
 
 
55
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
 
56
    (Mikkel Kamstrup Erlandsen, #861201)
 
57
 
 
58
0.100.0 2011-03-02
 
59
 
 
60
 BUG FIXES
 
61
 
 
62
  * make sure that gdiff opened from gannotate knows its parent
 
63
    (gannotate, that is, and does not exit when it (gdiff) is closed.
 
64
 
 
65
  * Clarify 'visualise' help about the multiple branches feature
 
66
    and the --revision parameter. (Vincent Ladeuil, #556347)
 
67
 
 
68
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
 
69
 
 
70
  * Fix appindicator icon category. (Michael Terry, #685634)
 
71
 
 
72
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
 
73
 
 
74
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
 
75
 
 
76
  * Don't use markup for secondary text in error dialogs.
 
77
    (Edward Ari Bichetero, #656641)
 
78
 
 
79
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
 
80
 
 
81
 FEATURES
 
82
 
 
83
  * Add lock dialog. (Daniel Schierbeck, #93652)
 
84
 
 
85
 FEATURES
 
86
 
 
87
  * Add option to use "bzr viz" with a vertical layout.
 
88
    (Ximin Luo, #649273)
 
89
 
 
90
0.99.1  2010-08-26
 
91
 
 
92
 BUG FIXES
 
93
 
 
94
  * Trivial release to include credits pickle file.
 
95
 
 
96
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
 
97
 
 
98
0.99.0 2010-08-13
 
99
 
 
100
 BUG FIXES
 
101
 
 
102
   * Guard setup() call when not loaded as __main__. (Robert Collins)
 
103
 
 
104
   * Ignore gnomekeyring.IOError when checking if credentials are available
 
105
     in the GNOME keyring. (Jelmer Vernooij, #534326)
 
106
 
 
107
   * Don't crash when there is already a lan-notify instance running.
 
108
     (Jelmer Vernooij, #339284)
 
109
 
 
110
   * Return the credentials if successfully found in gnome-keyring.
 
111
     (John Szakmeister)
 
112
 
 
113
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
 
114
 
 
115
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
 
116
     #583554)
 
117
 
 
118
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
 
119
 
 
120
FEATURES
 
121
 
 
122
  * Add 'Find' button to start text search.
 
123
    (Martin Pool, #556347)
 
124
 
 
125
  * Add 'glog' as an alias for visualize (aka viz) as too many
 
126
    people are still confused.
 
127
    (Vincent Ladeuil)
 
128
 
 
129
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
 
130
    #518179)
 
131
 
 
132
  * Add more tooltips to Olive. (Adrian Room, #333876)
 
133
 
 
134
0.98.0 2010-02-24
 
135
 
 
136
BUG FIXES
 
137
 
 
138
  * Fix relative import in olive menu.
 
139
    (Mathias Brodala, #269883)
 
140
 
 
141
  * Fix typo in checkout dialog.
 
142
    (Jasper Groenewegen, #466507)
 
143
 
 
144
  * Adds help for ginit and gtags.
 
145
    (Andrew Starr-Bochicchio, #512701)
 
146
 
 
147
0.97.0 2009-08-25
 
148
 
 
149
BUG FIXES
 
150
 
 
151
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
 
152
    by being more tolerant about gobject methods availability.
 
153
    (Vincent Ladeuil, #403430)
 
154
  
 
155
  * Fixed emblem and nautilus bzr-status column for ignored files.
 
156
    (Lucas Shrewsbury, #294632)
 
157
    
 
158
  * Fixed emblem and nautilus bzr-status column for unversioned files.
 
159
    (Lucas Shrewsbury, #417966)
 
160
 
 
161
  * Switch to using disutils sdist instead of bzr export.
 
162
    (Mark Lee, #398242)
 
163
 
 
164
0.96.2  2009-07-08
 
165
 
 
166
 BUG FIXES
 
167
 
 
168
  * Same player shoots again. Version credits.pickle and rebuild the tarball
 
169
    after running 'python ./setup.py build_credits', update
 
170
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
 
171
    (Vincent Ladeuil, #397526)
 
172
 
 
173
0.96.1  2009-07-08
 
174
 
 
175
 BUG FIXES
 
176
 
 
177
  * Rebuild the tarball after running 'python ./setup.py build_credits',
 
178
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
 
179
   (Vincent Ladeuil, #397526)
 
180
 
 
181
 
 
182
0.96.0  2009-07-08
 
183
 
 
184
 UI
 
185
 
 
186
  * Add colored status messages in Olive file list (Jasper Groenewegen)
 
187
 
 
188
  * Use the new progress bar implementation from bzrlib.
 
189
   (Vincent Ladeuil, 385191)
 
190
 
 
191
 CHANGES
 
192
 
 
193
  * Add ginfo command line option (Jasper Groenewegen)
 
194
  
 
195
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
 
196
 
 
197
 BUG FIXES
 
198
 
 
199
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
 
200
  Korn, #294396)
 
201
 
 
202
  * Fix Olive homepage URL. (#255152)
 
203
 
 
204
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
 
205
 
 
206
  * Save commit messages at uncommit time, restore them at
 
207
    gcommit time. Also allow saving commit messages if the commit
 
208
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
 
209
 
 
210
  * Mark as compatible with bzr 1.13.
 
211
 
 
212
 FEATURES
 
213
 
 
214
  * Support storing credentials in the GNOME Keyring if it is 
 
215
    available. (Jelmer Vernooij)
 
216
 
 
217
  * Fix opening Status window in Olive (#316310)
 
218
 
 
219
0.95.0  2008-08-04
 
220
 
 
221
 UI
 
222
 
 
223
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
 
224
 
 
225
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
226
 
 
227
  * Added menu option for indexing branches if bzr-search is present.
 
228
    (Jelmer Vernooij)
 
229
 
 
230
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
231
 
 
232
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
233
 
 
234
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
235
 
 
236
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
237
 
 
238
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
239
 
 
240
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
241
  
 
242
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
243
  
 
244
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
245
 
 
246
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
247
  
 
248
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
249
  
 
250
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
251
  
 
252
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
253
 
 
254
 BUG FIXES
 
255
 
 
256
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
 
257
  
 
258
  * Fixed adding tags. (Javier Derderian, #228709)
 
259
 
 
260
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
261
 
 
262
  * Fixed handle-patch script. (Jelmer Vernooij)
 
263
 
 
264
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
265
 
 
266
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
267
 
 
268
  * Remove use of upstream removed Repository.revision_parents() 
 
269
    (Jelmer Vernooij)
 
270
 
 
271
  * List network drives in Olive. (Kevin Light, #244308)
 
272
 
 
273
  * Fix progress bar handling. (Jelmer Vernooij)
 
274
 
 
275
  * Fix broken symlink handling. (Jasper Groenewegen)
 
276
 
 
277
  * Fix import in Olive rename dialog. (Kevin Light)
 
278
 
 
279
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
280
 
 
281
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
282
 
 
283
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
284
 
 
285
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
286
 
 
287
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
288
 
 
289
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
290
  
 
291
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
292
  
 
293
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
294
 
 
295
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
 
296
 
 
297
 CHANGES
 
298
 
 
299
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
300
 
 
301
  * Verify testaments when showing signatures on revisions and
 
302
    re-enable signature display. (Jelmer Vernooij)
 
303
 
 
304
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
305
  
 
306
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
307
 
 
308
 INTERNALS
 
309
 
 
310
  * All i18n calls should now go through _i18n which must be imported from
 
311
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
 
312
    as an anonymous variable. (Vincent Ladeuil)
 
313
 
 
314
  * Add test for linegraph code. (Jelmer Vernooij)
 
315
 
 
316
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
317
 
 
318
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
319
 
 
320
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
321
 
 
322
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
323
 
 
324
  * Remove glade from olive main window (Jasper Groenewegen)
 
325
  
 
326
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
327
 
 
328
  * Rewrite Olive mouse button event handling (Kevin Light)
 
329
  
 
330
0.94.0    2008-05-04
 
331
 
 
332
 CHANGES
 
333
 
 
334
  * Disabled signature tab until we start verifying testaments. 
 
335
    (Jelmer Vernooij)
 
336
 
 
337
 BUG FIXES
 
338
 
 
339
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
 
340
 
 
341
0.94.0rc1  2008-04-25
 
342
 
 
343
 CHANGES
 
344
 
 
345
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
 
346
 
 
347
  * Use new D-Bus revision signal. (James Henstridge, #206443)
 
348
 
 
349
 UI
 
350
 
 
351
  * Made the tags associated with a revision render next to the revision
 
352
    node in the branch view. (Ali Sabil)
 
353
 
 
354
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
 
355
 
 
356
  * Add bugs tab in the branch view. (Jelmer Vernooij)
 
357
  
 
358
  * New Tango-styled icons. This time properly licensed under the GPL.
 
359
    (Simon Pascal Klein)
 
360
 
 
361
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
 
362
 
 
363
  * Added new icons for nautilus overlay (Martin Albisetti)
 
364
 
 
365
  * Added enable/disable per-branch option (Martin Albisetti)
 
366
 
 
367
  * Add compare with option to revisions menu. (Javier Derderian)
 
368
 
 
369
  * Register file handler for applying patches/bundles to Bazaar branches.
 
370
    (Jelmer Vernooij)
 
371
 
 
372
 BUG FIXES
 
373
 
 
374
  * Make adding tags from the viz work again. (Daniel Schierbeck)
 
375
 
 
376
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
 
377
  
 
378
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
 
379
  
 
380
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
 
381
    Merwe)
 
382
 
 
383
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
 
384
    Daniel Schierbeck)
 
385
 
 
386
  * Fixed change view menu in viz. (Javier Derderian, #215350)
 
387
 
 
388
 FEATURES
 
389
 
 
390
  * Only check for old Bazaar versions that are known to be incompatible and 
 
391
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
 
392
    the API is sufficiently stable now. (Jelmer Vernooij)
 
393
 
 
394
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
395
 
 
396
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
397
 
 
398
  * Use seahorse to verify signatures. (Daniel Schierbeck)
 
399
 
 
400
 INTERNALS
 
401
 
 
402
  * Refactored the revisionview. (Daniel Schierbeck)
 
403
 
 
404
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
405
 
 
406
  * Preferences dialog has been split up. (Jelmer Vernooij)
 
407
 
 
408
0.93.0  2007-12-10
2
409
 
3
410
 UI
4
411
 
10
417
 
11
418
  * Make toolbars in Olive follow GNOME standards. (#137074)
12
419
 
 
420
 INTERNALS
 
421
 
 
422
  * Allow test suite to run without PyGTK. (Aaron Bentley)
 
423
 
13
424
0.92.1  2007-11-10
14
425
 
15
426
 BUG FIXES
16
427
 
17
428
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
18
429
 
19
 
0.92.0  2007-11-07
 
430
0.92.0    2007-11-07
20
431
 
21
432
 UI
22
433
 
69
480
 
70
481
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
71
482
 
72
 
0.91.0  2007-09-24
 
483
0.91.0    2007-09-24
73
484
 
74
485
 UI
75
486
 
108
519
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
109
520
    (Mateusz Korniak)
110
521
 
111
 
0.90.0  2007-08-27
 
522
0.90.0    2007-08-27
112
523
 
113
524
 FEATURES
114
525
 
209
620
 
210
621
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
211
622
 
212
 
0.16.0  2007-05-05
 
623
0.16.0    2007-05-05
213
624
 
214
625
 FEATURES
215
626
 
237
648
  
238
649
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
239
650
 
240
 
0.15.2  2007-04-03
 
651
0.15.2    2007-04-03
241
652
 
242
653
 BUG FIXES
243
654
 
254
665
 
255
666
  * Display remote locations in commit-notify (Robert)
256
667
 
257
 
0.15.1  2007-03-25
 
668
0.15.1    2007-03-25
258
669
 
259
670
 BUG FIXES
260
671
 
292
703
 
293
704
  * Strict commits are now a dialog, not a check box (Jelmer)
294
705
 
295
 
0.15.0  2007-03-09
 
706
0.15.0    2007-03-09
296
707
 
297
708
BUG FIXES
298
709
 
336
747
 
337
748
  * Add initial testsuite (Jelmer)
338
749
 
339
 
0.14.0  2007-01-30
 
750
0.14.0    2007-01-30
340
751
 
341
752
  * Add revert functionality (Szilvester)
342
753
 
343
754
  * Rewritten CommitDialog without glade (Szilvester)
344
755
 
345
756
  * Allow to commit single files from the context menu (Fixes #54983,
346
 
                                                                                                           Szilvester)
 
757
                                                       Szilvester)
347
758
 
348
759
  * Warn about incompatible Bazaar versions (Jelmer)
349
760
 
356
767
  * Set default drive letter (#67924, Szilvester)
357
768
 
358
769
  * Show error if no diff available for the selected file (#76536,
359
 
                                                                                                                  Szilvester)
 
770
                                                          Szilvester)
360
771
 
361
772
  * Handle current revision in annotate better (Aaron)
362
773
 
384
795
 
385
796
  * Several other small regression fixes (Szilvester)
386
797
 
387
 
0.13.0  2006-12-13
 
798
0.13.0    2006-12-13
388
799
 
389
800
  * Don't show pending merge list when there are no pending merges
390
801
    (Alexander Belchenko)
407
818
 
408
819
  * Use dotted revnos in gannotate (Aaron Bentley)
409
820
 
410
 
0.12.0  2006-11-04
 
821
0.12.0    2006-11-04
411
822
 
412
823
  * #68127: gcommit is broken
413
824