summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-09-18libnm: port to GDBusDan Winship1-4/+0
2014-09-05examples: fix python GI examples to work after libnm changesJiří Klimeš5-76/+56
2014-09-04examples: port dbus-glib-based examples to gdbusDan Winship13-622/+554
2014-09-04libnm: change empty-GPtrArray-return semanticsDan Winship1-2/+2
2014-09-04libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship1-4/+5
2014-09-04libnm-core: replace GByteArray with pointer + length in some APIsDan Winship1-2/+2
2014-09-04libnm-core: rename NMConnection to/from_hash methodsDan Winship2-2/+2
2014-08-16libnm-core, libnm, core: make NMConnection an interfaceDan Winship3-3/+3
2014-08-07libnm: port NMRemoteSettings to NMObjectDan Winship1-88/+17
2014-08-07libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship1-1/+1
2014-08-01libnm: add NetworkManager.h, disallow including individual headersDan Winship6-31/+6
2014-08-01libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship9-14/+14
2014-08-01libnm: make the the use of GInitable mandatoryDan Winship7-18/+21
2014-08-01libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship6-8/+8
2014-08-01all: port everything to libnmDan Winship18-92/+79
2014-07-15build: more srcdir!=builddir fixesDan Winship1-1/+0
2014-07-15libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship1-2/+2
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-06-09examples: fix get-active-connections-dbus-glib.c exampleJiří Klimeš1-45/+18
2014-06-07libnm-glib: don't use deprecated nm_access_point_get_hw_address()Thomas Haller1-1/+1
2014-05-27all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš9-0/+18
2014-04-28examples: update 70-wifi-wired-exclusive.sh (bgo #513488)Dan Williams1-20/+9
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