Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-08 | Fix: Don't use ofono_debug directly in the core | Denis Kenzior | 1 | -8/+8 | |
Use DBG macro which is integrated with the new debug framework. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in the core | Denis Kenzior | 1 | -2/+4 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Fix a few more occurences of if/else | Denis Kenzior | 1 | -1/+2 | |
See Linux coding style document for details | |||||
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Add vendor flag to call-settings | Denis Kenzior | 1 | -2/+2 | |
2009-08-17 | Remove unused header | Denis Kenzior | 1 | -1/+0 | |
2009-08-17 | Move colr-status enum out of common.h | Denis Kenzior | 1 | -0/+7 | |
2009-08-17 | Move colp-status enum out of common.h | Denis Kenzior | 1 | -0/+7 | |
2009-08-17 | Move clip-status enum out of common.h | Denis Kenzior | 1 | -0/+7 | |
2009-08-17 | Move clir-status enum out of common.h | Denis Kenzior | 1 | -0/+9 | |
2009-08-17 | Cleanup atom watches properly | Denis Kenzior | 1 | -1/+7 | |
2009-08-17 | Port call-settings to the new USSD API | Denis Kenzior | 1 | -32/+46 | |
2009-08-14 | Move CALL_SETTINGS_INTERFACE define to dbus.h | Denis Kenzior | 1 | -15/+19 | |
2009-08-14 | Use atom's modem storage in call settings | Denis Kenzior | 1 | -27/+28 | |
2009-08-14 | Update to use the new atom_free API | Denis Kenzior | 1 | -1/+1 | |
2009-08-14 | Evolve call settings driver | Denis Kenzior | 1 | -267/+307 | |
2009-08-07 | No need to use g_timeout_add here | Denis Kenzior | 1 | -29/+14 | |
2009-08-05 | Use invalid_args instead of invalid_format | Andrzej Zaborowski | 1 | -2/+2 | |
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+0 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 1 | -2/+2 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -2/+0 | |
2009-07-29 | Rename dbus_gsm_pending_reply | Denis Kenzior | 1 | -16/+16 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -6/+6 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -3/+4 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -6/+6 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -31/+31 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -11/+11 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-06-01 | Change int type to enum for SS control callbacks | Denis Kenzior | 1 | -3/+6 | |
2009-06-01 | Squash another uninitialized value warning | Denis Kenzior | 1 | -0/+2 | |
2009-05-28 | Squash CallWaiting onto CallSettings interface | Denis Kenzior | 1 | -15/+365 | |
The CallWaiting interface had one settable attribute after the latest set of refactoring. Squash it onto the CallSettings interface where it belonged in the first place | |||||
2009-05-12 | Remove some other unused variables | Denis Kenzior | 1 | -2/+0 | |
2009-05-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+900 | |