5
* Added a menu bar to the viz. (Daniel Schierbeck)
6
- Select a revision by tag.
7
- Show/hide tree view columns.
11
* Make toolbars in Olive follow GNOME standards. (#137074)
17
* Fixed logview bug in gannotate. (Daniel Schierbeck)
23
* Removed email part of committer id from committer column in the revision
24
history window. (Daniel Schierbeck)
26
* Removed date column from revision history window. (Daniel Schierbeck)
28
* Rearranged the logview into a notebook. (Daniel Schierbeck)
30
* Redesigned the Commit dialog. (John Arbash Meinel)
32
* Broken lines support made optional. (Daniel Schierbeck)
36
* Rewrite of a large ammount of the viz code:
37
* Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
38
* A new algorithm to work out how to draw the lines using the
39
revsion numbers returned from merge_sort.
40
* Lines that are very long are broken, which results in the graph
41
requiring less space to render and the graph is easier to interpret.
43
* Choose the color for a branch from the revsion number, which results
44
in stable colors. Revisions on the mainline are allways black.
45
* Implement a TreeModel that loads the revision data only when a a
46
revision is scrolled into view, improving the time it takes to display
47
the first screen of data by 92%. (#124143)
48
* Add a column to display the revision number. (#64167)
49
* Add buttons to navigate to child revisions.
52
* Added a revert option to the revision menu. (Gary van der Merwe)
56
* Show children on new row in table to avoid very broad windows in viz.
59
* viz slow when run from olive. (#70463, Gary van der Merwe)
61
* Make it possible to open diff from the commit window when there are pending
62
merges. (Gary van der Merwe)
66
* Use standard version tuple. (Jelmer)
68
* Add check command to setup.py. (Jelmer)
70
* Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
76
* Added keyboard shortcuts for closing windows and exiting Olive.
77
(#139559, Daniel Schierbeck)
78
* Add a message to the viz window to indicate that the graph is still loading.
81
* The tip revision will be automatically selected in the branch visualization
82
window. (#144244, Daniel Schierbeck)
84
* Updated olive-gtk.desktop: Polish translation and additional categories.
89
* Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
90
(#140512, James Westby)
92
* Right-clicking in Olive's file list works again. (#136310, Mark Lee)
94
* Annotate context menu works again. (Daniel Schierbeck)
96
* Fixed push (with overwite) behavior when branches are diverged.
99
* Local missing revisions are remote extra revisions (Missing revisions menu
100
item in Olive). (Mateusz Korniak)
104
* `bzr viz --limit` much more faster than before. (John Arbash Meinel)
106
* Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
108
* Added default_branch_path to MergeDialog and use it from olive-gtk.