/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

Merge signatures tab.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.94.0  UNRELEASED
 
2
 
 
3
 CHANGES
 
4
 
 
5
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
 
6
 
 
7
 UI
 
8
 
 
9
  * Made the tags associated with a revision render next to the revision
 
10
    node in the branch view. (Ali Sabil)
 
11
 
 
12
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
 
13
 
 
14
  * Add bugs tab in the branch view. (Jelmer Vernooij)
 
15
  
 
16
  * New Tango-styled icons. This time properly licensed under the GPL.
 
17
    (Simon Pascal Klein)
 
18
 
 
19
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij)
 
20
 
 
21
 BUG FIXES
 
22
 
 
23
  * Make adding tags from the viz work again. (Daniel Schierbeck)
 
24
 
 
25
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
 
26
  
 
27
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
 
28
  
 
29
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
 
30
    Merwe)
 
31
 
 
32
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
 
33
    Daniel Schierbeck)
 
34
 
 
35
 FEATURES
 
36
 
 
37
  * Only check for old Bazaar versions that are known to be incompatible and 
 
38
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
 
39
        the API is sufficiently stable now. (Jelmer Vernooij)
 
40
 
 
41
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
42
 
 
43
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
44
 
 
45
 INTERNALS
 
46
 
 
47
  * Refactored the revisionview. (Daniel Schierbeck)
 
48
 
 
49
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
50
 
 
51
0.93.0  2007-12-10
 
52
 
 
53
 UI
 
54
 
 
55
  * Added a menu bar to the viz. (Daniel Schierbeck)
 
56
     - Select a revision by tag.
 
57
     - Show/hide tree view columns.
 
58
 
 
59
 BUG FIXES
 
