5
* Internationalization support has been added. (David Planella, #621680)
7
* Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
13
* make sure that gdiff opened from gannotate knows its parent
14
(gannotate, that is, and does not exit when it (gdiff) is closed.
16
* Clarify 'visualise' help about the multiple branches feature
17
and the --revision parameter. (Vincent Ladeuil, #556347)
19
* Mark as compatible with bzr 2.3. (Jelmer Vernooij)
21
* Fix appindicator icon category. (Michael Terry, #685634)
23
* Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
25
* "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
27
* Don't use markup for secondary text in error dialogs.
28
(Edward Ari Bichetero, #656641)
30
* Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
34
* Add lock dialog. (Daniel Schierbeck, #93652)
40
* Trivial release to include credits pickle file.
42
* Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
48
* Guard setup() call when not loaded as __main__. (Robert Collins)
50
* Ignore gnomekeyring.IOError when checking if credentials are available
51
in the GNOME keyring. (Jelmer Vernooij, #534326)
53
* Don't crash when there is already a lan-notify instance running.
54
(Jelmer Vernooij, #339284)
56
* Return the credentials if successfully found in gnome-keyring.
59
* Support non-bzr patches. (Toshio Kuratomi, #502076)
61
* Avoid using private functions to get branch config. (Jelmer Vernooij,
64
* Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
68
* Add 'Find' button to start text search.
69
(Martin Pool, #556347)
71
* Add 'glog' as an alias for visualize (aka viz) as too many
72
people are still confused.
75
* Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
78
* Add more tooltips to Olive. (Adrian Room, #333876)
84
* Fix relative import in olive menu.
85
(Mathias Brodala, #269883)
87
* Fix typo in checkout dialog.
88
(Jasper Groenewegen, #466507)
90
* Adds help for ginit and gtags.
91
(Andrew Starr-Bochicchio, #512701)
97
* Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
98
by being more tolerant about gobject methods availability.
99
(Vincent Ladeuil, #403430)
101
* Fixed emblem and nautilus bzr-status column for ignored files.
102
(Lucas Shrewsbury, #294632)
104
* Fixed emblem and nautilus bzr-status column for unversioned files.
105
(Lucas Shrewsbury, #417966)
107
* Switch to using disutils sdist instead of bzr export.
114
* Same player shoots again. Version credits.pickle and rebuild the tarball
115
after running 'python ./setup.py build_credits', update
116
http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
117
(Vincent Ladeuil, #397526)
123
* Rebuild the tarball after running 'python ./setup.py build_credits',
124
update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
125
(Vincent Ladeuil, #397526)
132
* Add colored status messages in Olive file list (Jasper Groenewegen)
134
* Use the new progress bar implementation from bzrlib.
135
(Vincent Ladeuil, 385191)
139
* Add ginfo command line option (Jasper Groenewegen)
141
* Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
145
* Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
148
* Fix Olive homepage URL. (#255152)
150
* Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
152
* Save commit messages at uncommit time, restore them at
153
gcommit time. Also allow saving commit messages if the commit
154
is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
156
* Mark as compatible with bzr 1.13.
160
* Support storing credentials in the GNOME Keyring if it is
161
available. (Jelmer Vernooij)
163
* Fix opening Status window in Olive (#316310)
5
169
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
171
* Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
173
* Added menu option for indexing branches if bzr-search is present.
176
* Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
178
* Remove dummy "Edit->Find" option. (Jelmer Vernooij)
180
* Added an optional diff panel to bzr vis. (Scott Scriven)
182
* Made bzr vis remember whether the toolbar is visible. (Scott Scriven)
184
* Made bzr vis remember window and panel sizes. (Scott Scriven)
186
* Sort Olive bookmarks by title (Jasper Groenewegen)
188
* Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
190
* Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
192
* Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
194
* Show status for folders in Olive file list (Jasper Groenewegen)
196
* Change appearance Olive bookmarks (Jasper Groenewegen)
198
* Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
9
202
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
11
204
* Fixed adding tags. (Javier Derderian, #228709)
206
* Fix history mode button. (Jasper Groenewegen, #144962)
208
* Fixed handle-patch script. (Jelmer Vernooij)
210
* Fix import in olive. (Jelmer Vernooij, #223935)
212
* Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
214
* Remove use of upstream removed Repository.revision_parents()
217
* List network drives in Olive. (Kevin Light, #244308)
219
* Fix progress bar handling. (Jelmer Vernooij)
221
* Fix broken symlink handling. (Jasper Groenewegen)
223
* Fix import in Olive rename dialog. (Kevin Light)
225
* Removed some redundant screen redrawing in bzr vis. (Scott Scriven)
227
* Fixed overflowing labels in bzr vis. (Scott Scriven)
229
* Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
231
* Remove question for setting default push location. (Jasper Groenewegen, #151818)
233
* Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
235
* Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
237
* Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
239
* Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
241
* Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
245
* Moved notify icon code to separate script. (Jelmer Vernooij)
247
* Verify testaments when showing signatures on revisions and
248
re-enable signature display. (Jelmer Vernooij)
250
* Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
252
* Add gmerge command line option (Jasper Groenewegen, #124760)
15
256
* All i18n calls should now go through _i18n which must be imported from
16
257
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
258
as an anonymous variable. (Vincent Ladeuil)
260
* Add test for linegraph code. (Jelmer Vernooij)
262
* Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
264
* Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
266
* Remove glade from merge dialog. (Jasper Groenewegen)
268
* Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
270
* Remove glade from olive main window (Jasper Groenewegen)
272
* Remove glade from olive info dialog (Jasper Groenewegen)
274
* Rewrite Olive mouse button event handling (Kevin Light)