Re: [Interest] Make Android App Restart When It Can't Resume Quickly

2018-08-07 Thread René Hansen
As far as I know, Kodi is open source. So is their Android client: https://kodi.wiki/view/Android_development Maybe check it out for inspiration. /René On Tue, 7 Aug 2018 at 21:35 David Engel wrote: > Hi, > > I'm one of the developers of the MythTV, open source DVR. Over the > last several

Re: [Interest] QML vs Electron

2018-08-07 Thread Guenter Schwann via Interest
On Dienstag, 7. August 2018 15:00:22 CEST Nikos Chantziaras wrote: > But in any case, Android seems fine when using LGPL libraries, since a) > Qt is linked to dynamically, and b) Android officially supports sideloading. Does this cover tivoization (as it's v3 of LGPL) for closed source apps (apk)?

Re: [Interest] How to change parent of scaled QGraphicsItem while retaining scene bounding rect?

2018-08-07 Thread Christian Gagneraud
On 8 August 2018 at 15:49, Patrick Stinson wrote: > Thanks for the reply. I am just particularly dense in this sort of cognitive > operation (something about flipping symbolic representations like in > fractional arithmetic) and might do well with just a bit of code or pseudo > code. Do you thi

Re: [Interest] How to change parent of scaled QGraphicsItem while retaining scene bounding rect?

2018-08-07 Thread Patrick Stinson
Thanks for the reply. I am just particularly dense in this sort of cognitive operation (something about flipping symbolic representations like in fractional arithmetic) and might do well with just a bit of code or pseudo code. Do you think you might provide some? Thanks! > On Aug 7, 2018, at 6

Re: [Interest] How to change parent of scaled QGraphicsItem while retaining scene bounding rect?

2018-08-07 Thread Christian Gagneraud
On 8 August 2018 at 11:08, Patrick Stinson wrote: > Hello! > > I am trying to change the parent of a QGraphicsItem without it appearing to > move or change size on the scene. Both the item, old parent, and new have > arbitrary scale values set. How can this be done? If you grab the item's scene

Re: [Interest] Setting current item text color via stylesheet in QTableView for SelectRows

2018-08-07 Thread Reinhardt Behm via Interest
On Tuesday 07 August 2018 16:31:42 Patrick Stinson wrote: > Hello! > > I have a vanilla QTableView with SingleSelection and SelectRows and am > trying to figure out how to set the text color of the current item for both > when the row is selected and when it isn’t. This is important so that the >

[Interest] Setting current item text color via stylesheet in QTableView for SelectRows

2018-08-07 Thread Patrick Stinson
Hello! I have a vanilla QTableView with SingleSelection and SelectRows and am trying to figure out how to set the text color of the current item for both when the row is selected and when it isn’t. This is important so that the user knows which cell will be edited when they hit the enter key an

[Interest] How to change parent of scaled QGraphicsItem while retaining scene bounding rect?

2018-08-07 Thread Patrick Stinson
Hello! I am trying to change the parent of a QGraphicsItem without it appearing to move or change size on the scene. Both the item, old parent, and new have arbitrary scale values set. How can this be done? Thanks! ___ Interest mailing list Interest@q

[Interest] Make Android App Restart When It Can't Resume Quickly

2018-08-07 Thread David Engel
Hi, I'm one of the developers of the MythTV, open source DVR. Over the last several months, we've ported our frontend (aka client) from Linux with Qt to run on Android with Qt. It's to the point now that some of us are using Nvidia Shield TVs as our primary frontends. One annoying problem that

Re: [Interest] UIViewController override

2018-08-07 Thread Jason H
Nevermind, My bug. Thank you so much for your help Furkan! > Sent: Tuesday, August 07, 2018 at 1:46 PM > From: "Jason H" > To: "Jason H" > Cc: "Furkan Üzümcü" , "interestqt-project.org" > > Subject: Re: [Interest] UIViewController override > > I finally got it! Well almost. When setting the s

Re: [Interest] UIViewController override

2018-08-07 Thread Jason H
I finally got it! Well almost. When setting the screen to all black, I get a 1px white line at the top. But other than that the bar is gone. Any ideas on that one? > Sent: Tuesday, August 07, 2018 at 12:25 PM > From: "Jason H" > To: "Furkan Üzümcü" > Cc: "interestqt-project.org" > Subject: Re:

Re: [Interest] UIViewController override

2018-08-07 Thread Jason H
Thanks for that. I've got it all set up, but i still can't get the states bar gone on ios 11... I just need it gone globally for the application. I think i have the right plist values set and I'm calling all the right functions... > Sent: Tuesday, August 07, 2018 at 5:45 PM > From: "Furkan Üzüm

Re: [Interest] QML vs Electron

2018-08-07 Thread Sylvain Pointeau
On Tue, 7 Aug 2018 at 17:25, ekke wrote: > Am 07.08.18 um 15:52 schrieb Mike Krus via Interest: > > It was already addressed in my post. It seems to satisfy LGPL requirements on > your part, but not on Apple's part (because they don't allow the re-linked > application to run due to their DRM.)

Re: [Interest] UIViewController override

2018-08-07 Thread Furkan Üzümcü
You can create a file with the name `AppDelegate.mm` and the settings will take affect. As an example, you can take a look at here. You can also set that setting in Xcode as well. Regards, Furkan Üzümcü On Aug 7, 2018, 11:39 -0400, Jason H , wrote: > I was looking at http://doc.qt.io/qt-5/example

[Interest] UIViewController override

