Re: [Interest] Camera won't capture photos in quick succession

2014-12-11 Thread Jason H
  camera.focus.focusMode= Camera.FocusManual; It still does a focus search. Thanks. -   Sent: Thursday, December 11, 2014 at 10:43 AM From: Jason H jh...@gmx.com To: Lopes Yoann yoann.lo...@theqtcompany.com Cc: interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] Camera won't capture

[Interest] Camera won't stop() (Linux Webcam)

2014-12-12 Thread Jason H
After acquiring my images, I call camera.stop(). However the camera does not stop. stop() in general does work, because I have: Component.onCompleted: stop(); Which stops the camera as soon as the page it is loaded at app startup. But subsequent calls after my images collection don't stop. I

[Interest] QHttpMultiPart not working.

2014-12-12 Thread Jason H
I am trying to sendmultiple files in a multiart message. I've adapted the example, and there is never a boundary or content put out for any part. First the code: QHttpMultiPart *multiPart = new QHttpMultiPart(QHttpMultiPart::FormDataType); foreach (QVariant v, filenames) {

Re: [Interest] QHttpMultiPart not working.

2014-12-15 Thread Jason H
::processEvents(QFlagsQEventLoop::ProcessEventsFlag) /opt/Qt5.4.0/5.4/gcc_64/lib/libQt5Core.so.5 0x760505b3 ... More I would appreciate any tips on how to debug this. Qt 5.4.0 Sent: Friday, December 12, 2014 at 1:27 PM From: Jason H jh...@gmx.com

[Interest] Regarding my QHttpMultPpart issues

2014-12-17 Thread Jason H
I've filed a bug. https://bugreports.qt-project.org/browse/QTBUG-43378 If anyone has time, please give it shot and see if you can reproduce my problem. If possible, place the server and the client on separate machines. A basic test if for each line read line, the bytes added up should match the

[Interest] PDF/ print out creation in Qt5.4?

2014-12-18 Thread Jason H
Ive not done a print out since 4.2. Im wondering whats different about today? I heard printsupport was to use go an overhaul, whats the status on that? I do know that PDF creation is included now. Im looking to create PDFs on a headless server. Can I use Webkit to do layout using

[Interest] QPdfWriter rendering images with a Proxy PaintDevice is literally off

2014-12-20 Thread Jason H
Ok, so I got the bright idea to make a printing system based on QLayouts. This saves me from ding a lot of calculations and is dearly perfect. But there are a few rough corners and one that I cannot figure out. First the approach: I use ui files to create multiple UI Widgets which are then

[Interest] How to use charts in designer?

2015-01-23 Thread Jason H
I've got a commercial license, and I want to layout a chart in Designer. When I try to promote it from QWidget to designer, then run it I get an error. In the .h generated for the form by Designer: #ifndef UI_FORM_H #define UI_FORM_H #include QtCore/QVariant #include QtWidgets/QAction #include

Re: [Interest] Text is not being anti-aliased.

2015-01-30 Thread Jason H
Back in Qt4, (the last time I wrestled with this issue - Win XP) there was a setting in Windows about anti-aliased fonts. Qt respected that setting, unless you explicitly told Qt to override it. I think you're in a similar situation. Sent: Friday, January 30, 2015 at 10:56 AM From:

[Interest] QCommandLine parser: why can't value() return positional arguments?

2015-01-30 Thread Jason H
This is my first use of the new class and I think it's missing a rather obvious feature. If I parser.addPositionalArgument(key, ...) why can't I then return it with parser.value(key)? When I try to use .value(key) I get: QCommandLineParser: option not defined: key. It would be very desirable

[Interest] SDKMaintenanceTool on headless systems?

2015-01-30 Thread Jason H
I need to install Qt (with commercial Charts) to a headless server (CentOs). The online installer is GUI. This is an issue. How can I get the SDK installed? (Server qt apps use -platform minimal (for generating Charts in Pdfs), or no GUI libraries at all (QtNetwork/QtSql)) Thanks

[Interest] How to do a correct drop shadow on a QML Rect?

2015-02-05 Thread Jason H
These flat interfaces are all the rage these days. So I want to make a drop shadow. However the two approaches I can think of don't work. First is the QML DropShadow element. This creates a shadow of a constant color when the source is a rect. It is pixel-equivalent to just another Rect, so

[Interest] Wrong App Name on Android

2015-02-05 Thread Jason H
___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Wrong app name on android

