Re: [Development] clang-format config file.

2016-06-30 Thread Matthew Woehlke
On 2016-06-30 06:52, Olivier Goffart wrote: > [clang-format] follows the style closely, but there are some cases > that might not be following existing practices. The question is if we > want to try to fix clang-format to be able to cope with them, or > simply adapt the coding style to fit clang-fo

Re: [Development] clang-format config file.

2016-06-30 Thread Olivier Goffart
On Donnerstag, 30. Juni 2016 14:26:34 CEST Lorenz Haas wrote: > Hi, > > > The style disabled any re-wraping of the comments, because the qdoc rules > > are not encoded in clang-format. So comments will not be touched. > > just for the record: clang-format can exclude specific comment types > from

[Development] [Qt3D] Render to FBO

2016-06-30 Thread Harald Vistnes
Hi, Are there any plans on getting offscreen rendering (render to FBO) into Qt3D for 5.8? This has been requested multiple times before, and Sean suggested to try a solution based on the Scene3DItem implementation. I tried this and made some progress. I just uploaded a small demo example to http

Re: [Development] clang-format config file.

2016-06-30 Thread Lorenz Haas
Hi, > The style disabled any re-wraping of the comments, because the qdoc rules are > not encoded in clang-format. So comments will not be touched. just for the record: clang-format can exclude specific comment types from re-wrapping. Thus if you/we do not mind a "either re-wrap all comments or l

Re: [Development] clang-format config file.

2016-06-30 Thread Olivier Goffart
On Donnerstag, 30. Juni 2016 13:01:30 CEST Dominik Holland wrote: > Hi Olivier, > > Am 06/30/2016 um 12:52 PM schrieb Olivier Goffart: > > Hi, > > > > I have made a clang-format config file. I believe it should go into the > > qtrepotools repository, so I made this pull request: > > https://coder

Re: [Development] clang-format config file.

2016-06-30 Thread Dominik Holland
Hi Olivier, Am 06/30/2016 um 12:52 PM schrieb Olivier Goffart: > Hi, > > I have made a clang-format config file. I believe it should go into the > qtrepotools repository, so I made this pull request: > https://codereview.qt-project.org/163941 > > You can download this file from there and put it

[Development] clang-format config file.

2016-06-30 Thread Olivier Goffart
Hi, I have made a clang-format config file. I believe it should go into the qtrepotools repository, so I made this pull request: https://codereview.qt-project.org/163941 You can download this file from there and put it in the parent directory of your qt repositories. (clang-format search all t