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
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
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
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
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
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
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
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
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