D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-10-17 Thread Jan Grulich
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit R116:71833088fb26: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator (authored by andersonbruce, committed b

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-10-17 Thread Jan Grulich
jgrulich accepted this revision. jgrulich added a comment. Thanks for the contribution. I'll push this change and do just some minor changes to the tests so you don't have to again go through review. INLINE COMMENTS > CMakeLists.txt:99 > add_subdirectory(vpn) > +add_subdirectory(tests) >

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-09-25 Thread Bruce Anderson
andersonbruce updated this revision to Diff 42297. andersonbruce added a comment. - Fix review comments REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15520?vs=42281&id=42297 BRANCH IP4/6validatorsUpdate REVISION DETAIL https:

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-09-24 Thread Bruce Anderson
andersonbruce updated this revision to Diff 42281. andersonbruce added a comment. - Fix a case that was being reported as Acceptable rather than Intermediate REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15520?vs=41878&id=42281 BR

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-09-17 Thread Bruce Anderson
andersonbruce updated this revision to Diff 41878. andersonbruce added a comment. - Remove unnecessary includes and member functions REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15520?vs=41875&id=41878 BRANCH IP4/6validatorsUpd

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-09-17 Thread Pino Toscano
pino added a comment. - please remove all the empty `initTestCase()` in tests INLINE COMMENTS > simpleiplistvalidator.cpp:27-28 > +SimpleIpListValidator::SimpleIpListValidator(QObject *parent, > + AddressStyle style, > +

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-09-17 Thread Bruce Anderson
andersonbruce updated this revision to Diff 41875. andersonbruce added a comment. - Merge new IP list validator into this branch - Update from review comments REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15520?vs=41677&id=41875

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-09-16 Thread Pino Toscano
pino requested changes to this revision. pino added a comment. This revision now requires changes to proceed. - same notes for `simpleipv6test.cpp` as in `simpleipv4test.cpp` INLINE COMMENTS > CMakeLists.txt:11-13 > +add_executable(simpleipv6test ${simpleipv6test_SRCS}) > +add_test(simpleipv6

D15520: Upgrade SimpleIpV4AddressValidator and SimpleIpV6AddressValidator

2018-09-14 Thread Nathaniel Graham
ngraham added a comment. Thanks! And since I don't believe this patch on its own is sufficient to resolve 397572, please change `FEATURE: 397572` to `CCBUG: 397572`. The former will close the bug once this lands; the latter just adds the commit info as a comment, but keeps the bug open--whic