/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: 2007-07-15 13:09:17 UTC
  • Revision ID: jelmer@samba.org-20070715130917-3lwaltu7f5vhr737
Never refuse to work with newer versions of bzr, just warn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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)
118
 
 
119
 
 UI
120
 
 
121
 
  * Made the tags associated with a revision render next to the revision
122
 
    node in the branch view. (Ali Sabil)
123
 
 
124
 
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
125
 
 
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)
141
 
 
142
 
 BUG FIXES
143
 
 
144
 
  * Make adding tags from the viz work again. (Daniel Schierbeck)
145
 
 
146
 
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
147
 
  
148
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
149
 
  
150
 
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
151
 
    Merwe)
152
 
 
153
 
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
154
 
    Daniel Schierbeck)
155
 
 
156
 
  * Fixed change view menu in viz. (Javier Derderian, #215350)
157
 
 
158
 
 FEATURES
159
 
 
160
 
  * Only check for old Bazaar versions that are known to be incompatible and 
161
 
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
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)
169
 
 
170
 
 INTERNALS
171
 
 
172
 
  * Refactored the revisionview. (Daniel Schierbeck)
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
 
 
178
 
0.93.0  2007-12-10
179
 
 
180
 
 UI
181
 
 
182
 
  * Added a menu bar to the viz. (Daniel Schierbeck)
183
 
     - Select a revision by tag.
184
 
     - Show/hide tree view columns.
185
 
 
186
 
 BUG FIXES
