/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
657.1.1 by Vincent Ladeuil
Fix #403430 by checking gobject get_application_name availability.
1
0.97.0 UNRELEASED
2
3
BUG FIXES
4
5
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
6
    by being more tolerant about gobject methods availability.
7
    (Vincent Ladeuil, #403430)
8
9
651.1.3 by Vincent Ladeuil
Bump the version to 0.96.2 after versioning credits.pickle.
10
0.96.2	2009-07-08
11
12
 BUG FIXES
13
14
  * Same player shoots again. Version credits.pickle and rebuild the tarball
15
    after running 'python ./setup.py build_credits', update
16
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
17
    (Vincent Ladeuil, #397526)
18
 
651.1.2 by Vincent Ladeuil
Redo the 0.96.1 properly.
19
0.96.1	2009-07-08
20
21
 BUG FIXES
22
 
23
  * Rebuild the tarball after running 'python ./setup.py build_credits',
24
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
25
   (Vincent Ladeuil, #397526)
26
 
27
651 by Vincent Ladeuil
Prepare release 0.96.0.
28
0.96.0	2009-07-08
592 by Jelmer Vernooij
Add NEWS entry for 0.96.0.
29
595 by Jasper Groenewegen
Merge Olive file list status message coloring
30
 UI
31
 
32
  * Add colored status messages in Olive file list (Jasper Groenewegen)
33
645.1.1 by Vincent Ladeuil
Fix #385191 by using the new progress reporting API.
34
  * Use the new progress bar implementation from bzrlib.
35
   (Vincent Ladeuil, 385191)
36
597 by Jasper Groenewegen
Merge addition of ginfo command
37
 CHANGES
38
 
39
  * Add ginfo command line option (Jasper Groenewegen)
635.2.6 by Szilveszter Farkas
Merge GtkSourceView2 migration patch.
40
  
41
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
597 by Jasper Groenewegen
Merge addition of ginfo command
42
597.2.1 by Jelmer Vernooij
Fix Olive homepage URL.
43
 BUG FIXES
635.2.5 by Szilveszter Farkas
Added missing entry to NEWS.
44
 
45
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
46
  Korn, #294396)
597.2.1 by Jelmer Vernooij
Fix Olive homepage URL.
47
48
  * Fix Olive homepage URL. (#255152)
49
635 by Vincent Ladeuil
Add NEWS entry
50
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
51
635.2.13 by Vincent Ladeuil
Add NEWS entry and do some cleanup.
52
  * Save commit messages at uncommit time, restore them at
53
    gcommit time. Also allow saving commit messages if the commit
54
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
55
625.1.3 by Jelmer Vernooij
Mark as compatible with bzr 1.13.
56
  * Mark as compatible with bzr 1.13.
57
635.1.1 by Jelmer Vernooij
Support gnome keyring.
58
 FEATURES
59
60
  * Support storing credentials in the GNOME Keyring if it is 
61
    available. (Jelmer Vernooij)
62
625.8.1 by Jasper Groenewegen
Fix opening Status window in Olive
63
  * Fix opening Status window in Olive (#316310)
64
588 by Jelmer Vernooij
Release 0.95.
65
0.95.0	2008-08-04
487 by Jelmer Vernooij
Start working on 0.95.0.
66
499.1.2 by Russ Brown
Added NEWS item for Refresh menu option and shortcut.
67
 UI
68
69
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
70
519 by Jelmer Vernooij
merge new progress bars in bzr viz.
71
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
72
520 by Jelmer Vernooij
merge new index button.
73
  * Added menu option for indexing branches if bzr-search is present.
74
    (Jelmer Vernooij)
75
528 by Jelmer Vernooij
Add 'Send Merge Directive' button in bzr viz.
76
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
77
541 by Jelmer Vernooij
ADd news entry about removed Edit->Find.
78
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
79
531.7.6 by Scott Scriven
Summarized diff features in NEWS.
80
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
81
82
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
83
531.7.11 by Scott Scriven
Added features and fixes to NEWS.
84
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
85
549.1.1 by Jasper Groenewegen
Merge sort bookmarks by title
86
  * Sort Olive bookmarks by title (Jasper Groenewegen)
571 by Jasper Groenewegen
Merge addition of word wrap control to gdiff and visualise windows
87
  
88
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
577.1.1 by Jasper Groenewegen
Merge merge dialog improvements
89
  
90
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
549.1.1 by Jasper Groenewegen
Merge sort bookmarks by title
91
580.2.1 by Martin Albisetti
Merge gloom patch from Jelmer
92
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
584 by Jasper Groenewegen
Merge Olive filelist improvements
93
  
94
  * Show status for folders in Olive file list (Jasper Groenewegen)
585 by Jasper Groenewegen
Merge of Olive bookmarks makeover
95
  
96
  * Change appearance Olive bookmarks (Jasper Groenewegen)
586 by Jasper Groenewegen
Merge Olive path change handling improvements
97
  
98
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
580.1.4 by Jelmer Vernooij
Update FIXME, add news entry.
99
475.1.4 by Vincent Ladeuil
Update NEWS.
100
 BUG FIXES
101
102
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
494 by Szilveszter Farkas (Phanatic)
Merged fix for #228709 by Javier.
103
  
104
  * Fixed adding tags. (Javier Derderian, #228709)
475.1.4 by Vincent Ladeuil
Update NEWS.
105
513 by Jelmer Vernooij
Update NEWS.
106
  * Fix history mode button. (Jasper Groenewegen, #144962)
107
505.1.4 by Jelmer Vernooij
Update NEWS.
108
  * Fixed handle-patch script. (Jelmer Vernooij)
109
516 by Jelmer Vernooij
Merge fix for import in Olive.
110
  * Fix import in olive. (Jelmer Vernooij, #223935)
111
511.4.2 by Jelmer Vernooij
Fix another use of smart_add.
112
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
511.4.1 by Jelmer Vernooij
Fix use of smart_add.
113
522 by Jelmer Vernooij
Remove use of upstream removed Repository.revision_parents()
114
  * Remove use of upstream removed Repository.revision_parents() 
115
    (Jelmer Vernooij)
116
531 by Kevin Light
Fix network drives listing in olive-gtk.
117
  * List network drives in Olive. (Kevin Light, #244308)
118
542 by Jelmer Vernooij
Fix progress bar handling.
119
  * Fix progress bar handling. (Jelmer Vernooij)
120
543 by Jelmer Vernooij
Merge fix for broken symlink handling.
121
  * Fix broken symlink handling. (Jasper Groenewegen)
122
544 by Jelmer Vernooij
Merge fix for import in Olive rename dialog.
123
  * Fix import in Olive rename dialog. (Kevin Light)
124
531.7.6 by Scott Scriven
Summarized diff features in NEWS.
125
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
126
531.7.11 by Scott Scriven
Added features and fixes to NEWS.
127
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
128
561 by Jasper Groenewegen
Merge fix for broken plugin descriptions in gpreferences
129
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
130
562 by Jasper Groenewegen
Merge removal of question to set default push location
131
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
132
563 by Jasper Groenewegen
Merge of fix for history mode handling + replacing signals with more appropriate ones
133
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
134
564 by Jasper Groenewegen
Merge of check if file is versioned before opening gannotate in olive
135
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
577 by Jasper Groenewegen
Merge fix for dialogs to set parent window
136
  
137
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
586 by Jasper Groenewegen
Merge Olive path change handling improvements
138
  
139
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
564 by Jasper Groenewegen
Merge of check if file is versioned before opening gannotate in olive
140
625.5.1 by James Westby
Import gobject in bzr-notify, as it is used there to set a timeout.
141
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
142
505.1.4 by Jelmer Vernooij
Update NEWS.
143
 CHANGES
144
145
  * Moved notify icon code to separate script. (Jelmer Vernooij)
146
515 by Jelmer Vernooij
Merge patch for checking signatures.
147
  * Verify testaments when showing signatures on revisions and
148
    re-enable signature display. (Jelmer Vernooij)
149
517 by Jelmer Vernooij
Merge mention of credits in the about dialog.
150
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
572 by Jasper Groenewegen
Merge addition of gmerge command line option
151
  
152
  * Add gmerge command line option (Jasper Groenewegen, #124760)
517 by Jelmer Vernooij
Merge mention of credits in the about dialog.
153
475.1.4 by Vincent Ladeuil
Update NEWS.
154
 INTERNALS
155
156
  * All i18n calls should now go through _i18n which must be imported from
157
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
158
    as an anonymous variable. (Vincent Ladeuil)
159
519 by Jelmer Vernooij
merge new progress bars in bzr viz.
160
  * Add test for linegraph code. (Jelmer Vernooij)
487 by Jelmer Vernooij
Start working on 0.95.0.
161
521 by Jelmer Vernooij
Remove obsolete tortoisebzr tests.
162
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
163
530 by Jelmer Vernooij
Share code between context and main revision menu.
164
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
165
534 by Jelmer Vernooij
Merge removal of glade from merge dialog.
166
  * Remove glade from merge dialog. (Jasper Groenewegen)
167
540 by Jelmer Vernooij
Merge removal of glade from olive add dialog.
168
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
535 by Jelmer Vernooij
Merge removal of glade from the olive about dialog.
169
558 by Jasper Groenewegen
Merge replacement of Olive main window with glade-less version
170
  * Remove glade from olive main window (Jasper Groenewegen)
171
  
559 by Jasper Groenewegen
Merge replacement of Olive info dialog with glade-less version
172
  * Remove glade from olive info dialog (Jasper Groenewegen)
573 by Jasper Groenewegen
Merge rewrite of Olive mouse button event handling
173
174
  * Rewrite Olive mouse button event handling (Kevin Light)
559 by Jasper Groenewegen
Merge replacement of Olive info dialog with glade-less version
175
  
486 by Jelmer Vernooij
Release 0.94.0.
176
0.94.0    2008-05-04
177
178
 CHANGES
179
180
  * Disabled signature tab until we start verifying testaments. 
181
    (Jelmer Vernooij)
182
183
 BUG FIXES
184
185
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
186
475 by Jelmer Vernooij
Release 0.94.0rc1
187
0.94.0rc1  2008-04-25
416 by Szilveszter Farkas (Phanatic)
Start working on 0.94
188
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
189
 CHANGES
190
191
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
192
450.1.12 by Jelmer Vernooij
Merge James' D-Bus changes.
193
  * Use new D-Bus revision signal. (James Henstridge, #206443)
194
423.1.4 by Daniel Schierbeck
Updated NEWS.
195
 UI
196
423.1.7 by Daniel Schierbeck
Added NEWS entry about the fancy tags.
197
  * Made the tags associated with a revision render next to the revision
198
    node in the branch view. (Ali Sabil)
199
423.1.4 by Daniel Schierbeck
Updated NEWS.
200
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
201
448 by Jelmer Vernooij
Add bugs tab in branch view.
202
  * Add bugs tab in the branch view. (Jelmer Vernooij)
452.2.4 by Szilveszter Farkas (Phanatic)
New Tango icons by Simon Pascal Klein (GPL licensed)
203
  
204
  * New Tango-styled icons. This time properly licensed under the GPL.
205
    (Simon Pascal Klein)
448 by Jelmer Vernooij
Add bugs tab in branch view.
206
461 by Martin Albisetti
Changed NEWS to reflect changes to nautilus
207
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
208
209
  * Added new icons for nautilus overlay (Martin Albisetti)
210
211
  * Added enable/disable per-branch option (Martin Albisetti)
450.1.6 by Jelmer Vernooij
Support showing multiple branches in bzr viz.
212
466 by Jelmer Vernooij
Merge Compare With option from Javier.
213
  * Add compare with option to revisions menu. (Javier Derderian)
214
467 by Jelmer Vernooij
Merge support for applying patches/bundles to Bazaar branches.
215
  * Register file handler for applying patches/bundles to Bazaar branches.
216
    (Jelmer Vernooij)
217
420 by Szilveszter Farkas
Updated NEWS accordingly.
218
 BUG FIXES
423.1.9 by Daniel Schierbeck
Updated NEWS.
219
220
  * Make adding tags from the viz work again. (Daniel Schierbeck)
420 by Szilveszter Farkas
Updated NEWS accordingly.
221
 
222
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
223
  
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
224
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
421.1.1 by Gary van der Merwe
Make viz not throw errors when there are 0 commits.
225
  
226
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
227
    Merwe)
420 by Szilveszter Farkas
Updated NEWS accordingly.
228
452.1.2 by Daniel Schierbeck
Added NEWS entry.
229
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
230
    Daniel Schierbeck)
231
469 by Jelmer Vernooij
Merge fix for View Changes menu option.
232
  * Fixed change view menu in viz. (Javier Derderian, #215350)
233
423.1.1 by Jelmer Vernooij
Allow bzr-gtk and Bazaar versions to be out of sync. No longer warn about
234
 FEATURES
235
 
236
  * Only check for old Bazaar versions that are known to be incompatible and 
237
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
486 by Jelmer Vernooij
Release 0.94.0.
238
    the API is sufficiently stable now. (Jelmer Vernooij)
423.1.1 by Jelmer Vernooij
Allow bzr-gtk and Bazaar versions to be out of sync. No longer warn about
239
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
240
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
241
486 by Jelmer Vernooij
Release 0.94.0.
242
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
243
244
  * Use seahorse to verify signatures. (Daniel Schierbeck)
399.1.20 by Jelmer Vernooij
Update NEWS.
245
420 by Szilveszter Farkas
Updated NEWS accordingly.
246
 INTERNALS
247
248
  * Refactored the revisionview. (Daniel Schierbeck)
418 by Daniel Schierbeck
Added NEWS entry.
249
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
250
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
251
450.1.13 by Jelmer Vernooij
Merge splitup of preferences dialog.
252
  * Preferences dialog has been split up. (Jelmer Vernooij)
253
415 by Szilveszter Farkas (Phanatic)
Prepare for 0.93.0 release.
254
0.93.0  2007-12-10
330.3.5 by Szilveszter Farkas (Phanatic)
Start working on 0.93.0.
255
411 by Daniel Schierbeck
Added NEWS entries.
256
 UI
257
258
  * Added a menu bar to the viz. (Daniel Schierbeck)
259
     - Select a revision by tag.
260
     - Show/hide tree view columns.
261
330.6.5 by Kiddo
Make toolbars follow GNOME standards.
262
 BUG FIXES
263
264
  * Make toolbars in Olive follow GNOME standards. (#137074)
265
415 by Szilveszter Farkas (Phanatic)
Prepare for 0.93.0 release.
266
 INTERNALS
267
268
  * Allow test suite to run without PyGTK. (Aaron Bentley)
269
330.5.8 by Szilveszter Farkas (Phanatic)
Dump version numbers to 0.92.1
270
0.92.1  2007-11-10
330.3.5 by Szilveszter Farkas (Phanatic)
Start working on 0.93.0.
271
330.5.8 by Szilveszter Farkas (Phanatic)
Dump version numbers to 0.92.1
272
 BUG FIXES
273
 
274
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
330.3.5 by Szilveszter Farkas (Phanatic)
Start working on 0.93.0.
275
486 by Jelmer Vernooij
Release 0.94.0.
276
0.92.0    2007-11-07
287 by Jelmer Vernooij
Use standard version tuple.
277
313.1.1 by Daniel Schierbeck
Added NEWS entries about removal of date column and email part.
278
 UI
279
280
  * Removed email part of committer id from committer column in the revision
281
    history window. (Daniel Schierbeck)
330.5.4 by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits.
282
    
313.1.1 by Daniel Schierbeck
Added NEWS entries about removal of date column and email part.
283
  * Removed date column from revision history window. (Daniel Schierbeck)
330.5.4 by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits.
284
  
324.2.3 by Daniel Schierbeck
Added NEWS entry.
285
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
330.5.4 by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits.
286
  
287
  * Redesigned the Commit dialog. (John Arbash Meinel)
288
  
289
  * Broken lines support made optional. (Daniel Schierbeck)
313.1.1 by Daniel Schierbeck
Added NEWS entries about removal of date column and email part.
290
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
291
 FEATURES
292
 
256.2.49 by Gary van der Merwe
Add NEWS entry.
293
  * Rewrite of a large ammount of the viz code:
294
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
295
        * A new algorithm to work out how to draw the lines using the
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
296
          revsion numbers returned from merge_sort.
297
        * Lines that are very long are broken, which results in the graph
298
          requiring less space to render and the graph is easier to interpret.
299
          (#82907)
256.2.49 by Gary van der Merwe
Add NEWS entry.
300
        * Choose the color for a branch from the revsion number, which results
301
          in stable colors. Revisions on the mainline are allways black.
256.2.61 by Gary van der Merwe
Update NEWS
302
        * Implement a TreeModel that loads the revision data only when a a
303
          revision is scrolled into view, improving the time it takes to display
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
304
          the first screen of data by 92%. (#124143)
305
        * Add a column to display the revision number. (#64167)
256.2.49 by Gary van der Merwe
Add NEWS entry.
306
        * Add buttons to navigate to child revisions.
307
    (Gary van der Merwe)
291 by Jelmer Vernooij
Put children widget on a new line.
308
313.2.2 by Gary van der Merwe
Add NEWS Entry.
309
  * Added a revert option to the revision menu. (Gary van der Merwe)
310
291 by Jelmer Vernooij
Put children widget on a new line.
311
 BUG FIXES
312
313
  * Show children on new row in table to avoid very broad windows in viz. 
314
    (Jelmer)
300 by Gary van der Merwe
Fix for bug #70463: viz slow when run from olive.
315
316
  * viz slow when run from olive. (#70463, Gary van der Merwe)
320 by Gary van der Merwe
Add NEWS Entry.
317
  
318
  * Make it possible to open diff from the commit window when there are pending
319
    merges. (Gary van der Merwe)
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
320
    
321
 INTERNALS
322
323
  * Use standard version tuple. (Jelmer)
324
325
  * Add check command to setup.py. (Jelmer)
256.2.61 by Gary van der Merwe
Update NEWS
326
291.1.1 by Jelmer Vernooij
Avoid deprecation warning for all_plugins() in gpreferences.
327
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
328
486 by Jelmer Vernooij
Release 0.94.0.
329
0.91.0    2007-09-24
256.2.61 by Gary van der Merwe
Update NEWS
330
331
 UI
332
333
  * Added keyboard shortcuts for closing windows and exiting Olive.
334
    (#139559, Daniel Schierbeck)
280.2.1 by Gary van der Merwe
Add a message to the viz window to indicate that graph is still loading.
335
  * Add a message to the viz window to indicate that the graph is still loading.
336
    (Gary van der Merwe)
256.2.62 by Gary van der Merwe
Merge Trunk.
337
 
282 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
338
  * The tip revision will be automatically selected in the branch visualization
339
    window. (#144244, Daniel Schierbeck)
284 by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there.
340
  
341
  * Updated olive-gtk.desktop: Polish translation and additional categories.
342
    (Mateusz Korniak)
278 by Szilveszter Farkas (Phanatic)
Merged Daniel Schierbeck's branch with HIG-related fixes.
343
 
277 by James Westby
Fix the "Complete Diff" entry in DiffWindow to show the diff. #140512
344
 BUG FIXES
345
346
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
347
    (#140512, James Westby) 
280 by Szilveszter Farkas (Phanatic)
Updated NEWS.
348
 
284 by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there.
349
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
350
  
351
  * Annotate context menu works again. (Daniel Schierbeck)
352
  
353
  * Fixed push (with overwite) behavior when branches are diverged.
354
    (Mateusz Korniak)
355
  
356
  * Local missing revisions are remote extra revisions (Missing revisions menu
357
    item in Olive). (Mateusz Korniak)
280 by Szilveszter Farkas (Phanatic)
Updated NEWS.
358
 
359
 INTERNALS
360
 
361
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
275.1.7 by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559.
362
284 by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there.
363
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
364
  
365
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
366
    (Mateusz Korniak)
275.1.7 by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559.
367
486 by Jelmer Vernooij
Release 0.94.0.
368
0.90.0    2007-08-27
236 by Jelmer Vernooij
Start working on 0.19.0
369
241 by Jelmer Vernooij
Show tags in bzr viz.
370
 FEATURES
371
269 by Jelmer Vernooij
Prepare for 0.90 release.
372
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
262.1.2 by Tom Badran
Add NEWS entry
373
241 by Jelmer Vernooij
Show tags in bzr viz.
374
  * Show tags in bzr viz. (Jelmer)
375
248 by Jelmer Vernooij
Merge fixes for #127392 and #127381)
376
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
377
269 by Jelmer Vernooij
Prepare for 0.90 release.
378
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
205.1.3 by Szilveszter Farkas (Phanatic)
Added Tango-style Olive application icon.
379
  
263.2.1 by matkor
Code for "branch update" menuitem and toolbox. Typo fix
380
  * Added "update" menu item in Olive. (Mateusz Korniak)
381
  
205.1.7 by Szilveszter Farkas (Phanatic)
Updated NEWS.
382
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
265.1.1 by Gary van der Merwe
Show bzr viz interface quickly.
383
  
384
  * Show bzr viz interface quickly. (Gary van der Merwe)
248 by Jelmer Vernooij
Merge fixes for #127392 and #127381)
385
241 by Jelmer Vernooij
Show tags in bzr viz.
386
 UI
387
  
388
  * Improve Preferences dialog layout. (Jelmer)
275.1.7 by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559.
389
256.1.1 by Szilveszter Farkas (Phanatic)
Updated POT generator script and also regenerated the translation template.
390
 INTERNALS:
391
 
392
  * Updated pot generator script and regenerated the translation template.
393
    (Szilveszter)
271 by Jelmer Vernooij
Add common widget for selecting branches.
394
395
  * Add helper widget for selecting branches (Jelmer)
263.1.1 by Gary van der Merwe
Add NEWS entries.
396
    
397
 BUG FIXES
267 by Szilveszter Farkas (Phanatic)
Merge quick push fix from Mateusz.
398
 
269 by Jelmer Vernooij
Prepare for 0.90 release.
399
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
400
  Korniak, Jelmer)
401
267 by Szilveszter Farkas (Phanatic)
Merge quick push fix from Mateusz.
402
  * Fixed interface to push.PushDialog (Mateusz Korniak)
263.1.1 by Gary van der Merwe
Add NEWS entries.
403
404
  * Fix so the when Olive is run from the source code, the toolbar and menu
269 by Jelmer Vernooij
Prepare for 0.90 release.
405
    icons show. (Gary van der Merwe, #131520)
263.1.1 by Gary van der Merwe
Add NEWS entries.
406
407
  * Fix a regression that Olive was no longer able to find bzrlib location
408
    due to a change in the output of "bzr version". (Gary van der Merwe)
409
410
  * Fix a regression that Olive branch info window was not working. (Gary van
411
    der Merwe)
412
    
269 by Jelmer Vernooij
Prepare for 0.90 release.
413
  * Fixed tags formatting. (Aaron)
241 by Jelmer Vernooij
Show tags in bzr viz.
414
235 by Jelmer Vernooij
Release 0.18.0
415
0.18.0  2007-07-17
232.1.1 by Adeodato Simó
Read ~/.colordiffrc to set colors in the diff window.
416
417
 FEATURES
418
232.1.3 by Adeodato Simó
Support setting diff colors from gedit's syntax highlighting config too.
419
  * Add support for customizing colors in the diff window via ~/.colordiffrc
420
    or gedit's syntax highlighting configuration. See README file for details.
421
    (Adeodato Simó)
232.1.1 by Adeodato Simó
Read ~/.colordiffrc to set colors in the diff window.
422
217 by Jelmer Vernooij
Update NEWS.
423
  * Add Inspect and Branch buttons to notification window. (Robert)
424
425
  * Add notification area icon with context menu. (Jelmer)
426
427
  * New tango icons. (Pascal Klein)
428
221 by Jelmer Vernooij
Add simple about dialog.
429
  * Add simple About dialog. (Jelmer)
430
226 by Jelmer Vernooij
Add context menu in bzrk.
431
  * Add context menu in bzrk. (Jelmer)
432
217 by Jelmer Vernooij
Update NEWS.
433
 BUG FIXES
434
435
  * Fix option help strings to comply with the style guide. (Vincent)
436
437
  * Fix import of BzrError. (Aaron)
438
439
  * Fix missing attributes for DummyRevision. (Vincent)
440
219 by Jelmer Vernooij
Never refuse to work with newer versions of bzr, just warn.
441
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
442
217 by Jelmer Vernooij
Update NEWS.
443
204 by Jelmer Vernooij
Release bzr-gtk 0.17.0
444
0.17.0  2007-06-15
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
445
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
446
 FEATURES
195.7.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
447
217 by Jelmer Vernooij
Update NEWS.
448
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
449
    (Szilveszter)
195.1.26 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
450
195.7.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
451
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
452
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
453
  * There are now more columns in the file list, and you can sort by them
217 by Jelmer Vernooij
Update NEWS.
454
    (Szilveszter)
195.7.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
455
195.6.5 by Szilveszter Farkas (Phanatic)
Updated NEWS.
456
  * A location bar was added to the top of the file list. On Windows, the
217 by Jelmer Vernooij
Update NEWS.
457
    drive selector combo was moved here (Szilveszter)
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
458
217 by Jelmer Vernooij
Update NEWS.
459
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
460
    (Aaron)
204 by Jelmer Vernooij
Release bzr-gtk 0.17.0
461
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
462
 BUG FIXES
463
 
195.5.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
464
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
217 by Jelmer Vernooij
Update NEWS.
465
    (#93653, Szilveszter)
195.5.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
466
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
467
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
468
486 by Jelmer Vernooij
Release 0.94.0.
469
0.16.0    2007-05-05
188 by Jelmer Vernooij
merge 0.15.2 NEWS update.
470
188.1.4 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
471
 FEATURES
472
 
473
  * An Initialize dialog added to Olive along with a 'ginit' command
474
  (#90839, Szilveszter)
190.1.9 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
475
  
476
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
477
  (#103725, Szilveszter)
188 by Jelmer Vernooij
merge 0.15.2 NEWS update.
478
195 by Jelmer Vernooij
Merge some fixes from John.
479
 BUG FIXES
480
194 by Jelmer Vernooij
Sort plugins by name.
481
  * Sort plugins in gpreferences (Jelmer)
482
195 by Jelmer Vernooij
Merge some fixes from John.
483
  * Give nicer errors when startup fails (John)
484
196 by Jelmer Vernooij
Update NEWS
485
  * Fix 'bzr gdiff notafile' (#107812, John)
195 by Jelmer Vernooij
Merge some fixes from John.
486
487
  * Find olive.glade on a couple more systems (John)
488
489
 INTERNALS
490
  
491
  * Some minor style fixes (John)
492
196 by Jelmer Vernooij
Update NEWS
493
 DOCS
494
  
495
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
496
486 by Jelmer Vernooij
Release 0.94.0.
497
0.15.2    2007-04-03
183 by Jelmer Vernooij
Add NEWS file.
498
499
 BUG FIXES
500
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
501
  * Fix regression that prevented gannotate from being used (#97473, 
188.2.1 by Szilveszter Farkas (Phanatic)
Merged fix for #90839. Initialize dialog implemented.
502
                                                             Vincent, Jelmer)
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
503
504
  * Fix regression that prevented gstatus from being used (Jelmer)
505
506
  * Fix status dialog size (Jelmer)
507
183 by Jelmer Vernooij
Add NEWS file.
508
 FEATURES
509
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
510
  * Update commit-notify to use new dbus API (Robert)
511
512
  * Display remote locations in commit-notify (Robert)
513
486 by Jelmer Vernooij
Release 0.94.0.
514
0.15.1    2007-03-25
183 by Jelmer Vernooij
Add NEWS file.
515
516
 BUG FIXES
517
 
518
  * Prevent test suite from causing default-encoding changes (Aaron)
519
 
520
  * Fix testsuite when Olive was run before (Szilveszter)
521
 
522
  * Fix locking issue in Olive (Szilvester, #91522)
523
524
  * Don't obtain handle to networkmanager until necessary (Jelmer)
525
526
  * Better behavior in annotate when unable to go back (Aaron)
527
528
 FEATURES
529
 
530
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
531
532
  * Add 'forward' button in gannotate (Aaron)
533
534
  * Add simple GTK+ progress bars (Jelmer)
535
536
  * Add gmissing command (Jelmer)
537
538
  * Add simple preferences window with plugin list and global settings
539
  (Jelmer)
540
541
  * Add new command 'commit-notify' to listen for commits on dbus and
542
  show them via pynotify. (Robert)
543
544
 UI IMPROVEMENTS
545
546
  * Move search fields in gannotate directly below source window (Aaron)
547
548
  * Move buttons to top, tweak layout (Aaron)
549
550
  * Strict commits are now a dialog, not a check box (Jelmer)
551
486 by Jelmer Vernooij
Release 0.94.0.
552
0.15.0    2007-03-09
183 by Jelmer Vernooij
Add NEWS file.
553
554
BUG FIXES
555
556
  * Fix gannotate interaction with dirstate (Aaron)
557
558
  * Default button set on Commit dialog (#83030, Szilveszter)
559
560
  * Fix branch-nick handling (Aaron)
561
562
  * Defer cairo import to prevent import errors (Aaron)
563
564
  * More use of lazy_imports to speed up timing (Aaron)
565
566
  * Fix diff window freeze when shown from commit (Szilveszter)
567
568
  * Allow to commit single files from the context menu (#54983, Szilveszter)
569
570
FEATURES
571
572
  * Add ability to install nautilus plugin (#75603, Szilveszter)
573
574
  * Add conflicts window (Szilveszter)
575
576
  * Use network manager to determine default value of "Local Commit"
577
setting (Jelmer)
578
579
  * Add status window (Jelmer, Szilveszter)
580
581
  * Add revision browser for push and pull dialogs (Szilveszter)
582
583
  * Add revert functionality to context menu (Szilveszter)
584
585
INTERNAL
586
587
  * Some more code converted to not use glade (Szilveszter, Jelmer)
588
589
  * Move url history and preferences code to a separate class (Jelmer)
590
591
  * Merge revision info code for gannotate and viz into single new widget
592
(Jelmer)
593
594
  * Add initial testsuite (Jelmer)
595
486 by Jelmer Vernooij
Release 0.94.0.
596
0.14.0    2007-01-30
183 by Jelmer Vernooij
Add NEWS file.
597
598
  * Add revert functionality (Szilvester)
599
600
  * Rewritten CommitDialog without glade (Szilvester)
601
602
  * Allow to commit single files from the context menu (Fixes #54983,
486 by Jelmer Vernooij
Release 0.94.0.
603
                                                       Szilvester)
183 by Jelmer Vernooij
Add NEWS file.
604
605
  * Warn about incompatible Bazaar versions (Jelmer)
606
607
  * Fixed gbranch (#77751, Szilvester)
608
609
  * Use the UI factory (Jelmer)
610
611
  * Generic handling of errors (Jelmer)
612
613
  * Set default drive letter (#67924, Szilvester)
614
615
  * Show error if no diff available for the selected file (#76536,
486 by Jelmer Vernooij
Release 0.94.0.
616
                                                          Szilvester)
183 by Jelmer Vernooij
Add NEWS file.
617
618
  * Handle current revision in annotate better (Aaron)
619
620
  * Support scrolling based on an offset in annotate (Aaron)
621
622
  * Add "Back" button in annotate (Aaron)
623
624
  * Removed some unused functions (Aaron)
625
626
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
627
628
  * Nicer error when pygtk not installed (Aaron)
629
630
  * Show uncommitted changes in annotate (Aaron)
631
632
  * Support annotate in olive (#73786, Szilvester)
633
634
  * Ignored files no longer shown as unknown (#67926, Szilvester)
635
636
  * Don't allow merge if there are local changes (#73770, Szilvester)
637
638
  * Fix bookmark dialog (#67922, Szilvester)
639
640
  * Fix remove dialog (#73766 and #73767, Szilvester)
641
642
  * Several other small regression fixes (Szilvester)
643
486 by Jelmer Vernooij
Release 0.94.0.
644
0.13.0    2006-12-13
183 by Jelmer Vernooij
Add NEWS file.
645
646
  * Don't show pending merge list when there are no pending merges
647
    (Alexander Belchenko)
648
649
  * Better error handling in gcommit (Alexander Belchenko)
650
651
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
652
653
  * Rename put into context menu (Szilvester Farkas) #73774
654
655
  * Improved commit dialog (Szilvester Farkas) #73778
656
657
  * Rename dialog contains original name (Szilvester Farkas) #73775
658
659
  * Bookmarks can be removed (Szilvester Farkas)
660
661
  * Run Olive after maximizing window (Szilvester Farkas) #70134
662
663
  * Check empty commit message at commit time (vila) #73737
664
665
  * Use dotted revnos in gannotate (Aaron Bentley)
666
486 by Jelmer Vernooij
Release 0.94.0.
667
0.12.0    2006-11-04
183 by Jelmer Vernooij
Add NEWS file.
668
669
  * #68127: gcommit is broken
670
671
  * #67934: various win32 fixes
672
673
  * #67933: fix product name in setup.py
674
675
  * #67930: gdiff relies on plugin name being 'gtk'
676
677
  * #66937: process doesn't stop after closing commit dialog
678
  
679
  * #66091: commit after merge fails
680
  
681
  * #67927: fix non-ascii commit message