Re: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper

2013-05-09 Thread Zhang, Jessica
project.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Wednesday, May 08, 2013 5:55 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper - BaseSettingDialog performs an extra filtering for suitable co

Re: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper

2013-05-09 Thread Grigoropol, IoanaX
-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Wednesday, May 08, 2013 5:55 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper - BaseSettingDialog performs an extra filtering for suitable connections for a given host by checkin

Re: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper

2013-05-09 Thread Grigoropol, IoanaX
-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Wednesday, May 08, 2013 5:55 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper - BaseSettingDialog performs an extra filtering for suitable connections for a given host by checking the r

Re: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper

2013-05-08 Thread Zhang, Jessica
Sent: Wednesday, May 08, 2013 5:55 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper - BaseSettingDialog performs an extra filtering for suitable connections for a given host by checking the remote system type - this checking s

[yocto] [PATCH 3/3] Move filtering of suitable connections to RSEHelper

2013-05-08 Thread Ioana Grigoropol
- BaseSettingDialog performs an extra filtering for suitable connections for a given host by checking the remote system type - this checking should be done in RSEHelper since it involves a remote action and thus removing BaseSettingDialog dependency on RSE Api - modified RSEHelper