5
* Guard setup() call when not loaded as __main__. (Robert Collins)
7
* Ignore gnomekeyring.IOError when checking if credentials are available
8
in the GNOME keyring. (Jelmer Vernooij, #534326)
10
* Don't crash when there is already a lan-notify instance running.
11
(Jelmer Vernooij, #339284)
15
* Add 'glog' as an alias for visualize (aka viz) as too many
16
people are still confused.
19
* Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
22
* Add more tooltips to Olive. (Adrian Room, #333876)
28
* Fix relative import in olive menu.
29
(Mathias Brodala, #269883)
31
* Fix typo in checkout dialog.
32
(Jasper Groenewegen, #466507)
34
* Adds help for ginit and gtags.
35
(Andrew Starr-Bochicchio, #512701)
41
* Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
42
by being more tolerant about gobject methods availability.
43
(Vincent Ladeuil, #403430)
45
* Fixed emblem and nautilus bzr-status column for ignored files.
46
(Lucas Shrewsbury, #294632)
48
* Fixed emblem and nautilus bzr-status column for unversioned files.
49
(Lucas Shrewsbury, #417966)
51
* Switch to using disutils sdist instead of bzr export.
58
* Same player shoots again. Version credits.pickle and rebuild the tarball
59
after running 'python ./setup.py build_credits', update
60
http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
61
(Vincent Ladeuil, #397526)
67
* Rebuild the tarball after running 'python ./setup.py build_credits',
68
update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
69
(Vincent Ladeuil, #397526)
76
* Add colored status messages in Olive file list (Jasper Groenewegen)
78
* Use the new progress bar implementation from bzrlib.
79
(Vincent Ladeuil, 385191)
83
* Add ginfo command line option (Jasper Groenewegen)
85
* Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
89
* Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
92
* Fix Olive homepage URL. (#255152)
94
* Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
96
* Save commit messages at uncommit time, restore them at
97
gcommit time. Also allow saving commit messages if the commit
98
is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
100
* Mark as compatible with bzr 1.13.
104
* Support storing credentials in the GNOME Keyring if it is
105
available. (Jelmer Vernooij)
107
* Fix opening Status window in Olive (#316310)
5
113
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
115
* Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
117
* Added menu option for indexing branches if bzr-search is present.
120
* Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
122
* Remove dummy "Edit->Find" option. (Jelmer Vernooij)
124
* Added an optional diff panel to bzr vis. (Scott Scriven)
126
* Made bzr vis remember whether the toolbar is visible. (Scott Scriven)
128
* Made bzr vis remember window and panel sizes. (Scott Scriven)
130
* Sort Olive bookmarks by title (Jasper Groenewegen)
132
* Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
134
* Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
136
* Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
138
* Show status for folders in Olive file list (Jasper Groenewegen)
140
* Change appearance Olive bookmarks (Jasper Groenewegen)
142
* Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
9
146
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
11
148
* Fixed adding tags. (Javier Derderian, #228709)
150
* Fix history mode button. (Jasper Groenewegen, #144962)
152
* Fixed handle-patch script. (Jelmer Vernooij)
154
* Fix import in olive. (Jelmer Vernooij, #223935)
156
* Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
158
* Remove use of upstream removed Repository.revision_parents()
161
* List network drives in Olive. (Kevin Light, #244308)
163
* Fix progress bar handling. (Jelmer Vernooij)
165
* Fix broken symlink handling. (Jasper Groenewegen)
167
* Fix import in Olive rename dialog. (Kevin Light)
169
* Removed some redundant screen redrawing in bzr vis. (Scott Scriven)
171
* Fixed overflowing labels in bzr vis. (Scott Scriven)
173
* Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
175
* Remove question for setting default push location. (Jasper Groenewegen, #151818)
177
* Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
179
* Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
181
* Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
183
* Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
185
* Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
189
* Moved notify icon code to separate script. (Jelmer Vernooij)
191
* Verify testaments when showing signatures on revisions and
192
re-enable signature display. (Jelmer Vernooij)
194
* Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
196
* Add gmerge command line option (Jasper Groenewegen, #124760)
15
200
* All i18n calls should now go through _i18n which must be imported from
16
201
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
202
as an anonymous variable. (Vincent Ladeuil)
204
* Add test for linegraph code. (Jelmer Vernooij)
206
* Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
208
* Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
210
* Remove glade from merge dialog. (Jasper Groenewegen)
212
* Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
214
* Remove glade from olive main window (Jasper Groenewegen)
216
* Remove glade from olive info dialog (Jasper Groenewegen)
218
* Rewrite Olive mouse button event handling (Kevin Light)