summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-04-04examples: fix qt demo to work without STL supportThomas Haller1-2/+2
2014-04-04examples: fix qt demo to work without STL supportThomas Haller1-2/+2
2014-04-01examples: use correct Mbit/s for bitratesJiří Klimeš1-2/+2
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 McCann3-3/+3
2013-11-29examples: update examples for new device typesJiří Klimeš3-2/+16
2013-11-13coverity: fix various warnings detected with CoverityThomas Haller1-5/+11
2013-10-22core: cleanup freeing of glib collections of pointersThomas Haller1-2/+2
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
2013-09-24examples: group python examples - dbus vs. giJiří Klimeš16-14/+17
2013-09-24examples: add a python example getting/setting zone property using GIJiří Klimeš2-1/+89
2013-08-22build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2-9/+7
2013-08-06trivial: minor code cleanup in examples/pythonThomas Haller3-7/+7
2013-07-15examples: update 70-wifi-wired-exclusive.sh for new nmcli syntaxJiří Klimeš1-2/+4
2013-04-29trivial: add gitignore for qt examplesPavel Šimerda1-0/+2
2013-04-19libnm-util: Fix transfer annotations of nm_{connection,setting}_need_secrets()Martin Pitt1-4/+2
2013-03-25all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš1-3/+3
2013-02-26examples: remove GLIB_CHECK_VERSION checks from GDBus examplesDan Winship2-12/+0
2012-12-07examples: fix nm-state.py exampleJiří Klimeš1-3/+18
2012-11-01cli/examples: NM_802_11_MODE_AP mode is not valid for NMAccessPoint objectsJiří Klimeš1-1/+0
2012-10-31build: clean up GLib-related pkg-config usage (bgo #687218)Colin Walters1-2/+2
2012-10-17wifi: support ap-mode with wpa_supplicantJan Luebbe1-1/+4
2012-09-24examples: fix python example file names in EXTRA_DISTJiří Klimeš1-1/+2
2012-09-24examples: fix add-system-connection.py -> add-connection.py renameJiří Klimeš1-1/+1
2012-09-20examples: add dispatcher example for exclusive wired/wifiDan Williams3-1/+31
2012-09-03examples: add a shell example listing active Wi-Fi networks on Wi-Fi devicesJiří Klimeš2-1/+90
2012-08-31examples: add a shell example for disconnecting devicesJiří Klimeš2-1/+80
2012-08-29examples: port update-secrets example to NM 0.9 APIJiří Klimeš1-37/+32
2012-08-24examples: add IP converting functions and rename add-system-connection.pyJiří Klimeš1-6/+21
2012-08-24examples: update examples for new device typesJiří Klimeš3-8/+20
2012-06-13examples: add a python GObject Introspection exampleJiří Klimeš2-1/+66
2012-06-11examples: add simply python GObject Introspection exampleDan Williams2-1/+54
2012-02-22build: fix srcdir != builddir for new generated headersColin Walters1-0/+1
2012-02-14examples: fix dependency on GDBus (it's available only in GLib >= 2.26)Jiří Klimeš2-0/+12
2012-02-13examples: add C example for monitoring overall NetworkManager stateJiří Klimeš2-2/+140
2012-02-03examples: add C examples for monitoring whether NM runsJiří Klimeš5-4/+332
2012-01-09build: fix srcdir != builddirColin Walters2-2/+4
2011-12-09examples: add a shell example for listing devicesJiří Klimeš1-0/+101
2011-12-08examples: add some examples in shellJiří Klimeš4-0/+95
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-1/+1
2011-11-29examples: add a few examples in rubyJiří Klimeš5-0/+227
2011-10-10test: add missing return valuesThomas Jarosch1-0/+2
2011-09-20examples: correct a comment in list-devices.py exampleJiří Klimeš1-1/+1