5
* Clarify 'visualise' help about the multiple branches feature
6
and the --revision parameter. (Vincent Ladeuil, #556347)
8
* Mark as compatible with bzr 2.3. (Jelmer Vernooij)
14
* Trivial release to include credits pickle file.
16
* Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
22
* Guard setup() call when not loaded as __main__. (Robert Collins)
24
* Ignore gnomekeyring.IOError when checking if credentials are available
25
in the GNOME keyring. (Jelmer Vernooij, #534326)
27
* Don't crash when there is already a lan-notify instance running.
28
(Jelmer Vernooij, #339284)
30
* Return the credentials if successfully found in gnome-keyring.
33
* Support non-bzr patches. (Toshio Kuratomi, #502076)
35
* Avoid using private functions to get branch config. (Jelmer Vernooij,
38
* Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
42
* Add 'Find' button to start text search.
43
(Martin Pool, #556347)
45
* Add 'glog' as an alias for visualize (aka viz) as too many
46
people are still confused.
49
* Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
52
* Add more tooltips to Olive. (Adrian Room, #333876)
58
* Fix relative import in olive menu.
59
(Mathias Brodala, #269883)
61
* Fix typo in checkout dialog.
62
(Jasper Groenewegen, #466507)
64
* Adds help for ginit and gtags.
65
(Andrew Starr-Bochicchio, #512701)
71
* Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
72
by being more tolerant about gobject methods availability.
73
(Vincent Ladeuil, #403430)
75
* Fixed emblem and nautilus bzr-status column for ignored files.
76
(Lucas Shrewsbury, #294632)
78
* Fixed emblem and nautilus bzr-status column for unversioned files.
79
(Lucas Shrewsbury, #417966)
81
* Switch to using disutils sdist instead of bzr export.
88
* Same player shoots again. Version credits.pickle and rebuild the tarball
89
after running 'python ./setup.py build_credits', update
90
http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
91
(Vincent Ladeuil, #397526)
97
* Rebuild the tarball after running 'python ./setup.py build_credits',
98
update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
99
(Vincent Ladeuil, #397526)
106
* Add colored status messages in Olive file list (Jasper Groenewegen)
108
* Use the new progress bar implementation from bzrlib.
109
(Vincent Ladeuil, 385191)
113
* Add ginfo command line option (Jasper Groenewegen)
115
* Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
119
* Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
122
* Fix Olive homepage URL. (#255152)
124
* Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
126
* Save commit messages at uncommit time, restore them at
127
gcommit time. Also allow saving commit messages if the commit
128
is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
130
* Mark as compatible with bzr 1.13.
134
* Support storing credentials in the GNOME Keyring if it is
135
available. (Jelmer Vernooij)
137
* Fix opening Status window in Olive (#316310)
5
143
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
145
* Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
147
* Added menu option for indexing branches if bzr-search is present.
150
* Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
152
* Remove dummy "Edit->Find" option. (Jelmer Vernooij)
154
* Added an optional diff panel to bzr vis. (Scott Scriven)
156
* Made bzr vis remember whether the toolbar is visible. (Scott Scriven)
158
* Made bzr vis remember window and panel sizes. (Scott Scriven)
160
* Sort Olive bookmarks by title (Jasper Groenewegen)
162
* Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
164
* Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
166
* Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
168
* Show status for folders in Olive file list (Jasper Groenewegen)
170
* Change appearance Olive bookmarks (Jasper Groenewegen)
172
* Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
9
176
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
11
178
* Fixed adding tags. (Javier Derderian, #228709)
180
* Fix history mode button. (Jasper Groenewegen, #144962)
182
* Fixed handle-patch script. (Jelmer Vernooij)
184
* Fix import in olive. (Jelmer Vernooij, #223935)
186
* Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
188
* Remove use of upstream removed Repository.revision_parents()
191
* List network drives in Olive. (Kevin Light, #244308)
193
* Fix progress bar handling. (Jelmer Vernooij)
195
* Fix broken symlink handling. (Jasper Groenewegen)
197
* Fix import in Olive rename dialog. (Kevin Light)
199
* Removed some redundant screen redrawing in bzr vis. (Scott Scriven)
201
* Fixed overflowing labels in bzr vis. (Scott Scriven)
203
* Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
205
* Remove question for setting default push location. (Jasper Groenewegen, #151818)
207
* Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
209
* Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
211
* Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
213
* Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
215
* Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
219
* Moved notify icon code to separate script. (Jelmer Vernooij)
221
* Verify testaments when showing signatures on revisions and
222
re-enable signature display. (Jelmer Vernooij)
224
* Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
226
* Add gmerge command line option (Jasper Groenewegen, #124760)
15
230
* All i18n calls should now go through _i18n which must be imported from
16
231
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
232
as an anonymous variable. (Vincent Ladeuil)
234
* Add test for linegraph code. (Jelmer Vernooij)
236
* Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
238
* Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
240
* Remove glade from merge dialog. (Jasper Groenewegen)
242
* Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
244
* Remove glade from olive main window (Jasper Groenewegen)
246
* Remove glade from olive info dialog (Jasper Groenewegen)
248
* Rewrite Olive mouse button event handling (Kevin Light)