summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Mark adapter SetProperty and GetProperties as experimental.Luiz Augusto von Dentz2008-03-131-0/+6
* cleanup: removed device's static D-Bus connection referenceClaudio Takahasi2008-03-135-29/+15
* RemoveDevice: Removing stored dataClaudio Takahasi2008-03-123-2/+21
* Remove sync service skeleton since it is uselessMarcel Holtmann2008-03-125-87/+1
* Remove the transfer service skeleton since it is uselessMarcel Holtmann2008-03-1213-986/+1
* Keep a list of device's structure pointers instead of pathsClaudio Takahasi2008-03-126-104/+47
* Remove configure option for echo serviceMarcel Holtmann2008-03-123-25/+2
* Fix include directories for successful make distcheckMarcel Holtmann2008-03-121-1/+1
* Add RFCOMM listener to echo pluginMarcel Holtmann2008-03-122-0/+98
* Add Mode property to adapter and make use of g_str_equal witch is now availab...Luiz Augusto von Dentz2008-03-121-14/+29
* Fix use of path for objects in adapter documentation.Luiz Augusto von Dentz2008-03-121-4/+4
* Add uuid parameter to Agent.Authorize method callJohan Hedberg2008-03-121-1/+1
* Emit PropertyChanged when property changes in adapter.Luiz Augusto von Dentz2008-03-122-0/+36
* Introduce dbus_connection_emit_property_changed.Luiz Augusto von Dentz2008-03-122-0/+33
* Implement probe/remove for the example pluginMarcel Holtmann2008-03-121-1/+22
* Hook up server probe/remove callbacksMarcel Holtmann2008-03-124-0/+32
* Export server register/unregister functionsMarcel Holtmann2008-03-121-0/+3
* Remove unneeded includeMarcel Holtmann2008-03-121-1/+0
* Remove the local D-Bus setupMarcel Holtmann2008-03-124-132/+12
* Added RemoveDeviceClaudio Takahasi2008-03-122-1/+27
* headset_config_init should be called even if HFP isn't enabled (e.g. to get t...Johan Hedberg2008-03-121-2/+2
* Introduce dbus_message_iter_append_variant to libhelper.Luiz Augusto von Dentz2008-03-122-11/+18
* Emitting DeviceCreated signalClaudio Takahasi2008-03-121-0/+7
* Unregister the devices when adapter is downClaudio Takahasi2008-03-121-0/+7
* Register persistent devicesClaudio Takahasi2008-03-121-0/+27
* Add skeleton for telephony abstractionMarcel Holtmann2008-03-123-1/+72
* No need for linking the pluginsMarcel Holtmann2008-03-111-2/+0
* Import functions correctlyMarcel Holtmann2008-03-112-2/+6
* Fix memory leaks and coding style in eglibMarcel Holtmann2008-03-112-25/+31
* Add g_dir* and g_str_has_prefix functions to eglib.Luiz Augusto von Dentz2008-03-114-0/+106
* connection ref can't be NULL when device_destroy is calledClaudio Takahasi2008-03-111-3/+3
* eglib: Fixing a warning in the g_strsplit, caused by the overflow of setting ...Vinicius Gomes2008-03-111-14/+14
* Added array support for dictClaudio Takahasi2008-03-112-2/+21
* Fix invalid read when changing device name.Luiz Augusto von Dentz2008-03-111-1/+1
* Add some debug output to echo pluginMarcel Holtmann2008-03-111-0/+4
* Add plugin loading supportMarcel Holtmann2008-03-111-1/+92
* CreateDevice: Check if the device already existsClaudio Takahasi2008-03-113-0/+20
* Add skeleton for the example pluginMarcel Holtmann2008-03-112-0/+53
* Add plugin definition structureMarcel Holtmann2008-03-114-3/+15
* CreateDevice: return object path instead of stringClaudio Takahasi2008-03-111-1/+1
* ListDevices: return object path instead of stringClaudio Takahasi2008-03-111-2/+2
* Add directory for pluginsMarcel Holtmann2008-03-113-1/+4
* Compile and link against GModule for plugin supportMarcel Holtmann2008-03-111-3/+3
* minor cleanup: replace char by gcharClaudio Takahasi2008-03-113-10/+10
* Set the define for the plugin directoryMarcel Holtmann2008-03-111-1/+8
* added bt_string2list functionClaudio Takahasi2008-03-112-0/+25
* Add skeleton for plugin infrastructureMarcel Holtmann2008-03-114-1/+68
* Make new eglib functions available in gmain.hLuiz Augusto von Dentz2008-03-111-0/+3
* Add implemention of g_str_equal, g_strsplit and g_strconcat to eglib.Luiz Augusto von Dentz2008-03-111-0/+87
* Remove use of g_str_equal witch is not part of eglib.Luiz Augusto von Dentz2008-03-101-3/+3