Re: [Development] Contributing to the Qt Project behind a hefty firewall and proxy server

2012-07-15 Thread mark.keir
Is the use of corkscrew and or socat something that should be made more widely known? http://sitaramc.github.com/tips/git-over-proxy.html http://omappedia.org/wiki/Gerrit It is possible to use this method with direct outbound port 80 and 443 connections or proxied connections using squid (3128),

Re: [Development] Suggestion on QML portability

2012-07-15 Thread Robin Burchell
On Mon, Jul 16, 2012 at 2:02 AM, Alan Alpert wrote: > The theory is that you're not trying to maintain a single codebase for both > QML1 and QML2. The point has been made before, but I'll repeat it: for libraries and other pieces of middleware, that isn't really an acceptable answer. As a library

Re: [Development] Regression in QtQml

2012-07-15 Thread Robin Burchell
Ah, ok! I didn't even think to check that. Perhaps the message should make a mention of qmldir files, or something? Thanks, and sorry to waste your time. On Mon, Jul 16, 2012 at 12:53 AM, wrote: > Hi Robin. > > The problem appears to be that the file 'imports/com/Nokia/extras/qmldir' > contain

Re: [Development] Suggestion on QML portability

2012-07-15 Thread Alan Alpert
On Mon, 16 Jul 2012 03:18:02 ext André Pönitz wrote: > On Mon, Jul 16, 2012 at 10:02:33AM +1000, Alan Alpert wrote: > > The theory is that you're not trying to maintain a single > > codebase for both QML1 and QML2. > > [Maybe it's about time to run reality checks on certain > theories anyway...]

Re: [Development] Suggestion on QML portability

2012-07-15 Thread André Pönitz
On Mon, Jul 16, 2012 at 10:02:33AM +1000, Alan Alpert wrote: > The theory is that you're not trying to maintain a single > codebase for both QML1 and QML2. [Maybe it's about time to run reality checks on certain theories anyway...] > > [...] Is there really that much pain in having a > > depreca

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-15 Thread Leandro Melo de Sales
Hi, Why the current installers directory (http://releases.qt-project.org/digia/2012-07-14/) does not contain a .dmg file for QtSDK? Maybe it happened an error while compiling Qt for MacOS... -- Leandro Melo de Sales Professor at Institute of Computing at Federal University of Alagoas, Brazil Ph

Re: [Development] Suggestion on QML portability

2012-07-15 Thread Alan Alpert
On Sun, 15 Jul 2012 23:30:13 ext Robin Burchell wrote: > Hi, > > Again, looking at MeeGo's components in QtQuick2 world, I notice that > some painful changes required for porting from QML1 to QML2 are in > renaming methods, or rearranging things a bit. From the documentation: > > Property and M

Re: [Development] Regression in QtQml

2012-07-15 Thread matthew.vogt
Hi Robin. The problem appears to be that the file 'imports/com/Nokia/extras/qmldir' contains numerous entries which are repetitions of earlier entries. As of the change you identified, this condition is now reported as an error - the old behavior was to import the first entry encountered, and to

[Development] Suggestion on QML portability

2012-07-15 Thread Robin Burchell
Hi, Again, looking at MeeGo's components in QtQuick2 world, I notice that some painful changes required for porting from QML1 to QML2 are in renaming methods, or rearranging things a bit. From the documentation: Property and Method Changes ListView's highlightMoveSpeed and highlightResizeS

[Development] Regression in QtQml

2012-07-15 Thread Robin Burchell
Hi, I was porting the QtQuick2 branch of MeeGo components to track recent Qt 5 changes (removal of QT += declarative, old plugin loaders, etc). I got it building, but I was running into errors running examples/meego/QmlComponentGallery about things having "already been defined". Upon further insp

[Development] QtCS 2012: QtSql

2012-07-15 Thread Mark Brand
Hi, Just want to summarize the QtSql Session at QtCS 2012. To be very honest, QtSql contributors were not well-represented at the summit in Berlin. Nevertheless, I was able to speak with some of the original developers of QtSql, who are now doing other things mostly, and exchanged some ideas.

Re: [Development] Moving QWindowSystemInterface out of QPA

2012-07-15 Thread Holger Hans Peter Freyther
On Tue, Jul 10, 2012 at 11:53:33AM +0200, Thiago Macieira wrote: > > We have only two choices: > > 1) make QWindowSystemInterface a proper, public API class I think QWindowSystemInterface in its current form would be a rather incomplete and limited API. Many months ago I looked into creating a p