/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: 2008-03-28 19:26:53 UTC
  • mto: (450.1.13 trunk)
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: jelmer@samba.org-20080328192653-trzptkwahx1tulz9
Add module for preferences code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.101.0 UNRELEASED
2
 
 
3
 
 FEATURES
4
 
 
5
 
  * Internationalization support has been added. (David Planella, #621680)
6
 
 
7
 
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
8
 
 
9
 
  * gannotate now supports interactive substring search in the file content.
10
 
    interactive search for line numbers has been removed, use Ctrl-G instead.
11
 
    (Sergei Golubchik)
12
 
 
13
 
  * visualise now supports interactive changeset comment search.
14
 
    interactive search for revision numbers continues to work.
15
 
    (Sergei Golubchik)
16
 
 
17
 
 BUG FIXES
18
 
 
19
 
  * Ensure config directory exists before writing configuration.
20
 
    (Jelmer Vernooij, #231150)
21
 
 
22
 
0.100.0 2011-03-02
23
 
 
24
 
 BUG FIXES
25
 
 
26
 
  * make sure that gdiff opened from gannotate knows its parent
27
 
    (gannotate, that is, and does not exit when it (gdiff) is closed.
28
 
 
29
 
  * Clarify 'visualise' help about the multiple branches feature
30
 
    and the --revision parameter. (Vincent Ladeuil, #556347)
31
 
 
32
 
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
33
 
 
34
 
  * Fix appindicator icon category. (Michael Terry, #685634)
35
 
 
36
 
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
37
 
 
38
 
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
39
 
 
40
 
  * Don't use markup for secondary text in error dialogs.
41
 
    (Edward Ari Bichetero, #656641)
42
 
 
43
 
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
44
 
 
45
 
 FEATURES
46
 
 
47
 
  * Add lock dialog. (Daniel Schierbeck, #93652)
48
 
 
49
 
 FEATURES
50
 
 
51
 
  * Add option to use "bzr viz" with a vertical layout.
52
 
    (Ximin Luo, #649273)
53
 
 
54
 
0.99.1  2010-08-26
55
 
 
56
 
 BUG FIXES
57
 
 
58
 
  * Trivial release to include credits pickle file.
59
 
 
60
 
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
61
 
 
62
 
0.99.0 2010-08-13
63
 
 
64
 
 BUG FIXES
65
 
 
66
 
   * Guard setup() call when not loaded as __main__. (Robert Collins)
67
 
 
68
 
   * Ignore gnomekeyring.IOError when checking if credentials are available
69
 
     in the GNOME keyring. (Jelmer Vernooij, #534326)
70
 
 
71
 
   * Don't crash when there is already a lan-notify instance running.
72
 
     (Jelmer Vernooij, #339284)
73
 
 
74
 
   * Return the credentials if successfully found in gnome-keyring.
75
 
     (John Szakmeister)
76
 
 
77
 
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
78
 
 
79
 
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
80
 
     #583554)
81
 
 
82
 
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
83
 
 
84
 
FEATURES
85
 
 
86
 
  * Add 'Find' button to start text search.
87
 
    (Martin Pool, #556347)
88
 
 
89
 
  * Add 'glog' as an alias for visualize (aka viz) as too many
90
 
    people are still confused.
91
 
    (Vincent Ladeuil)
92
 
 
93
 
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
94
 
    #518179)
95
 
 
96
 
  * Add more tooltips to Olive. (Adrian Room, #333876)
97
 
 
98
 
0.98.0 2010-02-24
99
 
 
100
 
BUG FIXES
101
 
 
102
 
  * Fix relative import in olive menu.
103
 
    (Mathias Brodala, #269883)
104
 
 
105
 
  * Fix typo in checkout dialog.
106
 
    (Jasper Groenewegen, #466507)
107
 
 
108
 
  * Adds help for ginit and gtags.
109
 
    (Andrew Starr-Bochicchio, #512701)
110
 
 
111
 
0.97.0 2009-08-25
112
 
 
113
 
BUG FIXES
114
 
 
115
 
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
116
 
    by being more tolerant about gobject methods availability.
117
 
    (Vincent Ladeuil, #403430)
118
 
  
119
 
  * Fixed emblem and nautilus bzr-status column for ignored files.
120
 
    (Lucas Shrewsbury, #294632)
121
 
    
122
 
  * Fixed emblem and nautilus bzr-status column for unversioned files.
123
 
    (Lucas Shrewsbury, #417966)
124
 
 
125
 
  * Switch to using disutils sdist instead of bzr export.
126
 
    (Mark Lee, #398242)
127
 
 
128
 
0.96.2  2009-07-08
129
 
 
130
 
 BUG FIXES
131
 
 
132
 
  * Same player shoots again. Version credits.pickle and rebuild the tarball
133
 
    after running 'python ./setup.py build_credits', update
134
 
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
135
 
    (Vincent Ladeuil, #397526)
136
 
 
137
 
0.96.1  2009-07-08
138
 
 
139
 
 BUG FIXES
140
 
 
141
 
  * Rebuild the tarball after running 'python ./setup.py build_credits',
142
 
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
143
 
   (Vincent Ladeuil, #397526)
144
 
 
145
 
 
146
 
0.96.0  2009-07-08
147
 
 
148
 
 UI
149
 
 
150
 
  * Add colored status messages in Olive file list (Jasper Groenewegen)
151
 
 
152
 
  * Use the new progress bar implementation from bzrlib.
153
 
   (Vincent Ladeuil, 385191)
154
 
 
155
 
 CHANGES
156
 
 
157
 
  * Add ginfo command line option (Jasper Groenewegen)
158
 
  
159
 
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
160
 
 
161
 
 BUG FIXES
162
 
 
163
 
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
164
 
  Korn, #294396)
165
 
 
166
 
  * Fix Olive homepage URL. (#255152)
167
 
 
168
 
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
169
 
 
170
 
  * Save commit messages at uncommit time, restore them at
171
 
    gcommit time. Also allow saving commit messages if the commit
172
 
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
173
 
 
174
 
  * Mark as compatible with bzr 1.13.
175
 
 
176
 
 FEATURES
177
 
 
178
 
  * Support storing credentials in the GNOME Keyring if it is 
179
 
    available. (Jelmer Vernooij)
180
 
 
181
 
  * Fix opening Status window in Olive (#316310)
182
 
 
183
 
0.95.0  2008-08-04
184
 
 
185
 
 UI
186
 
 
187
 
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
188
 
 
189
 
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
190
 
 
191
 
  * Added menu option for indexing branches if bzr-search is present.
192
 
    (Jelmer Vernooij)
193
 
 
194
 
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
195
 
 
196
 
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
197
 
 
198
 
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
199
 
 
200
 
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
201
 
 
202
 
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
203
 
 
204
 
  * Sort Olive bookmarks by title (Jasper Groenewegen)
205
 
  
206
 
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
207
 
  
208
 
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
209
 
 
210
 
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
211
 
  
212
 
  * Show status for folders in Olive file list (Jasper Groenewegen)
213
 
  
214
 
  * Change appearance Olive bookmarks (Jasper Groenewegen)
215
 
  
216
 
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
217
 
 
218
 
 BUG FIXES
219
 
 
220
 
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
221
 
  
222
 
  * Fixed adding tags. (Javier Derderian, #228709)
223
 
 
224
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
225
 
 
226
 
  * Fixed handle-patch script. (Jelmer Vernooij)
227
 
 
228
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
229
 
 
230
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
231
 
 
232
 
  * Remove use of upstream removed Repository.revision_parents() 
233
 
    (Jelmer Vernooij)
234
 
 
235
 
  * List network drives in Olive. (Kevin Light, #244308)
236
 
 
237
 
  * Fix progress bar handling. (Jelmer Vernooij)
238
 
 
239
 
  * Fix broken symlink handling. (Jasper Groenewegen)
240
 
 
241
 
  * Fix import in Olive rename dialog. (Kevin Light)
242
 
 
243
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
244
 
 
245
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
246
 
 
247
 
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
248
 
 
249
 
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
250
 
 
251
 
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
252
 
 
253
 
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
254
 
  
255
 
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
256
 
  
257
 
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
258
 
 
259
 
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
260
 
 
261
 
 CHANGES
262
 
 
263
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
264
 
 
265
 
  * Verify testaments when showing signatures on revisions and
266
 
    re-enable signature display. (Jelmer Vernooij)
267
 
 
268
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
269
 
  
270
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
271
 
 
272
 
 INTERNALS
273
 
 
274
 
  * All i18n calls should now go through _i18n which must be imported from
275
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
276
 
    as an anonymous variable. (Vincent Ladeuil)
277
 
 
278
 
  * Add test for linegraph code. (Jelmer Vernooij)
279
 
 
280
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
281
 
 
282
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
283
 
 
284
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
285
 
 
286
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
287
 
 
288
 
  * Remove glade from olive main window (Jasper Groenewegen)
289
 
  
290
 
  * Remove glade from olive info dialog (Jasper Groenewegen)
291
 
 
292
 
  * Rewrite Olive mouse button event handling (Kevin Light)
293
 
  
294
 
0.94.0    2008-05-04
295
 
 
296
 
 CHANGES
297
 
 
298
 
  * Disabled signature tab until we start verifying testaments. 
299
 
    (Jelmer Vernooij)
300
 
 
301
 
 BUG FIXES
302
 
 
303
 
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
304
 
 
305
 
0.94.0rc1  2008-04-25
 
1
0.94.0  UNRELEASED
306
2
 
307
3
 CHANGES
308
4
 
309
5
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
310
6
 
311
 
  * Use new D-Bus revision signal. (James Henstridge, #206443)
312
 
 
313
7
 UI
314
8
 
315
9
  * Made the tags associated with a revision render next to the revision
322
16
  * New Tango-styled icons. This time properly licensed under the GPL.
323
17
    (Simon Pascal Klein)
324
18
 
325
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
326
 
 
327
 
  * Added new icons for nautilus overlay (Martin Albisetti)
328
 
 
329
 
  * Added enable/disable per-branch option (Martin Albisetti)
330
 
 
331
 
  * Add compare with option to revisions menu. (Javier Derderian)
332
 
 
333
 
  * Register file handler for applying patches/bundles to Bazaar branches.
334
 
    (Jelmer Vernooij)
335
 
 
336
19
 BUG FIXES
337
20
 
338
21
  * Make adding tags from the viz work again. (Daniel Schierbeck)
347
30
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
348
31
    Daniel Schierbeck)
349
32
 
350
 
  * Fixed change view menu in viz. (Javier Derderian, #215350)
351
 
 
352
33
 FEATURES
353
34
 
354
35
  * Only check for old Bazaar versions that are known to be incompatible and 
355
36
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
356
 
    the API is sufficiently stable now. (Jelmer Vernooij)
 
37
        the API is sufficiently stable now. (Jelmer Vernooij)
357
38
 
358
39
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
359
40
 
360
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
361
 
 
362
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
363
 
 
364
41
 INTERNALS
365
42
 
366
43
  * Refactored the revisionview. (Daniel Schierbeck)
367
44
 
368
45
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
369
46
 
370
 
  * Preferences dialog has been split up. (Jelmer Vernooij)
371
 
 
372
47
0.93.0  2007-12-10
373
48
 
374
49
 UI
391
66
 
392
67
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
393
68
 
394
 
0.92.0    2007-11-07
 
69
0.92.0  2007-11-07
395
70
 
396
71
 UI
397
72
 
444
119
 
445
120
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
446
121
 
447
 
0.91.0    2007-09-24
 
122
0.91.0  2007-09-24
448
123
 
449
124
 UI
450
125
 
483
158
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
484
159
    (Mateusz Korniak)
485
160
 
486
 
0.90.0    2007-08-27
 
161
0.90.0  2007-08-27
487
162
 
488
163
 FEATURES
489
164
 
584
259
 
585
260
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
586
261
 
587
 
0.16.0    2007-05-05
 
262
0.16.0  2007-05-05
588
263
 
589
264
 FEATURES
590
265
 
612
287
  
613
288
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
614
289
 
615
 
0.15.2    2007-04-03
 
290
0.15.2  2007-04-03
616
291
 
617
292
 BUG FIXES
618
293
 
629
304
 
630
305
  * Display remote locations in commit-notify (Robert)
631
306
 
632
 
0.15.1    2007-03-25
 
307
0.15.1  2007-03-25
633
308
 
634
309
 BUG FIXES
635
310
 
667
342
 
668
343
  * Strict commits are now a dialog, not a check box (Jelmer)
669
344
 
670
 
0.15.0    2007-03-09
 
345
0.15.0  2007-03-09
671
346
 
672
347
BUG FIXES
673
348
 
711
386
 
712
387
  * Add initial testsuite (Jelmer)
713
388
 
714
 
0.14.0    2007-01-30
 
389
0.14.0  2007-01-30
715
390
 
716
391
  * Add revert functionality (Szilvester)
717
392
 
718
393
  * Rewritten CommitDialog without glade (Szilvester)
719
394
 
720
395
  * Allow to commit single files from the context menu (Fixes #54983,
721
 
                                                       Szilvester)
 
396
                                                                                                           Szilvester)
722
397
 
723
398
  * Warn about incompatible Bazaar versions (Jelmer)
724
399
 
731
406
  * Set default drive letter (#67924, Szilvester)
732
407
 
733
408
  * Show error if no diff available for the selected file (#76536,
734
 
                                                          Szilvester)
 
409
                                                                                                                  Szilvester)
735
410
 
736
411
  * Handle current revision in annotate better (Aaron)
737
412
 
759
434
 
760
435
  * Several other small regression fixes (Szilvester)
761
436
 
762
 
0.13.0    2006-12-13
 
437
0.13.0  2006-12-13
763
438
 
764
439
  * Don't show pending merge list when there are no pending merges
765
440
    (Alexander Belchenko)
782
457
 
783
458
  * Use dotted revnos in gannotate (Aaron Bentley)
784
459
 
785
 
0.12.0    2006-11-04
 
460
0.12.0  2006-11-04
786
461
 
787
462
  * #68127: gcommit is broken
788
463