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)
15
* Internationalization support has been added. (David Planella, #621680)
17
* Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
19
* gannotate now supports interactive substring search in the file content.
20
interactive search for line numbers has been removed, use Ctrl-G instead.
23
* visualise now supports interactive changeset comment search.
24
interactive search for revision numbers continues to work.
27
* Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
29
* Remove keyring support - this is broken for GTK3, and replaced by a DBus service
30
that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
31
for this service. (Jelmer Vernooij)
35
* Ensure config directory exists before writing configuration.
36
(Jelmer Vernooij, #231150)
38
* Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
40
* Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
41
(Mikkel Kamstrup Erlandsen, #861201)
47
* make sure that gdiff opened from gannotate knows its parent
48
(gannotate, that is, and does not exit when it (gdiff) is closed.
50
* Clarify 'visualise' help about the multiple branches feature
51
and the --revision parameter. (Vincent Ladeuil, #556347)
53
* Mark as compatible with bzr 2.3. (Jelmer Vernooij)
55
* Fix appindicator icon category. (Michael Terry, #685634)
57
* Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
59
* "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
61
* Don't use markup for secondary text in error dialogs.
62
(Edward Ari Bichetero, #656641)
64
* Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
68
* Add lock dialog. (Daniel Schierbeck, #93652)
72
* Add option to use "bzr viz" with a vertical layout.
79
* Trivial release to include credits pickle file.
81
* Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
5
87
* Guard setup() call when not loaded as __main__. (Robert Collins)
7
* Ignore gnomekeyring.IOError when checking if credentials are available
89
* Ignore gnomekeyring.IOError when checking if credentials are available
8
90
in the GNOME keyring. (Jelmer Vernooij, #534326)
10
92
* Don't crash when there is already a lan-notify instance running.
11
93
(Jelmer Vernooij, #339284)
95
* Return the credentials if successfully found in gnome-keyring.
98
* Support non-bzr patches. (Toshio Kuratomi, #502076)
100
* Avoid using private functions to get branch config. (Jelmer Vernooij,
103
* Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
15
107
* Add 'Find' button to start text search.