[Development] Qt Bluetooth iOS

2014-03-08 Thread Pau Garcia i Quiles
Hello, Is anyone working on an iOS backend of Qt Bluetooth? I could use it but I cannot find any information at all. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Development mailing list Developme

Re: [Development] FTP in Qt5

2014-03-08 Thread Thiago Macieira
Em sáb 08 mar 2014, às 18:18:17, Andreas Aardal Hanssen escreveu: > On 08 Mar 2014, at 18:11, Thiago Macieira wrote: > > Interest, yes. But it's a low-priority because QFtp can't resume. You > > can't > > send a command that might fail because QFtp will abort the connection. > > In order to suppor

Re: [Development] FTP in Qt5

2014-03-08 Thread Andreas Aardal Hanssen
On 08 Mar 2014, at 18:11, Thiago Macieira wrote: > Em sáb 08 mar 2014, às 08:31:19, Tom Isaacson escreveu: >>> There are no plans. FTP is really low-priority these days. >> Well we're still using it. Plus I said resume functionality for HTTP and FTP >> - I still think resume is an important part o

Re: [Development] FTP in Qt5

2014-03-08 Thread Thiago Macieira
Em sáb 08 mar 2014, às 08:31:19, Tom Isaacson escreveu: > > There are no plans. FTP is really low-priority these days. > > Well we're still using it. Plus I said resume functionality for HTTP and FTP > - I still think resume is an important part of any downloader so you don't > end up having to do

Re: [Development] QPA / QWindow / QPainter

2014-03-08 Thread Martin Koller
On Friday 07 March 2014 14:56:04 Thiago Macieira wrote: > Em sex 07 mar 2014, às 22:41:35, Martin Koller escreveu: > > I'm implementing a QPA plugin (now with 5.3 snapshot) and there's something > > I do not understand: When I use native widgets, every widget creates a > > QPlatformWindow, but only

Re: [Development] FTP in Qt5

2014-03-08 Thread Tom Isaacson
> There are no plans. FTP is really low-priority these days. Well we're still using it. Plus I said resume functionality for HTTP and FTP - I still think resume is an important part of any downloader so you don't end up having to download the same data. Is there no interest in this? Tom