Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support new FD.o Desktop Actions | Ted Gould | 2012-03-02 | 2 | -20/+100 |
|\ | |||||
| * | Get the right group in exec too! | Ted Gould | 2012-02-27 | 1 | -1/+15 |
| | | |||||
| * | Handling the different group names when getting the name as well | Ted Gould | 2012-02-27 | 1 | -1/+15 |
| | | |||||
| * | Update test desktop file | Ted Gould | 2012-02-27 | 1 | -5/+5 |
| | | |||||
| * | Creating a warning for the legacy support | Ted Gould | 2012-02-27 | 1 | -0/+1 |
| | | |||||
| * | Adding a value for whether it should use the TargetEnvironment, I'm removing ↵ | Ted Gould | 2012-02-27 | 1 | -5/+4 |
| | | | | | | | | the warning because we don't care to fix old stuff anymore | ||||
| * | Use the appropriate list of nicks and groups to find our data now | Ted Gould | 2012-02-27 | 1 | -2/+24 |
| | | |||||
| * | Figure out what kind of actions we have | Ted Gould | 2012-02-27 | 1 | -1/+17 |
| | | |||||
| * | Adding a state variable to track what kind of actions we have | Ted Gould | 2012-02-27 | 1 | -0/+11 |
| | | |||||
| * | Attaching bug | Ted Gould | 2012-02-27 | 0 | -0/+0 |
| | | |||||
| * | Changing our defines around to make sure to mark things the way that we ↵ | Ted Gould | 2012-02-27 | 1 | -11/+14 |
| | | | | | | | | think about them. | ||||
* | | lp:~charlesk/libindicator/fix-939061 | Charles Kerr | 2012-02-29 | 1 | -8/+3 |
|\ \ | |/ |/| | |||||
| * | silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" ↵ | Charles Kerr | 2012-02-29 | 1 | -2/+1 |
| | | | | | | | | | | | | | | reported in Bug #939061 Coverity is unhappy that the local variable "priv" is uninitialized if one of the goto branches is followed in this function. Since we only use priv once, a fairly clean way of sidestepping this warning is removing the local variable "priv" and instead using INDICATOR_OBJECT_GET_PRIVATE()'s return pointer directly. | ||||
| * | tweak: use g_clear_object() instead of if-not-null-g_object_unref() | Charles Kerr | 2012-02-29 | 1 | -6/+2 |
|/ | |||||
* | 0.4.920.4.92 | Ted Gould | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Remove unenforcable consts | Ted Gould | 2012-02-22 | 2 | -4/+4 |
|\ | |||||
| * | Attaching bug | Ted Gould | 2012-02-22 | 0 | -0/+0 |
| | | |||||
| * | Removing unenforcable consts | Ted Gould | 2012-02-22 | 2 | -4/+4 |
|/ | |||||
* | Adjusting timeout so it'll build on the buildds too | Ted Gould | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | Explicitly listing gmodule as a library we're using | Ted Gould | 2012-02-14 | 1 | -0/+2 |
|\ | |||||
| * | Explicity add gmodule in the list of required libraries | Ted Gould | 2012-02-14 | 1 | -0/+2 |
|/ | |||||
* | 0.4.910.4.91 | Ted Gould | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | indicator_object_set_visible: only emit entry-{added,removed} when ↵ | Lars Uebernickel | 2012-02-13 | 1 | -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 entries | Lars Uebernickel | 2012-02-13 | 1 | -5/+1 |
| | | |||||
| * | indicator_object_dispose: use _set_visible instead of reimplementing it | Lars Uebernickel | 2012-02-13 | 1 | -12/+2 |
| | | |||||
| * | indicator_object_set_visible: no need to check for ENTRY_INIT | Lars Uebernickel | 2012-02-13 | 1 | -4/+2 |
| | | |||||
| * | indicator_object_set_visible: only emit entry-{added,removed} when ↵ | Lars Uebernickel | 2012-02-12 | 1 | -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 usage | Ted Gould | 2012-02-10 | 1 | -0/+1 |
|\ | |||||
| * | Plug memory leak in parse_keyfile function. | Daniel d'Andrada | 2012-02-09 | 1 | -0/+1 |
|/ | |||||
* | Be more agressive in ensureing the parent_object value is available everywhere. | Ted Gould | 2012-02-03 | 3 | -16/+67 |
|\ | |||||
| * | tests, DummyIndicatorSignaler: free the allocated memory. | Marco Trevisan (Treviño) | 2012-02-03 | 1 | -5/+7 |
| | | |||||
| * | Test loader: check also for parent changes | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -0/+4 |
| | | |||||
| * | Tests: update dummy signaler to work with real IndicatorObjectEntry | Marco Trevisan (Treviño) | 2012-01-25 | 2 | -12/+28 |
| | | | | | | | | This fixes a crash due to the parent/unparent. | ||||
| * | IndicatorObject: update object parent in any case. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -6/+6 |
| | | |||||
| * | Added better parent_object tests. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -2/+6 |
| | | |||||
| * | Indicator-Object: update the parent_object value only if the entry is valid. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -4/+16 |
| | | |||||
| * | IndicatorObject: correctly initialize the parent object. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -1/+14 |
|/ | |||||
* | 0.4.900.4.90 | Ted Gould | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Bumping the ABI version | Ted Gould | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Add visibility concept to the default indicator object | Ted Gould | 2012-01-23 | 7 | -31/+590 |
|\ | |||||
| * | "bzr merge lp:indicator" + conflict resolution in tests suite | Charles Kerr | 2012-01-23 | 12 | -7/+477 |
| |\ | |||||
| * | | another iteration of the indicator-object visibility support patch, ↵ | Charles Kerr | 2012-01-23 | 6 | -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 Kerr | 2012-01-20 | 1 | -138/+161 |
| | | | |||||
| * | | Better implementation. | Charles Kerr | 2012-01-13 | 2 | -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 support | Charles Kerr | 2012-01-12 | 3 | -12/+272 |
| | | | |||||
* | | | Put the parent pointer in the entry struct to make it easier for the ↵ | Ted Gould | 2012-01-23 | 4 | -0/+8 |
|\ \ \ | |_|/ |/| | | | | | implementers of the panel side | ||||
| * | | Checking to ensure the parent_object pointer gets set | Ted Gould | 2012-01-19 | 1 | -0/+1 |
| | | | |||||
| * | | Adding a warning for entries that do not set their parent_object | Ted Gould | 2012-01-19 | 1 | -0/+4 |
| | | | |||||
| * | | Set the parent_object on the default entry | Ted Gould | 2012-01-19 | 1 | -0/+1 |
| | | | |||||
| * | | Adding a parent object pointer to the entry | Ted Gould | 2012-01-19 | 1 | -0/+2 |
|/ / |