summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2021-06-22examples: rework nm-up-many.py for ratelimiting parallel activationsThomas Haller1-174/+147
2021-06-17example: drop unused import from "nm-up-many.py"Thomas Haller1-2/+1
2021-06-11examples: add "examples/python/gi/nm-up-many.py"Thomas Haller1-0/+373
2021-05-27examples/trivial: fix black formatting of python codeThomas Haller1-1/+3
2021-05-27examples: explicitly catch "Exception" in "ovs-external-ids.py"Thomas Haller1-1/+1
2021-05-27examples: fix printing applied connection in "ovs-external-ids.py"Thomas Haller1-1/+1
2021-05-27examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"Thomas Haller1-1/+0
2021-05-27python: remove unused importsThomas Haller1-1/+2
2021-05-27examples: drop confusing UID handling in "vpn.py" exampleThomas Haller1-8/+0
2021-05-26examples: fix usage of input() with Python2Thomas Haller1-0/+6
2021-05-14examples: avoid deprecated PropertiesChanged signal in "create-bond.py" exampleThomas Haller1-7/+11
2021-04-01example: rework "vpn-import-libnm" exampleThomas Haller1-41/+130
2021-03-22examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller1-0/+2
2021-03-22example: importing vpn with libnmJagadeesh Kotra2-0/+73
2021-03-16examples: use python3 compatible exception syntaxJagadeesh Kotra1-1/+1
2021-02-28build/meson: drop libnm_nm_default_dep dependencyThomas Haller1-10/+12
2021-02-24build: move "libnm/" to "src/" and split itThomas Haller1-2/+2
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller1-9/+7
2021-01-28examples/python: some style update to avoid changes in black code formattingThomas Haller1-2/+2
2021-01-26examples: minor bugfix comparing device state in "python/dbus/show-bssids.py"Thomas Haller1-1/+1
2021-01-18examples: add comment about scanning to "python/dbus/show-bssids.py" exampleThomas Haller1-0/+5
2021-01-05all: update deprecated SPDX license identifiersThomas Haller72-72/+72
2021-01-05examples: remove editor hint to mark source code as UTF-8Thomas Haller1-1/+0
2020-11-17examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller1-67/+305
2020-11-09examples: add "ovs-external-ids.py" example scriptThomas Haller1-0/+425
2020-10-29Correct python black rulesFrederic Martinsons1-2/+2
2020-10-28example: add python gi example for keyfile handlingThomas Haller1-0/+139
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller12-12/+12
2020-09-28format: replace tabs for indentation in code commentsThomas Haller3-14/+14
2020-09-28all: reformat all with new clang-format styleAntonio Cardace8-744/+759
2020-08-03all: changes from python 2 syntax to python3 and removing dead codeSayed Shah15-120/+70
2020-07-02examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller1-94/+185
2020-06-15all: reformat python files with python blackSayed Shah38-648/+933
2020-05-07examples: remove unused code from "examples/python/dbus/vpn.py"Thomas Haller1-1/+0
2020-05-07examples: avoid "x == None" checks in python examplesThomas Haller2-2/+2
2020-05-07examples: avoid "except" for BaseException in examplesThomas Haller2-2/+2
2020-05-07examples: avoid non-thread-safe localtime() function exampleThomas Haller1-1/+6
2020-05-07examples: remove unused imports from python examplesThomas Haller12-13/+7
2020-05-07examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller1-1/+1
2020-04-27examples: add Wi-Fi P2P exampleBeniamino Galvani1-0/+109
2020-04-11examples: fix copy/paste comment error from another scriptDavid Drinn1-1/+1
2020-02-17license: Add license using SPDX identifiers to meson build filesIñigo Martínez2-0/+4
2019-11-22libnm: export interface flagsBeniamino Galvani1-0/+19
2019-10-04dispatcher: avoid "dirname" and "basename" calls in "10-ifcfg-rh-routes.sh" s...Thomas Haller1-9/+5
2019-10-04dispatcher: move return-early checks in "10-ifcfg-rh-routes.sh" firstThomas Haller1-18/+18
2019-10-02all: unify format of our Copyright source code commentsThomas Haller35-36/+36
2019-10-01meson: Improve Qt examplesIñigo Martínez1-10/+3
2019-10-01meson: Improve targets involving libnm libraryIñigo Martínez1-2/+2
2019-10-01meson: Improve the libnm-core build fileIñigo Martínez1-10/+9
2019-10-01meson: Use dependency for nm-default headerIñigo Martínez1-5/+5