/b-gtk/fix-viz

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