Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Matthew Vogt
Yes, fair point. IIRC, we decided there weren't enough motivating examples to make it worth adding action-queueing behaviour to the PageStack. If people keep hitting this problem, though, it could be worth revisiting. That said, working around the problem is usually simple, and making the Pag

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread J-P Nurmi
On Wed, Jul 16, 2014 at 11:25 PM, Matthew Vogt wrote: > > Hi, 'Page.status' is the correct property to watch for avoiding this problem. > > Here is an example of what you could do: > > import QtQuick 2.0 > import Sailfish.Silica 1.0 > > ApplicationWindow { > > initialPage: Component { >

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Matthew Vogt
Hi, 'Page.status' is the correct property to watch for avoiding this problem. Here is an example of what you could do: import QtQuick 2.0 import Sailfish.Silica 1.0 ApplicationWindow { initialPage: Component { Page { anchors.fill: parent

Re: [SailfishDevel] Fwd: QtCreator issues

2014-07-16 Thread Stijn Devriendt
Hi Juha, I just had a look at the backtrace (apparently some of the libs aren't (completely) stripped): #0 0x000a1d46 in ?? () #1 0x7f5e4944abe6 in call_init () from /lib64/ld-linux-x86-64.so.2 #2 0x7f5e4944acca in _dl_init_internal () from /lib64/ld-linux-x86-64.so.2 #3 0x000

Re: [SailfishDevel] Fwd: QtCreator issues

2014-07-16 Thread Juha Kallioinen
Hi, sorry to hear that. Did the previous version 1406 or some earlier version work for you in the same host? Please send core dump to me and if you could also provide an strace log of starting Qt Creator: $ strace -o output.log -s 512 installdir/bin/qtcreator Also please mention which Sabayo

Re: [SailfishDevel] Kernel bug in /proc/stat

2014-07-16 Thread Ales Katona
Here's an example of a bogus cpu usage reported by top on the phone. Regression still present with latest release. http://www.bistrecode.com/jolla_top_bug.png 2014-06-19 18:57 GMT-06:00 Ales Katona : > There seems to be a kernel bug in the latest official release of Sailfish > OS on the Jolla p

[SailfishDevel] Fwd: QtCreator issues

2014-07-16 Thread Stijn Devriendt
Hi, I'm having segfaults when starting the Qt Creator from the July SDK: kernel: qtcreator[3217]: segfault at a1d46 ip 000a1d46 sp 7fff634493e8 error 14 in qtcreator[40+13000] Issue is reproducible; OS is the latest Sabayon Linux 64bit. I can send coredump on request. Let me know

Re: [SailfishDevel] QTcreator.exe

2014-07-16 Thread Andrey Kozhevnikov
"Norton detected something weird" - what exactly? Can you paste error message or screenshot it? For now i see only "something weird" with your antivirus (probably you using norton as firewall also and it just reporting network activity) 16.07.2014 20:21, Juha Kallioinen пишет: Norton detect

Re: [SailfishDevel] QTcreator.exe

2014-07-16 Thread Juha Kallioinen
On 18.06.2014 12:47, Vesa Arttijeff wrote: Hi, I installed Sallfish SDK (SailfishOSSDK-Alpha-1406-Qt5-windows-offline) to my Windows 8. I have Norton Antivirus on my machine. Please check the attached document (as Word /ODT). Norton detected something weird in qtcreator.exe file. Is it just

Re: [SailfishDevel] Sailfish OS SDK July update - VirtualBox 4.3.14 for Windows broken

2014-07-16 Thread Kimmo Lindholm
Ok, they are rearraning forum due excessive topics of the same issue... https://forums.virtualbox.org/viewtopic.php?f=6&t=62615 -Original Message- From: devel-boun...@lists.sailfishos.org [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Andrey Kozhevnikov Sent: 16. heinäkuuta 20

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Dmitriy Purgin
Sorry Marcin, misread the name :) 2014-07-16 18:55 GMT+06:00 Dmitriy Purgin : > Hi Martin, > > I had the same issue while dealing with a similar problem where start > page was showing BusyIndicator while the application is loading. What > I did is connected to Component.onCompleted in ApplicationW

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Dmitriy Purgin
Hi Martin, I had the same issue while dealing with a similar problem where start page was showing BusyIndicator while the application is loading. What I did is connected to Component.onCompleted in ApplicationWindow, start the initialization procedure and replace the page after initialization is d

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Andrey Kozhevnikov
In this case you'd better connect to pageStack.busyChanged :) and wait while pageStack.busy 16.07.2014 18:42, Marcin M. ?: This way the dialog opens after closing the dialog. Worked it around by Component.onCompleted: { while (status != PageStatus.Active) {} openWe

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Marcin M.
Take back what I said. The workaround doesn't work. :P -- Marcin 2014-07-16 14:42 GMT+02:00 Marcin M. : > This way the dialog opens after closing the dialog. Worked it around by > > > Component.onCompleted: > { > while (status != PageStatus.Active) {} > openWelcomeDialog

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Marcin M.
This way the dialog opens after closing the dialog. Worked it around by Component.onCompleted: { while (status != PageStatus.Active) {} openWelcomeDialog() } -- Marcin 2014-07-16 11:01 GMT+02:00 Andrey Kozhevnikov : > do not use onCompleted in this case. use statu

Re: [SailfishDevel] Sailfish OS SDK July update - VirtualBox 4.3.14 for Windows broken

2014-07-16 Thread Andrey Kozhevnikov
404 by your link 16.07.2014 18:29, Kimmo Lindholm пишет: FYI When installing SDK, I updated also the VirtualBox to latest version, which was not so good decision... Seems that VirtualBox 4.3.14 for Windows is broken. Use 4.3.12 with SDK (or some other version) Some more here: https://forums

[SailfishDevel] Sailfish OS SDK July update - VirtualBox 4.3.14 for Windows broken

2014-07-16 Thread Kimmo Lindholm
FYI When installing SDK, I updated also the VirtualBox to latest version, which was not so good decision... Seems that VirtualBox 4.3.14 for Windows is broken. Use 4.3.12 with SDK (or some other version) Some more here: https://forums.virtualbox.org/viewtopic.php?f=6&t=62597 - at least I got

Re: [SailfishDevel] How to get dconf list of sub-items with MGConfItem?

2014-07-16 Thread Andrey Kozhevnikov
showing child items is not implemented, only child dirs function is available. if you're interested i can share class from my project replacing MGConfItem 03.07.2014 23:29, Эльмира пишет: How to get dconf list of sub-items with MGConfItem? listDirs() method showing following warnings: http://

Re: [SailfishDevel] Support for Xwayland in Lipstick?

2014-07-16 Thread Chris Mailer
I don't know if I got you right. Does that mean that if I'd build the current X11 release on SailfishOS I'd be able to run X11-apps on SailfishOS as lipstick already supports Xwayland? Or is it only possible to run X11 apps remotely (using e.g. ssh -X)? Thanks a lot, Chris On Wed, Jun 18, 2014 a

[SailfishDevel] Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301)

2014-07-16 Thread Andreas Heil
Hi all, I recently started developing for SailfishOS using the latest SDK on Mac OSX. Unfortunately, I encountered an issue trying to use the TextField control in QML. Qt creator shows a "Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301)" error. I meanwhile drilled down

[SailfishDevel] Issue TextField - Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’ (M301)

2014-07-16 Thread Andreas Heil
Hi all, I recently run into an issue with Qt Creator developing for SailfishOS, looking for some help here. I try to use an TextField (same issue with TextArea). Qt Creator tells me there is an issue when using the TextField/TextArea: Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase

[SailfishDevel] How to get dconf list of sub-items with MGConfItem?

2014-07-16 Thread Эльмира
How to get dconf list of sub-items with MGConfItem? listDirs() method showing following warnings: http://paste.kde.org/p1ircugku ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Andrey Kozhevnikov
do not use onCompleted in this case. use status == PageStatus.Active instead 16.07.2014 14:58, Marcin M. ?: I'd like to open a welcome dialog at startup which can be disabled by a user. Page { id: mainPage function openWelcomeDialog() { var component = Qt.createComponen

[SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Marcin M.
I'd like to open a welcome dialog at startup which can be disabled by a user. Page { id: mainPage function openWelcomeDialog() { var component = Qt.createComponent("WelcomeDialog.qml") var popup = component.createObject(mainPage) popup.open() } Componen

Re: [SailfishDevel] Qt 5.2 in devel

2014-07-16 Thread Timo Jyrinki
2014-07-07 23:37 GMT+03:00 Robin Burchell : > On the bright side, I¹m fairly confident that future upgrades will be less > painful, as part of the pain was also on our side in that we rushed a few > things to get to market last year, and we paid the price in doing that > work properly. I'd also sa

[SailfishDevel] Proposal for mailing list moderators

2014-07-16 Thread Developer Care
Ahoy, Following persons are proposed to be moderators for this mailing list from community point of view: · Thomas B. Rücker, Mer/Nemo community background, has been chairing community meetings in IRC and IRL · Andrea Bernabei, Mer/Nemo community background, active Sailfish c