summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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-114-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
* 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-173-3/+3
* examples: update examples for new device typesJiří Klimeš2013-11-293-2/+16
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-5/+11
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-2/+2
* 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
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-222-9/+7
* trivial: minor code cleanup in examples/pythonThomas Haller2013-08-063-7/+7
* examples: update 70-wifi-wired-exclusive.sh for new nmcli syntaxJiří Klimeš2013-07-151-2/+4
* trivial: add gitignore for qt examplesPavel Šimerda2013-04-291-0/+2
* libnm-util: Fix transfer annotations of nm_{connection,setting}_need_secrets()Martin Pitt2013-04-191-4/+2
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-3/+3
* examples: remove GLIB_CHECK_VERSION checks from GDBus examplesDan Winship2013-02-262-12/+0
* examples: fix nm-state.py exampleJiří Klimeš2012-12-071-3/+18
* cli/examples: NM_802_11_MODE_AP mode is not valid for NMAccessPoint objectsJiří Klimeš2012-11-011-1/+0
* build: clean up GLib-related pkg-config usage (bgo #687218)Colin Walters2012-10-311-2/+2
* wifi: support ap-mode with wpa_supplicantJan Luebbe2012-10-171-1/+4
* 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: add dispatcher example for exclusive wired/wifiDan Williams2012-09-203-1/+31
* examples: add a shell example listing active Wi-Fi networks on Wi-Fi devicesJiří Klimeš2012-09-032-1/+90
* examples: add a shell example for disconnecting devicesJiří Klimeš2012-08-312-1/+80
* 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-243-8/+20
* 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
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-221-0/+1
* examples: fix dependency on GDBus (it's available only in GLib >= 2.26)Jiří Klimeš2012-02-142-0/+12
* examples: add C example for monitoring overall NetworkManager stateJiří Klimeš2012-02-132-2/+140
* examples: add C examples for monitoring whether NM runsJiří Klimeš2012-02-035-4/+332
* build: fix srcdir != builddirColin Walters2012-01-092-2/+4