Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show icons in application and source menu items | Lars Uebernickel | 2012-08-21 | 1 | -3/+3 |
| | | | | | | | Everthing goes through GIcon now, using g_icon_{to,new_for}_string to set a string attribute on the menu item. The attribute is prefixed x-canonical- for now. | ||||
* | Use a custom menu item for message source menu items | Lars Uebernickel | 2012-08-21 | 1 | -0/+1 |
| | |||||
* | libmessaging-menu: only export symbols tha t belong to the API | Sebastien Bacher | 2012-08-20 | 1 | -0/+2 |
| | |||||
* | gtupleaction: set enabled to TRUE by default | Lars Uebernickel | 2012-08-20 | 1 | -0/+1 |
| | |||||
* | Add introspection support | Lars Uebernickel | 2012-07-30 | 1 | -0/+25 |
| | |||||
* | libmessaging-menu: use the (newly added) GTupleAction instead of GSimpleAction | Lars Uebernickel | 2012-06-28 | 4 | -44/+422 |
| | | | | | | | | | | GTupleAction is a bit simpler to handle when the action state contains a tuple of things that are independently modified most the time. It might be useful for other indicators as well. This implicitly also fixes the bug that libmessaging-menu did not preserve the other values in the action state when updating count, time, or string. | ||||
* | Sync chat status from and to clients | Lars Uebernickel | 2012-06-27 | 2 | -2/+74 |
| | |||||
* | Add draws-attention flag to source actions | Lars Uebernickel | 2012-06-27 | 1 | -8/+37 |
| | | | | | | AppSections watch those flags for associated sources and mux them into a draws-attention property for the whole section. | ||||
* | libmessaging-menu: add source name detail to "active-source" signal | Lars Uebernickel | 2012-06-15 | 1 | -3/+5 |
| | |||||
* | Check parameter types in public API | Lars Uebernickel | 2012-06-15 | 1 | -0/+4 |
| | |||||
* | Add first version of a libmessaging-menu client library | Lars Uebernickel | 2012-06-15 | 4 | -0/+922 |