/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: Daniel Schierbeck
  • Date: 2007-10-14 15:54:57 UTC
  • mto: This revision was merged to the branch mainline in revision 317.
  • Revision ID: daniel.schierbeck@gmail.com-20071014155457-m3ek29p4ima8ev7d
Added the new Window base class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.95.0  UNRELEASED
2
 
 
3
 
 BUG FIXES
4
 
 
5
 
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
6
 
  
7
 
  * Fixed adding tags. (Javier Derderian, #228709)
8
 
 
9
 
 INTERNALS
10
 
 
11
 
  * All i18n calls should now go through _i18n which must be imported from
12
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
13
 
    as an anonymous variable. (Vincent Ladeuil)
14
 
 
15
 
 
16
 
0.94.0    2008-05-04
17
 
 
18
 
 CHANGES
19
 
 
20
 
  * Disabled signature tab until we start verifying testaments. 
21
 
    (Jelmer Vernooij)
22
 
 
23
 
 BUG FIXES
24
 
 
25
 
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
26
 
 
27
 
0.94.0rc1  2008-04-25
28
 
 
29
 
 CHANGES
30
 
 
31
 
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
32
 
 
33
 
  * Use new D-Bus revision signal. (James Henstridge, #206443)
34
 
 
35
 
 UI
36
 
 
37
 
  * Made the tags associated with a revision render next to the revision
38
 
    node in the branch view. (Ali Sabil)
39
 
 
40
 
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
41
 
 
42
 
  * Add bugs tab in the branch view. (Jelmer Vernooij)
43
 
  
44
 
  * New Tango-styled icons. This time properly licensed under the GPL.
45
 
    (Simon Pascal Klein)
46
 
 
47
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
48
 
 
49
 
  * Added new icons for nautilus overlay (Martin Albisetti)
50
 
 
51
 
  * Added enable/disable per-branch option (Martin Albisetti)
52
 
 
53
 
  * Add compare with option to revisions menu. (Javier Derderian)
54
 
 
55
 
  * Register file handler for applying patches/bundles to Bazaar branches.
56
 
    (Jelmer Vernooij)
57
 
 
58
 
 BUG FIXES
59
 
 
60
 
  * Make adding tags from the viz work again. (Daniel Schierbeck)
61
 
 
62
 
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
63
 
  
64
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
65
 
  
66
 
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
67
 
    Merwe)
68
 
 
69
 
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
70
 
    Daniel Schierbeck)
