Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-07 | Use g_source instead of flag for call list changes | Denis Kenzior | 1 | -7/+10 | |
2009-07-31 | Don't use g_slist_length to check for empty lists. | Andrzej Zaborowski | 1 | -3/+3 | |
A glib Anti-pattern according to http://www.burtonini.com/blog | |||||
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 | Rename modem_alloc_callid, modem_release_callid | Denis Kenzior | 1 | -3/+3 | |
2009-07-29 | Rename internal ofono history funcs to __ofono | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -5/+3 | |
2009-07-29 | Rename dbus_gsm_dict_append_array | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -3/+3 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -3/+4 | |
2009-07-29 | Rename dbus_gsm_signal_array_property_changed | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -3/+3 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -63/+63 | |
2009-07-29 | Get rid of dbus_gsm_free_string_array | Denis Kenzior | 1 | -4/+4 | |
Use g_strfreev instead. | |||||
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -13/+13 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-06-17 | Add call-history driver type | Denis Kenzior | 1 | -0/+16 | |
2009-06-12 | Can't implement Multiparty Hangup without chld | Denis Kenzior | 1 | -0/+6 | |
2009-06-12 | Do not use chld=1 on mpty when another held | Denis Kenzior | 1 | -9/+20 | |
If we're trying to hangup an active MPTY call, and we have calls on hold we shouldn't use CHLD=1 (release_all_active) since this will have the side-effect of activating the held calls | |||||
2009-06-11 | Fix for multiparty_hangup | Denis Kenzior | 1 | -2/+2 | |
Due to the use of an invalid structure, release_all_active was being called instead of release_all_held | |||||
2009-05-28 | Squash gcc warning about uninitialized use of v | Denis Kenzior | 1 | -1/+1 | |
2009-05-27 | Delete the repeated calling of voicecall_create | Minjun Li | 1 | -1/+1 | |
2009-05-27 | Fix erroneous check in voicecall_busy to set_udub | Minjun Li | 1 | -1/+1 | |
The not implemented check should be checking for the presence of the set_udub function, not the presence of the release_specific function | |||||
2009-05-26 | Create ofono_phone_number struct | Denis Kenzior | 1 | -33/+26 | |
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead. | |||||
2009-05-12 | Add an API for a CSSI/CSSU notifications. | Andrzej Zaborowski | 1 | -11/+1 | |
2009-05-12 | Remove some other unused variables | Denis Kenzior | 1 | -6/+4 | |
2009-05-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+1684 | |