/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-30 15:58:52 UTC
  • mto: (450.1.11 trunk)
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: jelmer@samba.org-20080330155852-0btngt3srvde5pj9
Add utility function for finding icon paths.

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