Re: [Development] Qt 5.5.0 content frozen

2015-06-26 Thread Mark Brand
On 25/06/15 18:30, Thiago Macieira wrote: > On Thursday 25 June 2015 09:04:43 Thiago Macieira wrote: >> On Thursday 25 June 2015 09:37:32 Heikkinen Jani wrote: >>> Hi all, >>> >>> >>> We must freeze the Qt 5.5.0 content now so please don't push any new >>> changes in '5.5.0' branch anymore; those

Re: [Development] Cross compiling Qt for windows using ming32 on Linux

2014-02-08 Thread Mark Brand
On 02/07/2014 01:28 PM, Mandeep Sandhu wrote: > Is it possible to cross-compile a Windows build from within Linux > using the mingw32 toolchain. > > I configure it as follows: > > ../../qt5/qtbase/configure -v -developer-build -opensource > -confirm-license -release -xplatform win32-g++ -device-

Re: [Development] Qt 5.2.0 - Beta Release Testing

2013-10-24 Thread Mark Brand
On Friday 25 October 2013 08:43:49 Christian Gagneraud wrote: > > I guess I'm not the first one to ask, are you guys considering to > provide a qt-linux-opensource-*-mingw-* ? That is a Qt for windows that > can be used to cross-compile on Linux. You might want to look at mxe.cc. Mark _

Re: [Development] Updating third-parties

2013-03-21 Thread Mark Brand
> Sqlite (*) done. https://codereview.qt-project.org/#q,status:open+project:qt/qtbase+branch:stable+topic:sqlite-upgrade,n,z Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QT5 Configure has windows specific code

2013-02-12 Thread Mark Brand
> I am trying to build configure in QT5 on linux host. But it seems like > there is windows specific code in some of its files > like configureapp.cpp and environment.cpp. Is there any solution to this? Yes, for cross-compiling Qt on a linux host for MinGW, the configure script can be used, at

Re: [Development] Nominating Andy Shaw for Approver

2012-10-15 Thread Mark Brand
João Abecasis wrote: > Hi, > > I'd like to nominate Andy Shaw for Approver status. Andy's history > with Qt is longer than my own, having catered to commercial customers > in Trolltech, Nokia and Digia. Looking over the main repositories, I > count 150 commits in the 4.x public timeline. 31 so far

Re: [Development] Nominating Andy Shaw for Approver

2012-09-25 Thread Mark Brand
João Abecasis wrote: > Hi, > > I'd like to nominate Andy Shaw for Approver status. Andy's history > with Qt is longer than my own, having catered to commercial customers > in Trolltech, Nokia and Digia. +1 from me too. Andy's also been quite helpful with QtSql reviews. Mark __

Re: [Development] Fwd: Re: Proposing QSqlQuery syntax sugar

2012-09-20 Thread Mark Brand
Andras Mantia wrote: > Thiago A. Corrêa wrote: > >> I shall then send a patch for 5.1 >> branch when it's ready and ask Mark Brand, Thanks. > Why wait? You can do it now, create a Gerrit review for it, and make Mark a > reviewer. Can be integrated when the 5.1 branc

Re: [Development] Regression / Behavioral Change in QSqlTableModel / QTableView in Qt 5

2012-09-12 Thread Mark Brand
Harald Fernengel wrote: > Hi, > > On Tuesday 11 September 2012 14:49:22 ext Mark Brand wrote: >> We could consider removing the row from the model only after verifying >> that the corresponding record no longer exists in the database table. > One principle of the SQL

Re: [Development] Regression / Behavioral Change in QSqlTableModel / QTableView in Qt 5

2012-09-11 Thread Mark Brand
Maemi Carrer wrote: >> ... each edit causes the table to be requeried and the model reset, which >> breaks navigation in the view. > Do you mind elaborating in which way this breaks navigation? In Qt 4, QSqlTableModel calls select() immediately after submitting changes to the database. This invo

Re: [Development] Regression / Behavioral Change in QSqlTableModel / QTableView in Qt 5

2012-08-14 Thread Mark Brand
Maemi Carrer wrote: > Hello! > > When porting from Qt4 to Qt5 I've noticed a behavorial change in > QSqlTableModel (I've attached a small example). QSqlTableModel has had some major changes for Qt5. The changes file "dist/changes-5.0.0" lists them. Many of the changes are related to making the O

[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] Crosscompile on Debian stable targeting MS Windows

2012-05-15 Thread Mark Brand
Loaden wrote: > Hi, kb, could you share us what you using of the build script? or command? > I can't find a wiki to point me how to cross build for windows. > So, I don't know I am doing is or not is correct. > Thanks again! http://mxe.cc/ Mark ___ Deve