aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merging shared upstream rev into target branch.Sebastien Bacher2012-02-230-0/+0
|\
| * Prepared upstream tree for merging into target branch.Sebastien Bacher2012-02-236-16/+64
| |\
* | \ Merging shared upstream rev into target branch.Sebastien Bacher2012-02-235-15/+61
|\ \ \
| * \ \ Prepared upstream tree for merging into target branch.Sebastien Bacher2012-02-236-16/+64
| |\ \ \ | | |/ / | |/| / | | |/
| | * Import upstream version 0.4.92Ted Gould2012-02-236-16/+64
| | |\
| | | * 0.4.920.4.92Ted Gould2012-02-231-1/+1
| | | |
| | | * Remove unenforcable constsTed Gould2012-02-222-4/+4
| | | |\
| | | | * Attaching bugTed Gould2012-02-220-0/+0
| | | | |
| | | | * Removing unenforcable constsTed Gould2012-02-222-4/+4
| | | |/
* | | | releasing version 0.4.91-0ubuntu3Sebastien Bacher2012-02-152-4/+4
| | | |
* | | | Restore revision dropped by error, not sure what happened with the vcsSebastien Bacher2012-02-152-0/+8
| | | |
* | | | releasing version 0.4.91-0ubuntu2Sebastien Bacher2012-02-153-1/+11
|\ \ \ \
| * \ \ \ releasing version 0.4.91-0ubuntu1~ppa3Ted Gould2012-02-141-2/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Adjusting timeout so it'll build on the buildds tooTed Gould2012-02-141-1/+1
| | | | |
| * | | | Increasing the test timeout to ensure that's not our issueTed Gould2012-02-142-1/+7
| | | | |
| * | | | releasing version 0.4.91-0ubuntu1~ppa2Ted Gould2012-02-141-2/+2
| | | | |
| * | | | debian/rules: Adding messagesTed Gould2012-02-142-0/+8
| | | | |
* | | | | Merging shared upstream rev into target branch.Sebastien Bacher2012-02-151-2/+0
|\ \ \ \ \
| * \ \ \ \ Prepared upstream tree for merging into target branch.Sebastien Bacher2012-02-150-0/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| * | | | Import upstream version 0.4.91Sebastien Bacher2012-02-1417-470/+855
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Explicitly listing gmodule as a library we're usingTed Gould2012-02-141-0/+2
| | |\ \ \
* | | \ \ \ releasing version 0.4.91-0ubuntu1Sebastien Bacher2012-02-1422-512/+878
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | releasing version 0.4.91-0ubuntu1~ppa1Ted Gould2012-02-141-2/+2
| | | | | |
| * | | | | * debian/control, debian/rules:Ted Gould2012-02-143-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding in autoreconf support * Adding a check rule and requiring new build deps
| * | | | | debian/control, debian/rules: Adding in autoreconf supportTed Gould2012-02-143-1/+4
| | | | | |
| * | | | | * Upstream MergeTed Gould2012-02-142-1/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | * Explicitly add in gmodule as a required library
| | * | | | Explicity add gmodule in the list of required librariesTed Gould2012-02-141-0/+2
| | | |/ / | | |/| |
| * | | | Dropping debian/patchesTed Gould2012-02-143-42/+2
| | | | |
| * | | | * New upstream release.Ted Gould2012-02-1418-470/+864
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | * Visibility fixes for indicators using that functionality * Ensure that parent_object is more aggressively set * Fix memory leak on groups of items in desktop files
| | * | | Import upstream version 0.4.91Ted Gould2012-02-1417-470/+855
| | |\| | | | | |/ | | |/|
| | | * 0.4.910.4.91Ted Gould2012-02-141-1/+1
| | | |
| | | * indicator_object_set_visible: only emit entry-{added,removed} when ↵Lars Uebernickel2012-02-131-17/+8
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| | | | * indicator_object_dispose: remove unneeded list of entriesLars Uebernickel2012-02-131-5/+1
| | | | |
| | | | * indicator_object_dispose: use _set_visible instead of reimplementing itLars Uebernickel2012-02-131-12/+2
| | | | |
| | | | * indicator_object_set_visible: no need to check for ENTRY_INITLars Uebernickel2012-02-131-4/+2
| | | | |
| | | | * indicator_object_set_visible: only emit entry-{added,removed} when ↵Lars Uebernickel2012-02-121-1/+8
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * Free groupname after usageTed Gould2012-02-101-0/+1
| | | |\
| | | | * Plug memory leak in parse_keyfile function.Daniel d'Andrada2012-02-091-0/+1
| | | |/
| | | * Be more agressive in ensureing the parent_object value is available everywhere.Ted Gould2012-02-033-16/+67
| | | |\
| | | | * tests, DummyIndicatorSignaler: free the allocated memory.Marco Trevisan (Treviño)2012-02-031-5/+7
| | | | |
| | | | * Test loader: check also for parent changesMarco Trevisan (Treviño)2012-01-251-0/+4
| | | | |
| | | | * Tests: update dummy signaler to work with real IndicatorObjectEntryMarco Trevisan (Treviño)2012-01-252-12/+28
| | | | | | | | | | | | | | | | | | | | This fixes a crash due to the parent/unparent.
| | | | * IndicatorObject: update object parent in any case.Marco Trevisan (Treviño)2012-01-251-6/+6
| | | | |
| | | | * Added better parent_object tests.Marco Trevisan (Treviño)2012-01-251-2/+6
| | | | |
| | | | * Indicator-Object: update the parent_object value only if the entry is valid.Marco Trevisan (Treviño)2012-01-251-4/+16
| | | | |
| | | | * IndicatorObject: correctly initialize the parent object.Marco Trevisan (Treviño)2012-01-251-1/+14
| | | |/
| * | | Merge with Ubuntu DesktopTed Gould2012-02-141-0/+15
| |\ \ \ | |/ / / |/| | |
* | | | releasing version 0.4.90-0ubuntu40.4.90-0ubuntu4Ken VanDine2012-01-262-2/+10
| | | |
* | | | releasing version 0.4.90-0ubuntu30.4.90-0ubuntu3Ken VanDine2012-01-252-2/+9
| | | |
| * | | Merging with U. DesktopTed Gould2012-01-254-8/+18
| |\ \ \ | |/ / / |/| | |