Re: Moving akonadi from kdesupport and akonadi-search from playground

2015-07-20 Thread laurent Montel
Le Monday 20 July 2015, 22:58:39 Luigi Toscano a écrit : > Daniel Vrátil ha scritto: > > Hi all, > > > > we (the KDE PIM team) kinda screwed up when we forgot to communicate our > > intentions about > > next KDE PIM release with the release team and we ended up in a situation > > that we have > >

[kdelibs/KDE/4.14] Re: cmake/modules: Remove policy settings from FindKDE4Internal.

2015-07-20 Thread Thomas Lübking
On Montag, 20. Juli 2015 23:07:00 CEST, Allen Winter wrote: For years I have passed -DKDE4_ENABLE_HTMLHANDBOOK=1 to cmake when building KDE projects. As of today I get this error: CMake Error at cmake/modules/KDE4Macros.cmake:315 (add_custom_target): add_custom_target cannot create target "ht

Re: [kdelibs/KDE/4.14] cmake/modules: Remove policy settings from FindKDE4Internal.

2015-07-20 Thread Luigi Toscano
Allen Winter ha scritto: > Stephen, > > For years I have passed -DKDE4_ENABLE_HTMLHANDBOOK=1 to cmake when building > KDE projects. > As of today I get this error: > > CMake Error at cmake/modules/KDE4Macros.cmake:315 (add_custom_target): > add_custom_target cannot create target "htmlhandbook"

Re: [kdelibs/KDE/4.14] cmake/modules: Remove policy settings from FindKDE4Internal.

2015-07-20 Thread Allen Winter
Stephen, For years I have passed -DKDE4_ENABLE_HTMLHANDBOOK=1 to cmake when building KDE projects. As of today I get this error: CMake Error at cmake/modules/KDE4Macros.cmake:315 (add_custom_target): add_custom_target cannot create target "htmlhandbook" because another target with the same n

Re: Moving akonadi from kdesupport and akonadi-search from playground

2015-07-20 Thread Luigi Toscano
Daniel Vrátil ha scritto: > Hi all, > > we (the KDE PIM team) kinda screwed up when we forgot to communicate our > intentions about > next KDE PIM release with the release team and we ended up in a situation that > we have > some repositories in modules from which they cannot be released as part o

Re: KDE Applications Versioning

2015-07-20 Thread Albert Astals Cid
El Dilluns, 20 de juliol de 2015, a les 09:42:40, Andreas Cord-Landwehr va escriure: > On Tuesday 14 July 2015 07:08:57 Andreas Cord-Landwehr wrote: > > If it is OK this way, I can add it later today to the wiki page. > > Hi, since I did not hear any oppositions, I just added the paragraph to the

Re: [kdelibs/KDE/4.14] cmake/modules: Remove policy settings from FindKDE4Internal.

2015-07-20 Thread Albert Astals Cid
El Dilluns, 20 de juliol de 2015, a les 20:27:24, Albert Astals Cid va escriure: > By the looks of it, it seems it's also making this not compile anymore > > https://build.kde.org/job/kdenetwork-filesharing%20Applications-15.08%20stab > le-qt4/PLATFORM=Linux,compiler=gcc/1/console Actually this

Re: [kdelibs/KDE/4.14] cmake/modules: Remove policy settings from FindKDE4Internal.

2015-07-20 Thread Albert Astals Cid
By the looks of it, it seems it's also making this not compile anymore https://build.kde.org/job/kdenetwork-filesharing%20Applications-15.08%20stable-qt4/PLATFORM=Linux,compiler=gcc/1/console Sad Albert is Sad El Dilluns, 20 de juliol de 2015, a les 20:20:06, Albert Astals Cid va escriure: > Do

Re: [kdelibs/KDE/4.14] cmake/modules: Remove policy settings from FindKDE4Internal.

2015-07-20 Thread Albert Astals Cid
Do we really need all these commits in a frozen kdelibs? Are they bugfixes? Has someone reviewed them? It seems at least one of them has caused kde-workspace to stop compiling. Can you clarify what's the benefit of these set of commits? Cheers, Albert El Dilluns, 20 de juliol de 2015, a les

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-20 Thread Thiago Macieira
On Monday 20 July 2015 16:05:06 David Faure wrote: > Or maybe QDateTime::currentDateTime() could avoid calling the awful tzset()? > Thiago, any input? QDateTime::currentDateTimeUtc() does not call tzset. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect -

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-20 Thread David Faure
On Monday 20 July 2015 16:05:06 David Faure wrote: > On Friday 26 June 2015 18:03:00 Frank Reininghaus wrote: > > https://bugs.kde.org/show_bug.cgi?id=346974 > > > > According to the backtrace, the process is busy inside > > QMimeDataBase::mimeTypeForName(QString) doing time-related things and > >

Re: Moving akonadi from kdesupport and akonadi-search from playground

2015-07-20 Thread laurent Montel
Le Monday 20 July 2015, 17:08:45 Daniel Vrátil a écrit : > On 20.07.2015 16:44, Martin Sandsmark wrote: > > On Mon, Jul 20, 2015 at 04:17:16PM +0200, Daniel Vrátil wrote: > >> We only ported the code to KF5 > > > > Unless I'm misunderstanding something, isn't this a quite significant > > change? >

Re: Moving akonadi from kdesupport and akonadi-search from playground

2015-07-20 Thread Daniel Vrátil
On 20.07.2015 16:44, Martin Sandsmark wrote: On Mon, Jul 20, 2015 at 04:17:16PM +0200, Daniel Vrátil wrote: We only ported the code to KF5 Unless I'm misunderstanding something, isn't this a quite significant change? From experience even seemingly simple ports can introduce pretty serious b

Re: Moving akonadi from kdesupport and akonadi-search from playground

2015-07-20 Thread Martin Sandsmark
On Mon, Jul 20, 2015 at 04:17:16PM +0200, Daniel Vrátil wrote: > We only ported the code to KF5 Unless I'm misunderstanding something, isn't this a quite significant change? >From experience even seemingly simple ports can introduce pretty serious breakage in edge cases. -- Martin Sandsmark

Moving akonadi from kdesupport and akonadi-search from playground

2015-07-20 Thread Daniel Vrátil
Hi all, we (the KDE PIM team) kinda screwed up when we forgot to communicate our intentions about next KDE PIM release with the release team and we ended up in a situation that we have some repositories in modules from which they cannot be released as part of KDE Applications, so releasing KF5

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-20 Thread David Faure
On Friday 26 June 2015 18:03:00 Frank Reininghaus wrote: > https://bugs.kde.org/show_bug.cgi?id=346974 > > According to the backtrace, the process is busy inside > QMimeDataBase::mimeTypeForName(QString) doing time-related things and > accessing /etc/localtime all the time, probably because of the

Re: 3 UDSEntry optimizations

2015-07-20 Thread Jan Kundrát
On Sunday, 19 July 2015 23:11:05 CEST, Mark Gaiser wrote: Regarding gerrit. How can i make patch 2 and 3 dependent on 1? You did a good job. A correct way is to produce three commits locally, 1 being parent of 2 and 2 being a parent of 3, and push these to refs/for/master, which is what you d

Re: KDE Applications Versioning

2015-07-20 Thread Christoph Cullmann
Hi, > Since this hasn't been finalized I didn't include it in my email to kde-cvs- > announce about the creation of the 15.08 branches for the KDE Applications > modules. > > Cheers, > Albert > > El Dimarts, 14 de juliol de 2015, a les 07:08:57, Andreas Cord-Landwehr va > escriure: > > On Mond