5
* Fix compatibility with newer versions of gir-gtk which don't allow
6
None in STRING columns of ListStores. (Jelmer Vernooij)
8
* Properly handle popup menus when there is no selected revision in
9
"bzr viz". (Jelmer Vernooij, #281717)
11
* Ignore bzr-handle-patch.desktop in sofware center.
12
(Jelmer Vernooij, #854245)
14
* Fix searching in tree views. (Jelmer Vernooij, #928301)
18
* bzr-notify has been removed, as it was causing regressions
19
on several machines and not particularly useful.
20
(Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536)
26
* Internationalization support has been added. (David Planella, #621680)
28
* Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
30
* gannotate now supports interactive substring search in the file content.
31
interactive search for line numbers has been removed, use Ctrl-G instead.
34
* visualise now supports interactive changeset comment search.
35
interactive search for revision numbers continues to work.
38
* Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
40
* Remove keyring support - this is broken for GTK3, and replaced by a DBus service
41
that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
42
for this service. (Jelmer Vernooij)
46
* Ensure config directory exists before writing configuration.
47
(Jelmer Vernooij, #231150)
49
* Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
51
* Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
52
(Mikkel Kamstrup Erlandsen, #861201)
58
* make sure that gdiff opened from gannotate knows its parent
59
(gannotate, that is, and does not exit when it (gdiff) is closed.
61
* Clarify 'visualise' help about the multiple branches feature
62
and the --revision parameter. (Vincent Ladeuil, #556347)
64
* Mark as compatible with bzr 2.3. (Jelmer Vernooij)
66
* Fix appindicator icon category. (Michael Terry, #685634)
68
* Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
70
* "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
72
* Don't use markup for secondary text in error dialogs.
73
(Edward Ari Bichetero, #656641)
75
* Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
79
* Add lock dialog. (Daniel Schierbeck, #93652)
83
* Add option to use "bzr viz" with a vertical layout.
90
* Trivial release to include credits pickle file.
92
* Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
98
* Guard setup() call when not loaded as __main__. (Robert Collins)
100
* Ignore gnomekeyring.IOError when checking if credentials are available
101
in the GNOME keyring. (Jelmer Vernooij, #534326)
103
* Don't crash when there is already a lan-notify instance running.
104
(Jelmer Vernooij, #339284)
106
* Return the credentials if successfully found in gnome-keyring.
109
* Support non-bzr patches. (Toshio Kuratomi, #502076)
111
* Avoid using private functions to get branch config. (Jelmer Vernooij,
114
* Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
118
* Add 'Find' button to start text search.
119
(Martin Pool, #556347)
121
* Add 'glog' as an alias for visualize (aka viz) as too many
122
people are still confused.
125
* Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
128
* Add more tooltips to Olive. (Adrian Room, #333876)
134
* Fix relative import in olive menu.
135
(Mathias Brodala, #269883)
137
* Fix typo in checkout dialog.
138
(Jasper Groenewegen, #466507)
140
* Adds help for ginit and gtags.
141
(Andrew Starr-Bochicchio, #512701)
147
* Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
148
by being more tolerant about gobject methods availability.
149
(Vincent Ladeuil, #403430)
151
* Fixed emblem and nautilus bzr-status column for ignored files.
152
(Lucas Shrewsbury, #294632)
154
* Fixed emblem and nautilus bzr-status column for unversioned files.
155
(Lucas Shrewsbury, #417966)
157
* Switch to using disutils sdist instead of bzr export.
164
* Same player shoots again. Version credits.pickle and rebuild the tarball
165
after running 'python ./setup.py build_credits', update
166
http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
167
(Vincent Ladeuil, #397526)
173
* Rebuild the tarball after running 'python ./setup.py build_credits',
174
update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
175
(Vincent Ladeuil, #397526)
182
5
* Add colored status messages in Olive file list (Jasper Groenewegen)
184
* Use the new progress bar implementation from bzrlib.
185
(Vincent Ladeuil, 385191)
189
9
* Add ginfo command line option (Jasper Groenewegen)
191
* Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
195
* Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
198
* Fix Olive homepage URL. (#255152)
200
* Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
202
* Save commit messages at uncommit time, restore them at
203
gcommit time. Also allow saving commit messages if the commit
204
is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
206
* Mark as compatible with bzr 1.13.
210
* Support storing credentials in the GNOME Keyring if it is
211
available. (Jelmer Vernooij)
213
* Fix opening Status window in Olive (#316310)