Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-22 Thread Ulf Klaperski
On 10/15/2014 07:49 PM, Andrey Kozhevnikov wrote: > Sailfish IS supporting QWidgets, but Jolla Store (Harbour) is NOT. > I'm aware that I can easily activate it for Sailfish. But it means that any app that does it will more or less be permanently blocked from Harbour - especially because the Undo

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] 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

Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-15 Thread ulf . swdev
On 10/15/2014 07:49 PM, Andrey Kozhevnikov wrote: > Sailfish IS supporting QWidgets, but Jolla Store (Harbour) is NOT. > I'm aware that I can easily activate it for Sailfish. But it means that any app that does it will more or less be permanently blocked from Harbour - especially because the Un

Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-15 Thread Andrey Kozhevnikov
Sailfish IS supporting QWidgets, but Jolla Store (Harbour) is NOT. 15.10.2014 20:18, ulf.sw...@e.mail.de пишет: 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,

[SailfishDevel] Undo in SailfishOS apps

2014-10-15 Thread ulf . swdev
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 is not supported in SailfishOS. So what is the recommended way to implement Und