summaryrefslogtreecommitdiffstats
path: root/src/stkagent.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-14stkagent: Add PlayTone and LoopTone requestsAndrzej Zaborowski1-0/+94
2010-10-14stkagent: Handle NULL items in append_menu_itemsDenis Kenzior1-1/+2
2010-10-14stk: Add icon ID information in stk_menuAndrzej Zaborowski1-1/+1
2010-10-14stk: Pass icon IDs in stk agent request parametersAndrzej Zaborowski1-16/+23
2010-08-25stkagent: Add ConfirmCallSetup request.Andrzej Zaborowski1-0/+65
2010-08-18stkagent: Free pending call when destroying agentAndrzej Zaborowski1-5/+6
2010-08-04stkagent: No need to split these on two linesDenis Kenzior1-8/+4
2010-08-04stkagent: Introduce CALLBACK_END macroDenis Kenzior1-85/+28
2010-08-04stkagent: Implement RequestInput/RequestDigitsAndrzej Zaborowski1-0/+179
2010-08-04stkagent: Implement RequestConfirmation/Key/DigitAndrzej Zaborowski1-0/+240
2010-07-30stkagent: Remove stk_agent_busyDenis Kenzior1-7/+2
2010-07-30stk: Introduce destroy semantics to stkagentDenis Kenzior1-4/+16
2010-07-30stkagent: Make DisplayText invocation match APIDenis Kenzior1-3/+1
2010-07-30stkagent: Remove stk_agent_generic_cbDenis Kenzior1-2/+2
2010-07-30stkagent: Get rid of nasty g_timeout tricksDenis Kenzior1-132/+139
2010-07-30stkagent: Get rid of unneeded checksDenis Kenzior1-9/+0
2010-07-30stkagent: Shorten logicDenis Kenzior1-7/+2
2010-07-30stkagent: Simplify stkagent logicDenis Kenzior1-22/+21
2010-07-30stkagent: Refactor stkagent apiDenis Kenzior1-11/+12
2010-07-30stkagent: Rename stk_agent_removeDenis Kenzior1-3/+3
2010-07-30stk: Handle the Display Text proactive command.Andrzej Zaborowski1-0/+36
2010-07-30stk: Handle the Select Item proactive command.Andrzej Zaborowski1-0/+63
2010-07-30stk: Utilities to deal with menus.Andrzej Zaborowski1-0/+36
2010-07-30Add STK agent utilities and logic.Andrzej Zaborowski1-0/+299