71
 
 
72
 
  * Fixed change view menu in viz. (Javier Derderian, #215350)
73
 
 
74
 
 FEATURES
75
 
 
76
 
  * Only check for old Bazaar versions that are known to be incompatible and 
77
 
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
78
 
    the API is sufficiently stable now. (Jelmer Vernooij)
79
 
 
80
 
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
81
 
 
82
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
83
 
 
84
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
85
 
 
86
 
 INTERNALS
87
 
 
88
 
  * Refactored the revisionview. (Daniel Schierbeck)
89
 
 
90
 
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
91
 
 
92
 
  * Preferences dialog has been split up. (Jelmer Vernooij)
93
 
 
94
 
0.93.0  2007-12-10
95
 
 
96
 
 UI
97
 
 
98
 
  * Added a menu bar to the viz. (Daniel Schierbeck)
99
 
     - Select a revision by tag.
100
 
     - Show/hide tree view columns.
101
 
 
102
 
 BUG FIXES
103
 
 
104
 
  * Make toolbars in Olive follow GNOME standards. (#137074)
105
 
 
106
 
 INTERNALS
107
 
 
108
 
  * Allow test suite to run without PyGTK. (Aaron Bentley)
109
 
 
110
 
0.92.1  2007-11-10
111
 
 
112
 
 BUG FIXES
113
 
 
114
 
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
115
 
 
116
 
0.92.0    2007-11-07
117
 
 
118
 
 UI
119
 
 
120
 
  * Removed email part of committer id from committer column in the revision
121
 
    history window. (Daniel Schierbeck)
122
 
    
123
 
  * Removed date column from revision history window. (Daniel Schierbeck)
124
 
  
125
 
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
126
 
  
127
 
  * Redesigned the Commit dialog. (John Arbash Meinel)
128
 
  
129
 
  * Broken lines support made optional. (Daniel Schierbeck)
 
1
0.92.0  UNRELEASED
130
2
 
131
3
 FEATURES
132
4
 
146
18
        * Add buttons to navigate to child revisions.
147
19
    (Gary van der Merwe)
148
20
 
149
 
  * Added a revert option to the revision menu. (Gary van der Merwe)
150
 
 
151
21
 BUG FIXES
152
22
 
153
23
  * Show children on new row in table to avoid very broad windows in viz. 
154
24
    (Jelmer)
155
 
 
156
 
  * viz slow when run from olive. (#70463, Gary van der Merwe)
157
 
  
158
 
  * Make it possible to open diff from the commit window when there are pending
159
 
    merges. (Gary van der Merwe)
160
25
    
161
26
 INTERNALS
162
27
 
166
31
 
167
32
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
168
33
 
169
 
0.91.0    2007-09-24
 
34
0.91.0  2007-09-24
170
35
 
171
36
 UI
172
37
 
205
70
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
206
71
    (Mateusz Korniak)
207
72
 
208
 
0.90.0    2007-08-27
 
73
0.90.0  2007-08-27
209
74
 
210
75
 FEATURES
211
76
 
306
171
 
307
172
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
308
173
 
309
 
0.16.0    2007-05-05
 
174
0.16.0  2007-05-05
310
175
 
311
176
 FEATURES
312
177
 
334
199
  
335
200
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
336
201
 
337
 
0.15.2    2007-04-03
 
202
0.15.2  2007-04-03
338
203
 
339
204
 BUG FIXES
340
205
 
351
216
 
352
217
  * Display remote locations in commit-notify (Robert)
353
218
 
354
 
0.15.1    2007-03-25
 
219
0.15.1  2007-03-25
355
220
 
356
221
 BUG FIXES
357
222
 
389
254
 
390
255
  * Strict commits are now a dialog, not a check box (Jelmer)
391
256
 
392
 
0.15.0    2007-03-09
 
257
0.15.0  2007-03-09
393
258
 
394
259
BUG FIXES
395
260
 
433
298
 
434
299
  * Add initial testsuite (Jelmer)
435
300
 
436
 
0.14.0    2007-01-30
 
301
0.14.0  2007-01-30
437
302
 
438
303
  * Add revert functionality (Szilvester)
439
304
 
440
305
  * Rewritten CommitDialog without glade (Szilvester)
441
306
 
442
307
  * Allow to commit single files from the context menu (Fixes #54983,
443
 
                                                       Szilvester)
 
308
                                                                                                           Szilvester)
444
309
 
445
310
  * Warn about incompatible Bazaar versions (Jelmer)
446
311
 
453
318
  * Set default drive letter (#67924, Szilvester)
454
319
 
455
320
  * Show error if no diff available for the selected file (#76536,
456
 
                                                          Szilvester)
 
321
                                                                                                                  Szilvester)
457
322
 
458
323
  * Handle current revision in annotate better (Aaron)
459
324
 
481
346
 
482
347
  * Several other small regression fixes (Szilvester)
483
348
 
484
 
0.13.0    2006-12-13
 
349
0.13.0  2006-12-13
485
350
 
486
351
  * Don't show pending merge list when there are no pending merges
487
352
    (Alexander Belchenko)
504
369
 
505
370
  * Use dotted revnos in gannotate (Aaron Bentley)
506
371
 
507
 
0.12.0    2006-11-04
 
372
0.12.0  2006-11-04
508
373
 
509
374
  * #68127: gcommit is broken
510
375