/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-14 02:13:27 UTC
  • mto: (452.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 453.
  • Revision ID: jelmer@samba.org-20080314021327-q1pabtpneeasz8qv
Fix support for default value in BranchSelectionDialog.

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
 
FEATURES
14
 
 
15
 
  * Add 'Find' button to start text search.
16
 
    (Martin Pool, #556347)
17
 
 
18
 
  * Add 'glog' as an alias for visualize (aka viz) as too many
19
 
    people are still confused.
20
 
    (Vincent Ladeuil)
21
 
 
22
 
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
23
 
    #518179)
24
 
 
25
 
  * Add more tooltips to Olive. (Adrian Room, #333876)
26
 
 
27
 
0.98.0 2010-02-24
28
 
 
29
 
BUG FIXES
30
 
 
31
 
  * Fix relative import in olive menu.
32
 
    (Mathias Brodala, #269883)
33
 
 
34
 
  * Fix typo in checkout dialog.
35
 
    (Jasper Groenewegen, #466507)
36
 
 
37
 
  * Adds help for ginit and gtags.
38
 
    (Andrew Starr-Bochicchio, #512701)
39
 
 
40
 
0.97.0 2009-08-25
41
 
 
42
 
BUG FIXES
43
 
 
44
 
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
45
 
    by being more tolerant about gobject methods availability.
46
 
    (Vincent Ladeuil, #403430)
47
 
  
48
 
  * Fixed emblem and nautilus bzr-status column for ignored files.
49
 
    (Lucas Shrewsbury, #294632)
50
 
    
51
 
  * Fixed emblem and nautilus bzr-status column for unversioned files.
52
 
    (Lucas Shrewsbury, #417966)
53
 
 
54
 
  * Switch to using disutils sdist instead of bzr export.
55
 
    (Mark Lee, #398242)
56
 
 
57
 
0.96.2  2009-07-08
58
 
 
59
 
 BUG FIXES
60
 
 
61
 
  * Same player shoots again. Version credits.pickle and rebuild the tarball
62
 
    after running 'python ./setup.py build_credits', update
63
 
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
64
 
    (Vincent Ladeuil, #397526)
65
 
 
66
 
0.96.1  2009-07-08
67
 
 
68
 
 BUG FIXES
69
 
 
70
 
  * Rebuild the tarball after running 'python ./setup.py build_credits',
71
 
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
72
 
   (Vincent Ladeuil, #397526)
73
 
 
74
 
 
75
 
0.96.0  2009-07-08
76
 
 
77
 
 UI
78
 
 
79
 
  * Add colored status messages in Olive file list (Jasper Groenewegen)
80
 
 
81
 
  * Use the new progress bar implementation from bzrlib.
82
 
   (Vincent Ladeuil, 385191)
83
 
 
84
 
 CHANGES
85
 
 
86
 
  * Add ginfo command line option (Jasper Groenewegen)
87
 
  
88
 
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
89
 
 
90
 
 BUG FIXES
91
 
 
92
 
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
93
 
  Korn, #294396)
94
 
 
95
 
  * Fix Olive homepage URL. (#255152)
96
 
 
97
 
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
98
 
 
99
 
  * Save commit messages at uncommit time, restore them at
100
 
    gcommit time. Also allow saving commit messages if the commit
101
 
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
102
 
 
103
 
  * Mark as compatible with bzr 1.13.
104
 
 
105
 
 FEATURES
106
 
 
107
 
  * Support storing credentials in the GNOME Keyring if it is 
108
 
    available. (Jelmer Vernooij)
109
 
 
110
 
  * Fix opening Status window in Olive (#316310)
111
 
 
112
 
0.95.0  2008-08-04
113
 
 
114
 
 UI
115
 
 
116
 
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
117
 
 
118
 
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
119
 
 
120
 
  * Added menu option for indexing branches if bzr-search is present.
121
 
    (Jelmer Vernooij)
122
 
 
123
 
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
124
 
 
125
 
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
126
 
 
127
 
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
128
 
 
129
 
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
130
 
 
131
 
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
132
 
 
133
 
  * Sort Olive bookmarks by title (Jasper Groenewegen)
134
 
  
135
 
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
136
 
  
137
 
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
138
 
 
139
 
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
140
 
  
141
 
  * Show status for folders in Olive file list (Jasper Groenewegen)
142
 
  
143
 
  * Change appearance Olive bookmarks (Jasper Groenewegen)
144
 
  
145
 
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
146
 
 
147
 
 BUG FIXES
148
 
 
149
 
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
150
 
  
151
 
  * Fixed adding tags. (Javier Derderian, #228709)
152
 
 
153
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
154
 
 
155
 
  * Fixed handle-patch script. (Jelmer Vernooij)
156
 
 
157
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
158
 
 
159
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
160
 
 
161
 
  * Remove use of upstream removed Repository.revision_parents() 
162
 
    (Jelmer Vernooij)
163
 
 
164
 
  * List network drives in Olive. (Kevin Light, #244308)
165
 
 
166
 
  * Fix progress bar handling. (Jelmer Vernooij)
167
 
 
168
 
  * Fix broken symlink handling. (Jasper Groenewegen)
169
 
 
170
 
  * Fix import in Olive rename dialog. (Kevin Light)
171
 
 
172
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
173
 
 
174
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
175
 
 
176
 
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
177
 
 
178
 
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
179
 
 
180
 
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
181
 
 
182
 
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
183
 
  
184
 
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
185
 
  
186
 
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
187
 
 
188
 
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
189
 
 
190
 
 CHANGES
191
 
 
192
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
193
 
 
194
 
  * Verify testaments when showing signatures on revisions and
195
 
    re-enable signature display. (Jelmer Vernooij)
196
 
 
197
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
198
 
  
199
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
200
 
 
201
 
 INTERNALS
202
 
 
203
 
  * All i18n calls should now go through _i18n which must be imported from
204
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
205
 
    as an anonymous variable. (Vincent Ladeuil)
206
 
 
207
 
  * Add test for linegraph code. (Jelmer Vernooij)
208
 
 
209
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
210
 
 
211
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
212
 
 
213
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
214
 
 
215
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
216
 
 
217
 
  * Remove glade from olive main window (Jasper Groenewegen)
218
 
  
219
 
  * Remove glade from olive info dialog (Jasper Groenewegen)
220
 
 
221
 
  * Rewrite Olive mouse button event handling (Kevin Light)
222
 
  
223
 
0.94.0    2008-05-04
224
 
 
225
 
 CHANGES
226
 
 
227
 
  * Disabled signature tab until we start verifying testaments. 
228
 
    (Jelmer Vernooij)
229
 
 
230
 
 BUG FIXES
231
 
 
232
 
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
233
 
 
234
 
0.94.0rc1  2008-04-25
235
 
 
236
 
 CHANGES
237
 
 
238
 
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
239
 
 
240
 
  * Use new D-Bus revision signal. (James Henstridge, #206443)
 
1
0.94.0  UNRELEASED
241
2
 
242
3
 UI
243
4
 
247
8
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
248
9
 
249
10
  * Add bugs tab in the branch view. (Jelmer Vernooij)
250
 
  
251
 
  * New Tango-styled icons. This time properly licensed under the GPL.
252
 
    (Simon Pascal Klein)
253
 
 
254
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
255
 
 
256
 
  * Added new icons for nautilus overlay (Martin Albisetti)
257
 
 
258
 
  * Added enable/disable per-branch option (Martin Albisetti)
259
 
 
260
 
  * Add compare with option to revisions menu. (Javier Derderian)
261
 
 
262
 
  * Register file handler for applying patches/bundles to Bazaar branches.
263
 
    (Jelmer Vernooij)
264
11
 
265
12
 BUG FIXES
266
13
 
268
15
 
269
16
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
270
17
  
271
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
 
18
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi)
272
19
  
273
20
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
274
21
    Merwe)
275
22
 
276
 
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
277
 
    Daniel Schierbeck)
278
 
 
279
 
  * Fixed change view menu in viz. (Javier Derderian, #215350)
280
 
 
281
23
 FEATURES
282
24
 
283
25
  * Only check for old Bazaar versions that are known to be incompatible and 
284
26
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
285
 
    the API is sufficiently stable now. (Jelmer Vernooij)
286
 
 
287
 
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
288
 
 
289
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
290
 
 
291
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
 
27
        the API is sufficiently stable now. (Jelmer Vernooij)
292
28
 
293
29
 INTERNALS
294
30
 
295
31
  * Refactored the revisionview. (Daniel Schierbeck)
296
32
 
297
 
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
298
 
 
299
 
  * Preferences dialog has been split up. (Jelmer Vernooij)
300
 
 
301
33
0.93.0  2007-12-10
302
34
 
303
35
 UI
320
52
 
321
53
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
322
54
 
323
 
0.92.0    2007-11-07
 
55
0.92.0  2007-11-07
324
56
 
325
57
 UI
326
58
 
373
105
 
374
106
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
375
107
 
376
 
0.91.0    2007-09-24
 
108
0.91.0  2007-09-24
377
109
 
378
110
 UI
379
111
 
412
144
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
413
145
    (Mateusz Korniak)
414
146
 
415
 
0.90.0    2007-08-27
 
147
0.90.0  2007-08-27
416
148
 
417
149
 FEATURES
418
150
 
513
245
 
514
246
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
515
247
 
516
 
0.16.0    2007-05-05
 
248
0.16.0  2007-05-05
517
249
 
518
250
 FEATURES
519
251
 
541
273
  
542
274
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
543
275
 
544
 
0.15.2    2007-04-03
 
276
0.15.2  2007-04-03
545
277
 
546
278
 BUG FIXES
547
279
 
558
290
 
559
291
  * Display remote locations in commit-notify (Robert)
560
292
 
561
 
0.15.1    2007-03-25
 
293
0.15.1  2007-03-25
562
294
 
563
295
 BUG FIXES
564
296
 
596
328
 
597
329
  * Strict commits are now a dialog, not a check box (Jelmer)
598
330
 
599
 
0.15.0    2007-03-09
 
331
0.15.0  2007-03-09
600
332
 
601
333
BUG FIXES
602
334
 
640
372
 
641
373
  * Add initial testsuite (Jelmer)
642
374
 
643
 
0.14.0    2007-01-30
 
375
0.14.0  2007-01-30
644
376
 
645
377
  * Add revert functionality (Szilvester)
646
378
 
647
379
  * Rewritten CommitDialog without glade (Szilvester)
648
380
 
649
381
  * Allow to commit single files from the context menu (Fixes #54983,
650
 
                                                       Szilvester)
 
382
                                                                                                           Szilvester)
651
383
 
652
384
  * Warn about incompatible Bazaar versions (Jelmer)
653
385
 
660
392
  * Set default drive letter (#67924, Szilvester)
661
393
 
662
394
  * Show error if no diff available for the selected file (#76536,
663
 
                                                          Szilvester)
 
395
                                                                                                                  Szilvester)
664
396
 
665
397
  * Handle current revision in annotate better (Aaron)
666
398
 
688
420
 
689
421
  * Several other small regression fixes (Szilvester)
690
422
 
691
 
0.13.0    2006-12-13
 
423
0.13.0  2006-12-13
692
424
 
693
425
  * Don't show pending merge list when there are no pending merges
694
426
    (Alexander Belchenko)
711
443
 
712
444
  * Use dotted revnos in gannotate (Aaron Bentley)
713
445
 
714
 
0.12.0    2006-11-04
 
446
0.12.0  2006-11-04
715
447
 
716
448
  * #68127: gcommit is broken
717
449