| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: drop trailing spaces | Thomas Haller | 2018-02-07 | 3 | -4/+4 |
| | | |||||
| * | all: replace non-leading tabs with spaces | Thomas Haller | 2018-02-07 | 1 | -1/+1 |
| | | | | | | | We commonly only allow tabs at the beginning of a line, not afterwards. The reason for this style is so that the code looks formated right with tabstop=4 and tabstop=8. | ||||
| * | python: make dbus, gi examples, and debug-helper.py python3 ready | Yifan J | 2017-12-04 | 16 | -65/+65 |
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=791121 | ||||
| * | build: merge "examples/Makefile.am" into toplevel Makefileth/non-recursive-make-bgo772985 | Thomas Haller | 2016-10-21 | 1 | -18/+0 |
| | | |||||
| * | checkpoint: make python example accept multiple devices and timeout | Beniamino Galvani | 2016-09-26 | 1 | -22/+34 |
| | | | | | | Add a timeout parameter and allow passing multiple interfaces to make the script more useful for testing purposes. | ||||
| * | checkpoint: add python D-Bus example | Beniamino Galvani | 2016-08-17 | 1 | -0/+63 |
| | | |||||
| * | docs: replace spec.html with docbook D-Bus API reference | Lubomir Rintel | 2016-03-26 | 1 | -1/+1 |
| | | | | | | | May use a lot of improvement (actually documenting the names and objects that use the interfaces in question), but at least this looks a lot better on developer.gnome.org. | ||||
| * | Fix missing commas in list-devices devtypes dict. | Adrian Likins | 2016-03-02 | 1 | -5/+5 |
| | | |||||
| * | device: add new NMDeviceType NM_DEVICE_TYPE_VETH | Thomas Haller | 2016-02-23 | 1 | -0/+1 |
| | | | | | Based-on-patch-by: Jiří Klimeš <jklimes@redhat.com> | ||||
| * | examples: add missing device-types to examples | Thomas Haller | 2016-02-23 | 1 | -0/+4 |
| | | | | | Based-on-patch-by: Jiří Klimeš <jklimes@redhat.com> | ||||
| * | examples: generate UUID in add-wifi-eap-connection.py | Jiří Klimeš | 2015-09-17 | 1 | -2/+2 |
| | | | | | so that it can be run multiple times. | ||||
| * | examples: add a python example for adding WPA PSK Wi-Fi connection | Jiří Klimeš | 2015-09-17 | 3 | -1/+58 |
| | | | | | and rename add-system-wifi-connection.py to add-wifi-eap-connection.py | ||||
| * | examples: add python+dbus example to print active access point | Dan Williams | 2015-07-08 | 2 | -1/+68 |
| | | |||||
| * | examples: python: add an D-Bus example creating and activating a bond | Jiří Klimeš | 2015-06-23 | 2 | -1/+116 |
| | | |||||
| * | examples: add wifi-hotspot.py script to Makefile.am | Jiří Klimeš | 2015-06-23 | 1 | -1/+2 |
| | | | | | Fixes: 1af8e2f132f64a9f3c012a57f4b67422ccf62ad5 | ||||
| * | examples: add DBus + Python example for starting/stopping a WiFi hotspot | Dan Williams | 2015-05-18 | 1 | -0/+112 |
| | | |||||
| * | examples: update Python NM example to print detailed connection state | Srdjan Grubor | 2015-03-12 | 1 | -6/+19 |
| | | | | | | | | Current Python NM example has a very crude connection state output and the global NM connectivity is not used in them either. https://bugzilla.gnome.org/show_bug.cgi?id=746045 | ||||
| * | examples: python: print into stderr | Petr Vorel | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | https://mail.gnome.org/archives/networkmanager-list/2015-March/msg00024.html Signed-off-by: Petr Vorel <petr.vorel@gmail.com> | ||||
| * | examples/trvial: replace tabs by whitespace in python example | Thomas Haller | 2015-03-10 | 1 | -2/+2 |
| | | |||||
| * | examples: update python examples | Dan Winship | 2014-11-15 | 5 | -44/+136 |
| | | | | | | | | | | | Update the raw D-Bus python examples to use newer APIs where appropriate (and split the add-connection example into 1.0-only and 0.9-compatible versions). Update the gi-based python examples for the various API changes since they were last updated. Also add a comment to the ruby add-connection example pointing out that it's still using the old settings APIs. | ||||
| * | test,examples: fix scripts to avoid 'has_key' for Python 3 | Thomas Haller | 2014-10-31 | 1 | -1/+1 |
| | | | | | | | 'has_key' on Dictionaries is removed from Python3 in favor of 'in'. Signed-off-by: Thomas Haller <thaller@redhat.com> | ||||
| * | examples: add Python dbus example indicating if WWAN is the default connection | Dan Williams | 2014-06-20 | 2 | -1/+80 |
| | | |||||
| * | examples: add Python D-Bus and GI examples for updating IPv4 setting method | Dan Williams | 2014-06-10 | 2 | -1/+84 |
| | | |||||
| * | examples: fix Makefile.am to include all Python examples for distribution | Jiří Klimeš | 2014-03-07 | 1 | -1/+1 |
| | | |||||
| * | examples: also print type of active connections | Jiří Klimeš | 2014-03-03 | 1 | -1/+1 |
| | | |||||
| * | docs: update documentation links | William Jon McCann | 2013-12-17 | 1 | -1/+1 |
| | | | | | Various GNOME services moved around so links need updating. | ||||
| * | examples: update examples for new device types | Jiří Klimeš | 2013-11-29 | 1 | -1/+6 |
| | | |||||
| * | examples: group python examples - dbus vs. gi | Jiří Klimeš | 2013-09-24 | 11 | -0/+867 |
| Move examples using dbus-python ('dbus' module) and GObject introspection into their own directories. | |||||
