5
* Added an EXPERIMENTAL feature for browsing remote branches (Szilveszter)
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
7
156
* Bookmarked locations are now added to branch/checkout history (Szilveszter)
9
158
* There are now more columns in the file list, and you can sort by them
12
161
* A location bar was added to the top of the file list. On Windows, the
13
drive selector combo was moved here (Szilveszter)
162
drive selector combo was moved here (Szilveszter)
164
* Don't warn about incompatible versions when .dev version of Bazaar is used
17
169
* Get and Checkout dialogs: scan the branch only if the entry has lost focus
170
(#93653, Szilveszter)
20
172
* Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)