summaryrefslogtreecommitdiffstats
path: root/src/stkagent.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-25stkagent: Add ConfirmCallSetup request.Andrzej Zaborowski1-0/+65
2010-08-18stkagent: Free pending call when destroying agentAndrzej Zaborowski1-5/+6
Otherwise we leak memory and additionally D-bus invokes the method callback and since the agent is already destroyed, we segfault.
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
For now we match the proposed API until we decide that changes are needed.
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
to stk_agent_free
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