summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: bash: print errors int stderrPetr Vorel2015-03-182-3/+3
* 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: add a Lua example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+84
* examples: add a Lua example setting user name for a VPN connectionJiří Klimeš2015-02-112-1/+87
* examples: add a Lua example getting IP configuration of a deviceJiří Klimeš2015-02-102-1/+162
* examples: add a Lua example showing basic NetworkManager informationJiří Klimeš2015-02-092-1/+53
* examples: add a Lua example for getting Wi-Fi access pointsJiří Klimeš2015-02-092-1/+81
* examples: add some examples in Lua using lgi libraryJiří Klimeš2015-01-306-0/+219
* dispatcher: fix ifcfg-rh example dispatcher script (rh #1160013)Dan Winship2015-01-271-4/+17
* ifcfg-rh: allow handling complex routing rules via dispatcher (rh #1160013)Dan Winship2015-01-122-0/+22
* examples: update python examplesDan Winship2014-11-1512-137/+227
* all: consistently include config.hDan Winship2014-11-138-0/+16
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-072-2/+2
* test,examples: fix scripts to avoid 'has_key' for Python 3Thomas Haller2014-10-311-1/+1
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-6/+6
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-102-28/+22
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-17/+16
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-251-1/+1
* tui,examples: accept null SSID gracefullyJiří Klimeš2014-09-191-3/+9
* libnm: port to GDBusDan Winship2014-09-181-4/+0
* examples: fix python GI examples to work after libnm changesJiří Klimeš2014-09-055-76/+56
* examples: port dbus-glib-based examples to gdbusDan Winship2014-09-0413-622/+554
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-041-2/+2
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-041-4/+5
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-041-2/+2
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-042-2/+2
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-163-3/+3
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-071-88/+17
* libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship2014-08-071-1/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-016-31/+6
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-019-14/+14
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-017-18/+21
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-016-8/+8
* all: port everything to libnmDan Winship2014-08-0118-92/+79
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship2014-07-151-2/+2
* 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 get-active-connections-dbus-glib.c exampleJiří Klimeš2014-06-091-45/+18
* libnm-glib: don't use deprecated nm_access_point_get_hw_address()Thomas Haller2014-06-071-1/+1
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-279-0/+18
* examples: update 70-wifi-wired-exclusive.sh (bgo #513488)Dan Williams2014-04-281-20/+9
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* examples: use correct Mbit/s for bitratesJiří Klimeš2014-04-011-2/+2
* 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