Re: [Development] State of QtDeclarative (noob question)

2011-12-27 Thread Alan Alpert
On Tue, 27 Dec 2011 07:52:59 ext Holger Hans Peter Freyther wrote: > On 12/23/2011 03:39 PM, Holger Hans Peter Freyther wrote: > > What do you think? > > Okay, I tried the minehunt example and in a non-shadow build and end up > with: > > qrc:minehunt.qml:43:1: import "MinehuntCore" has no qmldir

Re: [Development] State of QtDeclarative (noob question)

2011-12-27 Thread Alan Alpert
On Sat, 24 Dec 2011 00:39:51 ext Holger Hans Peter Freyther wrote: > On 12/23/2011 02:31 AM, Alan Alpert wrote: > > On Fri, 23 Dec 2011 10:20:56 ext Holger Hans Peter Freyther wrote: > >> Hi, > > Hi, > > thanks for responding. > > > Works fine for me. Note that it needs to be built (qmake && mak

[Development] Shortcuts via Mouse Buttons, etc.

2011-12-27 Thread Rick Stockton
Partly in reply to Albert Astals Cid and Thomas Zander, on the KDE list (December 26): I am aware of the timing requirement (But Thomas- thanks for the reminder, in case I HADN'T been.) Since I'm the person who will write the code and doco, I HAVE TO have an idea how to make it work ;) I've lo

Re: [Development] QStandardItemModel moved to "QtWidgets" module, not good idea?

2011-12-27 Thread Giuseppe D'Angelo
On 27 December 2011 15:08, Ville M. Vainio wrote: > I'm all for killing the whole QAIM concept for something better (that > we don't have yet), but before that happens there should be a > convenient migration path from QSIM to Qt5, for systems that do not > support the QtWidgets module. Should we

[Development] QStandardItemModel moved to "QtWidgets" module, not good idea?

2011-12-27 Thread Ville M. Vainio
As it appears, QStandardItemModel has been moved to QtWidgets module: http://doc.qt.nokia.com/qt5/qstandarditemmodel.html while QAbstractItemModel is still in QtCore: http://doc.qt.nokia.com/qt5/qabstractitemmodel.html This is sort of annoying, as QSIM is a convenient way to use QAIM, and the Q

Re: [Development] New QUrl implementation

2011-12-27 Thread Thiago Macieira
On Tuesday, 27 de December de 2011 13.42.10, David Faure wrote: > On Friday 23 December 2011 17:22:38 Thiago Macieira wrote: > > QUrl: Always lowercase the scheme > > Change-Id: I8d467014d22384f1be15fdd746e20b1153a82a4e > > > > Do we want this? I think so. > > I would say yes, too. This simplifies

Re: [Development] New QUrl implementation

2011-12-27 Thread David Faure
On Friday 23 December 2011 17:22:38 Thiago Macieira wrote: > QUrl: Always lowercase the scheme > Change-Id: I8d467014d22384f1be15fdd746e20b1153a82a4e > > Do we want this? I think so. I would say yes, too. This simplifies the checks in application code. PS: great work on QUrl! Isn't this going t

Re: [Development] Qftp removal

2011-12-27 Thread Thiago Macieira
On Tuesday, 27 de December de 2011 11.02.25, David Faure wrote: > A solution with Qt5 will be to use KIO, since we (the KDE developers) are > working on making it useable on top of Qt with much less dependencies than > in the current code. And kio_ftp supports a lot more: more commands, better er

Re: [Development] Qftp removal

2011-12-27 Thread David Faure
On Saturday 24 December 2011 09:24:52 Thiago Macieira wrote: > On Friday, 23 de December de 2011 22.10.19, David Boosalis wrote: > > I've been using it for a year now, have had no problems on Linux and > > Windows. I use it to check for application upgrade. Is there a > > recommended way to do FT