Re: [Interest] QWeakPointer in Qt5

2012-06-19 Thread Thiago Macieira
On quarta-feira, 20 de junho de 2012 06.42.52, Philippe wrote: > In Qt 5 in git, I have seen changes to this implementation. Mainly, in > Qt 4.8, it was stated that "QWeakPointer serves as a replacement to > QPointer". This is no longer the case and this is mentionned as > deprecated (qsharedpointe

[Interest] QWeakPointer in Qt5

2012-06-19 Thread Philippe
In Qt 5 in git, I have seen changes to this implementation. Mainly, in Qt 4.8, it was stated that "QWeakPointer serves as a replacement to QPointer". This is no longer the case and this is mentionned as deprecated (qsharedpointer.cpp). QWeakPointer was quoted in 4.8 as "more efficient than QPointe

Re: [Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread Donald Carr
The: git clone https://code.google.com/p/qt-google-prediction/ repo is currently empty. It was the first one I went to investigate. It would also be very nice to check out all the code at one time using a git master branch which contained all the others as submodules. The amount of legwork this

Re: [Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread Donald Carr
Off the cuff (without grabbing all the code) this looks really glorious. Thanks for landing this. /me goes to investigate On Tue, Jun 19, 2012 at 1:02 PM, Jason H wrote: > I would *love* some "reference" apps in the ovi Store. Google maps don't > work on my N9, and the Ovi maps don't work as wel

Re: [Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread Jason H
I would *love* some "reference" apps in the ovi Store. Google maps don't work on my N9, and the Ovi maps don't work as well. I can't type "outback" and see all the local outback streak houses around. If you did publish these apps (Call em "Qoogle Maps"?) I'd pay a dollar or two each. _

Re: [Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread Till Oliver Knoll
Am 19.06.2012 um 20:21 schrieb Lynn Gray : > Google Maps – embed Google Maps images or Street View panoramas without the > need for JavaScript. Just out of curiosity: is this a Google Map, shown via a WebKit view, controlled (internally) via the Google JavaScript API which is exposed as C++ met

Re: [Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread David Boosalis
Very nice and userful. Thank you ICS On Tue, Jun 19, 2012 at 11:21 AM, Lynn Gray wrote: > New Qt Clients Allow Easy Integration with Google Services Through Qt > > ICS has published almost 20 Qt and QML clients for popular Google APIs > making it easy to integrate the Google services users wa

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread Harri Pasanen
Well, I don't think the latest Symbian phones would have been ill-equipped to run QtQuick 2.0, but Nokia wanted to run down Symbian support and get people to buy new devices. 808 is last of its kind. Actually it is a pretty nice device. It is a "manly" device, not small or thin, feels like ho

Re: [Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread Bob Hood
On 6/19/2012 12:21 PM, Lynn Gray wrote: > > > New Qt Clients Allow Easy Integration with Google Services Through Qt > > ICS has published almost 20 Qt and QML clients for popular Google APIs > making it easy to integrate the Google services users want into Qt and QML > applications. Among the ser

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread Xizhi Zhu
It applies to all Qt5 modules, and code for Symbian and Maemo5 have been removed for a while already. On Jun 19, 2012 9:32 PM, "Jason H" wrote: > Does this have solely to do with the QtQuick 2.0 stuff? That the older > platforms are ill-equipped to run 2.0? If so, that makes perfect sense. > > >

Re: [Interest] [interest]

2012-06-19 Thread Charley Bay
> > Carlos requesteth: > how i can to export pdf in QT,please help me > , > Till Oliver Knoll responded: > , > http://qt-project.org/doc/qt-4.8/qprinter.html#OutputFormat-enum > > , > Okay, just to correct my poor spanish :) You use an instance of a QPrinter > as a paint device. You paint on it

Re: [Interest] Is Nokia officially done with Qt?

2012-06-19 Thread d3fault
I hate to bump this without something substantial to say, but wasn't the reason we stopped discussion to wait for an official statement from Nokia? They've had the weekend + 2 business days, and still nothing official has been released. Have any of you Nokia devs learned anything and are able to s

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread Jason H
Does this have solely to do with the QtQuick 2.0 stuff? That the older platforms are ill-equipped to run 2.0? If so, that makes perfect sense. From: Xizhi Zhu To: qtnext Cc: interest@qt-project.org Sent: Tuesday, June 19, 2012 12:13 PM Subject: Re: [Inter

[Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread Lynn Gray
New Qt Clients Allow Easy Integration with Google Services Through Qt ICS has published almost 20 Qt and QML clients for popular Google APIs making it easy to integrate the Google services users want into Qt and QML applications. Among the services now exposed to Qt/QML applications are: - *Go

Re: [Interest] [interest]

2012-06-19 Thread Till Oliver Knoll
Am 19.06.2012 um 19:34 schrieb Carlos Yoesly Oviedo Becerra : > how i can to export pdf in QT,please help me Hola Cuba! :) Viva la revolución! Puede ser que Qt necessita una revolución tambien en esto tiempo! ;) Para imprimir en formato PDF, puedes utilisar un QPrinter. En particular tienes

Re: [Interest] Sharing an OGL context with multiple QGLWidget using designer (or anything else)

2012-06-19 Thread Paulo Silva
On Wed, Jun 20, 2012 at 2:50 AM, Paulo Silva wrote: > Just an add-on, I also tried to use the constructor > > QGLWidget::QGLWidget ( QWidget * parent = 0, const QGLWidget * > shareWidget = 0, Qt::WindowFlags f = 0 ) > > and although I pass the first QGLWidget created to the preceding I ment "subs

Re: [Interest] Sharing an OGL context with multiple QGLWidget using designer (or anything else)

2012-06-19 Thread Paulo Silva
Just an add-on, I also tried to use the constructor QGLWidget::QGLWidget ( QWidget * parent = 0, const QGLWidget * shareWidget = 0, Qt::WindowFlags f = 0 ) and although I pass the first QGLWidget created to the preceding widgets, the effect seems to be the same as passing "shareWidget = 0". http

Re: [Interest] [interest]

2012-06-19 Thread Samuel Gaist
Hi, Take a look at: http://qt-project.org/doc/qt-4.8/printing.html And the classes mentioned in the documentation Hope it helps Samuel On 19 juin 2012, at 19:34, Carlos Yoesly Oviedo Becerra wrote: > how i can to export pdf in QT,please help me > > 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVE

[Interest] [interest]

2012-06-19 Thread Carlos Yoesly Oviedo Becerra
how i can to export pdf in QT,please help me 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION http://www.uci.cu http://www.facebook.com/universidad.uci http://www.flickr.com/photos/universidad_uci

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Jason H
One bug kicker is remembering to copy the Qt Plugins directory, else images won't work... From: Till Oliver Knoll To: Qt Interest Sent: Tuesday, June 19, 2012 1:21 PM Subject: Re: [Interest] Porting Qt app to windows Am 19.06.2012 um 18:03 schrieb "David

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Till Oliver Knoll
Am 19.06.2012 um 18:03 schrieb "David Ching" : > ... and are not > calling any native Windows API's that are not included in the lowest version > of > Windows that you are supporting. Last time I checked - just for the fun of it - a Qt 4.7 (maybe even 4.8 - can't remember) application still ra

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Jason H
Virtual Machines to the rescue... From: David Ching To: interest@qt-project.org Sent: Tuesday, June 19, 2012 12:03 PM Subject: Re: [Interest] Porting Qt app to windows > From: Diego Iastrubni [mailto:diegoi...@gmail.com] > Sent: Tuesday, June 19, 2012 8:22

[Interest] drop indicator not shown in custom QTreeView

2012-06-19 Thread frares
Hi. Before I forget: I'm using Qt 4.8.1, built using gcc 4.5.3 and QtCreator 2.5.0 under Linux (Gentoo). Although I have managed in the past, somehow, to make the drop indicator to appear, now id does not anymore. I am dragging items from a custom toolbox page created programatically. T

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread Xizhi Zhu
Qt 5 won't support Symbian and Maemo at all, which was already decided months ago. On Tue, Jun 19, 2012 at 6:50 PM, qtnext wrote: > > on git today : http://qt.gitorious.org/qt/qtquick1/commits/master > > Strip out Maemo5 code. > > Remove Symbian support. > > > Le 19/06/2012 17:40, Jason H a écri

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread David Ching
> From: Diego Iastrubni [mailto:diegoi...@gmail.com] > Sent: Tuesday, June 19, 2012 8:22 AM > >I just rename the name of the Qt directory temporarily to "_Qt" or something > and then rename back when I need to code... > Ugly, but simulates "uninstallation" of Qt. But you also need to simulate t

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread qtnext
on git today : http://qt.gitorious.org/qt/qtquick1/commits/master Strip out Maemo5 code. Remove Symbian support. Le 19/06/2012 17:40, Jason H a écrit : Well Nokia just introduced the 808 to the US. Symbian Belle based, programmed in Qt, same icons as my N9. Maybe the Linux stuff goes away, b

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread Jason H
Well Nokia just introduced the 808 to the US. Symbian Belle based, programmed in Qt, same icons as my N9. Maybe the Linux stuff goes away, but Qt stays on for app-development on Symbian? From: Michael Seydl To: Qt Interest Sent: Sunday, June 17, 2012 1:01 P

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Jason H
Indeed. The GPL is "distribution"-focused. If you are doing it for your company (a fictitious person) then the creator and the user are the same and there is no "distribution" From: Nikos Chantziaras To: Chasc Cc: interest@qt-project.org Sent: Tuesday, Jun

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Nikos Chantziaras
On 19/06/12 06:08, Chasc wrote: > On Sun, 2012-06-03 at 00:47 +0300, Nikos Chantziaras wrote: >> On 01/06/12 14:49, Chasc wrote: >>> I have recently developed a C++ desktop application in Linux using Qt >>> Creator and have successfully opened the project in the Windows version >>> of Qt Creator. T

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Diego Iastrubni
On Tue, Jun 19, 2012 at 5:36 PM, David Ching wrote: > Also I would try this on a PC (either real or virtual) that has a fresh > Windows installed (and try all versions of Windows you need to support, > e.g. > XP/Vista/7) and make sure you are providing all the required DLL's (that > are > not pre

Re: [Interest] QML DOM question

2012-06-19 Thread Frank Mertens
On 06/19/2012 01:43 PM, Daniel Kreuter wrote: > Hello, > > I have a question about some internals of QML. How are components > internally stored? I have a little problem and want to understand why > he behaves the way he does but at the moment I don't know what's going > on. To make clear what I me

Re: [Interest] QML DOM question

2012-06-19 Thread Frank Mertens
On 06/19/2012 01:43 PM, Daniel Kreuter wrote: > Hello, > > I have a question about some internals of QML. How are components > internally stored? I have a little problem and want to understand why > he behaves the way he does but at the moment I don't know what's going > on. To make clear what I me

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread David Ching
> Date: Tue, 19 Jun 2012 13:08:07 +1000 > From: Chasc > So how can I package this app to run on other Windows machines using > dynamic linking? I have tried including QtGui4.dll, QtCore4.dll, > libgcc_s_dw2-1.dll and mingwm10.dll libraries in the release > directory but all I get is something a

[Interest] Sharing an OGL context with multiple QGLWidget using designer (or anything else)

2012-06-19 Thread Paulo Silva
Hi everyone, can I share an OGL context between two or more QGLWidgets, when the interface is made using designer?. Since I'm not creating the widgets myself, how can I take the context of one of the widgets and share it with the other widgets? I tried to use static class members like: QGLContex

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Scott Aron Bloom
If you don’t have to debug on windows MXE will work.. However I highly recommend using CMake rather than QMake, it just works better… (not baiting a flame war, my opinion only) Building Qt for your compiler (dev studio) is easy, but takes a couple hours depending on your machine.. But it

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Diego Iastrubni
On Tue, Jun 19, 2012 at 6:08 AM, Chasc wrote: > > OK, I have MXE working like a charm. Thanks! The problem though is that > it builds everything statically. I am not sure how this sits with > Nokia's LGPL licence agreement although my software is not for sale and > is only being used in-house. How

[Interest] QML DOM question

2012-06-19 Thread Daniel Kreuter
Hello, I have a question about some internals of QML. How are components internally stored? I have a little problem and want to understand why he behaves the way he does but at the moment I don't know what's going on. To make clear what I mean I will try to explain the situation. I have something

Re: [Interest] Catching selection in QTreeView

2012-06-19 Thread Waitman Gobble
Waitman Gobble wrote .. > Andreas Pakulat wrote .. > > Hi, > > > > On Tue, Jun 19, 2012 at 8:32 AM, Waitman Gobble > > wrote: > > > > > > > > Hi, > > > > > > I am having an issue with the QTreeView and Key Bindings. It seems when > > > the selection changes from a keyboard event, it does not f

Re: [Interest] Compile Function Pinter On Linux

2012-06-19 Thread Thiago Macieira
On terça-feira, 19 de junho de 2012 00.30.10, Arun Kumar wrote: > Hi, > I created one dll file using Qt tool and c programming language its > working fine on my windows application but when I compile it on Linux it > show me one error on function pointer > like this > > expected ‘)’ before ‘*’

[Interest] Compile Function Pinter On Linux

2012-06-19 Thread Arun Kumar
Hi, I created one dll file using Qt tool and c programming language its working fine on my windows application but when I compile it on Linux it show me one error on function pointer like this expected ‘)’ before ‘*’ and my working code is void *( CALLBACK *managedStopCallback)(); Any on

Re: [Interest] Catching selection in QTreeView

2012-06-19 Thread Waitman Gobble
Andreas Pakulat wrote .. > Hi, > > On Tue, Jun 19, 2012 at 8:32 AM, Waitman Gobble wrote: > > > > > Hi, > > > > I am having an issue with the QTreeView and Key Bindings. It seems when > > the selection changes from a keyboard event, it does not fire the function > > bound to the signal. The mous