Re: [Development] Tagging private symbols as such

2016-12-16 Thread Lisandro Damián Nicanor Pérez Meyer
On miércoles, 14 de diciembre de 2016 00:49:41 ART you wrote: > On miércoles, 7 de diciembre de 2016 08:02:20 ART Thiago Macieira wrote: > [snip] > > > But the extra versioning is a further safety check: if something was > > missed > > in the update, like for example some code compiled by the

Re: [Development] Tagging private symbols as such

2016-12-16 Thread Lisandro Damián Nicanor Pérez Meyer
On viernes, 9 de diciembre de 2016 18:54:11 ART Thiago Macieira wrote: > Em sexta-feira, 9 de dezembro de 2016, às 23:23:50 PST, Lisandro Damián > > Nicanor Pérez Meyer escreveu: > > Thiago: should I push to gerrit the complete patch as it is or just the > > QPA > > stuff on one patch and the

Re: [Development] Calendar Systems proposal

2016-12-16 Thread Thiago Macieira
Em quinta-feira, 15 de dezembro de 2016, às 21:10:19 PST, Sune Vuorela escreveu: > I think you need to touch quite some of the 'inner bits' of date / time, > and while you are there, I'd love if the design could make it easier to > implement my two missing pet features: > - Partial dates > -

Re: [Development] Calendar Systems proposal

2016-12-16 Thread Kevin Kofler
Ch'Gans wrote: > Boost have them all: date/time, calendar, time zone, time period and > time duration > Date/Time is a very tricky subject, why not rely on boost implementation? > > http://www.boost.org/doc/libs/1_51_0/libs/locale/doc/html/group__date__time.html Because it would suck for Qt to

Re: [Development] qtwebkit

2016-12-16 Thread Harald Vistnes
Hi Konstantin, precompiled binaries for VS2015 and Qt 5.8 would be perfect! That would save me a lot of time. Compiling qtwebkit failed, I haven't had the time to dig into it yet. I'll try your binaries instead. Thanks, Harald 2016-12-16 11:51 GMT+01:00 Konstantin Tokarev :

[Development] [Announce] Qbs 1.7.0 released

2016-12-16 Thread List for announcements regarding Qt releases and development
Hi, I'd like to announce the release of Qbs 1.7.0. Source and binary packages as well as a change log can be found at https://download.qt.io/official_releases/qbs/1.7.0/. This release of Qbs is also shipped as part of Qt Creator 4.2.0. Best regards, -- Christian Kandeler Senior Software

Re: [Development] qtwebkit

2016-12-16 Thread Konstantin Tokarev
16.12.2016, 13:25, "Harald Vistnes" : > Silly me, I forgot to run qmake, just tried to run nmake/jom. It's > compiling now, hopefully without problems. > > Thanks for your help! I you are using widgets API, consider trying QtWebKit TP4 from [1]. There are

Re: [Development] qtwebkit

2016-12-16 Thread Harald Vistnes
Silly me, I forgot to run qmake, just tried to run nmake/jom. It's compiling now, hopefully without problems. Thanks for your help! Harald 2016-12-16 10:14 GMT+01:00 Kai Koehne : > > -Original Message- > > From: Harald Vistnes [mailto:harald.vist...@gmail.com] > >

Re: [Development] qtwebkit

2016-12-16 Thread Kai Koehne
> -Original Message- > From: Harald Vistnes [mailto:harald.vist...@gmail.com] > Sent: Friday, December 16, 2016 10:01 AM > To: Kai Koehne > Cc: development@qt-project.org > Subject: Re: [Development] qtwebkit > > Yes, nothing happens. So there's no output from qmake?

Re: [Development] qtwebkit

2016-12-16 Thread Harald Vistnes
Yes, nothing happens. Harald 2016-12-16 9:59 GMT+01:00 Kai Koehne : > Have you tried running qmake && jom (or nmake) manually inside the > qtwebkit source directory? > > Kai > > > -Original Message- > > From: Development [mailto:development-bounces+kai.koehne=qt.io@qt-

Re: [Development] qtwebkit

2016-12-16 Thread Kai Koehne
Have you tried running qmake && jom (or nmake) manually inside the qtwebkit source directory? Kai > -Original Message- > From: Development [mailto:development-bounces+kai.koehne=qt.io@qt- > project.org] On Behalf Of Harald Vistnes > Sent: Friday, December 16, 2016 9:55 AM > To:

[Development] qtwebkit

2016-12-16 Thread Harald Vistnes
Hi, is it still possible to build the qtwebkit module manually in 5.8.0? I've tried fetching the sources from git, but qtwebkit is not built. I guess I have to change some build scripts since it is obsolete, but I am not sure what needs to be done. Here is what I did git clone