Re: [SailfishDevel] Help,,,SDK don't love my jolla phone

2015-11-10 Thread Tone Kastlunger
Funny; i've been on 1510 for a month now, no issues with 2.0.0.10? On Wed, Nov 11, 2015 at 8:25 AM, Martin Kampas wrote: > Hello yinweijianyinweijian, > > If your SailfishOS version is 2.0.0 and your SDK is 1510 then this is most > probably due to SSH incompatibility after dropping support for t

Re: [SailfishDevel] Help,,,SDK don't love my jolla phone

2015-11-10 Thread Martin Kampas
Hello yinweijianyinweijian, If your SailfishOS version is 2.0.0 and your SDK is 1510 then this is most probably due to SSH incompatibility after dropping support for the unsafe aes128-cbc cipher from the phone. Upgrading to SDK-1511 (released yesterday November 10th) should fix this for you.

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Martin Kampas
Hello Alexander, Design feature (for Sailfish QML components) has been unmaintaned for long time and it used to be hidden/disabled by default. In SDK-1511 it was left enabled by mistake. You can hide the design mode by disabling the "Designer" and "QmlDesigner" plugin in "About Plugins" dialog

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Aaron McCarthy
Hi, On Tue, 10 Nov 2015 11:07:51 Alexander Ladygin wrote: > but how exactly can i make disconnect? All the network requests i send with > QNetworkAccessManager after switching to mobile are returned with errors =( What errors are being returned? Are you explicitly setting a network configuration

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Peter Pykäläinen
Ok, now it works. // Peter Pykäläinen 2015-11-10 14:45 GMT+02:00 Alexander Ladygin : > updated for me just fine! > Design feature does not work though... should it? > > On Tue, Nov 10, 2015 at 3:36 PM, Peter Pykäläinen < > peter.pykalai...@gmail.com> wrote: > >> Hi, >> >> Tried to update my ver

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Alexander Ladygin
updated for me just fine! Design feature does not work though... should it? On Tue, Nov 10, 2015 at 3:36 PM, Peter Pykäläinen < peter.pykalai...@gmail.com> wrote: > Hi, > > Tried to update my version, but SDK updater gives checksum mismatch. > Please fix. > > > // Peter Pykäläinen > > 2015-11-10

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Peter Pykäläinen
Hi, Tried to update my version, but SDK updater gives checksum mismatch. Please fix. // Peter Pykäläinen 2015-11-10 13:55 GMT+02:00 Martin Kampas : > Hello again, > > Today (November 10th) at 11:30 UTC we have published new installers and > repositories of the Sailfish OS SDK. This SDK release

[SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Martin Kampas
Hello again, Today (November 10th) at 11:30 UTC we have published new installers and repositories of the Sailfish OS SDK. This SDK release is called 1511 and it matches Jolla Release 2.0.0. The installers for this release of the SDK are available at http://www.sailfishos.org. If you have an older

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Alexander Ladygin
nd? =) The question is how to make QNetworkAccessManager work On Tue, Nov 10, 2015 at 1:38 PM, Andrey Kozhevnikov wrote: > QNetworkConfigurationManager have signal: onlineStateChanged(bool) > > -- Исходное сообщение -- > От: "Alexander Ladygin" > Кому: aaron.mccar...@jolla.com; "Sai

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Andrey Kozhevnikov
QNetworkConfigurationManager have signal: onlineStateChanged(bool) -- Исходное сообщение -- От: "Alexander Ladygin" Кому: aaron.mccar...@jolla.com; "Sailfish OS Developers" Отправлено: 10.11.2015 14:06:12 Тема: Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switc

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Alexander Ladygin
in addition: even if i create new object instance for QNetworkAccessManager, it still won't connect to internet, as if it still uses WiFi "globally" even though wifi is off On Tue, Nov 10, 2015 at 11:07 AM, Alexander Ladygin wrote: > but how exactly can i make disconnect? All the network request

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Alexander Ladygin
but how exactly can i make disconnect? All the network requests i send with QNetworkAccessManager after switching to mobile are returned with errors =( On Tue, Nov 10, 2015 at 4:05 AM, Aaron McCarthy wrote: > On Tue, 10 Nov 2015 03:37:10 Alexander Ladygin wrote: > > I've got an issue: QNetworkAc