aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed deprecationsKen VanDine2013-07-122-9/+13
|\
| * fixed deprecationsKen VanDine2013-07-112-4/+5
|/|
| * Fixed deprecationsKen VanDine2013-07-113-7/+5
* | Adding glib version guard to g_type_initSergio Schvezov2013-03-221-0/+2
* | Fixed missing copyright header.Renato Araujo Oliveira Filho2013-02-201-0/+15
* | ImApplicationList: add "remove-all" signalLars Uebernickel2012-12-204-0/+36
* | ImPhoneMenu: sort messages by timeLars Uebernickel2012-12-141-1/+20
* | im_application_list_set_remote: robuster check for running async operationLars Uebernickel2012-12-141-3/+9
* | im_application_list_proxy_created: fix error conditionLars Uebernickel2012-12-141-2/+3
* | Don't show sources in the phone menuLars Uebernickel2012-12-101-4/+0
* | Remove the snapdecision widget typeLars Uebernickel2012-12-101-8/+4
* | Don't shorten the app id to seven charactersLars Uebernickel2012-12-051-1/+6
* | Change icon when there are any messages in the menu.Lars Uebernickel2012-12-041-0/+47
|\ \
| * | Switch accessible name and icon-name (see last commit)Lars Uebernickel2012-12-041-1/+1
| * | Change icon when there are any messages in the menuLars Uebernickel2012-12-041-0/+47
* | | Only expose one application icon (the -symbolic one)Lars Uebernickel2012-12-043-15/+4
|/ /
* | im-application-list: initialize local variables with NULLLars Uebernickel2012-12-041-2/+2
* | Export symbolic application icons on messagesLars Uebernickel2012-12-043-3/+43
* | Reverse order of messagesLars Uebernickel2012-12-041-2/+2
|\ \
| * | Reverse order of messagesLars Uebernickel2012-12-041-2/+2
* | | Stop using IndicatorServiceLars Uebernickel2012-12-041-27/+20
|\ \ \ | |/ / |/| |
| * | Stop using IndicatorServiceLars Uebernickel2012-12-031-27/+20
* | | Prefix message action names with the right namespaceLars Uebernickel2012-12-031-10/+33
* | | Merge trunk and fix conflictsLars Uebernickel2012-11-302-101/+14
|\| |
| * | ImApplicationList: specify right number of args for 'message-added'Lars Uebernickel2012-11-291-1/+2
| * | Add x-canonical-type to the root itemLars Uebernickel2012-11-281-0/+1
| * | messages-service.c: remove chat status actionLars Uebernickel2012-11-281-91/+0
| * | Add root menu itemLars Uebernickel2012-11-282-10/+13
* | | Expose message actions on the bus (as GActions)Lars Uebernickel2012-11-301-1/+80
* | | Expose message actions in the phone menuLars Uebernickel2012-11-283-3/+15
* | | 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