diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 22:35:40 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 22:35:40 +0100 |
| commit | 5a2f66b3302889e19f629a9de9667a6e8ed93bfb (patch) | |
| tree | 8ba63434ab7f0665bacf8dfa91ecfabb1817e281 /ChangeLog | |
| parent | b3398715b2dcb0dd78fba5f5323e672d3677d730 (diff) | |
| parent | 05f46d7e9a048f8427f3261ff3b52c0b9fdbcde7 (diff) | |
| download | libayatana-indicator-5a2f66b3302889e19f629a9de9667a6e8ed93bfb.tar.gz libayatana-indicator-5a2f66b3302889e19f629a9de9667a6e8ed93bfb.tar.bz2 libayatana-indicator-5a2f66b3302889e19f629a9de9667a6e8ed93bfb.zip | |
releasing version 0.4.91-0ubuntu1
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 81 |
1 files changed, 81 insertions, 0 deletions
@@ -1,5 +1,86 @@ # Generated by Makefile. Do not edit. +2012-02-14 Ted Gould <ted@gould.cx> + + 0.4.91 + +2012-02-13 Lars Uebernickel <lars.uebernickel@canonical.com> + + indicator_object_set_visible: only emit entry-{added,removed} when visibility actually changed + + Emitting those signals is semantically incorrect. It also confused + indicator-loader and the panel, because they are not checking whether an entry + is already present in their entry-added handlers. This led to gtk warnings + ("widget already has a parent") and strange effects, such as the same menu + being added multiple times into the panel. + + This patch also makes indicator_object_dispose use indicator_object_set_visible + (it was already doing something similar). + +2012-02-13 Lars Uebernickel <lars.uebernickel@canonical.com> + + indicator_object_dispose: remove unneeded list of entries + +2012-02-13 Lars Uebernickel <lars.uebernickel@canonical.com> + + indicator_object_dispose: use _set_visible instead of reimplementing it + +2012-02-13 Lars Uebernickel <lars.uebernickel@canonical.com> + + indicator_object_set_visible: no need to check for ENTRY_INIT + +2012-02-12 Lars Uebernickel <lars.uebernickel@canonical.com> + + indicator_object_set_visible: only emit entry-{added,removed} when visibility actually changed + + Emitting those signals is semantically incorrect. It also confused + indicator-loader and the panel, because they are not checking whether an entry + is already present in their entry-added handlers. This led to gtk warnings + ("widget already has a parent") and strange effects, such as the same menu + being added multiple times into the panel. + +2012-02-10 Ted Gould <ted@gould.cx> + + Free groupname after usage + +2012-02-09 Daniel d'Andrada <daniel.dandrada@canonical.com> + + Plug memory leak in parse_keyfile function. + +2012-02-03 Ted Gould <ted@gould.cx> + + Be more agressive in ensureing the parent_object value is available everywhere. + +2012-02-03 Marco Trevisan (Treviño) <mail@3v1n0.net> + + tests, DummyIndicatorSignaler: free the allocated memory. + +2012-01-25 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Test loader: check also for parent changes + +2012-01-25 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Tests: update dummy signaler to work with real IndicatorObjectEntry + + This fixes a crash due to the parent/unparent. + +2012-01-25 Marco Trevisan (Treviño) <mail@3v1n0.net> + + IndicatorObject: update object parent in any case. + +2012-01-25 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Added better parent_object tests. + +2012-01-25 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Indicator-Object: update the parent_object value only if the entry is valid. + +2012-01-25 Marco Trevisan (Treviño) <mail@3v1n0.net> + + IndicatorObject: correctly initialize the parent object. + 2012-01-24 Ted Gould <ted@gould.cx> 0.4.90 |
