/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: Daniel Schierbeck
  • Date: 2007-10-14 15:54:57 UTC
  • mto: This revision was merged to the branch mainline in revision 317.
  • Revision ID: daniel.schierbeck@gmail.com-20071014155457-m3ek29p4ima8ev7d
Added the new Window base class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.92.0  UNRELEASED
 
2
 
 
3
 FEATURES
 
4
 
 
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
 
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)
 
12
        * Choose the color for a branch from the revsion number, which results
 
13
          in stable colors. Revisions on the mainline are allways black.
 
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
 
16
          the first screen of data by 92%. (#124143)
 
17
        * Add a column to display the revision number. (#64167)
 
18
        * Add buttons to navigate to child revisions.
 
19
    (Gary van der Merwe)
 
20
 
 
21
 BUG FIXES
 
22
 
 
23
  * Show children on new row in table to avoid very broad windows in viz. 
 
24
    (Jelmer)
 
25
    
 
26
 INTERNALS
 
27
 
 
28
  * Use standard version tuple. (Jelmer)
 
29
 
 
30
  * Add check command to setup.py. (Jelmer)
 
31
 
 
32
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
33
 
 
34
0.91.0  2007-09-24
 
35
 
 
36
 UI
 
37
 
 
38
  * Added keyboard shortcuts for closing windows and exiting Olive.
 
39
    (#139559, Daniel Schierbeck)
 
40
  * Add a message to the viz window to indicate that the graph is still loading.
 
41
    (Gary van der Merwe)
 
42
 
 
43
  * The tip revision will be automatically selected in the branch visualization
 
44
    window. (#144244, Daniel Schierbeck)
 
45
  
 
46
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
47
    (Mateusz Korniak)
 
48
 
 
49
 BUG FIXES
 
50
 
 
51
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
 
52
    (#140512, James Westby) 
 
53
 
 
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)
 
63
 
 
64
 INTERNALS
 
65
 
 
66
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
 
67
 
 
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)
 
72
 
 
73
0.90.0  2007-08-27
 
74
 
 
75
 FEATURES
 
76
 
 
77
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
 
78
 
 
79
  * Show tags in bzr viz. (Jelmer)
 
80
 
 
81
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
 
82
 
 
83
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
 
84
  
 
85
  * Added "update" menu item in Olive. (Mateusz Korniak)
 
86
  
 
87
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
 
88
  
 
89
  * Show bzr viz interface quickly. (Gary van der Merwe)
 
90
 
 
91
 UI
 
92
  
 
93
  * Improve Preferences dialog layout. (Jelmer)
 
94
 
 
95
 INTERNALS:
 
96
 
 
97
  * Updated pot generator script and regenerated the translation template.
 
98
    (Szilveszter)
 
99
 
 
100
  * Add helper widget for selecting branches (Jelmer)
 
101
    
 
102
 BUG FIXES
 
103
 
 
104
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
 
105
  Korniak, Jelmer)
 
106
 
 
107
  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
108
 
 
109
  * Fix so the when Olive is run from the source code, the toolbar and menu
 
110
    icons show. (Gary van der Merwe, #131520)
 
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
    
 
118
  * Fixed tags formatting. (Aaron)
 
119
 
 
120
0.18.0  2007-07-17
 
121
 
 
122
 FEATURES
 
123
 
 
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ó)
 
127
 
 
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
 
 
134
  * Add simple About dialog. (Jelmer)
 
135
 
 
136
  * Add context menu in bzrk. (Jelmer)
 
137
 
 
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
 
 
146
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
147
 
 
148
 
 
149
0.17.0  2007-06-15
 
150
 
 
151
 FEATURES
 
152
 
 
153
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
154
    (Szilveszter)
 
155
 
 
156
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
 
157
 
 
158
  * There are now more columns in the file list, and you can sort by them
 
159
    (Szilveszter)
 
160
 
 
161
  * A location bar was added to the top of the file list. On Windows, the
 
162
    drive selector combo was moved here (Szilveszter)
 
163
 
 
164
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
165
    (Aaron)
 
166
 
 
167
 BUG FIXES
 
168
 
 
169
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
 
170
    (#93653, Szilveszter)
 
171
 
 
172
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
173
 
 
174
0.16.0  2007-05-05
 
175
 
 
176
 FEATURES
 
177
 
 
178
  * An Initialize dialog added to Olive along with a 'ginit' command
 
179
  (#90839, Szilveszter)
 
180
  
 
181
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
 
182
  (#103725, Szilveszter)
 
183
 
 
184
 BUG FIXES
 
185
 
 
186
  * Sort plugins in gpreferences (Jelmer)
 
187
 
 
188
  * Give nicer errors when startup fails (John)
 
189
 
 
190
  * Fix 'bzr gdiff notafile' (#107812, John)
 
191
 
 
192
  * Find olive.glade on a couple more systems (John)
 
193
 
 
194
 INTERNALS
 
195
  
 
196
  * Some minor style fixes (John)
 
197
 
 
198
 DOCS
 
199
  
 
200
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
201
 
 
202
0.15.2  2007-04-03
 
203
 
 
204
 BUG FIXES
 
205
 
 
206
  * Fix regression that prevented gannotate from being used (#97473, 
 
207
                                                             Vincent, Jelmer)
 
208
 
 
209
  * Fix regression that prevented gstatus from being used (Jelmer)
 
210
 
 
211
  * Fix status dialog size (Jelmer)
 
212
 
 
213
 FEATURES
 
214
 
 
215
  * Update commit-notify to use new dbus API (Robert)
 
216
 
 
217
  * Display remote locations in commit-notify (Robert)
 
218
 
 
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