5
* Added an EXPERIMENTAL feature for browsing remote branches (Szilveszter)
5
* Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
7
* Use new D-Bus revision signal. (James Henstridge, #206443)
9
* Switched to using Seahorse to verify signatures. (Daniel Schierbeck)
13
* Made the tags associated with a revision render next to the revision
14
node in the branch view. (Ali Sabil)
16
* Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
18
* Add bugs tab in the branch view. (Jelmer Vernooij)
20
* New Tango-styled icons. This time properly licensed under the GPL.
23
* Support showing multiple branches in "bzr viz". (Jelmer Vernooij
25
* Added new icons for nautilus overlay (Martin Albisetti)
27
* Added enable/disable per-branch option (Martin Albisetti)
29
* Add compare with option to revisions menu. (Javier Derderian)
31
* Register file handler for applying patches/bundles to Bazaar branches.
36
* Make adding tags from the viz work again. (Daniel Schierbeck)
38
* Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
40
* Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
42
* Make viz not throw errors when there are 0 commits. (#173698, Gary van der
45
* Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733,
48
* Fixed change view menu in viz. (Javier Derderian, #215350)
52
* Only check for old Bazaar versions that are known to be incompatible and
53
no longer warn about newer (unknown) versions of Bazaar, on the assumption
54
the API is sufficiently stable now. (Jelmer Vernooij)
56
* Support child_submit_to setting in gsend. (Jelmer Vernooij)
58
* Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
62
* Refactored the revisionview. (Daniel Schierbeck)
64
* It is now possible to use the diff view as a widget. (Jelmer Vernooij)
66
* Preferences dialog has been split up. (Jelmer Vernooij)
72
* Added a menu bar to the viz. (Daniel Schierbeck)
73
- Select a revision by tag.
74
- Show/hide tree view columns.
78
* Make toolbars in Olive follow GNOME standards. (#137074)
82
* Allow test suite to run without PyGTK. (Aaron Bentley)
88
* Fixed logview bug in gannotate. (Daniel Schierbeck)
94
* Removed email part of committer id from committer column in the revision
95
history window. (Daniel Schierbeck)
97
* Removed date column from revision history window. (Daniel Schierbeck)
99
* Rearranged the logview into a notebook. (Daniel Schierbeck)
101
* Redesigned the Commit dialog. (John Arbash Meinel)
103
* Broken lines support made optional. (Daniel Schierbeck)
107
* Rewrite of a large ammount of the viz code:
108
* Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
109
* A new algorithm to work out how to draw the lines using the
110
revsion numbers returned from merge_sort.
111
* Lines that are very long are broken, which results in the graph
112
requiring less space to render and the graph is easier to interpret.
114
* Choose the color for a branch from the revsion number, which results
115
in stable colors. Revisions on the mainline are allways black.
116
* Implement a TreeModel that loads the revision data only when a a
117
revision is scrolled into view, improving the time it takes to display
118
the first screen of data by 92%. (#124143)
119
* Add a column to display the revision number. (#64167)
120
* Add buttons to navigate to child revisions.
123
* Added a revert option to the revision menu. (Gary van der Merwe)
127
* Show children on new row in table to avoid very broad windows in viz.
130
* viz slow when run from olive. (#70463, Gary van der Merwe)
132
* Make it possible to open diff from the commit window when there are pending
133
merges. (Gary van der Merwe)
137
* Use standard version tuple. (Jelmer)
139
* Add check command to setup.py. (Jelmer)
141
* Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
147
* Added keyboard shortcuts for closing windows and exiting Olive.
148
(#139559, Daniel Schierbeck)
149
* Add a message to the viz window to indicate that the graph is still loading.
152
* The tip revision will be automatically selected in the branch visualization
153
window. (#144244, Daniel Schierbeck)
155
* Updated olive-gtk.desktop: Polish translation and additional categories.
160
* Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
161
(#140512, James Westby)
163
* Right-clicking in Olive's file list works again. (#136310, Mark Lee)
165
* Annotate context menu works again. (Daniel Schierbeck)
167
* Fixed push (with overwite) behavior when branches are diverged.
170
* Local missing revisions are remote extra revisions (Missing revisions menu
171
item in Olive). (Mateusz Korniak)
175
* `bzr viz --limit` much more faster than before. (John Arbash Meinel)
177
* Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
179
* Added default_branch_path to MergeDialog and use it from olive-gtk.
186
* Add ability to hide ignored files in Olive (#134121, Tom Badran)
188
* Show tags in bzr viz. (Jelmer)
190
* Handle large files correctly in Olive. (#127392, Mateusz Korniak)
192
* Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
194
* Added "update" menu item in Olive. (Mateusz Korniak)
196
* New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
198
* Show bzr viz interface quickly. (Gary van der Merwe)
202
* Improve Preferences dialog layout. (Jelmer)
206
* Updated pot generator script and regenerated the translation template.
209
* Add helper widget for selecting branches (Jelmer)
213
* Support DBus being present but NetworkManager missing. (#126767, Mateusz
216
* Fixed interface to push.PushDialog (Mateusz Korniak)
218
* Fix so the when Olive is run from the source code, the toolbar and menu
219
icons show. (Gary van der Merwe, #131520)
221
* Fix a regression that Olive was no longer able to find bzrlib location
222
due to a change in the output of "bzr version". (Gary van der Merwe)
224
* Fix a regression that Olive branch info window was not working. (Gary van
227
* Fixed tags formatting. (Aaron)
233
* Add support for customizing colors in the diff window via ~/.colordiffrc
234
or gedit's syntax highlighting configuration. See README file for details.
237
* Add Inspect and Branch buttons to notification window. (Robert)
239
* Add notification area icon with context menu. (Jelmer)
241
* New tango icons. (Pascal Klein)
243
* Add simple About dialog. (Jelmer)
245
* Add context menu in bzrk. (Jelmer)
249
* Fix option help strings to comply with the style guide. (Vincent)
251
* Fix import of BzrError. (Aaron)
253
* Fix missing attributes for DummyRevision. (Vincent)
255
* Never refuse to run with newer versions of bzr, just warn. (Jelmer)
262
* Added an EXPERIMENTAL feature for browsing remote branches in Olive
7
265
* Bookmarked locations are now added to branch/checkout history (Szilveszter)
9
267
* There are now more columns in the file list, and you can sort by them
12
270
* A location bar was added to the top of the file list. On Windows, the
13
drive selector combo was moved here (Szilveszter)
271
drive selector combo was moved here (Szilveszter)
273
* Don't warn about incompatible versions when .dev version of Bazaar is used
17
278
* Get and Checkout dialogs: scan the branch only if the entry has lost focus
279
(#93653, Szilveszter)
20
281
* Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)