/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: Jasper Groenewegen
  • Date: 2008-07-27 12:01:40 UTC
  • mfrom: (576.3.2 improve-merge)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: colbrac@xs4all.nl-20080727120140-1agdlzkc9fumjk5f
Merge merge dialog improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.94.0  UNRELEASED
 
1
0.95.0  UNRELEASED
 
2
 
 
3
 UI
 
4
 
 
5
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
 
6
 
 
7
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
8
 
 
9
  * Added menu option for indexing branches if bzr-search is present.
 
10
    (Jelmer Vernooij)
 
11
 
 
12
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
13
 
 
14
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
15
 
 
16
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
17
 
 
18
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
19
 
 
20
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
21
 
 
22
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
23
  
 
24
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
25
  
 
26
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
27
 
 
28
 BUG FIXES
 
29
 
 
30
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
 
31
  
 
32
  * Fixed adding tags. (Javier Derderian, #228709)
 
33
 
 
34
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
35
 
 
36
  * Fixed handle-patch script. (Jelmer Vernooij)
 
37
 
 
38
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
39
 
 
40
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
41
 
 
42
  * Remove use of upstream removed Repository.revision_parents() 
 
43
    (Jelmer Vernooij)
 
44
 
 
45
  * List network drives in Olive. (Kevin Light, #244308)
 
46
 
 
47
  * Fix progress bar handling. (Jelmer Vernooij)
 
48
 
 
49
  * Fix broken symlink handling. (Jasper Groenewegen)
 
50
 
 
51
  * Fix import in Olive rename dialog. (Kevin Light)
 
52
 
 
53
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
54
 
 
55
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
56
 
 
57
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
58
 
 
59
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
60
 
 
61
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
62
 
 
63
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
64
  
 
65
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
66
 
 
67
 CHANGES
 
68
 
 
69
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
70
 
 
71
  * Verify testaments when showing signatures on revisions and
 
72
    re-enable signature display. (Jelmer Vernooij)
 
73
 
 
74
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
75
  
 
76
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
77
 
 
78
 INTERNALS
 
79
 
 
80
  * All i18n calls should now go through _i18n which must be imported from
 
81
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
 
82
    as an anonymous variable. (Vincent Ladeuil)
 
83
 
 
84
  * Add test for linegraph code. (Jelmer Vernooij)
 
85
 
 
86
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
87
 
 
88
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
89
 
 
90
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
91
 
 
92
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
93
 
 
94
  * Remove glade from olive main window (Jasper Groenewegen)
 
95
  
 
96
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
97
 
 
98
  * Rewrite Olive mouse button event handling (Kevin Light)
 
99
  
 
100
0.94.0    2008-05-04
 
101
 
 
102
 CHANGES
 
103
 
 
104
  * Disabled signature tab until we start verifying testaments. 
 
105
    (Jelmer Vernooij)
 
106
 
 
107
 BUG FIXES
 
108
 
 
109
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
 
110
 
 
111
0.94.0rc1  2008-04-25
 
112
 
 
113
 CHANGES
 
114
 
 
115
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
 
116
 
 
117
  * Use new D-Bus revision signal. (James Henstridge, #206443)
2
118
 
3
119
 UI
4
120
 
8
124
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
9
125
 
10
126
  * Add bugs tab in the branch view. (Jelmer Vernooij)
 
127
  
 
128
  * New Tango-styled icons. This time properly licensed under the GPL.
 
129
    (Simon Pascal Klein)
 
130
 
 
131
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
 
132
 
 
133
  * Added new icons for nautilus overlay (Martin Albisetti)
 
134
 
 
135
  * Added enable/disable per-branch option (Martin Albisetti)
 
136
 
 
137
  * Add compare with option to revisions menu. (Javier Derderian)
 
138
 
 
139
  * Register file handler for applying patches/bundles to Bazaar branches.
 
140
    (Jelmer Vernooij)
11
141
 
12
142
 BUG FIXES
13
143
 
15
145
 
16
146
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
17
147
  
18
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi)
 
148
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
19
149
  
20
150
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
21
151
    Merwe)
23
153
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
24
154
    Daniel Schierbeck)
