Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread sarah.j.smith
Donald you obviously need to implement a new backend to git that lives along side ssh, so that all development on this can be done against sources that live on an imap server…. On 04/05/2012, at 7:41 AM, ext Donald Carr wrote: Hey kb, This is pretty cool, are you making any attempt at upstream

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread Fan Yang
Interesting Sent from my BlackBerry® PlayBook™ www.blackberry.com -- *From:* "k blammo" *To:* "development@qt-project.org" *Sent:* May 4, 2012 2:25 AM *Subject:* [Development] Crosscompile on Debian stable targeting MS Windows L.s. For those of you that want to bui

Re: [Development] No implementation hints in Qt Documentation

2012-05-03 Thread Thiago Macieira
On quinta-feira, 3 de maio de 2012 22.54.38, Olivier Goffart wrote: > On Thursday 03 May 2012 12:30:21 Thiago Macieira wrote: > > In any case, the documentation is what's valid. If the code and the > > documentation differ, usually the documentation prevails and the code > > needs > > to be changed

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread Donald Carr
Hey kb, This is pretty cool, are you making any attempt at upstreaming these or will these continue to exist as email attachments? Yours sincerely, Donald On Thu, May 3, 2012 at 11:25 AM, k blammo wrote: > L.s. > > For those of you that want to build Microsoft Windows binaries on > Debian stabl

Re: [Development] QtCore: qt_addObject and qt_removeObject

2012-05-03 Thread Harri Porten
On Thu, 3 May 2012, Thiago Macieira wrote: >> My suggestion is to replace them by callbacks and keep the setters in a >> private header. Someone is against this idea? > > Not at all. > > I suggested that the Squish and Gamma Ray developers get together and put > together a proper callback implemen

Re: [Development] No implementation hints in Qt Documentation

2012-05-03 Thread Olivier Goffart
On Thursday 03 May 2012 12:30:21 Thiago Macieira wrote: > In any case, the documentation is what's valid. If the code and the > documentation differ, usually the documentation prevails and the code needs > to be changed. I think this is an overstatement. If there is conflict between the documentat

Re: [Development] QtPrintSupport - Platform Support

2012-05-03 Thread John Layt
On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote: > 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum: > > 3 maj 2012 kl. 11:47 skrev Sean Harmer: > >> On Tuesday 01 May 2012 23:21:50 John Layt wrote: > >> > >> > >>> I've been testing the Mac printing and unfortunately hit a couple

Re: [Development] QtPrintSupport - Platform Support

2012-05-03 Thread Christoph Schleifenbaum
3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum: > > 3 maj 2012 kl. 11:47 skrev Sean Harmer: > >> On Tuesday 01 May 2012 23:21:50 John Layt wrote: >> >>> I've been testing the Mac printing and unfortunately hit a couple of release >>> blockers that it would be great if a Mac person could ha

[Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread k blammo
L.s. For those of you that want to build Microsoft Windows binaries on Debian stable: Here are some patches that enable cross-compiling of Qt 5 (both libraries and examples) using mingw that comes bundled with Debian 6 (current stable). The resulting binaries can be tested with wine on Debian 6.

Re: [Development] No implementation hints in Qt Documentation

2012-05-03 Thread Pierre Vorhagen
On 03/05/12 12:30, Thiago Macieira wrote: > There's also another option, which is to have a "Qt developers documentation", > probably matching the next unreleased version of Qt. That way, we, the > developers, can easily locate the source code when proof-reading our > documentation and verify that

Re: [Development] QtCore: qt_addObject and qt_removeObject

2012-05-03 Thread Stephen Kelly
On Thursday, May 03, 2012 15:07:47 Thiago Macieira wrote: > On quinta-feira, 3 de maio de 2012 14.53.44, Adriano Rezende wrote: > > Hi, > > > > Currently we have these 2 functions in qobject.cpp: > > > > extern "C" Q_CORE_EXPORT void qt_addObject(QObject *) > > {} > > > > extern "C" Q_CORE_EXPOR

Re: [Development] QtCore: qt_addObject and qt_removeObject

2012-05-03 Thread Thiago Macieira
On quinta-feira, 3 de maio de 2012 14.53.44, Adriano Rezende wrote: > Hi, > > Currently we have these 2 functions in qobject.cpp: > > extern "C" Q_CORE_EXPORT void qt_addObject(QObject *) > {} > > extern "C" Q_CORE_EXPORT void qt_removeObject(QObject *) > {} > > > The qt_addObject is being called i

Re: [Development] No implementation hints in Qt Documentation

2012-05-03 Thread casper.vandonderen
On 5/3/12 12:30 PM, "ext Thiago Macieira" wrote: >> >>This is something that integrates well with the open governance concept >>too, as I think that there's still a considerable gap between users and >>contributors of Qt. Maybe this is something to consider in order to >>narrow it a little more

[Development] QtCore: qt_addObject and qt_removeObject

2012-05-03 Thread Adriano Rezende
Hi, Currently we have these 2 functions in qobject.cpp: extern "C" Q_CORE_EXPORT void qt_addObject(QObject *) {} extern "C" Q_CORE_EXPORT void qt_removeObject(QObject *) {} The qt_addObject is being called in the QObject constructor and qt_removeObject in the destructor. It seems that they ar

Re: [Development] No implementation hints in Qt Documentation

2012-05-03 Thread Thiago Macieira
On quinta-feira, 3 de maio de 2012 13.30.12, Richard Moore wrote: > One thing we've been doing in the network subsystem is adding > information to the wiki pages about how things fit together. Olivier > has done the same thing for QStringBuilder and QMutex too. I think > having more information lik

Re: [Development] Resolving the wiki situtation

2012-05-03 Thread alexandra.leisse
Hello! Today, we finished copying all the wiki pages to their new location. Attached is a text file that matches URLs of the pages on wiki.qt-project.org to the pages on qt-project.org/wiki. If you have pages that have been moved, please take a look and see if it all worked out the way it should.

Re: [Development] No implementation hints in Qt Documentation

2012-05-03 Thread Richard Moore
On 3 May 2012 11:30, Thiago Macieira wrote: > On quinta-feira, 3 de maio de 2012 12.18.47, Pierre Vorhagen wrote: >> This is something that integrates well with the open governance concept >> too, as I think that there's still a considerable gap between users and >> contributors of Qt. Maybe this

Re: [Development] Reverting the QRegExp change?

2012-05-03 Thread Thiago Macieira
On quarta-feira, 2 de maio de 2012 09.00.37, lars.kn...@nokia.com wrote: > In total I am more leaning towards reverting it, but would also be ok to > add Oliviers patch. Let's hear some other opinions. No one has expressed any kind of fondness to the current change, so it looks like we need to tak

Re: [Development] No implementation hints in Qt Documentation

2012-05-03 Thread Thiago Macieira
On quinta-feira, 3 de maio de 2012 12.18.47, Pierre Vorhagen wrote: > I regularly find myself browsing and grep'ing through the source tree to > find the implementation of a given class, referenced in the Qt > Documentation. Of course, as a newbie to Qt internals, I don't yet > intuitively know whe

Re: [Development] QtPrintSupport - Platform Support

2012-05-03 Thread Christoph Schleifenbaum
3 maj 2012 kl. 11:47 skrev Sean Harmer: > On Tuesday 01 May 2012 23:21:50 John Layt wrote: > >> I've been testing the Mac printing and unfortunately hit a couple of release >> blockers that it would be great if a Mac person could have a look at >> sometime and give an opinion: >> >> https://bug

[Development] No implementation hints in Qt Documentation

2012-05-03 Thread Pierre Vorhagen
Hi, I regularly find myself browsing and grep'ing through the source tree to find the implementation of a given class, referenced in the Qt Documentation. Of course, as a newbie to Qt internals, I don't yet intuitively know where all the classes are located. I find that the insight into the im

Re: [Development] QtPrintSupport - Platform Support

2012-05-03 Thread Sean Harmer
On Tuesday 01 May 2012 23:21:50 John Layt wrote: > I've been testing the Mac printing and unfortunately hit a couple of release > blockers that it would be great if a Mac person could have a look at > sometime and give an opinion: > > https://bugreports.qt-project.org/browse/QTBUG-2 Christop