/b-gtk/fix-viz

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