Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 1 | -12/+11 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 1 | -14/+20 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2011-12-15 | cdma-voicecall: Refactor previous commit | Denis Kenzior | 1 | -17/+11 | |
2011-12-15 | Add call waiting support in CDMA voice call | Caiwen Zhang | 1 | -3/+32 | |
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-08-15 | cdma-voicecall: Implement SendTones method | Caiwen Zhang | 1 | -0/+54 | |
2011-08-15 | cdma-voicecall: Implement SendFlash method | Caiwen Zhang | 1 | -0/+25 | |
2011-08-15 | cdma-voicecall: Implement Answer method | Caiwen Zhang | 1 | -0/+23 | |
2011-06-12 | cdma-voicecall: Fix for crash when unregistering atom | Dara Spieker-Doyle | 1 | -0/+14 | |
2010-12-22 | cdma-voicecall: Minor style fixes | Denis Kenzior | 1 | -21/+14 | |
2010-12-22 | cdma-voicecall: Add CDMA MO Call Support | Dara Spieker-Doyle | 1 | -0/+430 | |