Re: [Development] HEADS-UP: QStringLiteral

2019-08-27 Thread Thiago Macieira
On Tuesday, 27 August 2019 16:57:55 PDT Kevin Kofler wrote: > If you do not explicitly add ".UTF-8", glibc always gives you the obsolete > legacy locale with the locale-specific pre-Unicode character set. This is > intentional for backwards compatibility. So you should never use a locale > without

Re: [Development] HEADS-UP: QStringLiteral

2019-08-27 Thread Kevin Kofler
Edward Welbourne wrote: > clang, gcc read input the same with LC_ALL unset and set variously to C, > POSIX, en_US, pt_BR, el_GR. I note that none of these explicitly > selects an encoding, so the doc above is indeed consistent with gcc > guessing UTF-8 based on the value of LC_ALL. Even if the on

Re: [Development] Network problems in Finland - CI is down

2019-08-27 Thread Heikki Halmet
Great work Tony and IT! From: Tony Sarajärvi Sent: tiistai 27. elokuuta 2019 22.33 To: development@qt-project.org Subject: RE: Network problems in Finland - CI is down The CI is coming back up. I’m surprised if it works though. I most likely forgot to fix or start some service 😝 Not all infra

Re: [Development] Network problems in Finland - CI is down

2019-08-27 Thread Tony Sarajärvi
The CI is coming back up. I’m surprised if it works though. I most likely forgot to fix or start some service 😝 Not all infra services are back up and running, but the critical ones should be if we remembered them correctly. Work continues in the morning. Good luck! -Tony From: Tony Sarajärvi S

Re: [Development] Network problems in Finland - CI is down

2019-08-27 Thread Tony Sarajärvi
Hi IT found out the root cause for our problems. Unfortunately our entire infra practically went down along with locking the hard drives our infra machines use. The problem that caused all is fixed, but getting everything up and running again takes time. We have dozens of servers that are locke

Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Sze Howe Koh
On Tue, 27 Aug 2019 at 18:48, Nils Jeisecke via Development wrote: > > Am 27.08.2019 um 08:34 hat Jani Heikkinen geschrieben: > >This issue should be fixed now > Now it says "Your edit was aborted by an ArticleSave hook". The message could be clearer, but it actually means "Your edit is pending m

[Development] Network problems in Finland - CI is down

2019-08-27 Thread Heikki Halmet
Hi, We are having network problems in Finland, which affecting to our CI. People are working on this with high priority. Heikki Halmet Software Engineer | CI Lead Release and Test Automation | CI Team The Qt Company | Finland | Oulu ___ Development

Re: [Development] 5.14 API change reviews

2019-08-27 Thread Edward Welbourne
El dilluns, 26 d’agost de 2019, a les 18:14:01 CEST, Edward Welbourne va escriure: >> As some have clearly noticed unprompted, I've now posted the first >> drafts of the 5.14 API change reviews [0], in accordance with QUIP 10 >> [1]. Please file bugs in Jira for any changes you object to and link

Re: [Development] HEADS-UP: QStringLiteral

2019-08-27 Thread Edward Welbourne
Thiago had said: >>> GCC and Clang default to UTF-8 *unless* you pass -finput-charset to >>> something different, independent of what your locale is. On Monday, 26 August 2019 09:20:49 PDT Lars Knoll wrote: >> That wasn’t how I understood it. Here’s the corresponding man page >> entry from gcc: >>

Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Edward Welbourne
Jani Heikkinen (27 August 2019 09:00) > [...] Merge path will be: > > '5.12' -> '5.13' -> '5.14' -> '5.15' -> 'dev' > (+ final merges from '5.13.1' -> '5.13' and '5.12.5' -> '5.12') > > I bet that will be quite hard so I think we need to start dropping > some merges quite soon... Once we release 5

Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Nils Jeisecke via Development
Am 27.08.2019 um 08:34 hat Jani Heikkinen geschrieben: This issue should be fixed now Now it says "Your edit was aborted by an ArticleSave hook". Nils signature.asc Description: PGP signature ___ Development mailing list Development@qt-project.org h

[Development] Proposal for an efficient and robust (de)serialization mechanism working with Qt-supported data

2019-08-27 Thread Arnaud Clere
Hi all, Qt handles a broad spectrum of data both in and out of RAM and Qt users routinely need to read/write such data from/to their domain-specific C++ types. But doing so can feel much more complicated than it should be: e.g. unexpected QVariant conversions, unknown QDataStream versions, compl

Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Jani Heikkinen
This issue should be fixed now br, jani > -Original Message- > From: Development On Behalf Of > Jani Heikkinen > Sent: tiistai 27. elokuuta 2019 10.19 > To: Bogdan Vatra > Cc: development@qt-project.org > Subject: Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, > Qt 5.

Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Olli Hirvonen
Yeah...error note says: "Error loading data from server: 503: docserver-http: HTTP 503. Would you like to retry?" and retry does not work either. I have reported this one to our IT helpdesk. Thanks for notifying. -Olli On 27/08/2019, 10.07, "Development on behalf of Bogdan Vatra via Developme

Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Jani Heikkinen
> -Original Message- > From: Development On Behalf Of > Bogdan Vatra via Development > Sent: tiistai 27. elokuuta 2019 10.04 > To: development@qt-project.org > Subject: Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, > Qt 5.14 Feature Freeze in effect & '5.15' created >

Re: [Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Bogdan Vatra via Development
Hi, I can't edit https://wiki.qt.io/New_Features_in_Qt_5.14 ;-(. Cheers, BogDan. În ziua de marți, 27 august 2019, la 10:00:46 EEST, Jani Heikkinen a scris: > Hi all, > > Final downmerge from dev to '5.14' is now done. All other modules are ready > and merges in but qtbase merge > (https://code

[Development] HEADS-UP: Branching '5.14' from 'dev' complete, Qt 5.14 Feature Freeze in effect & '5.15' created

2019-08-27 Thread Jani Heikkinen
Hi all, Final downmerge from dev to '5.14' is now done. All other modules are ready and merges in but qtbase merge (https://codereview.qt-project.org/c/qt/qtbase/+/271614) is still ongoing. So Qt 5.14 Feature Freeze is in effect now. Please fill Qt 5.14. new features in new features page (http