summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples/python: avoid Python2 "print" statementThomas Haller2022-04-043-22/+28
* docs: update URL for latest online documentationThomas Haller2021-09-249-9/+9
* examples/trivial: fix black formatting of python codeThomas Haller2021-05-271-1/+3
* examples: explicitly catch "Exception" in "ovs-external-ids.py"Thomas Haller2021-05-271-1/+1
* examples: fix printing applied connection in "ovs-external-ids.py"Thomas Haller2021-05-271-1/+1
* examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"Thomas Haller2021-05-271-1/+0
* python: remove unused importsThomas Haller2021-05-271-1/+2
* examples: drop confusing UID handling in "vpn.py" exampleThomas Haller2021-05-271-8/+0
* examples: fix usage of input() with Python2Thomas Haller2021-05-261-0/+6
* examples: avoid deprecated PropertiesChanged signal in "create-bond.py" exampleThomas Haller2021-05-141-7/+11
* example: rework "vpn-import-libnm" exampleThomas Haller2021-04-011-41/+130
* examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller2021-03-221-0/+2
* example: importing vpn with libnmJagadeesh Kotra2021-03-222-0/+73
* examples: use python3 compatible exception syntaxJagadeesh Kotra2021-03-161-1/+1
* build/meson: drop libnm_nm_default_dep dependencyThomas Haller2021-02-281-10/+12
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-2/+2
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-9/+7
* examples/python: some style update to avoid changes in black code formattingThomas Haller2021-01-281-2/+2
* examples: minor bugfix comparing device state in "python/dbus/show-bssids.py"Thomas Haller2021-01-261-1/+1
* examples: add comment about scanning to "python/dbus/show-bssids.py" exampleThomas Haller2021-01-181-0/+5
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0572-72/+72
* examples: remove editor hint to mark source code as UTF-8Thomas Haller2021-01-051-1/+0
* examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller2020-11-171-67/+305
* examples: add "ovs-external-ids.py" example scriptThomas Haller2020-11-091-0/+425
* Correct python black rulesFrederic Martinsons2020-10-291-2/+2
* example: add python gi example for keyfile handlingth/keyfile-public-apiThomas Haller2020-10-281-0/+139
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2912-12/+12
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-283-14/+14
* all: reformat all with new clang-format styleAntonio Cardace2020-09-288-744/+759
* all: changes from python 2 syntax to python3 and removing dead codeSayed Shah2020-08-0315-120/+70
* examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller2020-07-021-94/+185
* all: reformat python files with python blackSayed Shah2020-06-1538-648/+933
* examples: remove unused code from "examples/python/dbus/vpn.py"Thomas Haller2020-05-071-1/+0
* examples: avoid "x == None" checks in python examplesThomas Haller2020-05-072-2/+2
* examples: avoid "except" for BaseException in examplesThomas Haller2020-05-072-2/+2
* examples: avoid non-thread-safe localtime() function exampleThomas Haller2020-05-071-1/+6
* examples: remove unused imports from python examplesThomas Haller2020-05-0712-13/+7
* examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller2020-05-071-1/+1
* examples: add Wi-Fi P2P exampleBeniamino Galvani2020-04-271-0/+109
* examples: fix copy/paste comment error from another scriptDavid Drinn2020-04-111-1/+1
* license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* libnm: export interface flagsBeniamino Galvani2019-11-221-0/+19
* dispatcher: avoid "dirname" and "basename" calls in "10-ifcfg-rh-routes.sh" s...Thomas Haller2019-10-041-9/+5
* dispatcher: move return-early checks in "10-ifcfg-rh-routes.sh" firstThomas Haller2019-10-041-18/+18
* all: unify format of our Copyright source code commentsThomas Haller2019-10-0235-36/+36
* meson: Improve Qt examplesIñigo Martínez2019-10-011-10/+3
* meson: Improve targets involving libnm libraryIñigo Martínez2019-10-011-2/+2
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-10/+9
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-5/+5
* all: manually drop code comments with file descriptionThomas Haller2019-10-0120-27/+13