Re: KStandardDirs and locale path

2013-07-18 Thread Albert Astals Cid
El Divendres, 19 de juliol de 2013, a les 00:32:03, David Faure va escriure: > On Wednesday 10 July 2013 04:14:19 Sebastian Kügler wrote: > > Hi, > > > > Example code: > > > > const QString translationsPath = package->filePath("translations"); > > KGlobal::dirs()->addResourceDir("locale", transla

Review Request 111584: Use correct path for including export headers

2013-07-18 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111584/ --- Review request for KDE Frameworks. Description --- Use correct path f

Re: KStandardDirs and locale path

2013-07-18 Thread David Faure
On Wednesday 10 July 2013 04:14:19 Sebastian Kügler wrote: > Hi, > > Example code: > > const QString translationsPath = package->filePath("translations"); > KGlobal::dirs()->addResourceDir("locale", translationsPath); > KLocalizedString::insertCatalog(dataEngineDescription.pluginName()); > > Que

Jenkins build is back to normal : kdelibs_frameworks_qt5 #879

2013-07-18 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Why do we use find_package(Qt5Widgets) ?

2013-07-18 Thread Stephen Kelly
Alexander Neundorf wrote: > On Thursday 18 July 2013, Stephen Kelly wrote: >> Alexander Neundorf wrote: >> > find_package(Qt5 COMPONENTS Core Widgets) ? >> >> Is your question "I expect this to break but it doesn't. Why?"? > > No. Should I expect it to break ? No. > On one side, it's a style q

Re: cannot compile after latest attica update

2013-07-18 Thread Alexander Neundorf
On Thursday 18 July 2013, you wrote: > On 07/17/2013 10:32 PM, Alexander Neundorf wrote: > > On Sunday 14 July 2013, Hugo Pereira Da Costa wrote: > >> Hello > >> > >> I'm unable to compile neither plasma-workspace nor kde-workspace against > >> kf5 (and in fact against attica) after latest update

Re: Why do we use find_package(Qt5Widgets) ?

2013-07-18 Thread Alexander Neundorf
On Thursday 18 July 2013, Stephen Kelly wrote: > Alexander Neundorf wrote: > > find_package(Qt5 COMPONENTS Core Widgets) ? > > Is your question "I expect this to break but it doesn't. Why?"? No. Should I expect it to break ? On one side, it's a style question. Multiple Qt modules can be searched

Re: Correct way to set target include directory property ?

2013-07-18 Thread Stephen Kelly
Alexander Neundorf wrote: > On Thursday 18 July 2013, Stephen Kelly wrote: >> Alexander Neundorf wrote: >> > Hi, >> > >> > I just made kconfigwidgets build also standalone[1]. >> > >> > It didn't work immediately, since it didn't have the correct include >> > dirs set. As I understand it, they s

Re: Why do we use find_package(Qt5Widgets) ?

2013-07-18 Thread Stephen Kelly
Alexander Neundorf wrote: > find_package(Qt5 COMPONENTS Core Widgets) ? Is your question "I expect this to break but it doesn't. Why?"? Thanks, Steve. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/li

Re: Correct way to set target include directory property ?

2013-07-18 Thread Alexander Neundorf
On Thursday 18 July 2013, Stephen Kelly wrote: > Alexander Neundorf wrote: > > Hi, > > > > I just made kconfigwidgets build also standalone[1]. > > > > It didn't work immediately, since it didn't have the correct include dirs > > set. As I understand it, they should come from the KWidgetsAddons a

Why do we use find_package(Qt5Widgets) ?

2013-07-18 Thread Alexander Neundorf
Hi, e.g. in staging/kcrash/, there is a find_package(Qt5Widgets) I'm sure kcrash also needs QtCore, directly. Why aren't we using the component style search, i.e. find_package(Qt5 COMPONENTS Core Widgets) ? This way multiple Qt modules can be searched at once, and would be the same style as fo

Re: Correct way to set target include directory property ?

2013-07-18 Thread Stephen Kelly
Alexander Neundorf wrote: > Hi, > > I just made kconfigwidgets build also standalone[1]. > > It didn't work immediately, since it didn't have the correct include dirs > set. As I understand it, they should come from the KWidgetsAddons and > KConfig libraries it links against, but those do not ye

Re: Notes on C++11 usage from KF5 BoF

2013-07-18 Thread Dominik Haumann
On Thursday, July 18, 2013 04:37:19 PM Volker Krause wrote: > Hi, > > here are my notes on what C++11 features might be usable unconditionally for > KF5. > > regards, > Volker > > > C++11 Support in KF5 > [...] At some point, if it's strictly decided what can/should be use

Notes on C++11 usage from KF5 BoF

2013-07-18 Thread Volker Krause
Hi, here are my notes on what C++11 features might be usable unconditionally for KF5. regards, Volker C++11 Support in KF5 Minimum compiler requirement: MSVC 2010, GCC 4.5 Possible C++11 features based on http://wiki.apache.org/stdcxx/C++0xCompilerSupport: - auto - dec

Re: KStandardDirs and locale path

2013-07-18 Thread Albert Astals Cid
El Dimecres, 10 de juliol de 2013, a les 04:14:19, Sebastian Kügler va escriure: > Hi, Hi > Example code: > > const QString translationsPath = package->filePath("translations"); > KGlobal::dirs()->addResourceDir("locale", translationsPath); > KLocalizedString::insertCatalog(dataEngineDescriptio

QtMobility / QtLocation in Qt 5.2

2013-07-18 Thread John Layt
[Apologies for cross-posting, please reply to kde-core-devel] Hi, At QtCS Torsten and I attended the QtLocation session to discuss the future of the module. QtLocation was originally part of QtMobility for Qt4 and was planned to be part of QtEssentials in Qt5, but it was dropped from Qt5.0 due t