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.
115
* Add ability to hide ignored files in Olive (#134121, Tom Badran)
117
* Show tags in bzr viz. (Jelmer)
119
* Handle large files correctly in Olive. (#127392, Mateusz Korniak)
121
* Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
123
* Added "update" menu item in Olive. (Mateusz Korniak)
125
* New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
127
* Show bzr viz interface quickly. (Gary van der Merwe)
131
* Improve Preferences dialog layout. (Jelmer)
135
* Updated pot generator script and regenerated the translation template.
138
* Add helper widget for selecting branches (Jelmer)
142
* Support DBus being present but NetworkManager missing. (#126767, Mateusz
145
* Fixed interface to push.PushDialog (Mateusz Korniak)
147
* Fix so the when Olive is run from the source code, the toolbar and menu
148
icons show. (Gary van der Merwe, #131520)
150
* Fix a regression that Olive was no longer able to find bzrlib location
151
due to a change in the output of "bzr version". (Gary van der Merwe)
153
* Fix a regression that Olive branch info window was not working. (Gary van
156
* Fixed tags formatting. (Aaron)
162
* Add support for customizing colors in the diff window via ~/.colordiffrc
163
or gedit's syntax highlighting configuration. See README file for details.
166
* Add Inspect and Branch buttons to notification window. (Robert)
168
* Add notification area icon with context menu. (Jelmer)
170
* New tango icons. (Pascal Klein)
172
* Add simple About dialog. (Jelmer)
174
* Add context menu in bzrk. (Jelmer)
178
* Fix option help strings to comply with the style guide. (Vincent)
180
* Fix import of BzrError. (Aaron)
182
* Fix missing attributes for DummyRevision. (Vincent)
184
* Never refuse to run with newer versions of bzr, just warn. (Jelmer)
191
* Added an EXPERIMENTAL feature for browsing remote branches in Olive
194
* Bookmarked locations are now added to branch/checkout history (Szilveszter)
196
* There are now more columns in the file list, and you can sort by them
199
* A location bar was added to the top of the file list. On Windows, the
200
drive selector combo was moved here (Szilveszter)
202
* Don't warn about incompatible versions when .dev version of Bazaar is used
207
* Get and Checkout dialogs: scan the branch only if the entry has lost focus
208
(#93653, Szilveszter)
210
* Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
216
* An Initialize dialog added to Olive along with a 'ginit' command
217
(#90839, Szilveszter)
219
* Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
220
(#103725, Szilveszter)
224
* Sort plugins in gpreferences (Jelmer)
226
* Give nicer errors when startup fails (John)
228
* Fix 'bzr gdiff notafile' (#107812, John)
230
* Find olive.glade on a couple more systems (John)
234
* Some minor style fixes (John)
238
* Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
244
* Fix regression that prevented gannotate from being used (#97473,
247
* Fix regression that prevented gstatus from being used (Jelmer)
249
* Fix status dialog size (Jelmer)
253
* Update commit-notify to use new dbus API (Robert)
255
* Display remote locations in commit-notify (Robert)
261
* Prevent test suite from causing default-encoding changes (Aaron)
263
* Fix testsuite when Olive was run before (Szilveszter)
265
* Fix locking issue in Olive (Szilvester, #91522)
267
* Don't obtain handle to networkmanager until necessary (Jelmer)
269
* Better behavior in annotate when unable to go back (Aaron)
273
* Add very simple TortoiseBzr implementation (Wouter, Jelmer)
275
* Add 'forward' button in gannotate (Aaron)
277
* Add simple GTK+ progress bars (Jelmer)
279
* Add gmissing command (Jelmer)
281
* Add simple preferences window with plugin list and global settings
284
* Add new command 'commit-notify' to listen for commits on dbus and
285
show them via pynotify. (Robert)
289
* Move search fields in gannotate directly below source window (Aaron)
291
* Move buttons to top, tweak layout (Aaron)
293
* Strict commits are now a dialog, not a check box (Jelmer)
299
* Fix gannotate interaction with dirstate (Aaron)
301
* Default button set on Commit dialog (#83030, Szilveszter)
303
* Fix branch-nick handling (Aaron)
305
* Defer cairo import to prevent import errors (Aaron)
307
* More use of lazy_imports to speed up timing (Aaron)
309
* Fix diff window freeze when shown from commit (Szilveszter)
311
* Allow to commit single files from the context menu (#54983, Szilveszter)
315
* Add ability to install nautilus plugin (#75603, Szilveszter)
317
* Add conflicts window (Szilveszter)
319
* Use network manager to determine default value of "Local Commit"
322
* Add status window (Jelmer, Szilveszter)
324
* Add revision browser for push and pull dialogs (Szilveszter)
326
* Add revert functionality to context menu (Szilveszter)
330
* Some more code converted to not use glade (Szilveszter, Jelmer)
332
* Move url history and preferences code to a separate class (Jelmer)
334
* Merge revision info code for gannotate and viz into single new widget
337
* Add initial testsuite (Jelmer)
341
* Add revert functionality (Szilvester)
343
* Rewritten CommitDialog without glade (Szilvester)
345
* Allow to commit single files from the context menu (Fixes #54983,
348
* Warn about incompatible Bazaar versions (Jelmer)
350
* Fixed gbranch (#77751, Szilvester)
352
* Use the UI factory (Jelmer)
354
* Generic handling of errors (Jelmer)
356
* Set default drive letter (#67924, Szilvester)
358
* Show error if no diff available for the selected file (#76536,
361
* Handle current revision in annotate better (Aaron)
363
* Support scrolling based on an offset in annotate (Aaron)
365
* Add "Back" button in annotate (Aaron)
367
* Removed some unused functions (Aaron)
369
* Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
371
* Nicer error when pygtk not installed (Aaron)
373
* Show uncommitted changes in annotate (Aaron)
375
* Support annotate in olive (#73786, Szilvester)
377
* Ignored files no longer shown as unknown (#67926, Szilvester)
379
* Don't allow merge if there are local changes (#73770, Szilvester)
381
* Fix bookmark dialog (#67922, Szilvester)
383
* Fix remove dialog (#73766 and #73767, Szilvester)
385
* Several other small regression fixes (Szilvester)
389
* Don't show pending merge list when there are no pending merges
390
(Alexander Belchenko)
392
* Better error handling in gcommit (Alexander Belchenko)
394
* Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
396
* Rename put into context menu (Szilvester Farkas) #73774
398
* Improved commit dialog (Szilvester Farkas) #73778
400
* Rename dialog contains original name (Szilvester Farkas) #73775
402
* Bookmarks can be removed (Szilvester Farkas)
404
* Run Olive after maximizing window (Szilvester Farkas) #70134
406
* Check empty commit message at commit time (vila) #73737
408
* Use dotted revnos in gannotate (Aaron Bentley)
412
* #68127: gcommit is broken
414
* #67934: various win32 fixes
416
* #67933: fix product name in setup.py
418
* #67930: gdiff relies on plugin name being 'gtk'
420
* #66937: process doesn't stop after closing commit dialog
422
* #66091: commit after merge fails
424
* #67927: fix non-ascii commit message