Re: [Interest] Missing Qt SDK on download page?

2012-11-09 Thread Turunen Tuukka
Hi, There have been two Qt SDKs: -> One made by Nokia mainly for the purpose of making apps to Symbian and MeeGo phones -> One made by Digia for commercial Qt licensees Since Symbian and MeeGo are using existing Qt versions, Nokia does not need to update those to the SDK. It is still availabl

Re: [Interest] Missing Qt SDK on download page?

2012-11-09 Thread d3fault
On 11/9/12, yoa...@2burbujas.net wrote: > Hi Chris, > > 10 days ago I was looking for the QtSDK (Windows build) and the offline > installer was placed at the very bottom of the page. It seems like > developers now needs a Nokia Developer account in order to download it > (that might apply to other

Re: [Interest] Missing Qt SDK on download page?

2012-11-09 Thread yoanis
Hi Chris, 10 days ago I was looking for the QtSDK (Windows build) and the offline installer was placed at the very bottom of the page. It seems like developers now needs a Nokia Developer account in order to download it (that might apply to other parts of the project, but that I am not really sure

[Interest] Build issues with poppler 0.20.5 and Qt 4.8.1 (OSX 10.7)

2012-11-09 Thread yoanis
Hi there list, I'm trying to build poppler 0.20.5 and I'm more specifically interested in the QT4 support. I'm trying to build the library agains QT 4.8.1, but I'm facing a build issue which I'm not sure how get pass it. Here are all relevant build variables: http://pastebin.com/0jpHEm6u I must

[Interest] Missing Qt SDK on download page?

2012-11-09 Thread Chris Meyer
On the download page http://qt-project.org/downloads there used to be an "SDK" download that included Qt Creator and the Qt libraries together with an updater. Anyone know what happened to it? It's not available on the current website. Will it return? __

Re: [Interest] compiling qt with eglfs

2012-11-09 Thread Girish Ramakrishnan
On Fri, Nov 9, 2012 at 3:53 PM, Girish Ramakrishnan wrote: > On Fri, Nov 9, 2012 at 4:22 AM, pritam.ghang...@gmail.com > wrote: >> >> >> On Fri, Nov 9, 2012 at 11:16 AM, pritam.ghang...@gmail.com >> wrote: >>> >>> >>> >>> On Thu, Nov 8, 2012 at 8:06 PM, pritam.ghang...@gmail.com >>> wrote:

Re: [Interest] compiling qt with eglfs

2012-11-09 Thread Girish Ramakrishnan
On Fri, Nov 9, 2012 at 4:22 AM, pritam.ghang...@gmail.com wrote: > > > On Fri, Nov 9, 2012 at 11:16 AM, pritam.ghang...@gmail.com > wrote: >> >> >> >> On Thu, Nov 8, 2012 at 8:06 PM, pritam.ghang...@gmail.com >> wrote: >>> >>> >>> >>> On Thu, Nov 8, 2012 at 8:00 PM, Samuel Rødal >>> wrote:

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-09 Thread Mark
On Fri, Nov 9, 2012 at 2:14 PM, Mark wrote: > On Fri, Nov 9, 2012 at 3:59 AM, Lincoln Ramsay wrote: >> On 09/11/12 12:56, Mark wrote: >>> Ahh, i was really hoping for that to work! Sadly i was "welcomed" with >>> this compiler error: >>> >>> pathmodel.o: In function `PathModel::PathModel(QObject*

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-09 Thread Mark
On Fri, Nov 9, 2012 at 3:59 AM, Lincoln Ramsay wrote: > On 09/11/12 12:56, Mark wrote: >> Ahh, i was really hoping for that to work! Sadly i was "welcomed" with >> this compiler error: >> >> pathmodel.o: In function `PathModel::PathModel(QObject*)': >> pathmodel.cpp:(.text+0x14): undefined referen

Re: [Interest] compiling qt with eglfs

2012-11-09 Thread pritam.ghang...@gmail.com
On Fri, Nov 9, 2012 at 11:16 AM, pritam.ghang...@gmail.com < pritam.ghang...@gmail.com> wrote: > > > On Thu, Nov 8, 2012 at 8:06 PM, pritam.ghang...@gmail.com < > pritam.ghang...@gmail.com> wrote: > >> >> >> On Thu, Nov 8, 2012 at 8:00 PM, Samuel Rødal wrote: >> >>> On 11/08/2012 01:55 PM, pritam.

[Interest] Passing constructor arguments to an object that is to be run on a separate thread

2012-11-09 Thread d3fault
I'm working on a revision to ObjectOnThreadHelper (see: http://lists.qt-project.org/pipermail/interest/2012-October/004547.html ), and want to add the ability to send in arguments to the constructor of the object that is to be run on the separate thread. Another thing I want to add is being able to

Re: [Interest] debug QtService

2012-11-09 Thread alexander golks
>I want to make web service method, requesing which I would tell service >to stop. if RequestMapper is derived from QtService you should be able to call the QtServiceBase::stop() method instead of QCoreApplication::exit(). we call it via a wrapping SLOT triggered by a timer like: /*SLOT*/ vo

Re: [Interest] Carbon/Cocoa - browserplugin

2012-11-09 Thread Konstantin Tokarev
09.11.2012, 01:49, "Alexander Carôt" : >>>  I am working on updating the qtbrowserplugin in order to make it running >>  with current Qt versions. Regarding the MAC version that requires a Cocoa >>  version besides the current Carbon solution. In order to get started: >>>  When trying to compile