Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-30 | gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL | Luiz Augusto von Dentz | 2 | -3/+45 | |
This flag can be used to mark methods as experimental, marked methods are disable by default and can be enabled by setting G_DBUS_FLAG_ENABLE_EXPERIMENTAL using g_dbus_set_flags. | |||||
2012-12-30 | gdbus: Include changed properties only once per signal | Marcel Holtmann | 1 | -0/+3 | |
2012-12-29 | gdbus: Update properties on D-Bus client re-connections | Marcel Holtmann | 1 | -4/+22 | |
2012-12-29 | gdbus: Add function to manually refresh properties | Marcel Holtmann | 2 | -0/+85 | |
2012-12-29 | gdbus: Add support for proxy property change notifications | Marcel Holtmann | 2 | -4/+30 | |
2012-12-29 | gdbus: Fix handling of client connect/disconnect signals | Marcel Holtmann | 1 | -11/+12 | |
2012-12-29 | gdbus: Protect standalone proxy creation with client reference | Marcel Holtmann | 1 | -10/+8 | |
2012-12-27 | gdbus: Use object manager only if callback functions are set | Marcel Holtmann | 1 | -8/+7 | |
2012-12-27 | gdbus: Use client service name and not hardcoded org.bluez | Marcel Holtmann | 1 | -1/+1 | |
2012-12-27 | gdbus: Add support for creating D-Bus proxies without object manager | Marcel Holtmann | 2 | -62/+147 | |
2012-12-22 | gdbus: Avoid using g_ptr_array_new_full convenience function | Marcel Holtmann | 1 | -1/+2 | |
The g_ptr_array_new_full function only got introduced with GLib 2.30 and to avoid requiring a newer GLib use g_ptr_array_set_free_func instead. | |||||
2012-12-20 | Release 1.12 | Marcel Holtmann | 2 | -1/+13 | |
2012-12-19 | doc: Add USAT certification status document | Denis Kenzior | 1 | -0/+437 | |
2012-12-19 | build: Compile support for new D-Bus client helpers | Marcel Holtmann | 1 | -1/+1 | |
2012-12-19 | gdbus: Increase the method call timeout to 5 minutes | Marcel Holtmann | 1 | -1/+3 | |
2012-12-19 | gdbus: Add helper for sending async error replies | Marcel Holtmann | 2 | -0/+38 | |
2012-12-19 | gdbus: Fix race condition with creating duplicate client proxies | Marcel Holtmann | 1 | -0/+23 | |
2012-12-19 | gdbus: Fix issue with unref of client while parsing interfaces | Marcel Holtmann | 1 | -0/+8 | |
2012-12-19 | gdbus: Fix issue with unref of client in connect handler | Marcel Holtmann | 1 | -0/+8 | |
2012-12-19 | gdbus: Add support for D-Bus client method calls | Marcel Holtmann | 2 | -0/+82 | |
2012-12-19 | gdbus: Add callback support for handling property changes | Marcel Holtmann | 2 | -10/+31 | |
2012-12-19 | gdbus: Handle property changed signals and update property | Marcel Holtmann | 1 | -31/+107 | |
2012-12-19 | gdbus: Set property changed filter match rule for each proxy | Marcel Holtmann | 1 | -40/+57 | |
2012-12-19 | gdbus: Use a GPtrArray for the match rules | Marcel Holtmann | 1 | -18/+24 | |
2012-12-19 | gdbus: Add support for setting D-Bus client basic properties | Marcel Holtmann | 2 | -0/+99 | |
2012-12-19 | gdbus: Deep copy of variants also requires a signature | Marcel Holtmann | 1 | -2/+7 | |
2012-12-19 | gdbus: Add support for complex D-Bus client properties | Marcel Holtmann | 1 | -16/+46 | |
2012-12-19 | gdbus: Add support for D-Bus client properties | Marcel Holtmann | 2 | -3/+126 | |
2012-12-19 | gdbus: Add support for D-Bus client proxies | Marcel Holtmann | 2 | -4/+343 | |
2012-12-19 | gdbus: Add helper functions for simple D-Bus clients | Marcel Holtmann | 2 | -0/+355 | |
2012-12-17 | telit: set baud rate to 115200 | Christopher Vogl | 1 | -1/+11 | |
Telit HE910 needs the baud rate to be set. | |||||
2012-12-17 | sim: return from cpin when sim ready for telit | Christopher Vogl | 1 | -1/+1 | |
Especially for Telit HE910 it is not enough to wait for entering a PIN code. If we do not wait for #QSS: 3, subsequent commands, like +CMER will report SIM BUSY and the network registration atom will be removed as a consequence. | |||||
2012-12-17 | atutil: Remove unused macro | Daniel Wagner | 1 | -5/+0 | |
With commit 6ee21a3fc18460cc12dbddb3b7ec70e941fa4bbc the usage DECLARE_FAILURE was removed. | |||||
2012-12-17 | test: Tweak list-modems to display battchg | Denis Kenzior | 1 | -1/+2 | |
2012-12-17 | hfp: use ofono_handsfree_battchg_notify | Denis Kenzior | 1 | -0/+31 | |
2012-12-17 | handsfree: Implement BatteryChargeLevel | Denis Kenzior | 1 | -0/+27 | |
2012-12-17 | include: Add battery charge level notify API | Denis Kenzior | 1 | -0/+3 | |
2012-12-17 | doc: Add BatteryChargeLevel to Handsfree | Denis Kenzior | 1 | -0/+5 | |
2012-12-15 | tools: Make two functions of stktest static | Marcel Holtmann | 1 | -4/+4 | |
2012-12-11 | build: Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P | Marcel Holtmann | 1 | -1/+1 | |
2012-12-10 | build: Reorder default developer build options | Marcel Holtmann | 1 | -2/+2 | |
2012-12-10 | build: Reorder configure options | Marcel Holtmann | 1 | -19/+19 | |
2012-12-04 | AUTHORS: Mention Mingli's contributions | Denis Kenzior | 1 | -0/+1 | |
2012-12-04 | atmodem: remove pending idle callbacks at removal | Mingli Wu | 6 | -0/+6 | |
If device probe and removal happen in short succession, it's possible that the idle handler registered in the probe function doesn't run before the device is removed. In this case, the idle handler needs to be unregistered so that it does not run and try to access the data that's destroyed during the removal. | |||||
2012-12-04 | atmodem: Re-work the CBS driver | Denis Kenzior | 1 | -26/+6 | |
We might have mis-interpreted how 27.007 intends for CBS to work. After studying the implementation notes of the IMC 6260 modem, the spec intent made a little bit more sense. | |||||
2012-12-04 | qmi: Include persistent device configuration service | Marcel Holtmann | 2 | -0/+3 | |
2012-12-01 | qmi: Print service number if name is not known | Marcel Holtmann | 1 | -2/+6 | |
2012-11-30 | gdbus: Add g_dbus_add_properties_watch function | Luiz Augusto von Dentz | 2 | -0/+33 | |
Convenient function to create watches for D-Bus properties. | |||||
2012-11-29 | gdbus: Don't automatically attach ObjectManager | Lucas De Marchi | 2 | -21/+36 | |
Let each project attach the object manager interface instead of registering it automatically. | |||||
2012-11-29 | gdbus: Don't register DBus.Properties with no properties | Lucas De Marchi | 1 | -3/+6 | |
Delay registering DBus.Properties interface until the moment there are properties on that path. This is needed for objects that currently don't expose any property to not export the interface. |