https://bugs.kde.org/show_bug.cgi?id=397572
--- Comment #5 from Jan Grulich <jgrul...@redhat.com> --- Git commit 71833088fb26be75ae88f13f970b814436b688ce by Jan Grulich, on behalf of Bruce Anderson. Committed on 17/10/2018 at 10:37. Pushed by grulich into branch 'master'. Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator Summary: to optionally handle a CIDR or port suffix. Added capabilitiesimplemented via defaulted parameter to maintain compatibilitywith the previous version. Includes unit tests for the updated code. Opened as a separate review per comment from Pino on review D15093. Part of: FIXED-IN: 5.14.0 Reviewers: jgrulich, pino Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D15520 M +2 -0 CMakeLists.txt M +1 -0 libs/editor/CMakeLists.txt A +108 -0 libs/editor/simpleiplistvalidator.cpp [License: GPL] C +16 -13 libs/editor/simpleiplistvalidator.h [from: libs/editor/simpleipv4addressvalidator.h - 057% similarity] M +77 -7 libs/editor/simpleipv4addressvalidator.cpp M +6 -1 libs/editor/simpleipv4addressvalidator.h M +117 -15 libs/editor/simpleipv6addressvalidator.cpp M +6 -1 libs/editor/simpleipv6addressvalidator.h A +30 -0 tests/CMakeLists.txt A +136 -0 tests/simpleiplisttest.cpp [License: GPL] A +152 -0 tests/simpleipv4test.cpp [License: GPL] A +192 -0 tests/simpleipv6test.cpp [License: GPL] https://commits.kde.org/plasma-nm/71833088fb26be75ae88f13f970b814436b688ce -- You are receiving this mail because: You are watching all bug changes.