aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use aa{sv} instead of a(ssgav) to communicate actions to the serviceLars Uebernickel2012-11-281-4/+4
* Pass message action and its parameter through to the applicationLars Uebernickel2012-11-271-0/+2
* Allow adding actions to MessagingMenuMessageLars Uebernickel2012-11-271-2/+4
* Tell applications when messages and sources are dismissedLars Uebernickel2012-11-261-7/+28
* Use namespaced action names (src. and msg.) in phone menuLars Uebernickel2012-11-261-4/+4
* Remove sections and "Clear All" when no sources or messages are availableLars Uebernickel2012-11-261-10/+33
* Add "Clear All"Lars Uebernickel2012-11-262-1/+51
* Namespace actions with 'src' and 'msg' for sources and messagesLars Uebernickel2012-11-261-11/+25
* ImApplicationList: give message and source actions a boolean parameterLars Uebernickel2012-11-261-10/+16
* ImApplicationList: listen to activate signalLars Uebernickel2012-11-261-18/+58
* Canonicalize application idsLars Uebernickel2012-11-263-61/+88
* ImPhoneMenu: expose application icon on message itemsLars Uebernickel2012-11-221-0/+12
* ImApplicationList: use specified state for source actions (uxsb)Lars Uebernickel2012-11-221-2/+4
* ImApplicationList: fix typosLars Uebernickel2012-11-211-2/+2
* ImApplicationList: no need to include the dynamic data in the signalsLars Uebernickel2012-11-213-24/+8
* Remove application messages when it unregisters itselfLars Uebernickel2012-11-211-10/+28
* Replace app when another process is registering with the same idLars Uebernickel2012-11-213-22/+15
* Remove applications from the menu when the disappear from the busLars Uebernickel2012-11-214-0/+90
* ImApplicationList: listen for added and removed signalsLars Uebernickel2012-11-202-36/+153
* messages-service: move app handling into separate classLars Uebernickel2012-11-204-161/+419
* messages-serivce: move menu creation into separate classLars Uebernickel2012-11-204-49/+319
* Use different menu attributes for the phone menuLars Uebernickel2012-11-161-6/+5
* Export menu for the phone clientLars Uebernickel2012-11-164-395/+169
* Change application to service d-bus protocolLars Uebernickel2012-11-141-160/+264
* Move service .xml into a common directoryLars Uebernickel2012-11-132-48/+6
* Include fallback icon namesLars Uebernickel2012-09-282-3/+16
* Request LARGE_TOOLBAR icons for the panelLars Uebernickel2012-09-251-3/+2
* messages-service: define all global variables as staticLars Uebernickel2012-09-191-3/+3
* Use indicator-message icons with chat statusLars Uebernickel2012-09-182-30/+109
* Set the global chat status more intelligentlyLars Uebernickel2012-09-185-47/+167
* messages-services: don't call g_object_unref with NULLLars Uebernickel2012-09-141-1/+2
* Show menu separators between sectionsLars Uebernickel2012-09-131-18/+8
* messages-service: update chat section when an app is removedLars Uebernickel2012-09-061-3/+11
* messages-service: fix merge errorLars Uebernickel2012-09-061-7/+5
* Merge lp:~larsu/indicator-messages/watch-desktop-filesLars Uebernickel2012-09-063-48/+128
|\
| * messages-service.c: remove redundant g_hash_table_removeLars Uebernickel2012-09-051-1/+0
| * app-section.c: remove unused function app_section_get_nameLars Uebernickel2012-09-052-12/+0
| * app-section.c: make destroy_signal staticLars Uebernickel2012-09-051-1/+1
| * app-section: remove unused private memberLars Uebernickel2012-09-052-11/+0
| * Watch desktop files for changesLars Uebernickel2012-09-052-26/+129
* | Hide the indicator when no application is configured to use it.. Fixes: https...Lars Uebernickel2012-09-052-54/+71
|\ \ | |/ |/|
| * indicator-messages.c: don't call menu_items_changed directlyLars Uebernickel2012-09-051-31/+38
| * Hide indicator when no applications are configured to use itLars Uebernickel2012-09-042-64/+74
* | ido-detail-label: factor common code out of set_text and _countLars Uebernickel2012-09-041-25/+25
* | ido-detail-label: chain up dispose and finalize callsLars Uebernickel2012-09-041-0/+4
* | im-source-menu-item: ellipsize label when it's longer than 40 emLars Uebernickel2012-09-031-0/+3
* | im-source-menu-item: draw lozenges around countsLars Uebernickel2012-09-034-74/+458
* | im-source-menu-item: refactor setting detail stringLars Uebernickel2012-09-031-15/+46
|/
* Merge lp:~larsu/messaging-menu/fix-iconsLars Uebernickel2012-08-278-8/+485
|\
| * ido_menu_item_set_menu_item: make sure g_free isn't called with dangling pointerLars Uebernickel2012-08-271-1/+1