Re: [SailfishDevel] Hello everyone! Question about simply running a project

2013-08-02 Thread Michael Faro-Tusino
Hi Rephael, Try moving the project into C:/Users/Rafael. When you set up the SDK, you would have been promotes with two dialog boxes containing file paths. One was install location, and other was SRC directory. You can also try moving the project there. Hope that works for you (going based off

[SailfishDevel] R: Hello everyone! Question about simply running a project

2013-08-02 Thread and . bernabei
I think there was a checkbox during installation which you had to select if you wanted to have the folders of your projects outside your home directory. If you didn't select it during installation, you have to put your projects folders inside your home directory ;)

[SailfishDevel] Hello everyone! Question about simply running a project

2013-08-02 Thread Rephael Martinez
Everything is running, including simulator but every time I try to run an example project I get an error saying: error: Project is outside of shared home 'C:\Users\Rafael' and shared src ''. Does anyone have any input as to why I'm getting this error? Thanks much! _

[SailfishDevel] Installation of import packages on Qt5 Alpha Emulator

2013-08-02 Thread christopher . lamb
Hi All Is there anything different about where Qt import packages should be installed on the Qt5 Alpha Emulator? By "import package" I mean the sort of thing that you import to a qml file as follows import org.flyingsheep.abstractui 1.0 In the old Qt 4.8.3 Alpha Emulator I installed my p

Re: [SailfishDevel] Starting Sailfish IDE

2013-08-02 Thread Jordan Onuma
Thanks, Lucien! I don't know why it works. But executing the qtcreator.sh file directly launches the program. On Thu, Aug 1, 2013 at 9:33 PM, Lucien XU wrote: > What happen if you execute it directly ? > /path/to/installed/SDK/bin/qtcreator ? > > Le jeudi 1 août 2013 21:27:57 Jordan Onuma a écr

Re: [SailfishDevel] Wrong Qt version in package manager description?

2013-08-02 Thread Ketil Kvifte
On Fri, 02 Aug 2013 09:02:48 +0200 Lucien XU wrote: > Hello :) > > I believe that the suffix gitXYZ means that it is a git snapshot > after the 5.0.2 was released, so maybe a mixture between 5.0.2 and > 5.1.0 (closer to 5.1.0). > > I think that you can suppose that you are working with 5.1.0 >

[SailfishDevel] Bugfix for sailfishapplication.cpp

2013-08-02 Thread Lucien XU
Hello everybody again ! After a long debugging session with SuperPelican on IRC (#sailfishOS), and with the help of aknight, and a bit of Yaniel, we found a bug in the template sailfishapplication.cpp. It happens when you try to use Sailfish::setView, after calling Sailfish::createView(). Sail

Re: [SailfishDevel] SailfishOS Package Manager Error

2013-08-02 Thread christopher . lamb
Hi David, Lucien Bingo! that fixes it. Both adding the URL, and clicking the tiny almost invisible sailfish icon next to the URL bar fix the problem (I tried the URL on OSX, the tiny sailfish on Lubuntu) It also seems to be a "first-time" problem. If I stop and start QtCreator (having do

Re: [SailfishDevel] SailfishOS Package Manager Error

2013-08-02 Thread David Greaves
Just to confirm - the sailfish icon in question is a tiny icon at the top left by the url bar. What happens is that QtC checks this url too soon (ie before it launches the SDK Engine with the web app) and doesn't retry when it gets this problem. Finally, if http://localhost:8080/ in the url bar f

Re: [SailfishDevel] SailfishOS Package Manager Error

2013-08-02 Thread Lucien XU
Seems to be a regression indeed. Enter http://localhost:8080 in the address bar and it should work again. Le vendredi 2 août 2013 11:14:35 christopher.l...@thurweb.ch a écrit : > Hi Lucien > > I have both VMs up an running, and have been able to deploy a test > application. > > Any amount of

Re: [SailfishDevel] Deployment error in new Alpha SDK

2013-08-02 Thread christopher . lamb
Michael It probably does not help you much, but I have just installed the new Qt5 SDK onto a Lubuntu 64 bit machine, and don't get your error. I can successfully deploy. Note I am deploying as "Debug / Deploy By Copying Binaries" Chris Zitat von "Michael Faro-Tusino" : Hi Chris, Sorry,

Re: [SailfishDevel] SailfishOS Package Manager Error

2013-08-02 Thread christopher . lamb
Hi Lucien I have both VMs up an running, and have been able to deploy a test application. Any amount of clicking on the Sailfish Icon does not change anything - I still get the same error. I have this both on OSX and on Lubuntu. Chris Zitat von "Lucien XU" : Hello Chris, Refresh the

[SailfishDevel] some inaccuracy on sailfishos wiki

2013-08-02 Thread FIlip Kłębczyk
https://sailfishos.org/wiki/Porting/Harmattan In section 'Application Porting Tutorials' "Some of these tutorials are still targeted towards the Alpha SDK (which had Qt 4 and X11), so be aware that additional porting steps might be required starting from the Beta SDK (which has Qt 5 and Waylan

Re: [SailfishDevel] Starting Sailfish IDE

2013-08-02 Thread Lucien XU
What happen if you execute it directly ? /path/to/installed/SDK/bin/qtcreator ? Le jeudi 1 août 2013 21:27:57 Jordan Onuma a écrit : > Hi All, > > Sailfish IDE has been installed in Linux, but for some reason it won't > open. Not sure if applicable, but I've tried with and without VirtualBox > ru

[SailfishDevel] Starting Sailfish IDE

2013-08-02 Thread Jordan Onuma
Hi All, Sailfish IDE has been installed in Linux, but for some reason it won't open. Not sure if applicable, but I've tried with and without VirtualBox running with MerSDK and SailfishOS Emulator in the background. Thanks, Jordan ___ SailfishOS.org Deve

[SailfishDevel] Bugs / feature requests

2013-08-02 Thread Lucien XU
Hello all ! First of all, congrats for this awesome SDK. Using Qt 5 is really better than Qt 4, with the so much missed JSON parser ! Having the settings app is also very nice to be able to have the global settings grid for applications (even if I did not yet searched in the docs how to use it)

Re: [SailfishDevel] SailfishOS Package Manager Error

2013-08-02 Thread Lucien XU
Hello Chris, Refresh the view by clicking n the Sailfish. It should give you the maintenance view back (if your MerSDK VM is launched) Cheers, Lucien Le vendredi 2 août 2013 08:15:33 christopher.l...@thurweb.ch a écrit : > Hi All > > On the new Qt5Alpha, If I press the SailfishOS Icon on the l

Re: [SailfishDevel] Wrong Qt version in package manager description?

2013-08-02 Thread Lucien XU
Hello :) I believe that the suffix gitXYZ means that it is a git snapshot after the 5.0.2 was released, so maybe a mixture between 5.0.2 and 5.1.0 (closer to 5.1.0). I think that you can suppose that you are working with 5.1.0 Cheers, Lucien Le vendredi 2 août 2013 02:24:05 Ketil Kvifte a écr

Re: [SailfishDevel] Wrong Qt version in package manager description?

2013-08-02 Thread Jarko Vihriala
Hello all, Yes, Robin is right. We took the SDK snapshot from internal devel some time ago just to make sure it's stable and we had time to hone features we planned to release in good shape. Qt5 version among other things will upgrade as new updates to SDK are being pushed out. We have not discl