[Development] How to use updateGL method qith QGLView?

2014-11-24 Thread Sunil Nair
Hello, UpdateGL method is found in QGLWidget class. Since, QGLView is an extension ofQGLWidget, it should contain a method to update. I need to put my update code somewhere. One option is to use the QTimer but is there any other possibility? I am continuousl getting user-input and want to update

Re: [Development] Explicit linking vs dlopen/dlsym

2014-11-24 Thread Thiago Macieira
On Monday 24 November 2014 19:35:33 Thiago Macieira wrote: > > default configure options. At the moment, we have to pass an insane amount > > of -system-libfoo and -linked-libbar switches. > > Agreed. > > I'm already changing the D-Bus switch to default to linked unless you're on > OS X. You cou

Re: [Development] Explicit linking vs dlopen/dlsym

2014-11-24 Thread Thiago Macieira
On Tuesday 25 November 2014 03:05:03 Kevin Kofler wrote: > Thiago Macieira wrote: > > Packagers can and should force the linking. This is about the > > distribution- agnostic binaries we produce and are available from > > qt-project.org. > > But my point is that the defaults in the configure scrip

Re: [Development] Explicit linking vs dlopen/dlsym

2014-11-24 Thread Kevin Kofler
Thiago Macieira wrote: > Packagers can and should force the linking. This is about the > distribution- agnostic binaries we produce and are available from > qt-project.org. But my point is that the defaults in the configure script should be friendlier to distribution packagers. For the binaries y

Re: [Development] The dark side of QtMultimedia

2014-11-24 Thread Kevin Kofler
Timo Jyrinki wrote: > Debian plans to not have Qt 4 after Debian 8.0 [1]. But that means > ~2017 indeed for stable release users, the removal itself happening > during 2015-2016 in the development version. The main reason is that > Qt 4 upstream support officially ends, and Debian needs to support

Re: [Development] The dark side of QtMultimedia

2014-11-24 Thread Thiago Macieira
On Monday 24 November 2014 09:38:17 Timo Jyrinki wrote: > 2014-11-17 18:49 GMT+02:00 Thiago Macieira : > > By the way, I read somewhere that some distros are considering not > > shipping > > Qt 4 as early as their next releases. I also think that's shortsighted. > > Keep it in your repos all the wa

Re: [Development] Qt high-dpi support update

2014-11-24 Thread Morten Johan Sørvig
> On 23 Nov 2014, at 18:51, Ben Lau wrote: > > Did it has any plan to make high dpi support for Android ? Yes, this is a cross-platform effort and Android is included. Morten ___ Development mailing list Development@qt-project.org http://lists.qt-pr

Re: [Development] Removing win32-msvc2005 for 5.5?

2014-11-24 Thread Shaw Andy
> As the subject says, ok to do it? > > Note that this does *NOT* apply to wince60*-msvc2005 mkspecs. > > If there are no objections, we'll do it in one week. I think it is certainly safe to remove it, it hasn't been supported in a long time and I doubt it even works. Andy