Re: [Interest] Qt Visual Studio Add-in error when using CMake 2.8

2012-07-11 Thread Alex Malyushytskyy
A far as I understand if you run CMake you should not have Qt Visual Studio Add involved. If not mistaken CMake adds full paths to the dependencies, so you should have Add-in to be involved. try to remove it and see if project is built. Also I would check changes in CMake. I would not be surprised

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread Joseph Crowell
Nokia isn't backing them. Half of Jolla are former Nokia employees who left when Nokia dropped MeeGo in favor of Windows Phone. (The worst move in the history of cell phone companies.) MeeGo != Nokia && Never Did. MeeGo > Nokia. On Wed, Jul 11, 2012 at 2:28 PM, Jason H wrote: > I don't get why

Re: [Interest] Cross-compiling Qt-4.8

2012-07-11 Thread Thiago Macieira
On quarta-feira, 11 de julho de 2012 20.55.38, Christian Gagneraud wrote: > Hi all, > > I'm trying to re-add Qt to OpenWRT (it had basic support for 4.7.0 > pre-release but have then been removed). > > For the moment, I would like to focus on QtCore, QtDBus and QtNetwork. > > Here is the spec file

[Interest] Cross-compiling Qt-4.8

2012-07-11 Thread Christian Gagneraud
Hi all, I'm trying to re-add Qt to OpenWRT (it had basic support for 4.7.0 pre-release but have then been removed). For the moment, I would like to focus on QtCore, QtDBus and QtNetwork. Here is the spec file i'm using: http://pastebin.com/6p6tXg15 But so far, the build fails on an atomic rela

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread David Boosalis
There was this article in the Wall Street Journal (Dated July 9) By SVEN GRUNDBERG Finnish start-up Jolla Ltd. is in talks with hardware makers, aiming to release a smartphone that runs on Nokia

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread Jason H
I don't get why Nokia would back a potential competitor? From: Lorn Potter To: Jeff Tranter Cc: interest@qt-project.org Sent: Wednesday, July 11, 2012 3:10 PM Subject: Re: [Interest] Has anyone heard about Jolla? On 12/07/2012, at 4:40 AM, Jeff Tranter wr

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread Lorn Potter
On 12/07/2012, at 4:40 AM, Jeff Tranter wrote: > On 12-07-11 01:46 PM, Joseph Crowell wrote: >> http://www.linkedin.com/company/jolla > > Yes. Not too many details yet. They don't appear to have a web site up > yet but they have the domain name jollamobile.com. > > You can find their press rel

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread Jeff Tranter
On 12-07-11 01:46 PM, Joseph Crowell wrote: > http://www.linkedin.com/company/jolla Yes. Not too many details yet. They don't appear to have a web site up yet but they have the domain name jollamobile.com. You can find their press release at a number of sites such as this one: http://nokiainnova

[Interest] Has anyone heard about Jolla?

2012-07-11 Thread Joseph Crowell
http://www.linkedin.com/company/jolla ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] How to correctly use “application/x-qabstractitemmodeldatalist” mime type in derived model/view clas

2012-07-11 Thread frares
Hi, all, I'm building an application using QAbstractItemModel for custom types of items in a QListView and in a QTreeView. Those items have to be dragged/dropped inside the QTreeView – both copy and move – and dragged from the QListView and dropped to the QTreeView. Although much of the f

[Interest] ICS Announces Qt Developer Conference | Call for Participation

2012-07-11 Thread Amy Zinkann
ICS announced today that it is organizing the Qt Developer Conference, December 5-7 in Silicon Valley, and dates in Europe to be announced, to promote and advance Qt technology. ICS is hosting this conference and expects to be joined by other sponsors; this is not a Nokia sponsored event. All Qt de

Re: [Interest] QML data models question

2012-07-11 Thread Sven Anderson
Hi Harri, On 11.07.2012 11:02, Harri Pasanen wrote: > How do I access list model data properties without a delegate? I had the same problem. To the class MyModel that inherits from QAbstractListModel I added a property Q_PROPERTY(QDeclarativeListProperty myItems READ myItems NOTIFY myItemsChan

[Interest] QML data models question

2012-07-11 Thread Harri Pasanen
How do I access list model data properties without a delegate? I'm using a SelectionDialog with model: audioList If audioList is implemented as QStringList in C++, I can access the model data with audioList[selectedIndex]. However, when using QAbstractListModel, my intuition failed. I would