5
* Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
7
* Make Nautilus extension work again. (#111826, Toshio Kuratomi)
9
* Make viz not throw errors when there are 0 commits. (#173698, Gary van der
14
* Only check for old Bazaar versions that are known to be incompatible and
15
no longer warn about newer (unknown) versions of Bazaar, on the assumption
16
the API is sufficiently stable now. (Jelmer Vernooij)
20
* Refactored the revisionview. (Daniel Schierbeck)
26
* Added a menu bar to the viz. (Daniel Schierbeck)
27
- Select a revision by tag.
28
- Show/hide tree view columns.
32
* Make toolbars in Olive follow GNOME standards. (#137074)
36
* Allow test suite to run without PyGTK. (Aaron Bentley)
42
* Fixed logview bug in gannotate. (Daniel Schierbeck)
48
* Removed email part of committer id from committer column in the revision
49
history window. (Daniel Schierbeck)
51
* Removed date column from revision history window. (Daniel Schierbeck)
53
* Rearranged the logview into a notebook. (Daniel Schierbeck)
55
* Redesigned the Commit dialog. (John Arbash Meinel)
57
* Broken lines support made optional. (Daniel Schierbeck)
61
* Rewrite of a large ammount of the viz code:
62
* Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
63
* A new algorithm to work out how to draw the lines using the
64
revsion numbers returned from merge_sort.
65
* Lines that are very long are broken, which results in the graph
66
requiring less space to render and the graph is easier to interpret.
68
* Choose the color for a branch from the revsion number, which results
69
in stable colors. Revisions on the mainline are allways black.
70
* Implement a TreeModel that loads the revision data only when a a
71
revision is scrolled into view, improving the time it takes to display
72
the first screen of data by 92%. (#124143)
73
* Add a column to display the revision number. (#64167)
74
* Add buttons to navigate to child revisions.
77
* Added a revert option to the revision menu. (Gary van der Merwe)
81
* Show children on new row in table to avoid very broad windows in viz.
84
* viz slow when run from olive. (#70463, Gary van der Merwe)
86
* Make it possible to open diff from the commit window when there are pending
87
merges. (Gary van der Merwe)
91
* Use standard version tuple. (Jelmer)
93
* Add check command to setup.py. (Jelmer)
95
* Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
101
* Added keyboard shortcuts for closing windows and exiting Olive.
102
(#139559, Daniel Schierbeck)
103
* Add a message to the viz window to indicate that the graph is still loading.
106
* The tip revision will be automatically selected in the branch visualization
107
window. (#144244, Daniel Schierbeck)
109
* Updated olive-gtk.desktop: Polish translation and additional categories.
114
* Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
115
(#140512, James Westby)
117
* Right-clicking in Olive's file list works again. (#136310, Mark Lee)
119
* Annotate context menu works again. (Daniel Schierbeck)
121
* Fixed push (with overwite) behavior when branches are diverged.
124
* Local missing revisions are remote extra revisions (Missing revisions menu
125
item in Olive). (Mateusz Korniak)
129
* `bzr viz --limit` much more faster than before. (John Arbash Meinel)
131
* Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
133
* Added default_branch_path to MergeDialog and use it from olive-gtk.