Re: [Development] Qftp removal

2011-12-23 Thread David Boosalis
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 FTP transfers when QFtp is gone. Any chance of QFtp getting into Qt Commercial ? On Fri, Dec 23, 2011 at 10:35 AM, Thiago Macieira wrote:

Re: [Development] New QUrl implementation

2011-12-23 Thread Thiago Macieira
On Friday, 23 de December de 2011 11.29.34, Thiago Macieira wrote: > https://qt.gitorious.org/~thiago-intel/qt/thiago-intels-qtbase/commits/new- > qurl Convert tst_qurl.cpp from Latin-1 to UTF-8 Change-Id: If21658bd5e4af0fdcc403b054fc1b8f46b5fcfb0 This was a very, very old file, encoded in Latin

Re: [Development] New QUrl implementation

2011-12-23 Thread Thiago Macieira
On Friday, 23 de December de 2011 11.29.34, Thiago Macieira wrote: > https://qt.gitorious.org/~thiago-intel/qt/thiago-intels-qtbase/commits/new- > qurl-preparation Move the UTF-8 data into a separate .cpp so I can use later Icb909d08b7f8d0e1ffbc28e01a0ba0c1fa9dccf0 tst_utf8.cpp contains some UTF-

Re: [Development] New QUrl implementation

2011-12-23 Thread Thiago Macieira
On Friday, 23 de December de 2011 11.29.34, Thiago Macieira wrote: > https://qt.gitorious.org/~thiago-intel/qt/thiago-intels- > qtbase/commits/ipaddress-parser This series of commits does the following: 24976c8 Add a function to parse IPv4 addresses in QtCore There are two kinds of IPv4 address

Re: [Development] Qftp removal

2011-12-23 Thread Thiago Macieira
On Friday, 23 de December de 2011 17.27.37, Qt wrote: > So why remove qftp if there is no complete replacement. I use it in a lot of > software and it works fine Because it's old, fragile and unmaintained code. It's really hard to fix bugs on it, so no one does. Unlike other working code we marke

Re: [Development] New global static implementation

2011-12-23 Thread Thiago Macieira
On Friday, 23 de December de 2011 15.37.31, Olivier Goffart wrote: > On Friday 23 December 2011 11:30:08 Thiago Macieira wrote: > > Uploaded at: > > > > https://qt.gitorious.org/~thiago-intel/qt/thiago-intels-qtbase/commits/new > > - > > qglobalstatic > > I'm trying to review: > > You cannot use th

Re: [Development] [Qt5-feedback] A micro API review: for V3(md5) and V5(sha1) in QUuid

2011-12-23 Thread joao.abecasis
[ Re-trying after the previous massive quoting and line-wrap fail :-/ ] Denis Dzyubenko wrote: > 2011/12/9 João Abecasis : > >>    inline QUuid QUuid::createFromName(const QUuid &ns, const > >>    QString &name) > >>    { > >>        return createFromName(ns, name.toUtf8()); > >>    } > > > > woul

Re: [Development] Qftp removal

2011-12-23 Thread Qt
So why remove qftp if there is no complete replacement. I use it in a lot of software and it works fine Le 23 déc. 2011 à 17:16, Richard Moore a écrit : > On Fri, Dec 23, 2011 at 2:05 PM, Qt wrote: >> It seems that qftp will be removed in Qt5. I suppose we need to use Qnam >> instead . But is

Re: [Development] Qftp removal

2011-12-23 Thread Richard Moore
On Fri, Dec 23, 2011 at 2:05 PM, Qt wrote: > It seems that qftp will be removed in Qt5. I suppose we need to use Qnam > instead . But is there a way with qnam to list, mkdir, rename, rmdir ? No, but if someone wants to implement this then I think people would be in favour. Rich. ___

Re: [Development] QHttp removal

2011-12-23 Thread Olivier Goffart
On Friday 23 December 2011 09:42:47 Jonas M. Gastal wrote: > Hey all, > > I have just sent to gerrit a patch which removes QHttp from Qt: > http://codereview.qt-project.org/#change,11741 > > However I have not removed QHttpHeader and friends, so they're still public > and in the QHttp header, I'm

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

