Discussion:
Review Request: Enable/Disable OK button when prompting user for secretes, and fix WEP key validator
Rajeesh K Nambiar
2012-02-12 13:33:38 UTC
Permalink
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103950/
-----------------------------------------------------------

Review request for Network Management.


Description
-------

Two fixes:
1. Fix the WEP key validator in WepAuthWidget
2. Enable/disable OK button in ConnectionSecretsJob::doAskUser


Diffs
-----

libs/ui/connectionsecretsjob.cpp d87c47c
libs/ui/security/wepauthwidget.h 6ff721b
libs/ui/security/wepauthwidget.cpp 86b9711
libs/ui/security/wirelesssecurityauth.cpp 1ebefba

Diff: http://git.reviewboard.kde.org/r/103950/diff/


Testing
-------

For change 2, WEP case is tested and working fine. WPA/WPA2 personal case is lightly tested and doesn't seem to introduce any regression. It would be great if anyone can test other encryption types.


Thanks,

Rajeesh K Nambiar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-networkmanager/attachments/20120212/cda90a30/attachment.html>
Lamarque Vieira Souza
2012-02-12 14:31:26 UTC
Permalink
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103950/#review10544
-----------------------------------------------------------



libs/ui/security/wepauthwidget.h
<http://git.reviewboard.kde.org/r/103950/#comment8619>

use "const QString &". Just keep in mind that you do not use "const" or "&" when connecting a signal to this slot. For example, the line "connect(d->settingWidget, SIGNAL(valid(bool)), SLOT(validate()));" below is correct, do not change it.



libs/ui/security/wepauthwidget.cpp
<http://git.reviewboard.kde.org/r/103950/#comment8620>

const QString & key


- Lamarque Vieira Souza
Post by Rajeesh K Nambiar
-----------------------------------------------------------
http://git.reviewboard.kde.org/r/103950/
-----------------------------------------------------------
(Updated Feb. 12, 2012, 1:33 p.m.)
Review request for Network Management.
Description
-------
1. Fix the WEP key validator in WepAuthWidget
2. Enable/disable OK button in ConnectionSecretsJob::doAskUser
Diffs
-----
libs/ui/connectionsecretsjob.cpp d87c47c
libs/ui/security/wepauthwidget.h 6ff721b
libs/ui/security/wepauthwidget.cpp 86b9711
libs/ui/security/wirelesssecurityauth.cpp 1ebefba
Diff: http://git.reviewboard.kde.org/r/103950/diff/
Testing
-------
For change 2, WEP case is tested and working fine. WPA/WPA2 personal case is lightly tested and doesn't seem to introduce any regression. It would be great if anyone can test other encryption types.
Thanks,
Rajeesh K Nambiar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-networkmanager/attachments/20120212/8863f00b/attachment.html>
Rajeesh K Nambiar
2012-02-12 15:05:21 UTC
Permalink
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103950/
-----------------------------------------------------------

(Updated Feb. 12, 2012, 3:05 p.m.)


Review request for Network Management.


Changes
-------

Fixed the constant qualifiers.
Thanks for the review!


Description
-------

Two fixes:
1. Fix the WEP key validator in WepAuthWidget
2. Enable/disable OK button in ConnectionSecretsJob::doAskUser


Diffs (updated)
-----

libs/ui/connectionsecretsjob.cpp d87c47c
libs/ui/security/wepauthwidget.h 6ff721b
libs/ui/security/wepauthwidget.cpp 86b9711
libs/ui/security/wirelesssecurityauth.cpp 1ebefba

Diff: http://git.reviewboard.kde.org/r/103950/diff/


Testing
-------

For change 2, WEP case is tested and working fine. WPA/WPA2 personal case is lightly tested and doesn't seem to introduce any regression. It would be great if anyone can test other encryption types.


Thanks,

Rajeesh K Nambiar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-networkmanager/attachments/20120212/5ecd5f6b/attachment.html>
Commit Hook
2012-02-12 17:34:04 UTC
Permalink
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103950/#review10554
-----------------------------------------------------------


This review has been submitted with commit 8e2aa8b1a320e39aac2984532d31e25df0526422 by Lamarque V. Souza to branch master.

- Commit Hook
Post by Rajeesh K Nambiar
-----------------------------------------------------------
http://git.reviewboard.kde.org/r/103950/
-----------------------------------------------------------
(Updated Feb. 12, 2012, 3:05 p.m.)
Review request for Network Management.
Description
-------
1. Fix the WEP key validator in WepAuthWidget
2. Enable/disable OK button in ConnectionSecretsJob::doAskUser
Diffs
-----
libs/ui/connectionsecretsjob.cpp d87c47c
libs/ui/security/wepauthwidget.h 6ff721b
libs/ui/security/wepauthwidget.cpp 86b9711
libs/ui/security/wirelesssecurityauth.cpp 1ebefba
Diff: http://git.reviewboard.kde.org/r/103950/diff/
Testing
-------
For change 2, WEP case is tested and working fine. WPA/WPA2 personal case is lightly tested and doesn't seem to introduce any regression. It would be great if anyone can test other encryption types.
Thanks,
Rajeesh K Nambiar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-networkmanager/attachments/20120212/4f3f2c76/attachment-0001.html>
Commit Hook
2012-02-12 17:34:09 UTC
Permalink
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103950/#review10555
-----------------------------------------------------------


This review has been submitted with commit a59f5280623b5e6df6be2455b0252536c952a49c by Lamarque V. Souza to branch nm09.

- Commit Hook
Post by Rajeesh K Nambiar
-----------------------------------------------------------
http://git.reviewboard.kde.org/r/103950/
-----------------------------------------------------------
(Updated Feb. 12, 2012, 3:05 p.m.)
Review request for Network Management.
Description
-------
1. Fix the WEP key validator in WepAuthWidget
2. Enable/disable OK button in ConnectionSecretsJob::doAskUser
Diffs
-----
libs/ui/connectionsecretsjob.cpp d87c47c
libs/ui/security/wepauthwidget.h 6ff721b
libs/ui/security/wepauthwidget.cpp 86b9711
libs/ui/security/wirelesssecurityauth.cpp 1ebefba
Diff: http://git.reviewboard.kde.org/r/103950/diff/
Testing
-------
For change 2, WEP case is tested and working fine. WPA/WPA2 personal case is lightly tested and doesn't seem to introduce any regression. It would be great if anyone can test other encryption types.
Thanks,
Rajeesh K Nambiar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-networkmanager/attachments/20120212/9f50d398/attachment.html>
Loading...