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 pick this up 
automatically once Qt Location is installed.

See src/3rdparty/webkit/Sources/WebCore/features.pri

I still couldn't get geolocation working in the browser. My compiled 
libQtWebKit.so and browser application was linked against libQtLocation, 
however when running html5 tests it says geolocation is not supported. I also 
tried linking with the sensors module from QtMobility for device orientation, 
and that did work, which makes me wonder why geolocation isn't working.

Is there some specific way of getting Qt 4.8.2 Webkit to notice QtMobility?

Thanks,

Tom Isaacson



___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 pick this up 
automatically once Qt Location is installed.

See src/3rdparty/webkit/Sources/WebCore/features.pri

I still couldn't get geolocation working in the browser. My compiled 
libQtWebKit.so and browser application was linked against libQtLocation, 
however when running html5 tests it says geolocation is not supported. I also 
tried linking with the sensors module from QtMobility for device orientation, 
and that did work, which makes me wonder why geolocation isn't working.

Is there some specific way of getting Qt 4.8.2 Webkit to notice QtMobility?

Thanks,

Tom Isaacson



___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-25 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 ca1a2f8cab48b730c2e1962bef73c328ac42bb1e nor
 25e6b27e04aac6fd3d671f2f97aac66f3e975068. They were moved in commit
 f102053b28009b3094b0e5777177208afa6097c5, which supposedly fixes the build
 with Qt 4.8.

I'm using the tag v1.2.0. If I look in:
https://qt.gitorious.org/qt-mobility/qt-mobility/source/8af53509e58bb476d3d7be2d066cf7a0fca9bea1:src/serviceframework/ipc
the files are still there. Are the tags accurate? Is there anywhere else I can 
get the old releases to compare?

Tom


___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Qt Webkit and HTML5 geolocation

2013-09-06 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.webkit.org/wiki/QtWebKitFeatures22

Is QtLocation working on your OS?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center


signature.asc
Description: This is a digitally signed message part.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 in the documentation. Is there something I need to enable, a
 plug-in I need to implement, what?

It's part of Qt Mobility. You need to build the last released version, then 
rebuild qtwebkit so it finds QtLocation.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center


signature.asc
Description: This is a digitally signed message part.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest