Re: [SailfishDevel] SailfishOS SDK update available today.

2013-10-22 Thread Jarko Vihriala
Thank you!
Nice to hear all went ok.

Kind of stating the obvious here but MerSDK UI was made optional on this 
update. If you want to see it, feel free to enable it from Tools->Options->Mer, 
just tick the 'Headless' option off.

thanks, Jarko

From: christopher.l...@thurweb.ch [christopher.l...@thurweb.ch]
Sent: Tuesday, October 22, 2013 7:34 PM
To: Jarko Vihriala
Cc: devel@lists.sailfishos.org
Subject: Re: [SailfishDevel] SailfishOS SDK update available today.

HI Jarko

Good work, the latest update installs faultlessly on OSX.

The only thing that caught me out (so far) is that the SDK VM runs
without a GUI - but that is in the small print of your instructions ...


Chris


___
SailfishOS.org Devel mailing list


Re: [SailfishDevel] SailfishOS SDK update available today.

2013-10-22 Thread christopher . lamb

HI Jarko

Good work, the latest update installs faultlessly on OSX.

The only thing that caught me out (so far) is that the SDK VM runs  
without a GUI - but that is in the small print of your instructions ...



Chris



___
SailfishOS.org Devel mailing list


Re: [SailfishDevel] SailfishOS SDK update available today.

2013-10-22 Thread Benoît HERVIER
Oh sorry ... i forgot we are still in france at utc+2 :) and only this 
week end to utc+1


Thanks, i ll not be late monday at work :p

Le 2013-10-22 14:18, Benoît HERVIER a écrit :

Hi,

Indeed, thanks for that details about changes.

Just for information, look like it's not deployed yet on all mirrors.
Updates.xml 04-Sep-2013 15:51

Regards,

Le 2013-10-22 13:21, FIlip Kłębczyk a écrit :

W dniu 22.10.2013 13:17, Jarko Vihriala pisze:

Hello again,
Today 13:00 UTC we will publish new installers and repositories for 
our SailfishOS SDK, Alpha-Qt5-update2 to be exact.
If you have Alpha-Qt5 you should see updates available icon in Qt 
Creator. If you don't have SailfishOS SDK installed, you can get the 
latest installers from www.sailfishos.org.

Wow, big thanks for detailed information regarding the release! That
is what people expect :)
Regards,
Filip
___
SailfishOS.org Devel mailing list


--
Benoît HERVIER - http://khertan.net/
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] SailfishOS SDK update available today.

2013-10-22 Thread Benoît HERVIER

Hi,

Indeed, thanks for that details about changes.

Just for information, look like it's not deployed yet on all mirrors.
Updates.xml 04-Sep-2013 15:51

Regards,

Le 2013-10-22 13:21, FIlip Kłębczyk a écrit :

W dniu 22.10.2013 13:17, Jarko Vihriala pisze:

Hello again,

Today 13:00 UTC we will publish new installers and repositories for 
our SailfishOS SDK, Alpha-Qt5-update2 to be exact.
If you have Alpha-Qt5 you should see updates available icon in Qt 
Creator. If you don't have SailfishOS SDK installed, you can get the 
latest installers from www.sailfishos.org.


Wow, big thanks for detailed information regarding the release! That
is what people expect :)

Regards,
Filip

___
SailfishOS.org Devel mailing list


--
Benoît HERVIER - http://khertan.net/
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] SailfishOS SDK update available today.

2013-10-22 Thread FIlip Kłębczyk

W dniu 22.10.2013 13:17, Jarko Vihriala pisze:

Hello again,

Today 13:00 UTC we will publish new installers and repositories for our 
SailfishOS SDK, Alpha-Qt5-update2 to be exact.
If you have Alpha-Qt5 you should see updates available icon in Qt Creator. If 
you don't have SailfishOS SDK installed, you can get the latest installers from 
www.sailfishos.org.


Wow, big thanks for detailed information regarding the release! That is 
what people expect :)


Regards,
Filip

___
SailfishOS.org Devel mailing list


[SailfishDevel] SailfishOS SDK update available today.

2013-10-22 Thread Jarko Vihriala
Hello again,

Today 13:00 UTC we will publish new installers and repositories for our 
SailfishOS SDK, Alpha-Qt5-update2 to be exact.
If you have Alpha-Qt5 you should see updates available icon in Qt Creator. If 
you don't have SailfishOS SDK installed, you can get the latest installers from 
www.sailfishos.org.

This update is a major step before the launch of the Jolla device as it brings 
ARM package building to developers.

A couple of things you should be aware of:
-  In this update the build engine, emulator and targets are re-installed so 
you will lose any changes you may have made in those - however, if your 
application packaging is done correctly, rebuilding your projects should 
reinstall the packages you have been using.
- All customizations done to SDK (adding new zypper repositories, adding custom 
targets, additional source paths) will be removed during installation process 
so make your own backup of those before starting the update.
- If you import existing project made with a previous version of the SailfishOS 
SDK, make  sure you select the correct kit in project configuration step. Both 
ARM and i486 kits will now be available.
- Windows users need to install VC10 runtime from 
http://www.microsoft.com/en-us/download/confirmation.aspx?id=8328 or Installer 
will ask for admin rights during installation.
- For more information, please see SDK Alpha-Qt5 known issues list at: 
https://sailfishos.org/wiki/SDK_Alpha_Qt5_Known_Issues

Update itself is performed like the previous one using SDK Maintenance tool 
with three following steps:
1. maintenance tool itself is updated first. In SailfishOS SDK IDE click on 
help->start updater->next->next->Update
2. maintenance tool needs to restarted to update the rest of the SDK, click 
Restart on the UI.
3. once updater has restarted, it asks for the next action, just click Next to 
proceed ('Update components' is selected by default). Updater lists all the 
items that are being updated, click Next->Update to proceed.

Here's the release note for this update:

SailfishOS SDK IDE:
* Qt Creator updated to 2.8.1 version.
* Building RPM packages for ARM target is introduced. This is done by selecting 
ARM kit and running deployment. Deployment to real ARM devices is not supported 
yet.
* MerSDK VM starts without UI (if MerSDK is to be accessed, UI can be activated 
from tools->options->mer menu)
* If MerSDK VM is running when Qt Creator is shut down - a prompt is displayed 
to close it.
* QML profiling is enabled.

Templates/examples:
* SailfishOS application template is updated. The current template does not 
have so-called boilerplate and is easier to use.
* SailfishOS application examples are updated to build with the latest template.

SDK Maintenance Tool:
* Whole installer framework is based on version 1.4.
* bug fixes, no new functionality.

Documentation:
* Documentations are updated with latest available versions.

Build Engine:
* Support for ARM target introduced
* Support to deploy to emulator using PackageKit
* Lots of fixes to build toolchain.

SailfishOS Emulator:
* Emulator is built from updated Jolla baseline.
* QML profiling support introduced.
* Bug in QML debugging fixed.
* Emulator screen size matches the upcoming Jolla phone.
* Application icon texts are displayed when application grid is pushed up.

SailfishOS Target(s):
* ARM target introduced.
* Both i486 and ARM target builds done on updated Jolla baseline.

If you encounter any issues, please report them to Sailfish developers mailing 
list at devel@lists.sailfishos.org

Happy hacking!

Best regards,
Jolla Sailfish SDK Team
___
SailfishOS.org Devel mailing list