summaryrefslogtreecommitdiff
path: root/examples/python
AgeCommit message (Expand)AuthorFilesLines
2018-02-07all: drop trailing spacesThomas Haller3-4/+4
2018-02-07all: replace non-leading tabs with spacesThomas Haller2-3/+3
2017-12-05examples: add python/gi example nm-connection-update-stable-id.pyThomas Haller1-0/+116
2017-12-04python: make dbus, gi examples, and debug-helper.py python3 readyYifan J24-99/+99
2017-11-09examples: add checkpoint example using python gobject-introspectionBeniamino Galvani1-0/+130
2017-11-06examples: add python example using VPN import codeThomas Haller1-0/+74
2017-05-06examples: add setting-user-data.pyThomas Haller1-0/+246
2016-12-12examples: add DNS example with python and GObject introspectionBeniamino Galvani1-0/+63
2016-11-16examples/python: fix "import gi" in exampleThomas Haller1-0/+2
2016-10-21build: merge "examples/Makefile.am" into toplevel MakefileThomas Haller4-33/+0
2016-09-26checkpoint: make python example accept multiple devices and timeoutBeniamino Galvani1-22/+34
2016-08-17checkpoint: add python D-Bus exampleBeniamino Galvani1-0/+63
2016-03-26docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel1-1/+1
2016-03-02Fix missing commas in list-devices devtypes dict.Adrian Likins1-5/+5
2016-02-23device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller1-0/+1
2016-02-23examples: add missing device-types to examplesThomas Haller1-0/+4
2015-12-07examples: add README for python-networkmanager NetworkManager libraryThomas Haller3-1/+9
2015-12-07examples: add README for examples/python/giThomas Haller2-1/+4
2015-12-04libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams1-0/+41
2015-11-11python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller10-0/+20
2015-10-12examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani1-0/+52
2015-09-17examples: generate UUID in add-wifi-eap-connection.pyJiří Klimeš1-2/+2
2015-09-17examples: add a python example for adding WPA PSK Wi-Fi connectionJiří Klimeš3-1/+58
2015-08-24examples: add flags and mode parsing to show-wifi-networks.[lua|py]Jiří Klimeš1-0/+64
2015-07-08examples: add python+dbus example to print active access pointDan Williams2-1/+68
2015-06-23examples: python: add an D-Bus example creating and activating a bondJiří Klimeš2-1/+116
2015-06-23examples: add wifi-hotspot.py script to Makefile.amJiří Klimeš1-1/+2
2015-05-18examples: add DBus + Python example for starting/stopping a WiFi hotspotDan Williams1-0/+112
2015-03-12examples: update Python NM example to print detailed connection stateSrdjan Grubor1-6/+19
2015-03-10examples: python: print into stderrPetr Vorel5-5/+5
2015-03-10examples/trvial: replace tabs by whitespace in python exampleThomas Haller1-2/+2
2015-03-05examples: add a Python example deactivating connections by type (bgo #732826)Jiří Klimeš2-1/+83
2014-11-15examples: update python examplesDan Winship11-136/+221
2014-10-31test,examples: fix scripts to avoid 'has_key' for Python 3Thomas Haller1-1/+1
2014-09-05examples: fix python GI examples to work after libnm changesJiří Klimeš5-76/+56
2014-08-01libnm: make the the use of GInitable mandatoryDan Winship4-4/+4
2014-08-01all: port everything to libnmDan Winship8-41/+39
2014-06-20examples: add Python dbus example indicating if WWAN is the default connectionDan Williams2-1/+80
2014-06-10examples: add Python D-Bus and GI examples for updating IPv4 setting methodDan Williams4-2/+182
2014-03-07examples: fix Makefile.am to include all Python examples for distributionJiří Klimeš1-1/+1
2014-03-05example: simplify get-active-connections.py by using ID and Type propertiesJiří Klimeš1-16/+3
2014-03-03examples: add a GOI Python example for getting active connectionsJiří Klimeš2-1/+49
2014-03-03examples: also print type of active connectionsJiří Klimeš1-1/+1
2014-01-24examples: a Python GOI example for adding connections persistent vs. not savedJiří Klimeš2-1/+103
2014-01-23examples: update get_ips.py python example for DNS informationJiří Klimeš1-4/+40
2014-01-16examples: add an python example (using GI) getting device IPsJiří Klimeš2-1/+129
2013-12-17docs: update documentation linksWilliam Jon McCann2-2/+2
2013-11-29examples: update examples for new device typesJiří Klimeš1-1/+6
2013-09-26examples: add an python example (using GI) showing Wi-Fi networksJiří Klimeš2-1/+75
2013-09-24examples: use GLib.MainLoop instead of deprecated GObject.MainLoop in pythonJiri Popelka3-6/+6