Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export menu for the phone client | Lars Uebernickel | 2012-11-16 | 1 | -0/+8 |
| | | | | | | | | This is a rough first draft: It only fetched the sources and messages from applications once and doesn't listen for further changes. This removes all code for the desktop menu for now. | ||||
* | gactionmuxer: check for NULL in public API | Lars Uebernickel | 2012-06-04 | 1 | -0/+6 |
| | |||||
* | gactionmuxer: remove unnecessary NULL check | Lars Uebernickel | 2012-06-04 | 1 | -3/+0 |
| | |||||
* | gactionmuxer: don't crash when no global actions are given | Lars Uebernickel | 2012-06-04 | 1 | -5/+8 |
| | |||||
* | gactiongroup: don't remove items from the hash while iterating over it | Lars Uebernickel | 2012-06-04 | 1 | -15/+32 |
| | |||||
* | gactionmuxer: allow passing a NULL action group to insert() | Lars Uebernickel | 2012-06-03 | 1 | -1/+7 |
| | |||||
* | Add GActionMuxer | Lars Uebernickel | 2012-06-03 | 1 | -0/+456 |
This is a new implementation of an action muxer with the same interface as the one in the gtk tree. Its implementation is considerably simpler, mostly because it doesn't need to implement GActionObservable. In addition to muxing different action groups with the <prefix>.<action_name> scheme, it has the notion of global, prefix-less actions. Indicator-messages needs those for the status and clear actions. |