60
 
 
61
  * Make toolbars in Olive follow GNOME standards. (#137074)
 
62
 
 
63
 INTERNALS
 
64
 
 
65
  * Allow test suite to run without PyGTK. (Aaron Bentley)
 
66
 
 
67
0.92.1  2007-11-10
 
68
 
 
69
 BUG FIXES
 
70
 
 
71
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
 
72
 
 
73
0.92.0  2007-11-07
 
74
 
 
75
 UI
 
76
 
 
77
  * Removed email part of committer id from committer column in the revision
 
78
    history window. (Daniel Schierbeck)
 
79
    
 
80
  * Removed date column from revision history window. (Daniel Schierbeck)
 
81
  
 
82
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
 
83
  
 
84
  * Redesigned the Commit dialog. (John Arbash Meinel)
 
85
  
 
86
  * Broken lines support made optional. (Daniel Schierbeck)
 
87
 
 
88
 FEATURES
 
89
 
 
90
  * Rewrite of a large ammount of the viz code:
 
91
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
92
        * A new algorithm to work out how to draw the lines using the
 
93
          revsion numbers returned from merge_sort.
 
94
        * Lines that are very long are broken, which results in the graph
 
95
          requiring less space to render and the graph is easier to interpret.
 
96
          (#82907)
 
97
        * Choose the color for a branch from the revsion number, which results
 
98
          in stable colors. Revisions on the mainline are allways black.
 
99
        * Implement a TreeModel that loads the revision data only when a a
 
100
          revision is scrolled into view, improving the time it takes to display
 
101
          the first screen of data by 92%. (#124143)
 
102
        * Add a column to display the revision number. (#64167)
 
103
        * Add buttons to navigate to child revisions.
 
104
    (Gary van der Merwe)
 
105
 
 
106
  * Added a revert option to the revision menu. (Gary van der Merwe)
 
107
 
 
108
 BUG FIXES
 
109
 
 
110
  * Show children on new row in table to avoid very broad windows in viz. 
 
111
    (Jelmer)
 
112
 
 
113
  * viz slow when run from olive. (#70463, Gary van der Merwe)
 
114
  
 
115
  * Make it possible to open diff from the commit window when there are pending
 
116
    merges. (Gary van der Merwe)
 
117
    
 
118
 INTERNALS
 
119
 
 
120
  * Use standard version tuple. (Jelmer)
 
121
 
 
122
  * Add check command to setup.py. (Jelmer)
 
123
 
 
124
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
125
 
 
126
0.91.0  2007-09-24
 
127
 
 
128
 UI
 
129
 
 
130
  * Added keyboard shortcuts for closing windows and exiting Olive.
 
131
    (#139559, Daniel Schierbeck)
 
132
  * Add a message to the viz window to indicate that the graph is still loading.
 
133
    (Gary van der Merwe)
 
134
 
 
135
  * The tip revision will be automatically selected in the branch visualization
 
136
    window. (#144244, Daniel Schierbeck)
 
137
  
 
138
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
139
    (Mateusz Korniak)
 
140
 
 
141
 BUG FIXES
 
142
 
 
143
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
 
144
    (#140512, James Westby) 
 
145
 
 
146
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
 
147
  
 
148
  * Annotate context menu works again. (Daniel Schierbeck)
 
149
  
 
150
  * Fixed push (with overwite) behavior when branches are diverged.
 
151
    (Mateusz Korniak)
 
152
  
 
153
  * Local missing revisions are remote extra revisions (Missing revisions menu
 
154
    item in Olive). (Mateusz Korniak)
 
155
 
 
156
 INTERNALS
 
157
 
 
158
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
 
159
 
 
160
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
 
161
  
 
162
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
 
163
    (Mateusz Korniak)
 
164
 
 
165
0.90.0  2007-08-27
 
166
 
 
167
 FEATURES
 
168
 
 
169
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
 
170
 
 
171
  * Show tags in bzr viz. (Jelmer)
 
172
 
 
173
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
 
174
 
 
175
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
 
176
  
 
177
  * Added "update" menu item in Olive. (Mateusz Korniak)
 
178
  
 
179
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
 
180
  
 
181
  * Show bzr viz interface quickly. (Gary van der Merwe)
 
182
 
 
183
 UI
 
184
  
 
185
  * Improve Preferences dialog layout. (Jelmer)
 
186
 
 
187
 INTERNALS:
 
188
 
 
189
  * Updated pot generator script and regenerated the translation template.
 
190
    (Szilveszter)
 
191
 
 
192
  * Add helper widget for selecting branches (Jelmer)
 
193
    
 
194
 BUG FIXES
 
195
 
 
196
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
 
197
  Korniak, Jelmer)
 
198
 
 
199
  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
200
 
 
201
  * Fix so the when Olive is run from the source code, the toolbar and menu
 
202
    icons show. (Gary van der Merwe, #131520)
 
203
 
 
204
  * Fix a regression that Olive was no longer able to find bzrlib location
 
205
    due to a change in the output of "bzr version". (Gary van der Merwe)
 
206
 
 
207
  * Fix a regression that Olive branch info window was not working. (Gary van
 
208
    der Merwe)
 
209
    
 
210
  * Fixed tags formatting. (Aaron)
 
211
 
 
212
0.18.0  2007-07-17
 
213
 
 
214
 FEATURES
 
215
 
 
216
  * Add support for customizing colors in the diff window via ~/.colordiffrc
 
217
    or gedit's syntax highlighting configuration. See README file for details.
 
218
    (Adeodato Simó)
 
219
 
 
220
  * Add Inspect and Branch buttons to notification window. (Robert)
 
221
 
 
222
  * Add notification area icon with context menu. (Jelmer)
 
223
 
 
224
  * New tango icons. (Pascal Klein)
 
225
 
 
226
  * Add simple About dialog. (Jelmer)
 
227
 
 
228
  * Add context menu in bzrk. (Jelmer)
 
229
 
 
230
 BUG FIXES
 
231
 
 
232
  * Fix option help strings to comply with the style guide. (Vincent)
 
233
 
 
234
  * Fix import of BzrError. (Aaron)
 
235
 
 
236
  * Fix missing attributes for DummyRevision. (Vincent)
 
237
 
 
238
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
239
 
 
240
 
 
241
0.17.0  2007-06-15
 
242
 
 
243
 FEATURES
 
244
 
 
245
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
246
    (Szilveszter)
 
247
 
 
248
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
 
249
 
 
250
  * There are now more columns in the file list, and you can sort by them
 
251
    (Szilveszter)
 
252
 
 
253
  * A location bar was added to the top of the file list. On Windows, the
 
254
    drive selector combo was moved here (Szilveszter)
 
255
 
 
256
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
257
    (Aaron)
 
258
 
 
259
 BUG FIXES
 
260
 
 
261
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
 
262
    (#93653, Szilveszter)
 
263
 
 
264
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
265
 
 
266
0.16.0  2007-05-05
 
267
 
 
268
 FEATURES
 
269
 
 
270
  * An Initialize dialog added to Olive along with a 'ginit' command
 
271
  (#90839, Szilveszter)
 
272
  
 
273
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
 
274
  (#103725, Szilveszter)
 
275
 
 
276
 BUG FIXES
 
277
 
 
278
  * Sort plugins in gpreferences (Jelmer)
 
279
 
 
280
  * Give nicer errors when startup fails (John)
 
281
 
 
282
  * Fix 'bzr gdiff notafile' (#107812, John)
 
283
 
 
284
  * Find olive.glade on a couple more systems (John)
 
285
 
 
286
 INTERNALS
 
287
  
 
288
  * Some minor style fixes (John)
 
289
 
 
290
 DOCS
 
291
  
 
292
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
293
 
 
294
0.15.2  2007-04-03
 
295
 
 
296
 BUG FIXES
 
297
 
 
298
  * Fix regression that prevented gannotate from being used (#97473, 
 
299
                                                             Vincent, Jelmer)
 
300
 
 
301
  * Fix regression that prevented gstatus from being used (Jelmer)
 
302
 
 
303
  * Fix status dialog size (Jelmer)
 
304
 
 
305
 FEATURES
 
306
 
 
307
  * Update commit-notify to use new dbus API (Robert)
 
308
 
 
309
  * Display remote locations in commit-notify (Robert)
 
310
 
 
311
0.15.1  2007-03-25
 
312
 
 
313
 BUG FIXES
 
314
 
 
315
  * Prevent test suite from causing default-encoding changes (Aaron)
 
316
 
 
317
  * Fix testsuite when Olive was run before (Szilveszter)
 
318
 
 
319
  * Fix locking issue in Olive (Szilvester, #91522)
 
320
 
 
321
  * Don't obtain handle to networkmanager until necessary (Jelmer)
 
322
 
 
323
  * Better behavior in annotate when unable to go back (Aaron)
 
324
 
 
325
 FEATURES
 
326
 
 
327
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
 
328
 
 
329
  * Add 'forward' button in gannotate (Aaron)
 
330
 
 
331
  * Add simple GTK+ progress bars (Jelmer)
 
332
 
 
333
  * Add gmissing command (Jelmer)
 
334
 
 
335
  * Add simple preferences window with plugin list and global settings
 
336
  (Jelmer)
 
337
 
 
338
  * Add new command 'commit-notify' to listen for commits on dbus and
 
339
  show them via pynotify. (Robert)
 
340
 
 
341
 UI IMPROVEMENTS
 
342
 
 
343
  * Move search fields in gannotate directly below source window (Aaron)
 
344
 
 
345
  * Move buttons to top, tweak layout (Aaron)
 
346
 
 
347
  * Strict commits are now a dialog, not a check box (Jelmer)
 
348
 
 
349
0.15.0  2007-03-09
 
350
 
 
351
BUG FIXES
 
352
 
 
353
  * Fix gannotate interaction with dirstate (Aaron)
 
354
 
 
355
  * Default button set on Commit dialog (#83030, Szilveszter)
 
356
 
 
357
  * Fix branch-nick handling (Aaron)
 
358
 
 
359
  * Defer cairo import to prevent import errors (Aaron)
 
360
 
 
361
  * More use of lazy_imports to speed up timing (Aaron)
 
362
 
 
363
  * Fix diff window freeze when shown from commit (Szilveszter)
 
364
 
 
365
  * Allow to commit single files from the context menu (#54983, Szilveszter)
 
366
 
 
367
FEATURES
 
368
 
 
369
  * Add ability to install nautilus plugin (#75603, Szilveszter)
 
370
 
 
371
  * Add conflicts window (Szilveszter)
 
372
 
 
373
  * Use network manager to determine default value of "Local Commit"
 
374
setting (Jelmer)
 
375
 
 
376
  * Add status window (Jelmer, Szilveszter)
 
377
 
 
378
  * Add revision browser for push and pull dialogs (Szilveszter)
 
379
 
 
380
  * Add revert functionality to context menu (Szilveszter)
 
381
 
 
382
INTERNAL
 
383
 
 
384
  * Some more code converted to not use glade (Szilveszter, Jelmer)
 
385
 
 
386
  * Move url history and preferences code to a separate class (Jelmer)
 
387
 
 
388
  * Merge revision info code for gannotate and viz into single new widget
 
389
(Jelmer)
 
390
 
 
391
  * Add initial testsuite (Jelmer)
 
392
 
 
393
0.14.0  2007-01-30
 
394
 
 
395
  * Add revert functionality (Szilvester)
 
396
 
 
397
  * Rewritten CommitDialog without glade (Szilvester)
 
398
 
 
399
  * Allow to commit single files from the context menu (Fixes #54983,
 
400
                                                                                                           Szilvester)
 
401
 
 
402
  * Warn about incompatible Bazaar versions (Jelmer)
 
403
 
 
404
  * Fixed gbranch (#77751, Szilvester)
 
405
 
 
406
  * Use the UI factory (Jelmer)
 
407
 
 
408
  * Generic handling of errors (Jelmer)
 
409
 
 
410
  * Set default drive letter (#67924, Szilvester)
 
411
 
 
412
  * Show error if no diff available for the selected file (#76536,
 
413
                                                                                                                  Szilvester)
 
414
 
 
415
  * Handle current revision in annotate better (Aaron)
 
416
 
 
417
  * Support scrolling based on an offset in annotate (Aaron)
 
418
 
 
419
  * Add "Back" button in annotate (Aaron)
 
420
 
 
421
  * Removed some unused functions (Aaron)
 
422
 
 
423
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
 
424
 
 
425
  * Nicer error when pygtk not installed (Aaron)
 
426
 
 
427
  * Show uncommitted changes in annotate (Aaron)
 
428
 
 
429
  * Support annotate in olive (#73786, Szilvester)
 
430
 
 
431
  * Ignored files no longer shown as unknown (#67926, Szilvester)
 
432
 
 
433
  * Don't allow merge if there are local changes (#73770, Szilvester)
 
434
 
 
435
  * Fix bookmark dialog (#67922, Szilvester)
 
436
 
 
437
  * Fix remove dialog (#73766 and #73767, Szilvester)
 
438
 
 
439
  * Several other small regression fixes (Szilvester)
 
440
 
 
441
0.13.0  2006-12-13
 
442
 
 
443
  * Don't show pending merge list when there are no pending merges
 
444
    (Alexander Belchenko)
 
445
 
 
446
  * Better error handling in gcommit (Alexander Belchenko)
 
447
 
 
448
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
 
449
 
 
450
  * Rename put into context menu (Szilvester Farkas) #73774
 
451
 
 
452
  * Improved commit dialog (Szilvester Farkas) #73778
 
453
 
 
454
  * Rename dialog contains original name (Szilvester Farkas) #73775
 
455
 
 
456
  * Bookmarks can be removed (Szilvester Farkas)
 
457
 
 
458
  * Run Olive after maximizing window (Szilvester Farkas) #70134
 
459
 
 
460
  * Check empty commit message at commit time (vila) #73737
 
461
 
 
462
  * Use dotted revnos in gannotate (Aaron Bentley)
 
463
 
 
464
0.12.0  2006-11-04
 
465
 
 
466
  * #68127: gcommit is broken
 
467
 
 
468
  * #67934: various win32 fixes
 
469
 
 
470
  * #67933: fix product name in setup.py
 
471
 
 
472
  * #67930: gdiff relies on plugin name being 'gtk'
 
473
 
 
474
  * #66937: process doesn't stop after closing commit dialog
 
475
  
 
476
  * #66091: commit after merge fails
 
477
  
 
478
  * #67927: fix non-ascii commit message