FEATURE: 281071
Support for Remote Desktop Gateway
Since this PR adds 4 more input fields, I refactored the UI to use tabs instead of a "single-column" widget.
I mark this as WIP, because the password should be saved into KWallet if it's enabled.
| No Linters Available |
| No Unit Test Coverage |
| rdp/rdppreferences.ui | ||
|---|---|---|
| 686 | Thanks, this is an error indeed and I also have to add my new entries | |
New UI:
| rdp/rdppreferences.cpp | ||
|---|---|---|
| 41 | I think this was an hack to display width/height fields properly under the resolution combobox. | |
Minor points I have noticed on screenshots:
Done:
BTW, I really don't know how to handle the RDpassword. I would like to store that into KWallet, but that is an 'host preference' for KRDC and the kwallet isn't accessible from that class. Should I implement it that way?
BTW, I really don't know how to handle the RDpassword. I would like to store that into KWallet, but that is an 'host preference' for KRDC and the kwallet isn't accessible from that class. Should I implement it that way?
Yes, saving the passwords is the (only) valid option for this case.