Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Aleix Pol
On Wed, Jan 6, 2016 at 8:01 PM, Koehne Kai wrote: >> -Ursprüngliche Nachricht- >> Von: Development [mailto:development-boun...@qt-project.org] Im >> Auftrag von Kevin Kofler >> Gesendet: Mittwoch, 6. Januar 2016 19:15 >> An: development@qt-project.org >> Betreff: Re: [Development] Qt WebKi

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Thiago Macieira
On Wednesday 06 January 2016 22:24:25 Kevin Kofler wrote: > Konstantin Tokarev wrote: > > 5.6 branch contains a few bug fixes and improvements over 5.5.1, all of > > which were approved by maintainer, so Fedora folks might want to ship it > > instead. > > We will be shipping QtWebKit from the 5.6

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Kevin Kofler
Konstantin Tokarev wrote: > 5.6 branch contains a few bug fixes and improvements over 5.5.1, all of > which were approved by maintainer, so Fedora folks might want to ship it > instead. We will be shipping QtWebKit from the 5.6 branch. That's what Rawhide already has. And IMHO, releasing a versi

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread André Pönitz
On Wed, Jan 06, 2016 at 07:14:41PM +0100, Kevin Kofler wrote: > Hi, > > Aleix Pol wrote: > > One of the big news lately is the deprecation of Qt WebKit module. > > > > One of the Qt dependencies on it is assistant (which is a tool I use > > quite often, really) and AFAIK it's using it quite thoro

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Konstantin Tokarev
06.01.2016, 21:58, "Thiago Macieira" : > On Wednesday 06 January 2016 21:51:54 Konstantin Tokarev wrote: >>  > and yet you haven't even ported YOUR OWN code away from it! (And the >>  > QTextBrowser "solution" leaves A LOT to be desired.) >> >>  You might want to ship unofficial QtWebKit 5.6 in F

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Koehne Kai
> -Ursprüngliche Nachricht- > Von: Development [mailto:development-boun...@qt-project.org] Im > Auftrag von Kevin Kofler > Gesendet: Mittwoch, 6. Januar 2016 19:15 > An: development@qt-project.org > Betreff: Re: [Development] Qt WebKit dependency in Qt Assistant > > Hi, > > Aleix Pol wr

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Thiago Macieira
On Wednesday 06 January 2016 21:51:54 Konstantin Tokarev wrote: > > and yet you haven't even ported YOUR OWN code away from it! (And the > > QTextBrowser "solution" leaves A LOT to be desired.) > > You might want to ship unofficial QtWebKit 5.6 in Fedora. We will release a 5.6 version with builds

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Konstantin Tokarev
06.01.2016, 21:15, "Kevin Kofler" : > Hi, > > Aleix Pol wrote: >>  One of the big news lately is the deprecation of Qt WebKit module. >> >>  One of the Qt dependencies on it is assistant (which is a tool I use >>  quite often, really) and AFAIK it's using it quite thoroughly. It used >>  to be po

Re: [Development] Question about QCoreApplicationData::*_libpaths

2016-01-06 Thread Kevin Kofler
Marc Mutz wrote: > 1. We'd need to rename the copy, and how, without requiring template >aliases, would we then use one or the other (if we don't rename, we'll >run afoul of the ODR) Just use good old #define: #if HAVE_STD_OPTIONAL #define Q_OPTIONAL std::optional #elif HAVE_STD_EXPERIMENT

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-06 Thread Kevin Kofler
Hi, Aleix Pol wrote: > One of the big news lately is the deprecation of Qt WebKit module. > > One of the Qt dependencies on it is assistant (which is a tool I use > quite often, really) and AFAIK it's using it quite thoroughly. It used > to be powered by QTextBrowser though, as far as I remember.

Re: [Development] RFC: new moc feature

2016-01-06 Thread Kevin Kofler
Knoll Lars wrote: > Just as a side note: While perf ensures there’s no collisions between > valid keys in the hash table, you still end up doing one string comparison > in the end to ensure that your input string matches the key. Why? Just document that passing an unknown string is undefined behav

Re: [Development] Android Qt service discovery (was: Requesting New Repository - QtZeroConf)

2016-01-06 Thread Samuel Stirtzel via Development
2016-01-06 16:12 GMT+01:00 : >>> Project name: QtZeroConf >>> >>> Project description: >>> QtZeroConf is a wrapper class for various mDNS discovery libraries >>> across >>> multiple platforms: >>> >>> Linux -> Avahi-client >>> Android -> Avahi-core or Android Network Discovery Service >> >> Hi, >>

Re: [Development] Android Qt service discovery (was: Requesting New Repository - QtZeroConf)

2016-01-06 Thread drwho
>> Project name: QtZeroConf >> >> Project description: >> QtZeroConf is a wrapper class for various mDNS discovery libraries >> across >> multiple platforms: >> >> Linux -> Avahi-client >> Android -> Avahi-core or Android Network Discovery Service > > Hi, > > is there any sample code available for

[Development] Android Qt service discovery (was: Requesting New Repository - QtZeroConf)

2016-01-06 Thread Samuel Stirtzel via Development
2015-09-09 23:56 GMT+02:00 Jonathan Bagg : > Project name: QtZeroConf > > Project description: > QtZeroConf is a wrapper class for various mDNS discovery libraries across > multiple platforms: > > Linux -> Avahi-client > Android -> Avahi-core or Android Network Discovery Service Hi, is there any