187
 
 
188
 
  * Make toolbars in Olive follow GNOME standards. (#137074)
189
 
 
190
 
 INTERNALS
191
 
 
192
 
  * Allow test suite to run without PyGTK. (Aaron Bentley)
193
 
 
194
 
0.92.1  2007-11-10
195
 
 
196
 
 BUG FIXES
197
 
 
198
 
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
199
 
 
200
 
0.92.0    2007-11-07
201
 
 
202
 
 UI
203
 
 
204
 
  * Removed email part of committer id from committer column in the revision
205
 
    history window. (Daniel Schierbeck)
206
 
    
207
 
  * Removed date column from revision history window. (Daniel Schierbeck)
208
 
  
209
 
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
210
 
  
211
 
  * Redesigned the Commit dialog. (John Arbash Meinel)
212
 
  
213
 
  * Broken lines support made optional. (Daniel Schierbeck)
214
 
 
215
 
 FEATURES
216
 
 
217
 
  * Rewrite of a large ammount of the viz code:
218
 
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
219
 
        * A new algorithm to work out how to draw the lines using the
220
 
          revsion numbers returned from merge_sort.
221
 
        * Lines that are very long are broken, which results in the graph
222
 
          requiring less space to render and the graph is easier to interpret.
223
 
          (#82907)
224
 
        * Choose the color for a branch from the revsion number, which results
225
 
          in stable colors. Revisions on the mainline are allways black.
226
 
        * Implement a TreeModel that loads the revision data only when a a
227
 
          revision is scrolled into view, improving the time it takes to display
228
 
          the first screen of data by 92%. (#124143)
229
 
        * Add a column to display the revision number. (#64167)
230
 
        * Add buttons to navigate to child revisions.
231
 
    (Gary van der Merwe)
232
 
 
233
 
  * Added a revert option to the revision menu. (Gary van der Merwe)
234
 
 
235
 
 BUG FIXES
236
 
 
237
 
  * Show children on new row in table to avoid very broad windows in viz. 
238
 
    (Jelmer)
239
 
 
240
 
  * viz slow when run from olive. (#70463, Gary van der Merwe)
241
 
  
242
 
  * Make it possible to open diff from the commit window when there are pending
243
 
    merges. (Gary van der Merwe)
244
 
    
245
 
 INTERNALS
246
 
 
247
 
  * Use standard version tuple. (Jelmer)
248
 
 
249
 
  * Add check command to setup.py. (Jelmer)
250
 
 
251
 
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
252
 
 
253
 
0.91.0    2007-09-24
254
 
 
255
 
 UI
256
 
 
257
 
  * Added keyboard shortcuts for closing windows and exiting Olive.
258
 
    (#139559, Daniel Schierbeck)
259
 
  * Add a message to the viz window to indicate that the graph is still loading.
260
 
    (Gary van der Merwe)
261
 
 
262
 
  * The tip revision will be automatically selected in the branch visualization
263
 
    window. (#144244, Daniel Schierbeck)
264
 
  
265
 
  * Updated olive-gtk.desktop: Polish translation and additional categories.
266
 
    (Mateusz Korniak)
267
 
 
268
 
 BUG FIXES
269
 
 
270
 
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
271
 
    (#140512, James Westby) 
272
 
 
273
 
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
274
 
  
275
 
  * Annotate context menu works again. (Daniel Schierbeck)
276
 
  
277
 
  * Fixed push (with overwite) behavior when branches are diverged.
278
 
    (Mateusz Korniak)
279
 
  
280
 
  * Local missing revisions are remote extra revisions (Missing revisions menu
281
 
    item in Olive). (Mateusz Korniak)
282
 
 
283
 
 INTERNALS
284
 
 
285
 
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
286
 
 
287
 
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
288
 
  
289
 
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
290
 
    (Mateusz Korniak)
291
 
 
292
 
0.90.0    2007-08-27
293
 
 
294
 
 FEATURES
295
 
 
296
 
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
297
 
 
298
 
  * Show tags in bzr viz. (Jelmer)
299
 
 
300
 
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
301
 
 
302
 
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
303
 
  
304
 
  * Added "update" menu item in Olive. (Mateusz Korniak)
305
 
  
306
 
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
307
 
  
308
 
  * Show bzr viz interface quickly. (Gary van der Merwe)
309
 
 
310
 
 UI
311
 
  
312
 
  * Improve Preferences dialog layout. (Jelmer)
313
 
 
314
 
 INTERNALS:
315
 
 
316
 
  * Updated pot generator script and regenerated the translation template.
317
 
    (Szilveszter)
318
 
 
319
 
  * Add helper widget for selecting branches (Jelmer)
320
 
    
321
 
 BUG FIXES
322
 
 
323
 
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
324
 
  Korniak, Jelmer)
325
 
 
326
 
  * Fixed interface to push.PushDialog (Mateusz Korniak)
327
 
 
328
 
  * Fix so the when Olive is run from the source code, the toolbar and menu
329
 
    icons show. (Gary van der Merwe, #131520)
330
 
 
331
 
  * Fix a regression that Olive was no longer able to find bzrlib location
332
 
    due to a change in the output of "bzr version". (Gary van der Merwe)
333
 
 
334
 
  * Fix a regression that Olive branch info window was not working. (Gary van
335
 
    der Merwe)
336
 
    
337
 
  * Fixed tags formatting. (Aaron)
338
 
 
339
 
0.18.0  2007-07-17
340
 
 
341
 
 FEATURES
342
 
 
343
 
  * Add support for customizing colors in the diff window via ~/.colordiffrc
344
 
    or gedit's syntax highlighting configuration. See README file for details.
345
 
    (Adeodato Simó)
 
1
0.18.0  2007-07-14
 
2
 
 
3
 FEATURES
346
4
 
347
5
  * Add Inspect and Branch buttons to notification window. (Robert)
348
6
 
350
8
 
351
9
  * New tango icons. (Pascal Klein)
352
10
 
353
 
  * Add simple About dialog. (Jelmer)
354
 
 
355
 
  * Add context menu in bzrk. (Jelmer)
356
 
 
357
11
 BUG FIXES
358
12
 
359
13
  * Fix option help strings to comply with the style guide. (Vincent)
390
44
 
391
45
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
392
46
 
393
 
0.16.0    2007-05-05
 
47
0.16.0  2007-05-05
394
48
 
395
49
 FEATURES
396
50
 
418
72
  
419
73
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
420
74
 
421
 
0.15.2    2007-04-03
 
75
0.15.2  2007-04-03
422
76
 
423
77
 BUG FIXES
424
78
 
435
89
 
436
90
  * Display remote locations in commit-notify (Robert)
437
91
 
438
 
0.15.1    2007-03-25
 
92
0.15.1  2007-03-25
439
93
 
440
94
 BUG FIXES
441
95
 
473
127
 
474
128
  * Strict commits are now a dialog, not a check box (Jelmer)
475
129
 
476
 
0.15.0    2007-03-09
 
130
0.15.0  2007-03-09
477
131
 
478
132
BUG FIXES
479
133
 
517
171
 
518
172
  * Add initial testsuite (Jelmer)
519
173
 
520
 
0.14.0    2007-01-30
 
174
0.14.0  2007-01-30
521
175
 
522
176
  * Add revert functionality (Szilvester)
523
177
 
524
178
  * Rewritten CommitDialog without glade (Szilvester)
525
179
 
526
180
  * Allow to commit single files from the context menu (Fixes #54983,
527
 
                                                       Szilvester)
 
181
                                                                                                           Szilvester)
528
182
 
529
183
  * Warn about incompatible Bazaar versions (Jelmer)
530
184
 
537
191
  * Set default drive letter (#67924, Szilvester)
538
192
 
539
193
  * Show error if no diff available for the selected file (#76536,
540
 
                                                          Szilvester)
 
194
                                                                                                                  Szilvester)
541
195
 
542
196
  * Handle current revision in annotate better (Aaron)
543
197
 
565
219
 
566
220
  * Several other small regression fixes (Szilvester)
567
221
 
568
 
0.13.0    2006-12-13
 
222
0.13.0  2006-12-13
569
223
 
570
224
  * Don't show pending merge list when there are no pending merges
571
225
    (Alexander Belchenko)
588
242
 
589
243
  * Use dotted revnos in gannotate (Aaron Bentley)
590
244
 
591
 
0.12.0    2006-11-04
 
245
0.12.0  2006-11-04
592
246
 
593
247
  * #68127: gcommit is broken
594
248