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.
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.
23
* Show children on new row in table to avoid very broad windows in viz.
28
* Use standard version tuple. (Jelmer)
30
* Add check command to setup.py. (Jelmer)
32
* Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
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.
43
* The tip revision will be automatically selected in the branch visualization
44
window. (#144244, Daniel Schierbeck)
46
* Updated olive-gtk.desktop: Polish translation and additional categories.
51
* Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
52
(#140512, James Westby)
54
* Right-clicking in Olive's file list works again. (#136310, Mark Lee)
56
* Annotate context menu works again. (Daniel Schierbeck)
58
* Fixed push (with overwite) behavior when branches are diverged.
61
* Local missing revisions are remote extra revisions (Missing revisions menu
62
item in Olive). (Mateusz Korniak)
66
* `bzr viz --limit` much more faster than before. (John Arbash Meinel)
68
* Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
70
* Added default_branch_path to MergeDialog and use it from olive-gtk.
77
* Add ability to hide ignored files in Olive (#134121, Tom Badran)
79
* Show tags in bzr viz. (Jelmer)
81
* Handle large files correctly in Olive. (#127392, Mateusz Korniak)
83
* Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
85
* Added "update" menu item in Olive. (Mateusz Korniak)
87
* New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
89
* Show bzr viz interface quickly. (Gary van der Merwe)
93
* Improve Preferences dialog layout. (Jelmer)
97
* Updated pot generator script and regenerated the translation template.
100
* Add helper widget for selecting branches (Jelmer)
104
* Support DBus being present but NetworkManager missing. (#126767, Mateusz
107
* Fixed interface to push.PushDialog (Mateusz Korniak)
109
* Fix so the when Olive is run from the source code, the toolbar and menu
110
icons show. (Gary van der Merwe, #131520)
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)
115
* Fix a regression that Olive branch info window was not working. (Gary van
118
* Fixed tags formatting. (Aaron)
124
* Add support for customizing colors in the diff window via ~/.colordiffrc
125
or gedit's syntax highlighting configuration. See README file for details.
128
* Add Inspect and Branch buttons to notification window. (Robert)
130
* Add notification area icon with context menu. (Jelmer)
132
* New tango icons. (Pascal Klein)
134
* Add simple About dialog. (Jelmer)
136
* Add context menu in bzrk. (Jelmer)
140
* Fix option help strings to comply with the style guide. (Vincent)
142
* Fix import of BzrError. (Aaron)
144
* Fix missing attributes for DummyRevision. (Vincent)
146
* Never refuse to run with newer versions of bzr, just warn. (Jelmer)
153
* Added an EXPERIMENTAL feature for browsing remote branches in Olive
156
* Bookmarked locations are now added to branch/checkout history (Szilveszter)
158
* There are now more columns in the file list, and you can sort by them
161
* A location bar was added to the top of the file list. On Windows, the
162
drive selector combo was moved here (Szilveszter)
164
* Don't warn about incompatible versions when .dev version of Bazaar is used
169
* Get and Checkout dialogs: scan the branch only if the entry has lost focus
170
(#93653, Szilveszter)
172
* Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
178
* An Initialize dialog added to Olive along with a 'ginit' command
179
(#90839, Szilveszter)
181
* Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
182
(#103725, Szilveszter)
186
* Sort plugins in gpreferences (Jelmer)
188
* Give nicer errors when startup fails (John)
190
* Fix 'bzr gdiff notafile' (#107812, John)
192
* Find olive.glade on a couple more systems (John)
196
* Some minor style fixes (John)
200
* Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
206
* Fix regression that prevented gannotate from being used (#97473,
209
* Fix regression that prevented gstatus from being used (Jelmer)
211
* Fix status dialog size (Jelmer)
215
* Update commit-notify to use new dbus API (Robert)
217
* Display remote locations in commit-notify (Robert)
223
* Prevent test suite from causing default-encoding changes (Aaron)
225
* Fix testsuite when Olive was run before (Szilveszter)
227
* Fix locking issue in Olive (Szilvester, #91522)
229
* Don't obtain handle to networkmanager until necessary (Jelmer)
231
* Better behavior in annotate when unable to go back (Aaron)
235
* Add very simple TortoiseBzr implementation (Wouter, Jelmer)
237
* Add 'forward' button in gannotate (Aaron)
239
* Add simple GTK+ progress bars (Jelmer)
241
* Add gmissing command (Jelmer)
243
* Add simple preferences window with plugin list and global settings
246
* Add new command 'commit-notify' to listen for commits on dbus and
247
show them via pynotify. (Robert)
251
* Move search fields in gannotate directly below source window (Aaron)
253
* Move buttons to top, tweak layout (Aaron)
255
* Strict commits are now a dialog, not a check box (Jelmer)
261
* Fix gannotate interaction with dirstate (Aaron)
263
* Default button set on Commit dialog (#83030, Szilveszter)
265
* Fix branch-nick handling (Aaron)
267
* Defer cairo import to prevent import errors (Aaron)
269
* More use of lazy_imports to speed up timing (Aaron)
271
* Fix diff window freeze when shown from commit (Szilveszter)
273
* Allow to commit single files from the context menu (#54983, Szilveszter)
277
* Add ability to install nautilus plugin (#75603, Szilveszter)
279
* Add conflicts window (Szilveszter)
281
* Use network manager to determine default value of "Local Commit"
284
* Add status window (Jelmer, Szilveszter)
286
* Add revision browser for push and pull dialogs (Szilveszter)
288
* Add revert functionality to context menu (Szilveszter)
292
* Some more code converted to not use glade (Szilveszter, Jelmer)
294
* Move url history and preferences code to a separate class (Jelmer)
296
* Merge revision info code for gannotate and viz into single new widget
299
* Add initial testsuite (Jelmer)
303
* Add revert functionality (Szilvester)
305
* Rewritten CommitDialog without glade (Szilvester)
307
* Allow to commit single files from the context menu (Fixes #54983,
310
* Warn about incompatible Bazaar versions (Jelmer)
312
* Fixed gbranch (#77751, Szilvester)
314
* Use the UI factory (Jelmer)
316
* Generic handling of errors (Jelmer)
318
* Set default drive letter (#67924, Szilvester)
320
* Show error if no diff available for the selected file (#76536,
323
* Handle current revision in annotate better (Aaron)
325
* Support scrolling based on an offset in annotate (Aaron)
327
* Add "Back" button in annotate (Aaron)
329
* Removed some unused functions (Aaron)
331
* Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
333
* Nicer error when pygtk not installed (Aaron)
335
* Show uncommitted changes in annotate (Aaron)
337
* Support annotate in olive (#73786, Szilvester)
339
* Ignored files no longer shown as unknown (#67926, Szilvester)
341
* Don't allow merge if there are local changes (#73770, Szilvester)
343
* Fix bookmark dialog (#67922, Szilvester)
345
* Fix remove dialog (#73766 and #73767, Szilvester)
347
* Several other small regression fixes (Szilvester)
351
* Don't show pending merge list when there are no pending merges
352
(Alexander Belchenko)
354
* Better error handling in gcommit (Alexander Belchenko)
356
* Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
358
* Rename put into context menu (Szilvester Farkas) #73774
360
* Improved commit dialog (Szilvester Farkas) #73778
362
* Rename dialog contains original name (Szilvester Farkas) #73775
364
* Bookmarks can be removed (Szilvester Farkas)
366
* Run Olive after maximizing window (Szilvester Farkas) #70134
368
* Check empty commit message at commit time (vila) #73737
370
* Use dotted revnos in gannotate (Aaron Bentley)
374
* #68127: gcommit is broken
376
* #67934: various win32 fixes
378
* #67933: fix product name in setup.py
380
* #67930: gdiff relies on plugin name being 'gtk'
382
* #66937: process doesn't stop after closing commit dialog
384
* #66091: commit after merge fails
386
* #67927: fix non-ascii commit message