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
7
* Guard setup() call when not loaded as __main__. (Robert Collins)