summaryrefslogtreecommitdiff
path: root/src/cdma-voicecall.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-201-12/+11
| | | | | Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-201-14/+20
| | | | | With these macro helpers we can separate in/out arguments and use their own vector.
* Constify GDBus signal tablesHenrique Dante de Almeida2012-05-201-1/+1
| | | | | | | Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \;
* Constify GDBus method tablesHenrique Dante de Almeida2012-05-201-1/+1
| | | | | | | Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
* cdma-voicecall: Refactor previous commitDenis Kenzior2011-12-151-17/+11
|
* Add call waiting support in CDMA voice callCaiwen Zhang2011-12-151-3/+32
|
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* cdma-voicecall: Implement SendTones methodCaiwen Zhang2011-08-151-0/+54
|
* cdma-voicecall: Implement SendFlash methodCaiwen Zhang2011-08-151-0/+25
|
* cdma-voicecall: Implement Answer methodCaiwen Zhang2011-08-151-0/+23
|
* cdma-voicecall: Fix for crash when unregistering atomDara Spieker-Doyle2011-06-121-0/+14
|
* cdma-voicecall: Minor style fixesDenis Kenzior2010-12-221-21/+14
|
* cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle2010-12-221-0/+430