aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|\| | |
| * | | releasing version 0.4.90-0ubuntu20.4.90-0ubuntu2Ken VanDine2012-01-242-2/+7
| | | |
| * | | releasing version 0.4.90-0ubuntu10.4.90-0ubuntu1Ken VanDine2012-01-243-8/+13
| | | |
| * | | * New upstream release.Ken VanDine2012-01-2435-3373/+7724
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | * Support hiding and showing indicators * Track the parent object in the entry * Adding activate function to include Window ID * debian/control: Bumping ABI version of lib
* | | | Silent bumpTed Gould2012-01-240-0/+0
| | | |
* | | | releasing version 0.4.90-0ubuntu1~ppa1Ted Gould2012-01-241-2/+2
| | | |
* | | | debian/control: Bumping ABI version of libTed Gould2012-01-244-7/+10
| | | |
* | | | * New upstream release.Ted Gould2012-01-2432-3367/+7715
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | * Support hiding and showing indicators * Track the parent object in the entry * Adding activate function to include Window ID
| * | | Import upstream version 0.4.90Ted Gould2012-01-2431-3365/+7706
| |\ \ \ | | | |/ | | |/|
| | * | 0.4.900.4.90Ted Gould2012-01-241-1/+1
| | | |
| | * | Bumping the ABI versionTed Gould2012-01-231-1/+1
| | | |
| | * | Add visibility concept to the default indicator objectTed Gould2012-01-237-31/+590
| | |\ \
| | | * \ "bzr merge lp:indicator" + conflict resolution in tests suiteCharles Kerr2012-01-2312-7/+477
| | | |\ \
| | | * | | another iteration of the indicator-object visibility support patch, ↵Charles Kerr2012-01-236-169/+337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed
| | | * | | fix bugs in IndicatorObject's visibility support.Charles Kerr2012-01-201-138/+161
| | | | | |
| | | * | | Better implementation.Charles Kerr2012-01-132-119/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version handles the bootstrapping conditions better, and also refs+detaches the GtkMenu for safekeeping between removed->added events s.t. it can keep being reused.
| | | * | | initial revision for GSettings/GtkMenu visibility supportCharles Kerr2012-01-123-12/+272
| | | | | |
| | * | | | Put the parent pointer in the entry struct to make it easier for the ↵Ted Gould2012-01-234-0/+8
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | implementers of the panel side
| | | * | | Checking to ensure the parent_object pointer gets setTed Gould2012-01-191-0/+1
| | | | | |
| | | * | | Adding a warning for entries that do not set their parent_objectTed Gould2012-01-191-0/+4
| | | | | |
| | | * | | Set the parent_object on the default entryTed Gould2012-01-191-0/+1
| | | | | |
| | | * | | Adding a parent object pointer to the entryTed Gould2012-01-191-0/+2
| | |/ / /
| | * | | Adding a window ID function to pass the window IDTed Gould2012-01-197-2/+323
| | |\ \ \
| | | * | | Moving the function into the tester to making linking simplerTed Gould2012-01-163-18/+21
| | | | | |
| | | * | | Adding a test to look to make sure the fallback worksTed Gould2012-01-161-0/+26
| | | | | |
| | | * | | Add a function to swap out the window entry handlerTed Gould2012-01-142-0/+16
| | | | | |