Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-25 | stkagent: Add ConfirmCallSetup request. | Andrzej Zaborowski | 1 | -0/+65 | |
2010-08-18 | stkagent: Free pending call when destroying agent | Andrzej Zaborowski | 1 | -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-04 | stkagent: No need to split these on two lines | Denis Kenzior | 1 | -8/+4 | |
2010-08-04 | stkagent: Introduce CALLBACK_END macro | Denis Kenzior | 1 | -85/+28 | |
2010-08-04 | stkagent: Implement RequestInput/RequestDigits | Andrzej Zaborowski | 1 | -0/+179 | |
2010-08-04 | stkagent: Implement RequestConfirmation/Key/Digit | Andrzej Zaborowski | 1 | -0/+240 | |
2010-07-30 | stkagent: Remove stk_agent_busy | Denis Kenzior | 1 | -7/+2 | |
2010-07-30 | stk: Introduce destroy semantics to stkagent | Denis Kenzior | 1 | -4/+16 | |
2010-07-30 | stkagent: Make DisplayText invocation match API | Denis Kenzior | 1 | -3/+1 | |
For now we match the proposed API until we decide that changes are needed. | |||||
2010-07-30 | stkagent: Remove stk_agent_generic_cb | Denis Kenzior | 1 | -2/+2 | |
2010-07-30 | stkagent: Get rid of nasty g_timeout tricks | Denis Kenzior | 1 | -132/+139 | |
2010-07-30 | stkagent: Get rid of unneeded checks | Denis Kenzior | 1 | -9/+0 | |
2010-07-30 | stkagent: Shorten logic | Denis Kenzior | 1 | -7/+2 | |
2010-07-30 | stkagent: Simplify stkagent logic | Denis Kenzior | 1 | -22/+21 | |
2010-07-30 | stkagent: Refactor stkagent api | Denis Kenzior | 1 | -11/+12 | |
2010-07-30 | stkagent: Rename stk_agent_remove | Denis Kenzior | 1 | -3/+3 | |
to stk_agent_free | |||||
2010-07-30 | stk: Handle the Display Text proactive command. | Andrzej Zaborowski | 1 | -0/+36 | |
2010-07-30 | stk: Handle the Select Item proactive command. | Andrzej Zaborowski | 1 | -0/+63 | |
2010-07-30 | stk: Utilities to deal with menus. | Andrzej Zaborowski | 1 | -0/+36 | |
2010-07-30 | Add STK agent utilities and logic. | Andrzej Zaborowski | 1 | -0/+299 | |