Re: [Interest] Qt Webkit and HTML5 geolocation

2013-11-06 Thread Tom Isaacson
>> Once I've built this, how do i "rebuild qtwebkit so it finds >> QtLocation"? I can see an ENABLE_GEOLOCATION flag in the source but >> there's no obvious way of specifying this. Does QtWebkit have a separate >> config system to Qt? >I'm not certain, but I'm pretty sure the build system will

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-10-20 Thread Tom Isaacson
>> Once I've built this, how do i "rebuild qtwebkit so it finds >> QtLocation"? I can see an ENABLE_GEOLOCATION flag in the source but >> there's no obvious way of specifying this. Does QtWebkit have a separate >> config system to Qt? >I'm not certain, but I'm pretty sure the build system will

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-24 Thread Tom Isaacson
> From: Aaron McCarthy [mccarthy.aa...@gmail.com] > Sent: Monday, 23 September 2013 16:58 > Are you sure? The reason why I ask is that your build log references the files > ipc/qmetaobjectbuilder.cpp and ipc/qmetaobjectbuilder_p.h. Those files do not > exist in ca1a2f8cab48b730c2e1962bef73c328ac42

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-22 Thread Aaron McCarthy
Hi, On Mon, 23 Sep 2013 01:44:56 AM Tom Isaacson wrote: > I'm using Qt Mobility 1.2.0. As I mentioned before, this is the latest tag > on the Gitorious repository but there was a 1.2.2 version mentioned. The > last commit to qtmobility.pro says "Bump version number to 1.2.2" so I > don't know if s

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-22 Thread Tom Isaacson
> From: Aaron McCarthy [mccarthy.aa...@gmail.com] > Sent: Monday, 23 September 2013 13:21 > This does look like an incompatibility between Qt Mobility and Qt 4.8.2. My > understanding is that the metaobject builder code in Qt Mobility needs to be > kept in sync with the version in Qt. The commit lo

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-22 Thread Aaron McCarthy
Hi, On Sat, 21 Sep 2013 02:15:35 AM Tom Isaacson wrote: > > From: Aaron McCarthy [mccarthy.aa...@gmail.com] > > Sent: Friday, 20 September 2013 18:25 > > > > What is the failure? > > ipc/qmetaobjectbuilder.cpp: In member function 'void > QtMobility::QMetaObjectBuilder::addMetaObject(const QMetaO

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-20 Thread Tom Isaacson
> From: Aaron McCarthy [mccarthy.aa...@gmail.com] > Sent: Friday, 20 September 2013 18:25 > What is the failure? ipc/qmetaobjectbuilder.cpp: In member function 'void QtMobility::QMetaObjectBuilder::addMetaObject(const QMetaObject*, QtMobility::QMetaObjectBuilder::AddMembers)': ipc/qmetaobjectbu

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-19 Thread Aaron McCarthy
On Fri, 20 Sep 2013 03:05:25 AM Tom Isaacson wrote: > The links on the Qt website all point to a non-existent location. I > eventually found the source for Qt-Mobility here: > https://qt.gitorious.org/qt-mobility > The documentation for QtMobility talks about version 1.2.2, but gitorious > only has

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-19 Thread Tom Isaacson
ces+tom.isaacson=navico@qt-project.org [interest-bounces+tom.isaacson=navico@qt-project.org] on behalf of Thiago Macieira [thiago.macie...@intel.com] Sent: Saturday, 7 September 2013 03:33 To: interest@qt-project.org Subject: Re: [Interest] Qt Webkit and HTML5 geolocation On sexta-feira,

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-06 Thread Thiago Macieira
On sexta-feira, 6 de setembro de 2013 12:13:32, Tom Isaacson wrote: > I tried running the Qt demo browser in Windows 7 and Linux and neither > worked, but ultimately I want it to work on our embedded Linux device. > We're using Qt 4.8.2 on the device but I can't find any reference to > QtLocation i

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-06 Thread Tom Isaacson
ubject: Re: [Interest] Qt Webkit and HTML5 geolocation On sexta-feira, 6 de setembro de 2013 05:49:08, Tom Isaacson wrote: > This works in Chrome and Firefox but fails on the browser demo > ([QTDIR]\demos\browser) in Qt 4.8.2, 4.8.5 and 5.0. Does this feature > actually work, or was it a mi

Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-05 Thread Thiago Macieira
On sexta-feira, 6 de setembro de 2013 05:49:08, Tom Isaacson wrote: > This works in Chrome and Firefox but fails on the browser demo > ([QTDIR]\demos\browser) in Qt 4.8.2, 4.8.5 and 5.0. Does this feature > actually work, or was it a mistake to list it in the release notes for Qt > 4.7: http://trac

[Interest] Qt Webkit and HTML5 geolocation

2013-09-05 Thread Tom Isaacson
I'm trying to get HTML5 geolocation working in Qt Webkit. The problem is not so much that it doesn't work as QtWebkit doesn't seem to recognise "navigator.geolocation" in Javascript. I'm obviously not the first person to try this: http://stackoverflow.com/questions/9861349/qt-webkit-and-html5-ge