[Interest] QGLWidget and OGL version 4.3 functions?

2013-09-27 Thread Thomas Meyer
Hi, is it possible to render in a QGLWidget with the OGL 4.3 functions? If so, how can I call the functions? If not, will it be in the future (is it planned)? Thanks, Thomas ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Semi-OT: Was Nokia net good or bad for Qt?

2013-09-27 Thread André Somers
Op 26-9-2013 20:13, K. Frank schreef: Hello List! This whole Elop thing got me thinking about the history of Qt and Nokia. Nothing's perfect, of course, and everything's a mixed bag, but, all in all, do people think Nokia's involvement with Qt ended up helping Qt or not? I started using

[Interest] logrotating qDebug

2013-09-27 Thread Francesco Lamonica
Hi all, i am using logrotate on a file that is populated by qDebug() statements of my app (that does not get restarted). Sometimes ( i have been unable to find the behaviour's causes so far ) the logorotating does not happen and what i get is what seems to be a binary file. Any ideas what might be

Re: [Interest] logrotating qDebug

2013-09-27 Thread Koehne Kai
-Original Message- From: interest-bounces+kai.koehne=digia@qt-project.org [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf Of Francesco Lamonica Sent: Friday, September 27, 2013 9:14 AM To: interest Subject: [Interest] logrotating qDebug Hi all, i am

Re: [Interest] logrotating qDebug

2013-09-27 Thread Francesco Lamonica
Hi Kai, no, at the moment i am just redirecting process output On Fri, Sep 27, 2013 at 9:34 AM, Koehne Kai kai.koe...@digia.com wrote: -Original Message- From: interest-bounces+kai.koehne=digia@qt-project.org [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On

[Interest] ssl socket still encrypted after disconnect

2013-09-27 Thread Francesco Lamonica
Hi all, i am experimenting a strange behaviour with QSslsocket (Qt 4.8.1) i create a QSslsocket and feed it with a connected socket descriptor (i need to explicitgly choose the src ip); then i call startClientEncryption() and all works well. Then the server crashes and a timer in my code will fire

Re: [Interest] QWindow::setTransientParent fails on windows

2013-09-27 Thread Roland Winklmeier
Hi Tony, thanks for your answer. I'm giving you a little more background: I have an application which offers the possibility to enhance it via plugins/addons. I'm developing such an addon which also has its own window. I of course want to have my application to be the child of the main

Re: [Interest] logrotating qDebug

2013-09-27 Thread franki
Dnia piątek, 27 września 2013 o 09:36:51 Francesco Lamonica napisał(a): Hi Kai, no, at the moment i am just redirecting process output Hi, I have log of my app rotated by logrotate, but when you just redirect process output it won't work that way, unless you restart your app. In my opinion you

[Interest] QImage, multithreaded app.

2013-09-27 Thread Alexander Syvak
Hello, the method save_screenshot() is used to save a QImage object using bool QImage::save ( const QStringhttp://doc.crossplatform.ru/qt/4.6.x/qstring.html *fileName*, const char * *format* = 0, int *quality* = -1 ) const Howver, it appears that QImage is working with one I/O device and returns

[Interest] Custom Quick view to visualize a List-model of points on a map

2013-09-27 Thread Ola Røer Thorsen
Hi, I have a c++ list model that inherits QAbstractListModel. It contains a list of waypoints that amongst other things have x,y screen coordinates. Points are added, removed and values are changed runtime. I want to visualize these in Quick2 on top of a map image. I need to create Quick Items

Re: [Interest] Semi-OT: Was Nokia net good or bad for Qt?

2013-09-27 Thread Uwe Rathmann
On Thu, 26 Sep 2013 14:13:33 -0400, K. Frank wrote: Did this detour (for lack of a better word) end up being helpful? Nokia was not interested in the desktop and the previous user base. IMHO this had 3 effects: a) LGPL Good and bad: the business case of selling support licenses is dead (

Re: [Interest] QWindow::setTransientParent fails on windows

2013-09-27 Thread Rutledge Shawn
On 27 Sep 2013, at 10:50 AM, Roland Winklmeier wrote: In the mean time I found some other weird stuff. I did some tests with QML windows: ApplicationWindow { id: mainWindow title: My MainWindow width: 640 height: 480 Button { text: Child

Re: [Interest] Semi-OT: Was Nokia net good or bad for Qt?

2013-09-27 Thread Thiago Macieira
On sexta-feira, 27 de setembro de 2013 13:44:23, Uwe Rathmann wrote: On Thu, 26 Sep 2013 14:13:33 -0400, K. Frank wrote: Did this detour (for lack of a better word) end up being helpful? Nokia was not interested in the desktop and the previous user base. IMHO this had 3 effects: a) LGPL

Re: [Interest] logrotating qDebug

2013-09-27 Thread Thiago Macieira
On sexta-feira, 27 de setembro de 2013 09:14:08, Francesco Lamonica wrote: Hi all, i am using logrotate on a file that is populated by qDebug() statements of my app (that does not get restarted). Sometimes ( i have been unable to find the behaviour's causes so far ) the logorotating does not

Re: [Interest] ssl socket still encrypted after disconnect

2013-09-27 Thread Thiago Macieira
On sexta-feira, 27 de setembro de 2013 09:51:11, Francesco Lamonica wrote: Hi all, i am experimenting a strange behaviour with QSslsocket (Qt 4.8.1) i create a QSslsocket and feed it with a connected socket descriptor (i need to explicitgly choose the src ip); then i call

Re: [Interest] QImage, multithreaded app.

2013-09-27 Thread Thiago Macieira
On sexta-feira, 27 de setembro de 2013 16:12:37, Alexander Syvak wrote: Hello, the method save_screenshot() is used to save a QImage object using bool QImage::save ( const QStringhttp://doc.crossplatform.ru/qt/4.6.x/qstring.html *fileName*, const char * *format* = 0, int *quality* = -1 )

Re: [Interest] QImage, multithreaded app.

2013-09-27 Thread Thiago Macieira
On sexta-feira, 27 de setembro de 2013 23:13:44, Alexander Syvak wrote: This is the code of the function saving screenshots. This code is used in threads analizing screenshots. Debugging the app. when one thread has been paused inside QImage save method and other thread wake up invoking the

Re: [Interest] QImage, multithreaded app.

2013-09-27 Thread Alexander Syvak
Each object is of type event_analizer. Each such object contains a QImage buffer (non-static). The event_analizer sends signal need_screenshot(event_analizer*) where the receiving object uses the pointer to store the made screenshot. Thuse, no, not on the same QImage object. Each thread is storing

[Interest] Qt5.x sources for embedded linux

2013-09-27 Thread Ramakanthreddy Kesireddy
Hi, Please let me know where can I download the latest Qt5 sources from embedded linux platform. Thanks and Regards, Ramakanth DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain

Re: [Interest] Qt5.x sources for embedded linux

2013-09-27 Thread Thiago Macieira
On sábado, 28 de setembro de 2013 05:03:46, Ramakanthreddy Kesireddy wrote: Please let me know where can I download the latest Qt5 sources from embedded linux platform. http://qt-project.org/downloads/ -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source