[Development] New QTextDocument feature: CSS-style table cell border formatting

2015-10-21 Thread Nils Jeisecke
Hi list, the existing QTextDocument table style options are rather lackluster. It's basically "ugly grid" (resembling ancient 1998's html tables) or "no grid". As we needed some more flexibility we've implemented a subset of the CSS table cell border formatting including a border-collapse mode. T

Re: [Development] Contribution: include separate libraries with inlines in the Qt installers

2015-10-21 Thread Thiago Macieira
Em qua 21 out 2015, às 14:58:07, Dimitar Dobrev escreveu: > The way I do it locally is by generating a *.pro file as described at > https://bugreports.qt.io/browse/QTBUG-47569 : QT += widgets > QMAKE_CXXFLAGS += -fkeep-inline-functions -std=c++0x > TARGET = QtWidgets-inlines > TEMPL

Re: [Development] Contribution: include separate libraries with inlines in the Qt installers

2015-10-21 Thread Thiago Macieira
Em seg 19 out 2015, às 07:18:15, Dimitar Dobrev escreveu: > Hello all, > I would like to ask your opinion about [QTBUG-48668] Include separate > libraries with inlines in the Qt installers - Qt Bug Tracker .I could > also use some guidelines in case I can help contribute such a feature.

Re: [Development] RFC: Proposal for a semi-radical change in Qt APIs taking strings

2015-10-21 Thread Thiago Macieira
Em qua 21 out 2015, às 06:45:53, Knoll Lars escreveu: > >That doesn't work. I've tried to change QStringRef and it broke in a lot > >of places. > > Do you remember what broke? Not really. When I tracked down the failures, I did find out that it was related to the original QString being realloca

Re: [Development] QTBUG-48709: calling ::exit() may crash

2015-10-21 Thread Sergio Martins
On Wednesday, October 21, 2015 03:15:38 AM Robert Griebl wrote: > On 20.10.2015 17:56, Thiago Macieira wrote: > > ...because the application will unload the libraries while other threads > > are still running code from those threads. In the bug report, the crash > > happens because of the QXcbEvent