[Development] QtMetrics 2 launched!

2015-09-23 Thread Sarajärvi Tony
Hi Qt Metrics site has been renewed to better serve the needs of the developers. Please visit http://testresults.qt.io/qtmetrics/ The UI has been renewed to support responsiveness and bookmarkable URLs, and to make content of the pages easier to read. The data is structured now so that only

[Development] QTextDocument device scaling

2015-09-23 Thread Nils Jeisecke
Hi, I'm currently working on a new feature to enhance QTextDocument's table rendering with CSS style border formatting (individual settings for left/right/top/bottom borders of table cells and border-collapse mode). While doing this I've stumbled over some inconsistencies regarding scaling of

Re: [Development] Qt 5.5.1 'rc' available

2015-09-23 Thread Thiago Macieira
On Wednesday 23 September 2015 08:37:54 Heikkinen Jani wrote: > Hi all, > > > We have finally new Qt 5.5.1 snapshot > available > > > Windows: http://download.qt.io/snapshots/qt/5.5/5.5.1/153/ > > Linux:

Re: [Development] 5.5.1 ChangeLog contains important information, please make sure it's in the announcement

2015-09-23 Thread Thiago Macieira
On Wednesday 23 September 2015 08:42:55 Tomasz Siekierda wrote: > * Fixed a minor source-incompatibility between Qt 5.4 and 5.5.0 > involving sets of functions overloaded on QTime and some integer or > QDate and some integer." > > Sorry, what? This could use some rephrasing Lack of parentheses

Re: [Development] 5.5.1 ChangeLog contains important information, please make sure it's in the announcement

2015-09-23 Thread Knoll Lars
On 23/09/15 06:12, "Thiago Macieira" wrote: >For 5.5.0, the announcements did not include any link to the changelog, >which >included important information to users. I fixed that post-release. > >Let's please not make the same mistake for 5.5.1. > >Also, please

Re: [Development] 5.5.1 ChangeLog contains important information, please make sure it's in the announcement

2015-09-23 Thread Tomasz Siekierda
On 23 September 2015 at 08:08, Knoll Lars wrote: > > On 23/09/15 06:12, "Thiago Macieira" wrote: >>Also, please don't link to individual modules' changelogs. People won't >>read >>that. I prepared a master changelog, which you can find at

[Development] Qt 5.5.1 'rc' available

2015-09-23 Thread Heikkinen Jani
Hi all, We have finally new Qt 5.5.1 snapshot available Windows: http://download.qt.io/snapshots/qt/5.5/5.5.1/153/ Linux: http://download.qt.io/snapshots/qt/5.5/5.5.1/190/ Mac: http://download.qt.io/snapshots/qt/5.5/5.5.1/142/ We are

[Development] Unset QGraphicsView handScrolling when drag mode is reset

2015-09-23 Thread Kernc
Hi, Trying to exploit the built-in Qt functionality regarding drag modes (rubber-band, scroll-hand) and associated behavior in QGraphicsView, I found a single line in QGraphicsView.setDragMode() that prevented my beautiful and intuitive implementation to work and which I believe may have been a