summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 0.9.8.60.9.8.6Dan Winship2013-09-301-1/+1
* release: update NEWSDan Winship2013-09-301-0/+12
* bluez: merge adding support for BlueZ 5 (bgo #701078)Thomas Haller2013-09-2717-312/+1444
|\
| * bluez: remove the device from manager before emitting REMOVED signalThomas Haller2013-09-271-20/+22
| * bluez: fix emitting of REMOVED signal in managerDan Williams2013-09-271-11/+18
| * bluez: ensure that address of NMBluezDevice cannot be resetThomas Haller2013-09-271-14/+44
| * bluez: check bluez5 adapter powered state and remove devices if killedDan Williams2013-09-271-10/+44
| * build: show bluez4 as "no" when not explicitly enabledDan Williams2013-09-271-0/+1
| * bluez: combine bluez4 and bluez5 connect/disconnect codeDan Williams2013-09-271-108/+63
| * bluez: rename files from nm-bluez5-* to nm-bluez-*Thomas Haller2013-09-272-1/+1
| * bluez: rename files from nm-bluez-* to nm-bluez4-*Thomas Haller2013-09-274-5/+5
| * config: make BlueZ 5 default and replace --enable-bluez5 with --enable-bluez4Thomas Haller2013-09-274-30/+30
| * bluez: do not allow resetting the capabilities of a bluez deviceThomas Haller2013-09-271-17/+39
| * bluez: create NMConnection for PAN devicesThomas Haller2013-09-272-5/+131
| * core: add add_connection method to NMConnectionProviderThomas Haller2013-09-273-0/+38
| * core: add has_connections_loaded method to NMConnectionProviderThomas Haller2013-09-273-0/+32
| * bluez: connections must be pre-configured for BlueZ 5 devicesThomas Haller2013-09-275-54/+37
| * bluez: take reference for device before creating dbus adapterThomas Haller2013-09-271-9/+11
| * trivial: rename function nm_bluez_device_call_disconnect to nm_bluez_device_d...Thomas Haller2013-09-273-3/+3
| * bluez: merge file nm-bluez5-device.c into nm-bluez-device.cThomas Haller2013-09-273-667/+294
| * bluez: no need to check for valid GError if glib function failsThomas Haller2013-09-271-6/+3
| * trivial: change nm-bluez*-device.c to be more similarThomas Haller2013-09-272-79/+90
| * bluez: add support for BlueZ 5Emilio Pozuelo Monfort2013-09-278-7/+1128
| * bluez: add configure switch for BlueZ 5Emilio Pozuelo Monfort2013-09-271-0/+12
| * trivial: rename variable and fix whitespace errorsThomas Haller2013-09-271-17/+17
| * bluez: fail if connect_async is called when already being connected.Thomas Haller2013-09-271-11/+20
| * bluez: pass NMBluetoothCapabilities to nm_bluez_deviceThomas Haller2013-09-273-24/+23
| * bluez: move org.bluez Connection() handling to NMBluezDeviceEmilio Pozuelo Monfort2013-09-274-61/+158
| * bluez: get rid of connected_id for disconnecting from signalThomas Haller2013-09-271-8/+6
| * bluez: listen to Connected changes through NMBluezDeviceEmilio Pozuelo Monfort2013-09-271-46/+16
| * bluez: listen to Connected changes in NMBluezDeviceEmilio Pozuelo Monfort2013-09-272-0/+30
| * bluez: pass the NMBluezDevice down to the NMDeviceBtEmilio Pozuelo Monfort2013-09-274-8/+37
|/
* po: updated Japanese (ja) translation (bgo #708630)Noriko Mizumoto2013-09-231-705/+3796
* core,settings: do not call functions with connection==NULL (rh #1008151)Jiří Klimeš2013-09-172-5/+8
* release: bump version to 0.9.8.40.9.8.4Dan Winship2013-09-131-1/+1
* release: update NEWSDan Winship2013-09-131-0/+34
* libnm-glib: bump soname for added functionsDan Winship2013-09-131-1/+1
* libnm-glib: fix annotations again: 0.9.8.4, not 0.9.8.6Dan Winship2013-09-132-10/+10
* libnm-glib: change the "Since: 0.9.10" annotations to "Since: 0.9.8.6"Dan Winship2013-09-112-10/+10
* ifcfg-rh: fix testsDan Winship2013-09-091-4/+24
* build: fix builddir != srcdir when building D-Bus API spec HTMLDan Williams2013-09-091-2/+2
* core: fix handling of ActiveConnections on Policy dispose()Dan Williams2013-09-092-9/+17
* libnm-util: accept old-style UUIDs as validDaniel Drake2013-09-092-1/+32
* agents: don't make method calls with a destroyed proxyDan Williams2013-09-041-1/+19
* core: fix NMPolicy/NMManager refcountingDan Winship2013-08-301-2/+1
* build: don't use g_clear_pointer()Dan Winship2013-08-301-5/+10
* trivial: nm_connectivity_check_async() returns void -> use g_return_if_fail()Jiří Klimeš2013-08-301-1/+1
* core: fix warning about unused variableThomas Haller2013-08-301-1/+1
* libnm-glib: Add NMClient:primary-connection and :activating-connectionDan Winship2013-08-283-0/+106
* core: add NMManager:primary-connection and :activating-connectionDan Winship2013-08-285-57/+358