summaryrefslogtreecommitdiff
path: root/examples/python
Commit message (Expand)AuthorAgeFilesLines
...
* docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel2016-03-261-1/+1
* Fix missing commas in list-devices devtypes dict.Adrian Likins2016-03-021-5/+5
* device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller2016-02-231-0/+1
* examples: add missing device-types to examplesThomas Haller2016-02-231-0/+4
* examples: add README for python-networkmanager NetworkManager libraryThomas Haller2015-12-073-1/+9
* examples: add README for examples/python/giThomas Haller2015-12-072-1/+4
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-041-0/+41
* python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller2015-11-1110-0/+20
* examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani2015-10-121-0/+52
* examples: generate UUID in add-wifi-eap-connection.pyJiří Klimeš2015-09-171-2/+2
* examples: add a python example for adding WPA PSK Wi-Fi connectionJiří Klimeš2015-09-173-1/+58
* examples: add flags and mode parsing to show-wifi-networks.[lua|py]Jiří Klimeš2015-08-241-0/+64
* examples: add python+dbus example to print active access pointDan Williams2015-07-082-1/+68
* examples: python: add an D-Bus example creating and activating a bondJiří Klimeš2015-06-232-1/+116
* examples: add wifi-hotspot.py script to Makefile.amJiří Klimeš2015-06-231-1/+2
* examples: add DBus + Python example for starting/stopping a WiFi hotspotDan Williams2015-05-181-0/+112
* examples: update Python NM example to print detailed connection stateSrdjan Grubor2015-03-121-6/+19
* examples: python: print into stderrPetr Vorel2015-03-105-5/+5
* examples/trvial: replace tabs by whitespace in python exampleThomas Haller2015-03-101-2/+2
* examples: add a Python example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+83
* examples: update python examplesDan Winship2014-11-1511-136/+221
* test,examples: fix scripts to avoid 'has_key' for Python 3Thomas Haller2014-10-311-1/+1
* examples: fix python GI examples to work after libnm changesJiří Klimeš2014-09-055-76/+56
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-014-4/+4
* all: port everything to libnmDan Winship2014-08-018-41/+39
* examples: add Python dbus example indicating if WWAN is the default connectionDan Williams2014-06-202-1/+80
* examples: add Python D-Bus and GI examples for updating IPv4 setting methodDan Williams2014-06-104-2/+182
* examples: fix Makefile.am to include all Python examples for distributionJiří Klimeš2014-03-071-1/+1
* example: simplify get-active-connections.py by using ID and Type propertiesJiří Klimeš2014-03-051-16/+3
* examples: add a GOI Python example for getting active connectionsJiří Klimeš2014-03-032-1/+49
* examples: also print type of active connectionsJiří Klimeš2014-03-031-1/+1
* examples: a Python GOI example for adding connections persistent vs. not savedJiří Klimeš2014-01-242-1/+103
* examples: update get_ips.py python example for DNS informationJiří Klimeš2014-01-231-4/+40
* examples: add an python example (using GI) getting device IPsJiří Klimeš2014-01-162-1/+129
* docs: update documentation linksWilliam Jon McCann2013-12-172-2/+2
* examples: update examples for new device typesJiří Klimeš2013-11-291-1/+6
* examples: add an python example (using GI) showing Wi-Fi networksJiří Klimeš2013-09-262-1/+75
* examples: use GLib.MainLoop instead of deprecated GObject.MainLoop in pythonJiri Popelka2013-09-243-6/+6
* examples: group python examples - dbus vs. giJiří Klimeš2013-09-2416-14/+17
* examples: add a python example getting/setting zone property using GIJiří Klimeš2013-09-242-1/+89
* trivial: minor code cleanup in examples/pythonThomas Haller2013-08-063-7/+7
* libnm-util: Fix transfer annotations of nm_{connection,setting}_need_secrets()Martin Pitt2013-04-191-4/+2
* examples: fix nm-state.py exampleJiří Klimeš2012-12-071-3/+18
* examples: fix python example file names in EXTRA_DISTJiří Klimeš2012-09-241-1/+2
* examples: fix add-system-connection.py -> add-connection.py renameJiří Klimeš2012-09-241-1/+1
* examples: port update-secrets example to NM 0.9 APIJiří Klimeš2012-08-291-37/+32
* examples: add IP converting functions and rename add-system-connection.pyJiří Klimeš2012-08-241-6/+21
* examples: update examples for new device typesJiří Klimeš2012-08-241-3/+7
* examples: add a python GObject Introspection exampleJiří Klimeš2012-06-132-1/+66
* examples: add simply python GObject Introspection exampleDan Williams2012-06-112-1/+54