[Interest] OSX/iOS Recording parameters backend

2016-01-29 Thread Jason H
Currently, these Apple platforms don't support recording parameters. They use a hard-coded 1280x720, and as my app wants to upload video, this takes a considerable amount of time. On Android, we can set the parameters, and get "reasonable" file sizes and quality. On OSX/iOS, it's about 1 MB *per

Re: [Interest] 5.5.1 OSX BTLE compile error - UUID is deprecated

2016-01-29 Thread Thiago Macieira
On Friday 29 January 2016 20:49:49 Jason H wrote: > I don't know if this is fixed in 5.6? Looks like it is. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___ Interest mailing list Interes

Re: [Interest] QWizard - Circular Page Flow

2016-01-29 Thread André Somers
I solved a similar requirement once by programmatically calling back until reaching the start again. Downside is that the real back doesn't work anymore either then. Alternatively, you could make your wizard more dynamic: simply insert new instances of pages 1 to 3 as needed, and give them new i

[Interest] 5.5.1 OSX BTLE compile error - UUID is deprecated

2016-01-29 Thread Jason H
/Users/jhihn/qt5/qtconnectivity/src/bluetooth/osx/osxbtledeviceinquiry.mm:313:21: error: /Users/jhihn/qt5/qtconnectivity/src/bluetooth/osx/osxbtledeviceinquiry.mm:313:21: error: property 'UUID' not found on object of type 'CBPeripheral *' property 'UUID' not found on object of type 'CBPeripheral

[Interest] QWizard - Circular Page Flow

2016-01-29 Thread Joey Kleingers
Hello, I have a QWizard subclass and four QWizardPage subclasses. I created an instance of each QWizardPage subclass and added it to the QWizard. Instead of using this page flow: Page 1 > Page 2 > Page 3 > Page 4 I would like to instead use this page flow: Page 1 > Page 2

[Interest] Customizing QTableView

2016-01-29 Thread Murphy, Sean
I’m trying to customize some parts of a QTableView and I’m getting a little lost in the responsibility of the view vs. model vs. proxy styles vs. some other class I haven't stumbled on yet. Here’s our requirements that differ from what the default classes do: 1. Clicking on a row needs to toggle

Re: [Interest] OT: perforce (was: Local version control with Qt Creator on Linux)

2016-01-29 Thread Jason H
> Sent: Friday, January 29, 2016 at 10:06 AM > From: "Matthew Woehlke" > To: interest@qt-project.org > Subject: [Interest] OT: perforce (was: Local version control with Qt Creator > on Linux) > > On 2016-01-28 19:54, Thiago Macieira wrote: > > On Friday 29 January 2016 01:48:06 Jason H wrote: >

[Interest] OT: perforce (was: Local version control with Qt Creator on Linux)

2016-01-29 Thread Matthew Woehlke
On 2016-01-28 19:54, Thiago Macieira wrote: > On Friday 29 January 2016 01:48:06 Jason H wrote: >> Perforce is free for 20 users / 20 workspaces. I really like it. The only >> issue is by default files not checked out are readonly. This causes >> problems when building for iOS/Android as the manife

Re: [Interest] Local version control with Qt Creator on Linux

2016-01-29 Thread Matthew Woehlke
On 2016-01-28 19:48, Jason H wrote: >> I have experiences in using SVN (as client side user with Tortoise and other >> clients) and I am very satisfied with it. I am a single user and there are >> no >> plans of any team work. >> >> What version management software should I try to install in you

Re: [Interest] QtCreator & generated headers

2016-01-29 Thread Thiago Macieira
On Friday 29 January 2016 11:49:57 Igor Mironchik wrote: > Everything is fine: headers generates but doesn't appear in the > QtCreator's tree. > > How do I force addition of generated headers in the project's tree view > in QtCreator? You cannot. If they are generated, you should not open them

Re: [Interest] OT: perforce (was: Local version control with Qt Creator on Linux)

2016-01-29 Thread Thiago Macieira
On Friday 29 January 2016 16:16:08 Jason H wrote: > The files for are AndroidManifest.xml, and anything in res/ > The file for iOS is Info.plist > > The Qt build tools copy these files and keep the perms, and don't make the > writable before trying to modify them. It just kind of dies. I fixed ma

Re: [Interest] Compiling 5.5.1 from git sources

2016-01-29 Thread Andrew Knight
On 29 January 2016 at 16:13, Jason H wrote: > Hrm... > > Jasons-Mac-mini:qt5.5.1-ios jhihn$ which python > /usr/bin/python > Jasons-Mac-mini:qt5.5.1-ios jhihn$ python --version > Python 2.7.10 > > How can I recover from it? > Drop into the qtdeclarative build directory, and blow it away. Then ru

Re: [Interest] Compiling 5.5.1 from git sources

2016-01-29 Thread Jason H
So on a whim, I: bash cd ~/qt5/qtdeclarative/src/3rdparty/masm python create_regex_tables > RegExpJitTables.h exit make   and it seemed to work.   Sent: Friday, January 29, 2016 at 9:13 AM From: "Jason H" To: "Andrew Knight" Cc: "interest@qt-project.org" Subject: Re: [Interest] Compili

Re: [Interest] Compiling 5.5.1 from git sources

2016-01-29 Thread Jason H
Hrm...   Jasons-Mac-mini:qt5.5.1-ios jhihn$ which python /usr/bin/python Jasons-Mac-mini:qt5.5.1-ios jhihn$ python --version Python 2.7.10   How can I recover from it?  Sent: Friday, January 29, 2016 at 9:03 AM From: "Andrew Knight" To: "Jason H" Cc: "interest@qt-project.org" Subject: R

Re: [Interest] Compiling 5.5.1 from git sources

2016-01-29 Thread Andrew Knight
Hi, On 29 January 2016 at 16:00, Jason H wrote: > I've been having some build problems, probably of my own fault. > My make distclean failed part of the way though, but it got far enough > that the configure script would proceed. > > ~/qt5/qtdeclarative/src/3rdparty/masm/yarr/YarrPattern.cpp:39:

[Interest] Compiling 5.5.1 from git sources

2016-01-29 Thread Jason H
I've been having some build problems, probably of my own fault. My make distclean failed part of the way though, but it got far enough that the configure script would proceed. ~/qt5/qtdeclarative/src/3rdparty/masm/yarr/YarrPattern.cpp:39:10: fatal error: 'RegExpJitTables.h' file not found Advi

Re: [Interest] Multiple QML WebEngineView instances on one QQmlEngine

2016-01-29 Thread Jani Tykka
https://bugreports.qt.io/browse/QTBUG-50768 created. Please let me know if you have any ideas what could be the root cause for this issue. Thanks, Jani On Thu, Jan 28, 2016 at 6:51 PM, Joerg Bornemann < joerg.bornem...@theqtcompany.com> wrote: > On 27-Jan-16 13:24, Jani Tykka wrote: > > I have o

[Interest] QtCreator & generated headers

2016-01-29 Thread Igor Mironchik
Hi folks, If I add extra compiler to pro file: QMAKE_EXTRA_COMPILERS += generate generate.name = GEN generate.input = TO_GENERATE generate.output = ${QMAKE_FILE_BASE}.hpp generate.CONFIG = no_link generate.variable_out = HEADERS generate.commands = do_stuff PRE_TARGETDEPS += compiler_generate_