Re: [Development] QColumnView unit test flaky

2013-12-03 Thread Heikkinen Jani
Hi! There is already a bug for this: https://bugreports.qt-project.org/browse/QTBUG-35308 And it is fixed by Friedemann ( https://codereview.qt-project.org/#change,73068 ) Br, Jani > -Original Message- > From: development-bounces+jani.heikkinen=digia@qt-project.org > [mailto:deve

[Development] Fwd: Recruiting Program Committee Members

2013-12-03 Thread Thiago Macieira
And on that note, another note about another conference. Please note that CppCon and C++Now are not the same conference. CppCon is aiming towards more entry-level C++ usage. I guess Charley wouldn't characterise it as a "tough crowd" :-) -- Forwarded message -- Subject: Recru

[Development] QColumnView unit test flaky

2013-12-03 Thread Thiago Macieira
Hello The following test has been quite annoying the past few days: Testing tst_QColumnView FAIL! : tst_QColumnView::dynamicModelChanges() Compared values are not the same Actual (delegate.paintedIndexes.count()): 0 Expected (1) : 1 tst_qcolumnview

Re: [Development] New Qt5.2 snapshot available

2013-12-03 Thread Alexey Pavlov
2013/12/3 Heikkinen Jani : > Actually you are right, this was also in: > > https://codereview.qt-project.org/#change,72514 > > > br, > > Jani > >> -Original Message- >> From: Stephen Kelly [mailto:stephen.ke...@kdab.com] >> Sent: 3. joulukuuta 2013 15:22 >> To: development@qt-project.org >>

Re: [Development] Fwd: [Interest] [ANN] C++Now 2014: 5 Days to Submissions Deadline

2013-12-03 Thread Thiago Macieira
On terça-feira, 3 de dezembro de 2013 19:19:34, Tony Van Eerd wrote: > - Max attendance is 150, not 250. So register early. It WILL be sold out. > > - The best way to guarantee yourself a spot is to be a presenter > > - It really is the best C++ conference. It is not just the talks, but the >

Re: [Development] Fwd: [Interest] [ANN] C++Now 2014: 5 Days to Submissions Deadline

2013-12-03 Thread Tony Van Eerd
- Max attendance is 150, not 250. So register early. It WILL be sold out. - The best way to guarantee yourself a spot is to be a presenter :-) - It really is the best C++ conference. It is not just the talks, but the conversations between the talks. The conference is purposely kept small to

Re: [Development] Fwd: [Interest] [ANN] C++Now 2014: 5 Days to Submissions Deadline

2013-12-03 Thread Charley Bay
Thiago Macieira wrote: > Anyone else wants to submit this time? > > This year, as representatives of the Qt Project, we had Charley Bay, Tony van > Eerd and me. I'd like a few more Qt devs showing up and presenting our more... > ahem, pragmatic / conservative... solutions to other C++ library dev

[Development] Fwd: [Interest] [ANN] C++Now 2014: 5 Days to Submissions Deadline

2013-12-03 Thread Thiago Macieira
Anyone else wants to submit this time? This year, as representatives of the Qt Project, we had Charley Bay, Tony van Eerd and me. I'd like a few more Qt devs showing up and presenting our more... ahem, pragmatic / conservative... solutions to other C++ library devs. -- Forwarded messag

Re: [Development] OpenGL drivers

2013-12-03 Thread Thiago Macieira
On terça-feira, 3 de dezembro de 2013 10:27:24, Thomas Hartmann wrote: > Hi, > > we really should think about introducing em or percent for font sizes. > > But non pixel size fonts create a lot of problems for complex layouts. QWidget has worked with that for 15 years, so I don't accept that as

Re: [Development] New Qt5.2 snapshot available

2013-12-03 Thread Heikkinen Jani
Actually you are right, this was also in: https://codereview.qt-project.org/#change,72514 br, Jani > -Original Message- > From: Stephen Kelly [mailto:stephen.ke...@kdab.com] > Sent: 3. joulukuuta 2013 15:22 > To: development@qt-project.org > Cc: Heikkinen Jani; releas...@qt-project.or

Re: [Development] New Qt5.2 snapshot available

2013-12-03 Thread Stephen Kelly
On Tuesday, December 03, 2013 10:20:43 Heikkinen Jani wrote: > Qt5 changes after RC1: > https://codereview.qt-project.org/#change,72930 > > Your list of changes is somehow not complete. At least these must also be in the new snapshot since the RC1, because they are in the parent commit: * qtb

Re: [Development] Qt Quick Controls native styling on mobile platforms?

2013-12-03 Thread Aleix Pol
On Mon, Dec 2, 2013 at 5:25 PM, wrote: > Hi, > > In BogDan's blog post about Qt for Android > (http://www.kdab.com/qt-on-android-episode-1/), in the first table he > mentions that native styling for Android will be available in Qt 5.2. > Using Qt 5.2 RC1, it doesn't seem like native styling is av

Re: [Development] Qt 5.2 RC1 candidate packages available

2013-12-03 Thread Simon Lees
On 12/02/2013 11:52 PM, Koehne Kai wrote: >> -Original Message- >> From:development-bounces+kai.koehne=digia@qt-project.org >> [mailto:development-bounces+kai.koehne=digia@qt-project.org] On >> Behalf Of Simon Lees >> Sent: Sunday, December 01, 2013 11:54 PM >> To:development@qt-pr

[Development] New Qt5.2 snapshot available

2013-12-03 Thread Heikkinen Jani
Hi all, There is now new snapshot available after RC1: http://download.qt-project.org/snapshots/qt/5.2/5.2.0/2013-12-03_186/ Unfortunately all mac installers are missing, hoping we could get those later today. Qt5 changes after RC1: https://codereview.qt-project.org/#change,72930 * qtdoc fcbf6

[Development] Qt 5.2 final release is coming soon, your help is needed!

2013-12-03 Thread Heikkinen Jani
Hi all, As you should know, Qt5.2 Final release is coming really soon. It was agreed in yesterday's release team meeting that target is to release it 10th Dec 2013. It means we need to have packages ready this Thursday 5th Dec! So please note changes in release branch after Wed 4th Dec might no

Re: [Development] OpenGL drivers

2013-12-03 Thread Thomas Hartmann
Hi, we really should think about introducing em or percent for font sizes. But non pixel size fonts create a lot of problems for complex layouts. This is a general problem mostly of the web world, but also relevant to "webish" QML like the welcome page. There is no general solution. You use px

Re: [Development] OpenGL drivers

2013-12-03 Thread Thomas Hartmann
Hi, the design was done by a professional designer. I am not a professional designer and so far I trusted external expertise. I did some sanity checks of course and other software products use even smaller fonts. Using pixel size is problematic, but using point sizes is not perfect either. Spe