summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add initial code for new agent interfaceJohan Hedberg2008-03-145-8/+698
| |
| * Add basic fake HID infrastructure supportMarcel Holtmann2008-03-143-21/+55
| |
| * Fix use of g_strdup and g_free that already handle NULL pointers and some ↵Luiz Augusto von Dentz2008-03-142-23/+23
| | | | | | | | coding style fixes.
| * Add initial code of adapter CreatePairedDevice.Luiz Augusto von Dentz2008-03-142-48/+109
| |
| * Add CLASS support and retry on unavailable printersMarcel Holtmann2008-03-145-35/+120
| |
| * Add support for having the new manager interface on root pathMarcel Holtmann2008-03-135-14/+205
| |
| * Use root as path for the new manager interfaceMarcel Holtmann2008-03-131-1/+1
| |
| * Make sure to use the object path typeMarcel Holtmann2008-03-131-6/+6
| |
| * Add experimental adapter signals DeviceFound and DeviceDisappeared.Luiz Augusto von Dentz2008-03-131-21/+78
| |
| * Added new function to remove the listener based on integer identificationClaudio Takahasi2008-03-134-13/+71
| |
| * Introduce dbus_message_iter_append_dict and ↵Luiz Augusto von Dentz2008-03-132-1/+40
| | | | | | | | dbus_message_iter_append_dict_valist.
| * Fixed memory leak when removing uuid duplicatedCidorvan Leite2008-03-131-3/+7
| |
| * Created devices from linkkeysCidorvan Leite2008-03-134-7/+27
| |
| * Introduce RegisterAgent and UnregisterAgent adapter methods.Luiz Augusto von Dentz2008-03-131-0/+32
| |
| * Mark adapter PropertyChanged experimental.Luiz Augusto von Dentz2008-03-131-8/+14
| |
| * Fix device GetProperties.Luiz Augusto von Dentz2008-03-131-1/+1
| |
| * Fix Alias device property to behave according the documentation and UUIDs typo.Luiz Augusto von Dentz2008-03-131-8/+39
| |
| * Mention the signal value for alias resetMarcel Holtmann2008-03-131-0/+4
| |
| * uuids inserted sortedCidorvan Leite2008-03-131-1/+2
| |
| * Fix UUID list and class displayMarcel Holtmann2008-03-131-5/+7
| |
| * Removed uuids repeatedCidorvan Leite2008-03-131-1/+2
| |
| * Document agent register/unregister methodsMarcel Holtmann2008-03-131-0/+20
| |
| * Update device API documentationMarcel Holtmann2008-03-131-10/+67
| |
| * Update adapter API documentationMarcel Holtmann2008-03-131-25/+93
| |
| * Fix manager signal documentationMarcel Holtmann2008-03-131-3/+3
| |
| * Add documention for manager APIMarcel Holtmann2008-03-132-1/+52
| |
| * Adapter: adding the new FindDevice method and documentation.Vinicius Gomes2008-03-132-0/+42
| |
| * Add device SetProperty implementation and mark it and GetProperties ↵Luiz Augusto von Dentz2008-03-132-2/+95
| | | | | | | | experimental.
| * Update UUIDS device property access to readonly.Luiz Augusto von Dentz2008-03-131-1/+1
| |
| * Move error_unknown_method to libhelper.Luiz Augusto von Dentz2008-03-134-16/+22
| |
| * Add script for listing device propertiesMarcel Holtmann2008-03-132-3/+55
| |
| * 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 ↵Luiz Augusto von Dentz2008-03-121-14/+29
| | | | | | | | available in eglib.
| * 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
| |