Commits

[1944 total ]
Avatar
r13424 There seems to be a lot of usage of the unit view, so we might as well get a reference once and just use that.

by walter_l on 2009-12-01 12:46 (16 days ago)

Avatar
r13423 Added signal to notify when a StringElem has been rendered in a TextView. This gives allows code that makes changes to the GUI to be notified that its changes might be destroyed.

by walter_l on 2009-12-01 12:44 (16 days ago)

Avatar
r13422 Cosmetic changes: value-alignment and using "object" in stead of gobject.TYPE_PYOBJECT.

by walter_l on 2009-12-01 12:42 (16 days ago)

Anon32
r13421 Only escape entities after diffing, otherwise the escaped versions are diffed and entities are diffed as text. This fixes a spurious problem with no source showing for suggestions containing & accelerator key.

by friedelwolff on 2009-12-01 12:12 (16 days ago)

Anon32
r13420 Always assign the .id member, since other parts of the API expects it even if it might be empty

by friedelwolff on 2009-12-01 11:33 (16 days ago)

Avatar
r13406 Bumped version to 0.5.0 :D

by walter_l on 2009-11-30 14:20 (17 days ago)

Avatar
r13405 Remove highlight text tag before adding it, to make sure it stays "fresh"

by walter_l on 2009-11-30 13:58 (17 days ago)

Avatar
r13404 Cosmetic changes: "x != y" is more readable than "not x == y"

by walter_l on 2009-11-30 13:57 (17 days ago)

Avatar
r13403 Remove _unhighlight_previous_matches(). It only really did anything when we still used multiple UnitView widgets.

by walter_l on 2009-11-30 13:47 (17 days ago)

Avatar
r13400 Make sure that the matcher is cleared when running into unhandled status codes from the web server.

by walter_l on 2009-11-30 09:36 (17 days ago)