5
* Internationalization support has been added. (David Planella, #621680)
7
* Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
9
* gannotate now supports interactive substring search in the file content.
10
interactive search for line numbers has been removed, use Ctrl-G instead.
13
* visualise now supports interactive changeset comment search.
14
interactive search for revision numbers continues to work.
19
* Ensure config directory exists before writing configuration.
20
(Jelmer Vernooij, #231150)
26
* make sure that gdiff opened from gannotate knows its parent
27
(gannotate, that is, and does not exit when it (gdiff) is closed.
29
* Clarify 'visualise' help about the multiple branches feature
30
and the --revision parameter. (Vincent Ladeuil, #556347)
32
* Mark as compatible with bzr 2.3. (Jelmer Vernooij)
34
* Fix appindicator icon category. (Michael Terry, #685634)
36
* Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
38
* "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
40
* Don't use markup for secondary text in error dialogs.
41
(Edward Ari Bichetero, #656641)
43
* Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
47
* Add lock dialog. (Daniel Schierbeck, #93652)
51
* Add option to use "bzr viz" with a vertical layout.
58
* Trivial release to include credits pickle file.
60
* Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
66
* Guard setup() call when not loaded as __main__. (Robert Collins)
68
* Ignore gnomekeyring.IOError when checking if credentials are available
69
in the GNOME keyring. (Jelmer Vernooij, #534326)
71
* Don't crash when there is already a lan-notify instance running.
72
(Jelmer Vernooij, #339284)
74
* Return the credentials if successfully found in gnome-keyring.
77
* Support non-bzr patches. (Toshio Kuratomi, #502076)
79
* Avoid using private functions to get branch config. (Jelmer Vernooij,
82
* Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
86
* Add 'Find' button to start text search.
87
(Martin Pool, #556347)
89
* Add 'glog' as an alias for visualize (aka viz) as too many
90
people are still confused.
93
* Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
96
* Add more tooltips to Olive. (Adrian Room, #333876)
102
* Fix relative import in olive menu.
103
(Mathias Brodala, #269883)
105
* Fix typo in checkout dialog.
106
(Jasper Groenewegen, #466507)
108
* Adds help for ginit and gtags.
109
(Andrew Starr-Bochicchio, #512701)
115
* Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
116
by being more tolerant about gobject methods availability.
117
(Vincent Ladeuil, #403430)
119
* Fixed emblem and nautilus bzr-status column for ignored files.
120
(Lucas Shrewsbury, #294632)
122
* Fixed emblem and nautilus bzr-status column for unversioned files.
123
(Lucas Shrewsbury, #417966)
125
* Switch to using disutils sdist instead of bzr export.
132
* Same player shoots again. Version credits.pickle and rebuild the tarball
133
after running 'python ./setup.py build_credits', update
134
http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
135
(Vincent Ladeuil, #397526)
141
* Rebuild the tarball after running 'python ./setup.py build_credits',
142
update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
143
(Vincent Ladeuil, #397526)
150
* Add colored status messages in Olive file list (Jasper Groenewegen)
152
* Use the new progress bar implementation from bzrlib.
153
(Vincent Ladeuil, 385191)
157
* Add ginfo command line option (Jasper Groenewegen)
159
* Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
163
* Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
166
* Fix Olive homepage URL. (#255152)
168
* Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
170
* Save commit messages at uncommit time, restore them at
171
gcommit time. Also allow saving commit messages if the commit
172
is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
174
* Mark as compatible with bzr 1.13.
178
* Support storing credentials in the GNOME Keyring if it is
179
available. (Jelmer Vernooij)
181
* Fix opening Status window in Olive (#316310)
187
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
189
* Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
191
* Added menu option for indexing branches if bzr-search is present.
194
* Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
196
* Remove dummy "Edit->Find" option. (Jelmer Vernooij)
198
* Added an optional diff panel to bzr vis. (Scott Scriven)
200
* Made bzr vis remember whether the toolbar is visible. (Scott Scriven)
202
* Made bzr vis remember window and panel sizes. (Scott Scriven)
204
* Sort Olive bookmarks by title (Jasper Groenewegen)
206
* Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
208
* Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
210
* Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
212
* Show status for folders in Olive file list (Jasper Groenewegen)
214
* Change appearance Olive bookmarks (Jasper Groenewegen)
216
* Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
220
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
222
* Fixed adding tags. (Javier Derderian, #228709)
224
* Fix history mode button. (Jasper Groenewegen, #144962)
226
* Fixed handle-patch script. (Jelmer Vernooij)
228
* Fix import in olive. (Jelmer Vernooij, #223935)
230
* Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
232
* Remove use of upstream removed Repository.revision_parents()
235
* List network drives in Olive. (Kevin Light, #244308)
237
* Fix progress bar handling. (Jelmer Vernooij)
239
* Fix broken symlink handling. (Jasper Groenewegen)
241
* Fix import in Olive rename dialog. (Kevin Light)
243
* Removed some redundant screen redrawing in bzr vis. (Scott Scriven)
245
* Fixed overflowing labels in bzr vis. (Scott Scriven)
247
* Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
249
* Remove question for setting default push location. (Jasper Groenewegen, #151818)
251
* Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
253
* Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
255
* Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
257
* Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
259
* Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
263
* Moved notify icon code to separate script. (Jelmer Vernooij)
265
* Verify testaments when showing signatures on revisions and
266
re-enable signature display. (Jelmer Vernooij)
268
* Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
270
* Add gmerge command line option (Jasper Groenewegen, #124760)
274
* All i18n calls should now go through _i18n which must be imported from
275
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
276
as an anonymous variable. (Vincent Ladeuil)
278
* Add test for linegraph code. (Jelmer Vernooij)
280
* Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
282
* Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
284
* Remove glade from merge dialog. (Jasper Groenewegen)
286
* Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
288
* Remove glade from olive main window (Jasper Groenewegen)
290
* Remove glade from olive info dialog (Jasper Groenewegen)
292
* Rewrite Olive mouse button event handling (Kevin Light)
298
* Disabled signature tab until we start verifying testaments.
303
* Fix display of children in branchview. (Jelmer Vernooij, #224914)
309
5
* Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
311
* Use new D-Bus revision signal. (James Henstridge, #206443)
315
9
* Made the tags associated with a revision render next to the revision