Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-16 Thread Tomasz Sterna
Dnia 2014-10-16, czw o godzinie 23:02 +0200, ulf.sw...@e.mail.de pisze: > > Perhaps just application specific logic? > > I didn't suffer from NIH syndrome yesterday ;) > But I guess not many mobile phone apps have a need for undo. Remorse Item is kind of workaround for lack of real Undo. "You h

Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-16 Thread ulf . swdev
On 10/16/2014 11:55 AM, Pekka Vuorela wrote: >> So what is the recommended way to implement Undo in an app? Is there another >> way to get undo functionality or is it allowed to enable QWidgets for >> this purpose? > > Perhaps just application specific logic? I didn't suffer from NIH syndrome ye

Re: [SailfishDevel] Sample app in sailfish.

2014-10-16 Thread Steffen Förster
Hi I resolved this problem with an increased timeout. You can find the appropriate option on the creation form of the new Mer ARM device. One more hint: - If you connect your Jolla via USB, check the IP address of the "Remote NDIS based Internet Sharing Device". It should belong to the same

Re: [SailfishDevel] Sample app in sailfish.

2014-10-16 Thread Jonni Rainisto
https://sailfishos.org/wiki/SDK_Alpha_Known_Issues#Emulator timeouts are usually DNS resolution releated. re, Jonni From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Binu Andrews [binuandr...@gmail.com] Sent: Thursday, Oc

[SailfishDevel] Sample app in sailfish.

2014-10-16 Thread Binu Andrews
Hi, Trying to develop a sample application using SDK. I am getting "*Timeout waiting for reply from server*" error while trying to create New Mer ARM device. Can anybody help ? ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

Re: [SailfishDevel] tracker-extract: unhandled page fault

2014-10-16 Thread Philippe De Swert
Hi, On 10/10/14 23:53, Andreas Fenkart wrote: > Seen these in my logs, is there some better place to report this? Without extra info, and eventually making the data on which tracker is chocking there is not much you can do there. Luckily if tracker segfaults it gets restarted so the impact is min

Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-16 Thread Pekka Vuorela
ke, 2014-10-15 kello 16:18 +0200, ulf.sw...@e.mail.de kirjoitti: > Hi, > > I wanted to use the QUndo framework (QUndoCommand, QUndoStack) in my app... > but the SailfishOS-SDK doesn't allow access to the QWidgets directly by > default. > > I could enable that, but as I understand use of QWidgets