2011-12-23 Thread Holger Hans Peter Freyther
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 && make) because it > includes a plugin, and since this isn't being tested except for

Re: [Development] New global static implementation

2011-12-23 Thread Olivier Goffart
On Friday 23 December 2011 11:30:08 Thiago Macieira wrote: > Uploaded at: > > https://qt.gitorious.org/~thiago-intel/qt/thiago-intels-qtbase/commits/new- > qglobalstatic I'm trying to review: You cannot use the QMutexPool in the QGlobalStaticControler. Because the creation of the global static w

[Development] Qftp removal

2011-12-23 Thread Qt
It seems that qftp will be removed in Qt5. I suppose we need to use Qnam instead . But is there a way with qnam to list, mkdir, rename, rmdir ? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/developme

Re: [Development] QHttp removal

2011-12-23 Thread Jonas M. Gastal
On Friday 23 December 2011 11:06:53 Thiago Macieira wrote: > On Friday, 23 de December de 2011 10.41.43, Jonas M. Gastal wrote: > > QNAM is not meant to be used in creating a server, it is strictly for > > clients. > > > > >From what I know there are no classes to help in creating an HTTP > > >ser

[Development] New global static implementation

2011-12-23 Thread Thiago Macieira
Uploaded at: https://qt.gitorious.org/~thiago-intel/qt/thiago-intels-qtbase/commits/new- qglobalstatic -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Intel Sweden AB - Registration Number: 556189-6027 Knarrarnäsgatan 15, 16

[Development] New QUrl implementation

2011-12-23 Thread Thiago Macieira
I've uploaded it at: https://qt.gitorious.org/~thiago-intel/qt/thiago-intels-qtbase/commits/new- qurl It requires two more branches: https://qt.gitorious.org/~thiago-intel/qt/thiago-intels-qtbase/commits/new- qurl-preparation https://qt.gitorious.org/~thiago-intel/qt/thiago-intels- qtbase/commi

Re: [Development] Probably too late, but re: rich text and Qt 5

2011-12-23 Thread Stephen Kelly
On Friday, December 23, 2011 10:13:43 Ian Walters wrote: > Hi, > > This post is probably too late. It was attempted via various paths as early > as October but I somehow missed or forgot that the dev list was public and > the people I did contact didn't point me this way until recently. > > I'm

Re: [Development] QHttp removal

2011-12-23 Thread Thiago Macieira
On Friday, 23 de December de 2011 10.41.43, Jonas M. Gastal wrote: > On Friday 23 December 2011 12:23:14 Alex Kides wrote: > > Is there an equivalent means of processing http requests/responses when > > working with a QTcpServer/QTcpSocket? (The QHttp*Header classes have been > > marked as obsolete

Re: [Development] QHttp removal

2011-12-23 Thread Jonas M. Gastal
On Friday 23 December 2011 12:23:14 Alex Kides wrote: > Is there an equivalent means of processing http requests/responses when > working with a QTcpServer/QTcpSocket? (The QHttp*Header classes have been > marked as obsolete but no usable equivalent is in place, that i've seen > anyway, the QNAM cl

Re: [Development] QHttp removal

2011-12-23 Thread Alex Kides
Is there an equivalent means of processing http requests/responses when working with a QTcpServer/QTcpSocket? (The QHttp*Header classes have been marked as obsolete but no usable equivalent is in place, that i've seen anyway, the QNAM classes don't seem that useful for server type applications)

[Development] QHttp removal

2011-12-23 Thread Jonas M. Gastal
Hey all, I have just sent to gerrit a patch which removes QHttp from Qt: http://codereview.qt-project.org/#change,11741 However I have not removed QHttpHeader and friends, so they're still public and in the QHttp header, I'm wondering if it wouldn't be better to make that stuff private. That A

Re: [Development] [Qt5-feedback] A micro API review: for V3(md5) and V5(sha1) in QUuid

2011-12-23 Thread joao.abecasis
Denis Dzyubenko wrote:> 2011/12/9 João Abecasis :> >>    inline QUuid QUuid::createFromName(const QUuid &ns, const> >>    QString &name)> >>    {> >>        return createFromName(ns, name.toUtf8());> >>    }> >> > would only be updated to call the right implementations, as> > appropriate.> > I