25
155
 
 
156
  * Fixed change view menu in viz. (Javier Derderian, #215350)
 
157
 
26
158
 FEATURES
27
159
 
28
160
  * Only check for old Bazaar versions that are known to be incompatible and 
29
161
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
30
 
        the API is sufficiently stable now. (Jelmer Vernooij)
 
162
    the API is sufficiently stable now. (Jelmer Vernooij)
 
163
 
 
164
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
165
 
 
166
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
167
 
 
168
  * Use seahorse to verify signatures. (Daniel Schierbeck)
31
169
 
32
170
 INTERNALS
33
171
 
34
172
  * Refactored the revisionview. (Daniel Schierbeck)
35
173
 
 
174
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
175
 
 
176
  * Preferences dialog has been split up. (Jelmer Vernooij)
 
177
 
36
178
0.93.0  2007-12-10
37
179
 
38
180
 UI
55
197
 
56
198
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
57
199
 
58
 
0.92.0  2007-11-07
 
200
0.92.0    2007-11-07
59
201
 
60
202
 UI
61
203
 
108
250
 
109
251
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
110
252
 
111
 
0.91.0  2007-09-24
 
253
0.91.0    2007-09-24
112
254
 
113
255
 UI
114
256
 
147
289
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
148
290
    (Mateusz Korniak)
149
291
 
150
 
0.90.0  2007-08-27
 
292
0.90.0    2007-08-27
151
293
 
152
294
 FEATURES
153
295
 
248
390
 
249
391
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
250
392
 
251
 
0.16.0  2007-05-05
 
393
0.16.0    2007-05-05
252
394
 
253
395
 FEATURES
254
396
 
276
418
  
277
419
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
278
420
 
279
 
0.15.2  2007-04-03
 
421
0.15.2    2007-04-03
280
422
 
281
423
 BUG FIXES
282
424
 
293
435
 
294
436
  * Display remote locations in commit-notify (Robert)
295
437
 
296
 
0.15.1  2007-03-25
 
438
0.15.1    2007-03-25
297
439
 
298
440
 BUG FIXES
299
441
 
331
473
 
332
474
  * Strict commits are now a dialog, not a check box (Jelmer)
333
475
 
334
 
0.15.0  2007-03-09
 
476
0.15.0    2007-03-09
335
477
 
336
478
BUG FIXES
337
479
 
375
517
 
376
518
  * Add initial testsuite (Jelmer)
377
519
 
378
 
0.14.0  2007-01-30
 
520
0.14.0    2007-01-30
379
521
 
380
522
  * Add revert functionality (Szilvester)
381
523
 
382
524
  * Rewritten CommitDialog without glade (Szilvester)
383
525
 
384
526
  * Allow to commit single files from the context menu (Fixes #54983,
385
 
                                                                                                           Szilvester)
 
527
                                                       Szilvester)
386
528
 
387
529
  * Warn about incompatible Bazaar versions (Jelmer)
388
530
 
395
537
  * Set default drive letter (#67924, Szilvester)
396
538
 
397
539
  * Show error if no diff available for the selected file (#76536,
398
 
                                                                                                                  Szilvester)
 
540
                                                          Szilvester)
399
541
 
400
542
  * Handle current revision in annotate better (Aaron)
401
543
 
423
565
 
424
566
  * Several other small regression fixes (Szilvester)
425
567
 
426
 
0.13.0  2006-12-13
 
568
0.13.0    2006-12-13
427
569
 
428
570
  * Don't show pending merge list when there are no pending merges
429
571
    (Alexander Belchenko)
446
588
 
447
589
  * Use dotted revnos in gannotate (Aaron Bentley)
448
590
 
449
 
0.12.0  2006-11-04
 
591
0.12.0    2006-11-04
450
592
 
451
593
  * #68127: gcommit is broken
452
594