5
* Made the tags associated with a revision render next to the revision
6
node in the branch view. (Ali Sabil)
8
* Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
12
* Make adding tags from the viz work again. (Daniel Schierbeck)
14
* Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
16
* Make Nautilus extension work again. (#111826, Toshio Kuratomi)
18
* Make viz not throw errors when there are 0 commits. (#173698, Gary van der
23
* Only check for old Bazaar versions that are known to be incompatible and
24
no longer warn about newer (unknown) versions of Bazaar, on the assumption
25
the API is sufficiently stable now. (Jelmer Vernooij)
29
* Refactored the revisionview. (Daniel Schierbeck)
35
* Added a menu bar to the viz. (Daniel Schierbeck)
36
- Select a revision by tag.
37
- Show/hide tree view columns.
41
* Make toolbars in Olive follow GNOME standards. (#137074)
45
* Allow test suite to run without PyGTK. (Aaron Bentley)
51
* Fixed logview bug in gannotate. (Daniel Schierbeck)
57
* Removed email part of committer id from committer column in the revision
58
history window. (Daniel Schierbeck)
60
* Removed date column from revision history window. (Daniel Schierbeck)
62
* Rearranged the logview into a notebook. (Daniel Schierbeck)
64
* Redesigned the Commit dialog. (John Arbash Meinel)
66
* Broken lines support made optional. (Daniel Schierbeck)
70
* Rewrite of a large ammount of the viz code:
71
* Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
72
* A new algorithm to work out how to draw the lines using the
73
revsion numbers returned from merge_sort.
74
* Lines that are very long are broken, which results in the graph
75
requiring less space to render and the graph is easier to interpret.
77
* Choose the color for a branch from the revsion number, which results
78
in stable colors. Revisions on the mainline are allways black.
79
* Implement a TreeModel that loads the revision data only when a a
80
revision is scrolled into view, improving the time it takes to display
81
the first screen of data by 92%. (#124143)
82
* Add a column to display the revision number. (#64167)
83
* Add buttons to navigate to child revisions.
86
* Added a revert option to the revision menu. (Gary van der Merwe)
90
* Show children on new row in table to avoid very broad windows in viz.
93
* viz slow when run from olive. (#70463, Gary van der Merwe)
95
* Make it possible to open diff from the commit window when there are pending
96
merges. (Gary van der Merwe)
100
* Use standard version tuple. (Jelmer)
102
* Add check command to setup.py. (Jelmer)
104
* Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
110
* Added keyboard shortcuts for closing windows and exiting Olive.
111
(#139559, Daniel Schierbeck)
112
* Add a message to the viz window to indicate that the graph is still loading.
115
* The tip revision will be automatically selected in the branch visualization
116
window. (#144244, Daniel Schierbeck)
118
* Updated olive-gtk.desktop: Polish translation and additional categories.
123
* Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
124
(#140512, James Westby)
126
* Right-clicking in Olive's file list works again. (#136310, Mark Lee)
128
* Annotate context menu works again. (Daniel Schierbeck)
130
* Fixed push (with overwite) behavior when branches are diverged.
133
* Local missing revisions are remote extra revisions (Missing revisions menu
134
item in Olive). (Mateusz Korniak)
138
* `bzr viz --limit` much more faster than before. (John Arbash Meinel)
140
* Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
142
* Added default_branch_path to MergeDialog and use it from olive-gtk.
149
* Add ability to hide ignored files in Olive (#134121, Tom Badran)
5
151
* Show tags in bzr viz. (Jelmer)
7
153
* Handle large files correctly in Olive. (#127392, Mateusz Korniak)
9
* Support DBus being present but NetworkManager missing. (#126767, Mateusz
12
* Add remove and delete menu item in Olive. (#127392, Mateusz Korniak)
155
* Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
157
* Added "update" menu item in Olive. (Mateusz Korniak)
159
* New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
161
* Show bzr viz interface quickly. (Gary van der Merwe)
16
165
* Improve Preferences dialog layout. (Jelmer)
169
* Updated pot generator script and regenerated the translation template.
172
* Add helper widget for selecting branches (Jelmer)
176
* Support DBus being present but NetworkManager missing. (#126767, Mateusz
179
* Fixed interface to push.PushDialog (Mateusz Korniak)
181
* Fix so the when Olive is run from the source code, the toolbar and menu
182
icons show. (Gary van der Merwe, #131520)
184
* Fix a regression that Olive was no longer able to find bzrlib location
185
due to a change in the output of "bzr version". (Gary van der Merwe)
187
* Fix a regression that Olive branch info window was not working. (Gary van
190
* Fixed tags formatting. (Aaron)