Re: [Interest] [PATCH qtbase] qlinuxfbscreen: fix crash in switchToGraphicsMode()

2013-01-09 Thread Konrad Rosenbaum
Hi, On Wednesday 09 January 2013 23:48:42 Giuseppe D'Angelo wrote: > On 9 January 2013 23:32, Thomas Petazzoni > wrote: > > The switchToGraphicsMode() function calls the KDGETMODE ioctl() call, > > but passes the address of oldMode, which is already a > > pointer. Therefore, the current code make

Re: [Interest] Crash when starting Qt5 rasterwindow on ARM/linuxfb

2013-01-09 Thread Samuel Rødal
On 01/09/2013 11:36 PM, Thomas Petazzoni wrote: > Hello, > > I am currently packaging Qt5 for the Buildroot embedded Linux build > system (http://buildroot.org). > > I am therefore trying to get the 'rasterwindow' example (from > qtbase/examples/gui/rasterwindow/) to run with the 'linuxfb' graphics

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-09 Thread Samuel Rødal
On 01/09/2013 05:15 PM, Jason H wrote: > This QML 2 is sounding like it is more a bother than it is worth. > I thought QPA was the end-all-be-all of platform abstraction? Why can't > QPA be used with scene graph? Of course it can, it's just that scene graph uses OpenGL ES 2 and not QPainter, so i

Re: [Interest] Qt 5 and filesystem

2013-01-09 Thread d3fault
Even though this thread is about QML, I stumbled upon this question while reading (and noting that iOS doesn't provide a system file dialog component): What happens when you try to use QFileDialog (widget) in iOS Qt? I don't own any Apple products so can't test it. This spurs yet another question:

[Interest] Mixin Tree View & Table view

2013-01-09 Thread Scott Aron Bloom
What Im trying to do... I would like a root tree node, with a set of child tree item nodes. Under each tree item, I would like to show a table.. The data model, imagine SQL query grouped by a particular text item.. The text item, would represent the child tree items. The other table columns

Re: [Interest] Implementing custom orientation sensor using QtSensors

2013-01-09 Thread Lincoln Ramsay
On 10/01/13 07:23, Jim Hodapp wrote: > I'm attempting to create my own orientation sensor that sits on top of a > particular accelerometer implementation. I'd like to use my orientation > sensor from a QML application. Given what I just stated, I'm looking for > the recommended approach to implemen

Re: [Interest] [PATCH qtbase] qlinuxfbscreen: fix crash in switchToGraphicsMode()

2013-01-09 Thread Giuseppe D'Angelo
Hi Thomas, On 9 January 2013 23:32, Thomas Petazzoni wrote: > The switchToGraphicsMode() function calls the KDGETMODE ioctl() call, > but passes the address of oldMode, which is already a > pointer. Therefore, the current code makes the kernel write the "mode" > value returned by the KDGETMODE io

[Interest] Crash when starting Qt5 rasterwindow on ARM/linuxfb

2013-01-09 Thread Thomas Petazzoni
Hello, I am currently packaging Qt5 for the Buildroot embedded Linux build system (http://buildroot.org). I am therefore trying to get the 'rasterwindow' example (from qtbase/examples/gui/rasterwindow/) to run with the 'linuxfb' graphics backend on a ARM platform (currently a Cortex-A8 platform e

[Interest] [PATCH qtbase] qlinuxfbscreen: fix crash in switchToGraphicsMode()

2013-01-09 Thread Thomas Petazzoni
The switchToGraphicsMode() function calls the KDGETMODE ioctl() call, but passes the address of oldMode, which is already a pointer. Therefore, the current code makes the kernel write the "mode" value returned by the KDGETMODE ioctl() at the address of the oldMode pointer. This pointer becomes NULL

[Interest] Implementing custom orientation sensor using QtSensors

2013-01-09 Thread Jim Hodapp
I'm attempting to create my own orientation sensor that sits on top of a particular accelerometer implementation. I'd like to use my orientation sensor from a QML application. Given what I just stated, I'm looking for the recommended approach to implementing my own orientation sensor and using

Re: [Interest] Where do I find more info about calender system?

2013-01-09 Thread Soroush Rabiei
On Wed, Jan 9, 2013 at 6:32 PM, John Layt wrote: > > Hi, > > The plan is to include ICU support in Qt 5.1, which I am currently working > on, > and this will implicitly include ICU's support for alternative calendar > systems. It is intended that it will be completely seamless within the > exist

Re: [Interest] Qt5 mingw builds

2013-01-09 Thread Konrad Rosenbaum
Hi, On Wednesday 09 January 2013 10:09:13 Дмитрий Козлов wrote: > One month ago I cross-compiled Qt5 from git sources with mingw ( > http://mxe.cc ). It took some magic to compile it. I used this script > extracts sources from tar archive, builds and installs. > http://pastebin.com/ewDE61GZ Wow

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-09 Thread Jason H
This QML 2 is sounding like it is more a bother than it is worth. I thought QPA was the end-all-be-all of platform abstraction? Why can't QPA be used with scene graph? From: Samuel Rødal To: Jason H Cc: "interest@qt-project.org" Sent: Wednesday, January

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-09 Thread Samuel Rødal
On 01/09/2013 04:17 PM, Jason H wrote: > You bring up a good point. Maybe the output is JS to the web browser. > And I think that is a more awesome solution - because then your > deployment platform does not need to support Qt. While I originally > conceived of this to introduce people to QML I ran

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-09 Thread Jason H
I just checked the 2013 release of the Samsung SDK supports/will support WebGL. From: Jason H To: Samuel Rødal ; "interest@qt-project.org" Sent: Wednesday, January 9, 2013 10:17 AM Subject: Re: [Interest] Crazy Idea of the day: WebGL renderer You bring

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-09 Thread Jason H
You bring up a good point. Maybe the output is JS to the web browser. And I think that is a more awesome solution - because then your deployment platform does not need to support Qt. While I originally conceived of this to introduce people to QML I ran into another idea. I have a Samsung SmartTV

Re: [Interest] Where do I find more info about calender system?

2013-01-09 Thread John Layt
On Monday 07 Jan 2013 23:59:45 Soroush Rabiei wrote: > Hi > > I'm interested in QCalenderSystem and its related concepts. I'm planning to > implement a third-party lib for Qt5 for Jalali calender. If possible, I > would like to integrate it to mainline Qt. > Only information I could find is this l

Re: [Interest] Qt5 mingw builds

2013-01-09 Thread Mark Brand
> Вторник, 8 января 2013, 23:26 +02:00 от Nikos Chantziaras > : > > On 08/01/13 23:22, Konrad Rosenbaum wrote: > > On Tuesday 08 January 2013, Diego Iastrubni wrote: > > > So... cross compiling Qt5/win32 from Linux is not possible yet? > > > > In theory it should be possible t

Re: [Interest] Qt5 mingw builds

2013-01-09 Thread Дмитрий Козлов
One month ago I cross-compiled Qt5 from git sources with mingw ( http://mxe.cc ). It took some magic to compile it. I used this script extracts sources from tar archive, builds and installs.  http://pastebin.com/ewDE61GZ But I couldn't compile Qt5 with WebKit support... ( Вторник, 8 января 20