Re: [Development] Qt Location and Geoclue 2

2015-06-08 Thread Aaron McCarthy
not sure how much progress was made. [1] https://codereview.qt-project.org/88630 Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Updating of 3rdparty stuff

2015-04-07 Thread Aaron McCarthy
d, qtdeclarative, qtimageformats, qtlocation, > qtmultimedia, qtscript, qttools and qtwayland. The 3rdparty code in qtlocation, poly2tri, was updated to the latest upstream version in January. No upstream changes have happened since then. Cheers, -- Aaron McCarthy

Re: [Development] [Mac] tst_qquickwindow::testWindowVisibilityOrder() regression

2015-03-26 Thread Aaron McCarthy
dereview.qt-project.org/#/q/status:merged+project:qt/qtbase+branch:5.4,n,z Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] [Mac] tst_qquickwindow::testWindowVisibilityOrder() regression

2015-03-25 Thread Aaron McCarthy
his failure is also blocking one of my changes from integrating. Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] CI failing due to tst_licenses.pl test

2015-02-22 Thread Aaron McCarthy
Actual: * Neither the name of The Qt Company Ltd and its Subsidiary(-ies) nor the > # Expected: * Neither the name of The Qt Company Ltd nor the names of its' # at > /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 389. Cheer

[Development] Changes fail to integrate due to unexpected errors

2015-02-01 Thread Aaron McCarthy
ows_7/log.txt.gz Can a CI administrator please investigate the issue. [1] https://codereview.qt-project.org/101972 Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Maps on Android

2014-06-01 Thread Aaron McCarthy
Have you tried building (and testing) for Android? Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Failing test for qtlocation

2014-06-01 Thread Aaron McCarthy
Is this the right list for asking tests questions? Yes, this is the right list. Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt5.3 / Location Maps

2014-05-06 Thread Aaron McCarthy
y for UI There is currently a lack of developer resources working on the location module. The good news is that recently the number of contributions to the location module has increased. Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt 5.3 header diff: QtBluetooth

2014-04-23 Thread Aaron McCarthy
the value of the PnPInformation enum to the correct value assigned by Bluetooth SIG. Any code using the previous value would likely be failing at runtime, e.g. failing to discover / connect to the expected device etc. This change is fine. Cheers, -- Aaron McCarthy

Re: [Development] Qt 5.3 header diff: QtLocation

2014-04-22 Thread Aaron McCarthy
On Tue, 22 Apr 2014 14:12:46 Thiago Macieira wrote: > http://macieira.org/~thiago/qt-5.3/QtLocation.diff This is fine. Qt Location is not part of the 5.3 release. Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org h

Re: [Development] Qt 5.3 header diff: QtBluetooth

2014-04-22 Thread Aaron McCarthy
On Tue, 22 Apr 2014 14:12:46 Thiago Macieira wrote: > http://macieira.org/~thiago/qt-5.3/QtBluetooth.diff Looks fine. Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listi

Re: [Development] Loading moc plugins when running tests in CI system

2014-01-06 Thread Aaron McCarthy
/plugins during test runs? Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Loading moc plugins when running tests in CI system

2014-01-06 Thread Aaron McCarthy
]. The moc plugins are built under the top-level tests project which is not installed by default. My question is what is the recommended approach to ensure that moc plugins are loadable when running tests in the CI system? [1] https://codereview.qt-project.org/73984 Cheers, -- Aaron McCarthy

Re: [Development] Nominating Fabian Bumberger for Approver Status

2013-11-19 Thread Aaron McCarthy
nvinced he will make en excellent approver. I fully support Fabian's nomination for approver status. Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] CI status update

2012-11-18 Thread Aaron McCarthy
t I would like to see integrated. What sort of time frame are we looking at before the CI system would be working for these repositiories? If it is going to be weeks then I think that it would be useful to temporarily turn the CI system off until the solution is implemented. Cheers

[Development] Reviewing of QtNFC changes

2012-10-27 Thread Aaron McCarthy
are: https://codereview.qt-project.org/37082 https://codereview.qt-project.org/37083 Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QML Location show a Route

2012-08-21 Thread Aaron McCarthy
to provide a Route object yourself, RouteModel provides them. Deleting the above and it should work. Cheers, -- Aaron McCarthy, Software Engineer Nokia, Qt Development Frameworks Level 1, 53 Brandl St, Brisbane Technology Park, Eight Mile Plains, QLD,

Re: [Development] Qt Essentials

2012-08-05 Thread Aaron McCarthy
moved out of the global namespace and into its own like other Qt add-ons? I know former Qt4 modules are exempt from this rule, but what about former Qt Mobility modules or former Qt 5 essential modules :( ? Cheers, -- Aaron McCarthy, Software Engineer Nokia, Qt Development Frameworks Level

Re: [Development] Where is the QtLocation history?

2012-04-30 Thread Aaron McCarthy
t of the significant QtLocation history is squashed into > a single commit 5f42e961560a54a2d3978b42478cd90bc8c6927d. That particular commit was the merging of the two development branches. Those branches included a lot of messy re-factoring and at the time it was decided that a squashed merge

Re: [Development] qtsystems doesn't compile - mtcore mandatory dependency

2011-11-02 Thread Aaron McCarthy
overwritten the modules will not build anything but src. This is because the QT_BUILD_PARTS qmake variable from qtbase's .qmake.cache is not available. The solution is to ensure that QT_BUILD_PARTS="libs examples tests" is set in modules. Cheers, -- Aaron McCarthy, Software Engi