5
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
7
* Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
9
* Added menu option for indexing branches if bzr-search is present.
12
* Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
14
* Remove dummy "Edit->Find" option. (Jelmer Vernooij)
16
* Added an optional diff panel to bzr vis. (Scott Scriven)
18
* Made bzr vis remember whether the toolbar is visible. (Scott Scriven)
20
* Made bzr vis remember window and panel sizes. (Scott Scriven)
22
* Sort Olive bookmarks by title (Jasper Groenewegen)
24
* Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
26
* Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
30
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
32
* Fixed adding tags. (Javier Derderian, #228709)
34
* Fix history mode button. (Jasper Groenewegen, #144962)
36
* Fixed handle-patch script. (Jelmer Vernooij)
38
* Fix import in olive. (Jelmer Vernooij, #223935)
40
* Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
42
* Remove use of upstream removed Repository.revision_parents()
45
* List network drives in Olive. (Kevin Light, #244308)
47
* Fix progress bar handling. (Jelmer Vernooij)
49
* Fix broken symlink handling. (Jasper Groenewegen)
51
* Fix import in Olive rename dialog. (Kevin Light)
53
* Removed some redundant screen redrawing in bzr vis. (Scott Scriven)
55
* Fixed overflowing labels in bzr vis. (Scott Scriven)
57
* Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
59
* Remove question for setting default push location. (Jasper Groenewegen, #151818)
61
* Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
63
* Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
65
* Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
69
* Moved notify icon code to separate script. (Jelmer Vernooij)
71
* Verify testaments when showing signatures on revisions and
72
re-enable signature display. (Jelmer Vernooij)
74
* Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
76
* Add gmerge command line option (Jasper Groenewegen, #124760)
80
* All i18n calls should now go through _i18n which must be imported from
81
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
82
as an anonymous variable. (Vincent Ladeuil)
84
* Add test for linegraph code. (Jelmer Vernooij)
86
* Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
88
* Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
90
* Remove glade from merge dialog. (Jasper Groenewegen)
92
* Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
94
* Remove glade from olive main window (Jasper Groenewegen)
96
* Remove glade from olive info dialog (Jasper Groenewegen)
98
* Rewrite Olive mouse button event handling (Kevin Light)
104
* Disabled signature tab until we start verifying testaments.
109
* Fix display of children in branchview. (Jelmer Vernooij, #224914)
153
40
* Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733,
154
41
Daniel Schierbeck)
156
* Fixed change view menu in viz. (Javier Derderian, #215350)
160
45
* Only check for old Bazaar versions that are known to be incompatible and
161
46
no longer warn about newer (unknown) versions of Bazaar, on the assumption
162
the API is sufficiently stable now. (Jelmer Vernooij)
47
the API is sufficiently stable now. (Jelmer Vernooij)
164
49
* Support child_submit_to setting in gsend. (Jelmer Vernooij)
166
* Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
168
* Use seahorse to verify signatures. (Daniel Schierbeck)
51
* Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)