2018-08-07 Thread Jason H
I was looking at http://doc.qt.io/qt-5/examples-ios.html but there are no instructions on how to do this. // https://stackoverflow.com/questions/12661031/how-to-hide-a-status-bar-in-ios - (BOOL)prefersStatusBarHidden { return YES; } on the UIViewController, but not sure how to do this on Qt

Re: [Interest] QML vs Electron

2018-08-07 Thread ekke
Am 07.08.18 um 15:52 schrieb Mike Krus via Interest: >> It was already addressed in my post. It seems to satisfy LGPL requirements >> on your part, but not on Apple's part (because they don't allow the >> re-linked application to run due to their DRM.) > given all the appropriate project setup an

Re: [Interest] QML vs Electron

2018-08-07 Thread Jean-Michaël Celerier
I have never met anyone until then who read the qt page and had another interpretation than the ones provided by Benjamin. > As a Free Software user you contribute or “pay” it's not, "you should" or "you can" contribute / pay, it's "you contribute". That's imperative. > That's just a misinte

Re: [Interest] QML vs Electron

2018-08-07 Thread alexander golks
Am Tue, 7 Aug 2018 14:52:42 +0100 schrieb Mike Krus via Interest : > > On 7 Aug 2018, at 14:31, Nikos Chantziaras wrote: > > > > On 07/08/18 16:04, alexander golks wrote: > >> Am Tue, 7 Aug 2018 16:00:22 +0300 > >> schrieb Nikos Chantziaras : > >>> On 07/08/18 01:19, Sylvain Pointeau wrote:

Re: [Interest] QML vs Electron

2018-08-07 Thread Mike Krus via Interest
> On 7 Aug 2018, at 14:31, Nikos Chantziaras wrote: > > On 07/08/18 16:04, alexander golks wrote: >> Am Tue, 7 Aug 2018 16:00:22 +0300 >> schrieb Nikos Chantziaras : >>> On 07/08/18 01:19, Sylvain Pointeau wrote: On Mon, Aug 6, 2018 at 11:56 PM Giuseppe D'Angelo >>>

Re: [Interest] QML vs Electron

2018-08-07 Thread Nikos Chantziaras
On 07/08/18 16:04, alexander golks wrote: Am Tue, 7 Aug 2018 16:00:22 +0300 schrieb Nikos Chantziaras : On 07/08/18 01:19, Sylvain Pointeau wrote: On Mon, Aug 6, 2018 at 11:56 PM Giuseppe D'Angelo mailto:dange...@gmail.com>> wrote: [...] Out of curiosity, what prevented you from going with LG

Re: [Interest] QML vs Electron

2018-08-07 Thread alexander golks
Am Tue, 7 Aug 2018 16:00:22 +0300 schrieb Nikos Chantziaras : > On 07/08/18 01:19, Sylvain Pointeau wrote: > > On Mon, Aug 6, 2018 at 11:56 PM Giuseppe D'Angelo > > wrote: > >> [...] > >> Out of curiosity, what prevented you from going with LGPL Qt? > > > > On desk

Re: [Interest] QML vs Electron

2018-08-07 Thread Nikos Chantziaras
On 07/08/18 01:19, Sylvain Pointeau wrote: On Mon, Aug 6, 2018 at 11:56 PM Giuseppe D'Angelo > wrote: [...] Out of curiosity, what prevented you from going with LGPL Qt? On desktop it is clear but on mobile, there was no clear statement if we have the rights or not.

Re: [Interest] QML vs Electron

2018-08-07 Thread Jean-Michaël Celerier
LGPL has not been a problem on app stores for a long time. There are plenty of GPLv3 apps on the ios store, such as Dash for instance: https://itunes.apple.com/us/app/dash-offline-api-docs/id1239167694?mt=8&pt=11l8808&ign-mpt=uo%3D4 See also https://opensource.stackexchange.com/a/6495/4349 Best,

Re: [Interest] QML vs Electron

2018-08-07 Thread Christoph Keller
Well in 2015 there was the Independent Dev License for $25/month which disappeared and was replaced with the $350/month one and last year they changed prices over night to $460/month (all prices seen from a mobile-only dev perspective). That's about $2000 more per year for a single developer! A

Re: [Interest] [Qt3D] QAbstractCameraController & escape key

2018-08-07 Thread Andy
I filed a bug report: https://bugreports.qt.io/browse/QTBUG-69802 I couldn't figure out how to turn it off through the public API, but I did come up with a fragile hack to turn it off. In your inherited camera controller (or, subclass one of the existing ones): // Find and delete the escape

Re: [Interest] QML vs Electron

2018-08-07 Thread Vlad Stelmahovsky
It seems Qt suffers from misunderstanding/misinformation and this is pure Qt Company's fault And yes, 100$/mo a bit too expensive for startupers, something like 25-30$/mo sounds more reasonable Also, it would be nice to get clear FAQ what developers can and what they cannot do under LGPL license wi

Re: [Interest] QML vs Electron

2018-08-07 Thread Tomasz Siekierda
> Especially the ones for cross compiling to Raspberry Pi which don't tell you they used a 32-bit host system to hide all of the errors. That was great fun. Erm, what? Qt cross-compiles for Raspberry just fine from a 64 bit host. On Tue, 7 Aug 2018 at 07:41, Maurice Kalinowski wrote: > I would

Re: [Interest] QML vs Electron

2018-08-07 Thread ekke
Am 06.08.18 um 23:46 schrieb Sylvain Pointeau: > I fully agree with you. I am fully convinced by Qt, I wanted to go > with Qt, but the price was too high. > On the website, it is not said anywhere the price for a startup. yes - it's something "hidden" - here's the original Qt Blog about startup li