Re: [Development] [Qt-creator] Stepping down as maintainer of project management in Qt Creator

2018-12-19 Thread Lars Knoll
> On 19 Dec 2018, at 21:55, André Pönitz wrote: > > On Wed, Dec 19, 2018 at 03:43:43PM +, Tobias Hunger wrote: >> Hello everybody, >> >> not having lived up to the role of maintainer of the project management >> code in Qt Creator for a while now, I would like to formally step down. >> >

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Jason H
It's probably a seperate issue, but incase it's related, the Help in QtCreator an online is also broken: ``` bool QImage::load(const QString &fileName, const char *format = nullptr) Loads an image from the file with the given fileName. Returns true if the image was successfully loaded; otherwi

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread André Pönitz
On Wed, Dec 19, 2018 at 12:38:48PM +, Martin Smith wrote: > I found the problem. > > There are a few ways I can fix it. Which is preferred. > > 1. Simply merge the inherited members into the list that is already there. > 2. Merge the inherited members into the list but qualified with their ba

Re: [Development] [Qt-creator] Stepping down as maintainer of project management in Qt Creator

2018-12-19 Thread André Pönitz
On Wed, Dec 19, 2018 at 03:43:43PM +, Tobias Hunger wrote: > Hello everybody, > > not having lived up to the role of maintainer of the project management > code in Qt Creator for a while now, I would like to formally step down. > > It has been an honor to work in this role in such a central

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Jssison via Development
Please tell me how to unsubscribe from all this Sent from my iPhone > On Dec 19, 2018, at 4:38 AM, Martin Smith wrote: > > I found the problem. > > There are a few ways I can fix it. Which is preferred. > > 1. Simply merge the inherited members into the list that is already there. > 2. Merge

Re: [Development] Stepping down as maintainer of project management in Qt Creator

2018-12-19 Thread Filippo Cucchetto
I would like to thank you for all your hard work and reviews. F. Il giorno Mer 19 Dic 2018, 16:51 Tobias Hunger ha scritto: > Hello everybody, > > not having lived up to the role of maintainer of the project management > code in Qt Creator for a while now, I would like to formally step down. >

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Henry Skoglund
On 2018-12-19 19:26, Thiago Macieira wrote: On Wednesday, 19 December 2018 04:38:48 PST Martin Smith wrote: 1. Simply merge the inherited members into the list that is already there. 2. Merge the inherited members into the list but qualified with their base class name. 3. list the inherited memb

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Thiago Macieira
On Wednesday, 19 December 2018 04:38:48 PST Martin Smith wrote: > 1. Simply merge the inherited members into the list that is already there. > 2. Merge the inherited members into the list but qualified with their base > class name. 3. list the inherited members from each base class all on the > sam

[Development] Stepping down as maintainer of project management in Qt Creator

2018-12-19 Thread Tobias Hunger
Hello everybody, not having lived up to the role of maintainer of the project management code in Qt Creator for a while now, I would like to formally step down. It has been an honor to work in this role in such a central area of the Creator codebase. I want to propose Christian Kandeler to tak

Re: [Development] Network maintenance work on CI network

2018-12-19 Thread Aapo Keskimölö
The services are back in operation. From: Aapo Keskimölö Sent: keskiviikko 19. joulukuuta 2018 15.12 To: 'development@qt-project.org' Subject: Network maintenance work on CI network Hi all, IT is reconfiguring the network, therefore you might have seen interruptions and temporary unavailabilit

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Jean-Michaël Celerier
I think that option 3 (split by class) would be really nice and more readable than the current "all members" list Best, Jean-Michaël Celerier On Wed, Dec 19, 2018 at 1:47 PM Martin Smith wrote: > I found the problem. > > There are a few ways I can fix it. Which is preferred. > > 1. Simply merge

[Development] CI and firewall

2018-12-19 Thread Heikki Halmet
Hi, IT has been reconfigured our network and firewall settings today. Because of it CI hasn't been available or there has been unstable functionality with it. All issues should be solved now and CI should work normally. Br Heikki Halmet ___ Developm

[Development] Network maintenance work on CI network

2018-12-19 Thread Aapo Keskimölö
Hi all, IT is reconfiguring the network, therefore you might have seen interruptions and temporary unavailability of services such as coin webserver, opennebula, or other services. We apologize for the inconvenience. We expect the maintenance to be finished within the next 1-2 hours. Ystäväl

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Martin Smith
I found the problem. There are a few ways I can fix it. Which is preferred. 1. Simply merge the inherited members into the list that is already there. 2. Merge the inherited members into the list but qualified with their base class name. 3. list the inherited members from each base class all on