2015-02-05 Thread Jason H
So I have an app name in the Application: Application Name field of the manifest viewer. But when I deploy it, it only comes up with the Qt project name (project in project.pro) How do I get the version on the phone to match the Application name? Qt 5.4 QtCreator 3.3

Re: [Interest] Wrong app name on android

2015-02-05 Thread Jason H
. https://bugreports.qt.io/browse/QTBUG-44324 Sent: Thursday, February 05, 2015 at 3:22 PM From: Harri Pasanen ha...@mpaja.com To: Jason H jh...@gmx.com Cc: interest@qt-project.org Subject: Re: [Interest] Wrong app name on android Hmm... I seem to have android:label attribute both

Re: [Interest] Wrong app name on android

2015-02-05 Thread Jason H
: Harri Pasanen ha...@mpaja.com To: interest@qt-project.org Subject: Re: [Interest] Wrong app name on android On 05/02/2015 16:48, Jason H wrote: So I have an app name in the Application: Application Name field of the manifest viewer. But when I deploy it, it only comes up with the Qt

[Interest] Qml Compiler fails

2015-02-05 Thread Jason H
I added StyledTextField.qml to my qml.qrc, when I compile now it says: qtquickcompiler_loader.o: In function `QtQuickCompilerGeneratedModule::__StyledTextField_qml::createCompilationUnit()':

[Interest] What is Qt.red for in QML?

2015-02-05 Thread Jason H
Rectangle { ... color: red // works color: Qt.red // does not work Unable to assign int to QColor } Why? What is Qt.red for then? Thanks ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] hi-res drawing on Windows

2015-02-05 Thread Jason H
I don't know why that variable exists. It's useless as far as I can tell. Maybe it means that you are being scaled? I use Screen.pixelDensity. Which varies as you think it should, but is spec'd in px per mm, not DPI. That pixelRatio is either 1 or 0, I don't think it is ever in between. In

Re: [Interest] Flat Light Style How?

2015-02-05 Thread Jason H
To: Jason H jh...@gmx.com, interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] Flat Light Style How? Hi, See http://doc.qt.io/QtQuickEnterpriseControls/qtquickenterprisecontrolsstyles-index.html regarding switching styles. Cheers, Laszlo

[Interest] Flat Light Style How?

2015-02-05 Thread Jason H
I have a commercial license and I can not find any info on how to use Flat Light style. Can someone clue me in? Thanks! ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Flat Light Style How?

2015-02-06 Thread Jason H
on a bug I already filed to 'Requested via Qt Support' And that issue isn't fixed yet either. Sent: Friday, February 06, 2015 at 8:13 AM From: Curtis Mitch mitch.cur...@theqtcompany.com To: Jason H jh...@gmx.com, Agocs Laszlo laszlo.ag...@theqtcompany.com Cc: interest@qt-project.org interest@qt

Re: [Interest] How to do a correct drop shadow on a QML Rect?

2015-02-06 Thread Jason H
to attach shadow in material design style to rectangle object: https://github.com/benlau/quickandroid/blob/master/QuickAndroid/Shadow.qml On 6 February 2015 at 12:01, Jason H jh...@gmx.com wrote: These flat interfaces are all the rage these days. So I want to make a drop shadow. However

[Interest] QML Blurred semt-transparent backgorounds?

2015-02-06 Thread Jason H
I have some overlays over video that I want to blur, like in the latest Apple products. I can to the opacity easily enough, but how do I blur the background of a rect? Especially when it is over video.I figure I need to set the source of the blur to a region of the VideoPlayer (and whatever

Re: [Interest] Can QML do this animation?

2015-02-17 Thread Jason H
Yes, I think 80% of it is 100% do-able. Rotation defined by bytes receiced, with bounce easing. The only issue is the drain animation. Id probably use Canvas and mathmatically define the position of a set of control points as a function of time. Feed those to a path, and youve got all the

[Interest] Displaying version in application.

2015-02-18 Thread Jason H
This is for mobile and QML. Is there a way to get the Android manifest XML and display it in the software automatically? Text { text: manifest.version } It would be cool to have a Manifest element or Application element ___ Interest mailing list

Re: [Interest] Internal data stream error when trying to play video file

2015-02-12 Thread Jason H
I get Internal data stream error all the time! I am using Android/QML mobile Cameras and the VideoOutput element Sent: Thursday, February 12, 2015 at 3:47 PM From: Nikos Chantziaras rea...@gmail.com To: interest@qt-project.org Subject: Re: [Interest] Internal data stream error when trying

[Interest] -platform -minimal does not render text

2015-02-17 Thread Jason H
Or more importantly, it is rendering characters as black boxes. To back up, I have a headless server (AWS AMI). It generates PDFs using QPdfWriter. When on my desktop (Mint 17.1) I can render reports just fine without -platform minimal. Then to test the server command line on my desktop I add

[Interest] http links in PDFs? (QPdfWriter)

2015-02-17 Thread Jason H
I need to put a clickable link in a PDF being generated with QPdfWriter. I don't see any functions on how to do this. What's the trick? Thanks. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] -platform -minimal does not render text

2015-02-17 Thread Jason H
, just not text. Sent: Tuesday, February 17, 2015 at 12:28 PM From: Thiago Macieira thiago.macie...@intel.com To: interest@qt-project.org Subject: Re: [Interest] -platform -minimal does not render text On Tuesday 17 February 2015 18:06:29 Jason H wrote: Or more importantly

Re: [Interest] http links in PDFs? (QPdfWriter)

2015-02-19 Thread Jason H
a patch, can we add the link support? Sent: Tuesday, February 17, 2015 at 3:31 PM From: Jason H jh...@gmx.com To: Qt Project interest@qt-project.org Subject: [Interest] http links in PDFs? (QPdfWriter) I need to put a clickable link in a PDF being generated with QPdfWriter. I don't see any

Re: [Interest] http links in PDFs? (QPdfWriter)

2015-02-19 Thread Jason H
Added an issue. https://bugreports.qt.io/browse/QTBUG-44563 Please up-vote if you're interested. Sent: Thursday, February 19, 2015 at 2:41 PM From: Jason H jh...@gmx.com To: Jason H jh...@gmx.com Cc: Qt Project interest@qt-project.org Subject: Re: [Interest] http links in PDFs

Re: [Interest] QsqlTableModel

2015-02-18 Thread Jason H
From: Graham Labdon graham.lab...@avalonsciences.com Hi I am attempting to use QSqlTableModel to delete rows from an Sqlite database. - model-select(); bool b = model-removeRows(0,200); model-submitAll(); The return value is false, so I thought I would get the last

Re: [Interest] Can QML do this animation?

2015-02-18 Thread Jason H
Sent: Wednesday, February 18, 2015 at 5:44 AM From: Mark Gaiser mark...@gmail.com To: Qt Interest interest@qt-project.org Subject: Re: [Interest] Can QML do this animation? On Wed, Feb 18, 2015 at 1:18 AM, Jason H jh...@gmx.com wrote: Yes, I think 80% of it is 100% do-able.  Rotation

[Interest] How to prevent painter from ending() on render()

2015-01-28 Thread Jason H
I'm trying to print stuff out, QCharts, text, etc. Widgets basically. I try to render() them to QPdfWiter, but each widget calls end() on painter which then closes the file. This is not acceptable, as you can never have more than one page. You have to call render() then newPage() to create a

[Interest] Android (and iOS) network state?

2015-01-29 Thread Jason H
Is there a way in Qt/QML that I can detect if the phone is connected to the internet without having to actually connect to a server? I know the Android SDK has an API and permissions for reading network state. I'd like to display a message to the user when there is no data connection (Wifi or

Re: [Interest] QCommandLine parser: why can't value() return positional arguments?

2015-01-31 Thread Jason H
On Friday 30 January 2015 16:59:45 Jason H wrote: This is my first use of the new class and I think it's missing a rather obvious feature. If I parser.addPositionalArgument(key, ...) why can't I then return it with parser.value(key)? When I try to use .value(key) I get

Re: [Interest] How to prevent painter from ending() on render()

2015-01-28 Thread Jason H
Sent: Wednesday, January 28, 2015 at 1:23 PM From: Giuseppe D'Angelo giuseppe.dang...@kdab.com To: interest@qt-project.org Subject: Re: [Interest] How to prevent painter from ending() on render() Il 28/01/2015 18:50, Jason H ha scritto: So how can someone render multiple widgets

[Interest] QML global variables?

2015-01-06 Thread Jason H
What is the proper way to declare a dynamic global? Currently my app is set up with main.qml: Window { property var AppData; Screen1 { onEnter: { screen1.screenData = appData.screen1 }, onExit: { appData.screen1 = screen1.screenData }} Screen2 { onEnter: { screen2.screenData =

Re: [Interest] QML global variables?

2015-01-06 Thread Jason H
:02 PM, Jason H jh...@gmx.com wrote: What is the proper way to declare a dynamic global? Currently my app is set up with main.qml: Window { property var AppData; Screen1 { onEnter: { screen1.screenData = appData.screen1 }, onExit: { appData.screen1 = screen1.screenData }} Screen2 { onEnter

Re: [Interest] Flat Light Style How?

2015-02-05 Thread Jason H
To: Jason H jh...@gmx.com Cc: interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] Flat Light Style How? QT_QUICK_CONTROLS_STYLE applies to all controls. Don't be misled by the fact that the page is for enterprise controls. Cheers, Laszlo

[Interest] Installing on a headless server

2015-02-05 Thread Jason H
I need to install Qt (Enterprise) on a headless server (CentOS) (I use -platform minimal) . There is only the GUI installer. How can I get Qt installed on the server so I can generate reports? --OR-- How can I build my package for distribution (incl deps) to the headless server?

Re: [Interest] Wrong app name on android

2015-02-05 Thread Jason H
: Thursday, February 05, 2015 at 2:58 PM From: Harri Pasanen ha...@mpaja.com To: Jason H jh...@gmx.com Cc: interest@qt-project.org Subject: Re: [Interest] Wrong app name on android Just to clarify, are you talking about the name that appears below the icon in Android launcher? Have you checked what

[Interest] Compiling commercial charts - Project ERROR: Unknown module(s) in QT: charts

2015-03-18 Thread Jason H
I downloaded the Qt sources via the Enterprise Maint. tool. I xferred these to my headless server, configured, make, make install. Went to build my project and got Project ERROR: Unknown module(s) in QT: charts What did I do wrong? How can I compile charts?

Re: [Interest] Compiling commercial charts - Project ERROR: Unknown module(s) in QT: charts

2015-03-18 Thread Jason H
Ah, that was it, thanks! I expected them to be in Qt\Src. Sent: Wednesday, March 18, 2015 at 11:21 AM From: Makkonen Sami sami.makko...@theqtcompany.com To: Jason H jh...@gmx.com, interest@qt-project.org interest@qt-project.org Subject: RE: [Interest] Compiling commercial charts - Project

[Interest] qmake: mkspec linux-g++ not found

2015-03-20 Thread Jason H
I built Qt from sources, did a make install, then blew away the source directory. I went into my project dir, did qmake and got that error. I looked in /usr/local/Qt-5.4.1/mkspecs and there were the proper files there. Then I un-blew away the source dir (cautious me, I did a move) and it all

Re: [Interest] Bounties?

2015-03-13 Thread Jason H
-Original Message- [...] Sorry, but I can't help to think that, if that is too expensive for your business, the money you'd dedicate to a bug bounty would be pocket money, too. And Some support guy told me that priority bug fixing comes with enterprise license (Silver

Re: [Interest] Installing on a headless server

2015-03-12 Thread Jason H
How can I get the Qt commercial sources? I'm using commercial Charts. Sent: Thursday, February 05, 2015 at 9:06 PM From: Thiago Macieira thiago.macie...@intel.com To: interest@qt-project.org Subject: Re: [Interest] Installing on a headless server On Thursday 05 February 2015 21:04:34 Jason

[Interest] QML ListModels and JSON

2015-03-25 Thread Jason H
I get back from a Ajax a JSON object with a 'table' from a web query: [ {id: 1, category:1, value:1}, {id: 2, category:1, value:2}, {id: 3, category:2, value:3}, ... ] What is the easiest way to convert the array to ListElements? Up to this point, I was copying data using ListModel.append() but

Re: [Interest] QML Camera has flash?

2015-03-30 Thread Jason H
Sent: Monday, March 30, 2015 at 8:34 AM From: Lopes Yoann yoann.lo...@theqtcompany.com To: Jason H jh...@gmx.com Cc: interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] QML Camera has flash? On 27 Mar 2015, at 16:15, Jason H jh...@gmx.com wrote:  How can I detect

[Interest] QML Camera has flash?

2015-03-27 Thread Jason H
I am deploying to more hardware these days, and not all (iPads and webcams) have flash. How can I detect if the flash is even present? I have a logic path way that wants to collect non-flash and if present a flash image: collectNonFlash() if (camera.hasFlash) // - I wish this property existed.

[Interest] QML ListModel woes

2015-03-31 Thread Jason H
Given that I work with almost entirely JSON data, I find myself now lamenting the QML ListModel. Even The JSONListModel that can be found online isn't great. It all suffers from the same flaws as ListModel. My major complaint is that models, don't use a length property and instead use count,

[Interest] Binding loops detected for ListView

2015-03-31 Thread Jason H
When height is set to contentHeight, it prints QML ListView: Binding loop detected for property height But I don't think this should be a binding loop. How else do I set the height to the size of the content? ListView { id: listView width: parent.width

Re: [Interest] qmake: mkspec linux-g++ not found

2015-03-23 Thread Jason H
Sent: Saturday, March 21, 2015 at 2:23 PM From: Thiago Macieira thiago.macie...@intel.com To: interest@qt-project.org Subject: Re: [Interest] qmake: mkspec linux-g++ not found On Friday 20 March 2015 20:44:07 Jason H wrote: I built Qt from sources, did a make install, then blew away

Re: [Interest] QML Camera has flash?

2015-03-27 Thread Jason H
And, as a fall-back, if I can't detect it, I at least need to get the platform (iOS-iPad-model, Android-Nexus-9, etc) so that I can maintain a capabilities table. How can QML do that? Thanks Sent: Friday, March 27, 2015 at 10:27 AM From: Jason H jh...@gmx.com To: interest@qt-project.org

[Interest] Belligerent QML ListView

2015-03-27 Thread Jason H
I want to do a simple pop-up, centered on screen. Rectangle { Row (centered){ [Title] [ListView ... ... ... ...] [Ok] } //row } //Rect However I can't get this to layout right. The ListView width does not evaluate to anything but 0. This results in the ListView delegates starting at the

Re: [Interest] QML ListModels and JSON

2015-03-26 Thread Jason H
= objectArray[key]; append( jo); console.debug(JSONModel: append, JSON.stringify(jo)) } } }                                               Sent: Wednesday, March 25, 2015 at 4:45 PM From: Daniel França daniel.fra...@gmail.com To: Jason H jh...@gmx.com, interest@qt-project.org

[Interest] QML ListModel of ListModels?

2015-03-23 Thread Jason H
In a flickable, I want to have a 2-layer hierarchy: Category 1 Item 1 Item 2 Category 2 Item 1 Item 2 ... Category N Item X Item Y Item Z How can I create QML element that allows any number of Categories and Items? Can I use one root model? Or must I create these categories

Re: [Interest] qmake: mkspec linux-g++ not found

2015-03-23 Thread Jason H
Sent: Monday, March 23, 2015 at 11:08 AM From: Jason H jh...@gmx.com To: Thiago Macieira thiago.macie...@intel.com Cc: interest@qt-project.org Subject: Re: [Interest] qmake: mkspec linux-g++ not found Sent: Saturday, March 21, 2015 at 2:23 PM From: Thiago Macieira thiago.macie

[Interest] QtMultimedia::registerMediaFile

2015-04-03 Thread Jason H
I need to use the 'registerMediaFile' function from https://qt.gitorious.org/qt/qtmultimedia/source/ecce937a054e4a96597cb13c40d216bddbd45891:src/plugins/android/jar/src/org/qtproject/qt5/android/multimedia/QtMultimediaUtils.java But I don't know how, since it is Java. Can someone provide an

Re: [Interest] QtMultimedia::registerMediaFile

2015-04-03 Thread Jason H
I think I found my error. The convince function isn't static. I either need to get my android Context (how?) or create the class instance and use the member function. I don't think the Context is the same as the JNIEnv? Thanks Sent: Friday, April 03, 2015 at 2:16 PM From: Jason H jh

Re: [Interest] QtMultimedia::registerMediaFile

2015-04-03 Thread Jason H
April 2015 18:17:26 Jason H wrote: I need to use the 'registerMediaFile' function from https://qt.gitorious.org/qt/qtmultimedia/source/ecce937a054e4a96597cb13c40d 216bddbd45891:src/plugins/android/jar/src/org/qtproject/qt5/android/multimed ia/QtMultimediaUtils.java But I don't know how

Re: [Interest] Preventing sleep on mobile platforms

2015-04-13 Thread Jason H
On Android, this seems to correspond to the WAKE_LOCK permission. I was hoping there was a Window.preventSleep property or something like that so I can modify the property at run-time. Sent: Monday, April 13, 2015 at 1:09 PM From: Thiago Macieira thiago.macie...@intel.com To:

Re: [Interest] Preventing sleep on mobile platforms

2015-04-13 Thread Jason H
Thanks everyone. Ill try to figure out how to use this. I dont know Objective C at all. Rather than set it once for the app, Id just like specific screens to do it. Is there a way we can get this integrated as part of QML Window? Or is there some other more apropriate element? Screen

Re: [Interest] QtSql database insertion issues...

2015-04-23 Thread Jason H
and RHEL 4 even though its not as fun as working with the latest and greatest. So please, I beg of you, do not remove any functionality without a complete, viable, fully functional replacement. Karl On Apr 23, 2015, at 9:35 AM, Jason H jh...@gmx.com wrote: Very true. If you need something like

[Interest] iOS Accelerometer doesn't work; sensor_explorer crashes on iOS.

2015-04-23 Thread Jason H
I went to move the Android-developed accelerometer feature to iOS and it doesn't work. I don't get any updates. I went to use the sensor_explorer example and it crashes with some errors: sensor_explorer.qml:46 module Explorer is not installed Error: your root element must be a Window.

Re: [Interest] New Qt User

2015-04-20 Thread Jason H
Thats just a tabwidget with vertical tabs. Sent:Monday, April 20, 2015 at 1:27 PM From:Scapegoat Sarthak scapegoat.sart...@gmail.com To:interest@qt-project.org Subject:Re: [Interest] New Qt User Link for mock-up is:http://1drv.ms/1E2r2M1 On 20 April 2015 at 12:58, Scapegoat Sarthak

Re: [Interest] sqlite

2015-04-20 Thread Jason H
Sent: Friday, April 17, 2015 at 7:24 PM From: Thiago Macieira thiago.macie...@intel.com To: interest@qt-project.org Subject: Re: [Interest] sqlite On Friday 17 April 2015 21:57:44 Jason H wrote: I've used SQLite as a table store pretty extensively and I can say: 1. It works

[Interest] Compiling Qt for iOS: ld: library not found for -lpoly2tri_debug

2015-04-22 Thread Jason H
I'm trying to compile (from enterprise tool's sources) a patched version of Qt. I get this: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names

Re: [Interest] Wrong mouse move events.

2015-04-22 Thread Jason H
First, mouse moves are unpredictable. I have a drawing app that looses the mouse moves. instead of a line like: I'll get ___.___.___ Depending on how you are doing signals,slots, they might not be direct invocations, and can be queued. Queues can be messed with. (like

Re: [Interest] Compiling Qt for iOS: ld: library not found for -lpoly2tri_debug

2015-04-22 Thread Jason H
It seems it is this issue, https://bugreports.qt.io/browse/QTBUG-43006 , which is marked 'done' for 5.4.1 but I still have the issue. I'm comp Sent: Wednesday, April 22, 2015 at 12:23 PM From: Jason H jh...@gmx.com To: interest@qt-project.org interest@qt-project.org Subject: [Interest

Re: [Interest] QtSql database insertion issues...

2015-04-22 Thread Jason H
I always execute CREATE TABLE IF NOT EXISTS table after connecting. Sent:Wednesday, April 22, 2015 at 10:08 PM From:BRM bm_witn...@yahoo.com To:Tony Rietwyk t...@rightsoft.com.au, Qt Project interest@qt-project.org Subject:Re: [Interest] QtSql database insertion issues... So I dove

Re: [Interest] OpenCV on mobile (iOS and Android)

2015-05-07 Thread Jason H
Thanks! That is very cool, and will check it out. I was more concerned with compile/link/managing dependencies though. Sent: Thursday, May 07, 2015 at 10:41 AM From: Gianluca gmax...@gmail.com To: Jason H jh...@gmx.com Cc: Qt Project interest@qt-project.org Subject: Re: [Interest] OpenCV

Re: [Interest] Google Play 60-day deadline for resolving OpenSSL vulnerabilities

2015-05-07 Thread Jason H
I just checked my own APK and were linking against 1.0.1j, and I have NOT received the message you mention. So I would think that either you/Qt or Parse is linking against a vulrnable version. HTH Sent:Thursday, May 07, 2015 at 4:54 PM From:Nuno Santos nunosan...@imaginando.pt To:Interests

[Interest] OpenCV on mobile (iOS and Android)

2015-05-07 Thread Jason H
I am looking for instructions on how to use OpenCV with Qt on mobile platforms. I have some experience using libzbar on Android, but I am out of my comfort zone on iOS as I'm pretty new to XCode and the Apple tool chain. Has anyone used OpenCV on in an app on multiple mobile platforms with

Re: [Interest] Qt 5.4.2 snapshot ios camera capture issue

2015-05-11 Thread Jason H
For us, it was a very welcomed behavioral change. Will this be in 5.5 then? This breaks our app and back-end processing for mobile. How do we fix this? Sent:Monday, May 11, 2015 at 7:28 AM From:Lopes Yoann yoann.lo...@theqtcompany.com To:Jason H jh...@gmx.com Cc:Interests Qt

[Interest] Qt 5.4.2 snapshot ios camera capture issue

2015-05-08 Thread Jason H
I have an app that takes photos. It works on desktop, Android and iOS. When running with 5.4.1, it takes pictures correctly. When running with 5.4.2 snapshot (04 May _111), it shows the image in the VideoOutput correctly, but when we get the image and display it in Image it comes out 90deg CCW.

Re: [Interest] Qt 5.4.2 snapshot ios camera capture issue

2015-05-08 Thread Jason H
Camera.orientation and VideoOutput.orientation are 270, regardless of Qt version. So I think this is introduced by the changes around AVFoundation. Sent: Friday, May 08, 2015 at 3:07 PM From: Jason H jh...@gmx.com To: Interests Qt interest@qt-project.org Subject: [Interest] Qt 5.4.2

Re: [Interest] Qt 5.4.2 snapshot ios camera capture issue

2015-05-11 Thread Jason H
snapshot ios camera capture issue On 11 May 2015, at 17:12, Jason H jh...@gmx.com wrote: This breaks our app and back-end processing for mobile. How do we fix this? You could read the image orientation from the EXIF header in your app and apply the rotation to the QML Image element

Re: [Interest] Let's talk about the upcoming Camera breakage in 5.4.2

2015-05-13 Thread Jason H
to determine and proceed the path of least impact. If I'm wrong, I'll back off. But since there are so many mobile fixes in the x.x.Y releases, I have a hard time believing that is the case. Sent: Wednesday, May 13, 2015 at 8:55 AM From: Gunnar Sletta gun...@sletta.org To: Jason H jh...@gmx.com Cc

[Interest] Error diring make install for iOS build

2015-05-18 Thread Jason H
While doing a make install for -xplatform macx-ios-clang -release, it installed the QtGUI stuff, but bombed with: === BUILD TARGET xmlpatterns OF PROJECT xmlpatterns WITH CONFIGURATION Release === Check dependencies Code Sign error: No provisioning profiles found: No non–expired provisioning

[Interest] Let's talk about the upcoming Camera breakage in 5.4.2

2015-05-12 Thread Jason H
I wanted to open this discussion up to anyone who is using a Camera, who has working code in 5.4.1. Brief backstory: At 5.4.1 introduced a fix that is is being removed in 5.4.2, because it is considered a behavior change and not a bug fix. I think this categorization is wrong, and I'm going

[Interest] Camera.focus.focusZones.length is 0?

2015-04-14 Thread Jason H
I am trying to get more reliable (read: in-focus) images. It seems that Camera.searchAndLock() is not enough, for various reasons that I won't go into. I am approaching this problem from multiple angles. I now include accelerometer data to reduce motion blur (our subjects are still) and I went

Re: [Interest] Camera.focus.focusZones.length is 0?

2015-04-15 Thread Jason H
Qt 5.4.1 on Android 5.1 on Nexus 6 Sent: Wednesday, April 15, 2015 at 6:19 AM From: Lopes Yoann yoann.lo...@theqtcompany.com To: Jason H jh...@gmx.com Cc: interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] Camera.focus.focusZones.length is 0? On 14 Apr 2015, at 18

[Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Jason H
Rejection details : ''' 2.3 Details During review, we were prompted to provide consent to use the microphone. However, we were not able to locate any features in your app that use the microphone for audio recording. Next Steps The microphone consent request is generated by the use of either

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Jason H
Il giorno 15/apr/2015, alle ore 17:41, Jason H jh...@gmx.com ha scritto: Rejection details : ''' 2.3 Details During review, we were prompted to provide consent to use the microphone. However, we were not able to locate any features in your app that use the microphone for audio

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Jason H
http://doc.qt.io/qt-5/qml-qtmultimedia-camerarecorder.html Sent: Wednesday, April 15, 2015 at 11:58 AM From: Gianluca gmax...@gmail.com To: Jason H jh...@gmx.com Cc: interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] iOS app store rejection - microphone consent? Il

Re: [Interest] Camera.focus.focusZones.length is 0?

2015-04-15 Thread Jason H
Well there's your problem - Adam Savage I've spent 2 days trying to get the focus on our pictures better. At least I have a cool new accelerometer based shutter now. Sent: Wednesday, April 15, 2015 at 10:40 AM From: Lopes Yoann yoann.lo...@theqtcompany.com A bug with searchAndLock() has been

Re: [Interest] json file handling

2015-04-15 Thread Jason H
Sent: Wednesday, April 15, 2015 at 1:28 PM From: Andre Somers an...@familiesomers.nl To: interest@qt-project.org Subject: Re: [Interest] json file handling On 15-4-2015 17:25, Thiago Macieira wrote: On Wednesday 15 April 2015 16:36:15 André Somers wrote: The dilemma I'm in is, how can

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Jason H
Sent: Wednesday, April 15, 2015 at 1:09 PM From: Gianluca gmax...@gmail.com There is a property called “muted”, the documentation reports: This property indicates whether the audio input is muted during recording.” Maybe this option stop the requesting of microphone access. Set this

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Jason H
Sent: Wednesday, April 15, 2015 at 2:51 PM From: Gianluca gmax...@gmail.com To: Jason H jh...@gmx.com Cc: interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] iOS app store rejection - microphone consent? Il giorno 15/apr/2015, alle ore 19:56, Jason H jh...@gmx.com ha

[Interest] Sensor availableDataRates?

2015-04-15 Thread Jason H
In QML, there is a data rate QListrange property, which is a typedef for a QPair How in JS can I see this? I tried a for loop to print availibleDataRates[i], all that gives me is an object. How can I print these in JS? I would figure availibleDataRates[i].first, availibleDataRates[i].second?

Re: [Interest] json file handling

2015-04-16 Thread Jason H
Sent: Wednesday, April 15, 2015 at 7:21 PM From: Thiago Macieira thiago.macie...@intel.com To: interest@qt-project.org Subject: Re: [Interest] json file handling On Wednesday 15 April 2015 20:27:00 Jason H wrote: Anyway, when converting structured data, you can imagine everything

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-16 Thread Jason H
I wanted to bump this because this is holding up our re-submission. How can we choose the AVAudioSession session category that fits your application's needs? Specifically we need video, but not audio recording. Thanks. Sent: Wednesday, April 15, 2015 at 11:41 AM From: Jason H jh...@gmx.com

[Interest] Preventing sleep on mobile platforms

2015-04-13 Thread Jason H
I need to capture a photo, and while the photo capture screen is active, I want to disable the screen's ability to turn itself off until we have left the image capture screen. Is there a way to do this in QML, for Android and iOS? ___ Interest

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-17 Thread Jason H
Thanks Yoann. I need this patch urgently.INC-607995 Sent:Friday, April 17, 2015 at 5:30 AM From:Lopes Yoann yoann.lo...@theqtcompany.com To:spami...@gmail.com spami...@gmail.com Cc:interest@qt-project.org interest@qt-project.org Subject:Re: [Interest] iOS app store rejection - microphone

Re: [Interest] sqlite

2015-04-17 Thread Jason H
I've used SQLite as a table store pretty extensively and I can say: 1. It works as advertised. It allows multiple processes to access the same database safely. Threads no. Processes yes. 2. Multiple process performance is low. It may me adequate if there is not a lot of concurrency, just a lot

Re: [Interest] QtMultimedia::registerMediaFile

2015-04-03 Thread Jason H
:31 PM From: Jason H jh...@gmx.com To: Thiago Macieira thiago.macie...@intel.com, interest@qt-project.org interest@qt-project.org Subject: Re: [Interest] QtMultimedia::registerMediaFile I think I found my error. The convince function isn't static. I either need to get my android Context (how

[Interest] QtQuickCompiler very crash happy on Android 5.x?

2015-04-07 Thread Jason H
I have been working on a project on Android 4.x for several months. It has never crashed. Now that I am targeting a 5.x device (Nexus 6) the application seems to crash immediately in libc on startup. Some days it works reliably, other days it crashes constantly, with the same message Fatal

[Interest] First timer iOS woes

2015-04-02 Thread Jason H
So we've been deploying to android a while now. Yesterday was my first attempt at iOS. Below are my experiences and 2 unresolved issues: Details: - It's mostly a QML app (with one or two classes in C++ for use in QML) - It uses a camera, sqlite, and flash - Tested and deployed on several Android

<    1   2   3   4   5   6   7   8   9   10   >