Re: c++ plugins with Frameworks 5

2014-03-04 Thread David Faure
On Monday 03 March 2014 12:28:07 Aaron J. Seigo wrote: do we want .desktop files as well as generated .json? if so, for applications that wish to put additional data in the json files, is it expected that they continue to do this by adding more “X-Foo” entries to the [Desktop Entry] group

Re: KUnitConversion Review

2014-03-04 Thread Kevin Ottens
On Tuesday 04 March 2014 01:04:05 John Layt wrote: So, now KPrintUtils and KUnitConversion are about done (bar the KCurrencyCode move), are there any other Frameworks needing review? All the unmaintained ones, some of the maintained ones too. At Tier 1 level it just looks like KCodecs,

Re: Review Request 116568: Fixes to PIC image format handler

2014-03-04 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116568/#review51854 --- Ship it! Too many C casts to not get nightmares, but other

Re: Binary incompatible changes

2014-03-04 Thread David Faure
On Tuesday 04 March 2014 12:08:07 Ben Cooksley wrote: On Sun, Mar 2, 2014 at 5:03 AM, Albert Astals Cid aa...@kde.org wrote: El Dissabte, 1 de març de 2014, a les 16:53:28, David Faure va escriure: On Saturday 01 March 2014 16:39:56 Albert Astals Cid wrote: Every time someone commits to

Re: Binary incompatible changes

2014-03-04 Thread Ben Cooksley
On Tue, Mar 4, 2014 at 9:30 PM, David Faure fa...@kde.org wrote: On Tuesday 04 March 2014 12:08:07 Ben Cooksley wrote: On Sun, Mar 2, 2014 at 5:03 AM, Albert Astals Cid aa...@kde.org wrote: El Dissabte, 1 de març de 2014, a les 16:53:28, David Faure va escriure: On Saturday 01 March 2014

Build failed in Jenkins: knotifications_master_qt5 #36

2014-03-04 Thread KDE CI System
See http://build.kde.org/job/knotifications_master_qt5/36/changes Changes: [mklapetek] Bump the tier to tier 3 -- Started by remote host 127.0.0.1 with note: Triggered by commit Building remotely on LinuxSlave - 4 in workspace

Build failed in Jenkins: knotifications_master_qt5 #37

2014-03-04 Thread KDE CI System
See http://build.kde.org/job/knotifications_master_qt5/37/ -- Started by user gateau Building remotely on LinuxSlave - 4 in workspace http://build.kde.org/job/knotifications_master_qt5/ws/ Running Prebuild steps [knotifications_master_qt5] $ /bin/sh -xe

Review Request 116591: Use dedicated NET::Properties and NET::Properties2 in NETWinInfo

2014-03-04 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116591/ --- Review request for KDE Frameworks. Repository: kwindowsystem

Re: Review Request 116591: Use dedicated NET::Properties and NET::Properties2 in NETWinInfo

2014-03-04 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116591/ --- (Updated March 4, 2014, 10:50 a.m.) Review request for KDE Frameworks.

Re: Review Request 116103: Make KI18N a public dependency of KIO since public installed headers of KIO requires it

2014-03-04 Thread Alex Merry
On March 4, 2014, 12:06 a.m., Aleix Pol Gonzalez wrote: Ok, I just realized this was being dealt with and I did a different patch: https://git.reviewboard.kde.org/r/116573/ I think that having UI strings on a header file is quite bad TBH, but since I see there's consensus I'll

Re: c++ plugins with Frameworks 5

2014-03-04 Thread Sebastian Kügler
On Tuesday, March 04, 2014 09:22:11 David Faure wrote: What I don't know is how much do we need support for queries that filter this further, and whether just reading the json from all the plugins of type foo is good enough. In my tests it was expectedly slow: scaling linearly with number of

Jenkins build is back to normal : knotifications_master_qt5 #38

2014-03-04 Thread KDE CI System
See http://build.kde.org/job/knotifications_master_qt5/38/ ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: c++ plugins with Frameworks 5

2014-03-04 Thread David Faure
On Tuesday 04 March 2014 11:21:06 Sebastian Kügler wrote: On Tuesday, March 04, 2014 09:22:11 David Faure wrote: What I don't know is how much do we need support for queries that filter this further, and whether just reading the json from all the plugins of type foo is good enough. In

Re: Review Request 116588: Improve the README

2014-03-04 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116588/#review51865 --- README.md

Re: KUnitConversion Review

2014-03-04 Thread Alex Merry
On 02/03/14 18:58, Kevin Ottens wrote: On Thursday 27 February 2014 17:15:56 John Layt wrote: I've done the first step, and I just need a volunteer to do the git magic required to: * Move kcurrencycode.h and kcurrencycode.cpp including history from kunitconversion/src to

Re: Review Request 116588: Improve the README

2014-03-04 Thread Martin Gräßlin
On March 4, 2014, 12:02 p.m., Alex Merry wrote: README.md, line 9 https://git.reviewboard.kde.org/r/116588/diff/1/?file=251921#file251921line9 allows to interact with is bad grammar; allows interaction with would work, and allows foo to interact with would be better. Maybe

Re: Review Request 116568: Fixes to PIC image format handler

2014-03-04 Thread Alex Merry
On March 4, 2014, 8:28 a.m., David Faure wrote: src/imageformats/pic.cpp, line 452 https://git.reviewboard.kde.org/r/116568/diff/2/?file=251701#file251701line452 Does this work on both big endian and little endian architectures? It looks like it's extracting individual bytes out

Re: Review Request 116588: Improve the README

2014-03-04 Thread Alex Merry
On March 4, 2014, 11:02 a.m., Alex Merry wrote: README.md, line 9 https://git.reviewboard.kde.org/r/116588/diff/1/?file=251921#file251921line9 allows to interact with is bad grammar; allows interaction with would work, and allows foo to interact with would be better. Maybe

Re: c++ plugins with Frameworks 5

2014-03-04 Thread Aaron J. Seigo
On Tuesday, March 4, 2014 11:52:11 David Faure wrote: Unless someone has a plan for it, my suggestion would be, let's model it after the upcoming app desktop cache, i.e. update it at install time. I'll This sounds perfect. In that vein, I did do some measuring of what takes time, and it really

Re: Review Request 116588: Improve the README

2014-03-04 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116588/ --- (Updated March 4, 2014, 1:32 p.m.) Review request for KDE Frameworks.

Re: Review Request 116588: Improve the README

2014-03-04 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116588/#review51872 --- Ship it! Ship It! - Alex Merry On March 4, 2014, 12:32

Re: KUnitConversion Review

2014-03-04 Thread John Layt
On 4 March 2014 09:25, Kevin Ottens er...@kde.org wrote: On Tuesday 04 March 2014 01:04:05 John Layt wrote: So, now KPrintUtils and KUnitConversion are about done (bar the KCurrencyCode move), are there any other Frameworks needing review? All the unmaintained ones, some of the maintained

Re: KUnitConversion Review

2014-03-04 Thread Kevin Ottens
On Tuesday 04 March 2014 15:29:33 John Layt wrote: On 4 March 2014 09:25, Kevin Ottens er...@kde.org wrote: On Tuesday 04 March 2014 01:04:05 John Layt wrote: So, now KPrintUtils and KUnitConversion are about done (bar the KCurrencyCode move), are there any other Frameworks needing review?

Re: KUnitConversion Review

2014-03-04 Thread John Layt
On 4 March 2014 15:59, Kevin Ottens er...@kde.org wrote: KGuiAddons definitely. The other two are important too, but this one is even more important. OK, I'll get onto that then. John. ___ Kde-frameworks-devel mailing list

Re: Review Request 116090: Use $TARGET_FILE:... instead of get_target_property(... LOCATION)

2014-03-04 Thread Alexander Richardson
On Feb. 27, 2014, 10:54 a.m., Alex Merry wrote: The problem with doing this in support code is that it is not strictly source compatible. An example this would break is if you want to embed the value of QT_QMAKE_EXECUTABLE into a C++ executable using something like

Review Request 116598: Check versions for individual components of Wayland

2014-03-04 Thread Aurélien Gâteau
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116598/ --- Review request for Build System, Extra Cmake Modules, KDE Frameworks, and

KF5 Update Meeting Minutes 2014-w10

2014-03-04 Thread Kevin Ottens
Hello everyone, This is the minutes of the Week 10 KF5 meeting. As usual it has been held on #kde-devel at 4pm Paris time. Were present: afiestas, agateau, alexmerry, apol, mck182, mgraesslin, notmart, Riddell, sebas, teo, tosky and myself. Announcement: * Alpha 2 is out! * Next stop beta

KCodecs - Quick Review

2014-03-04 Thread John Layt
Hi, I know nothing about text codecs, but I've had a *very* quick look at KCodecs: * Original code by Lars dated 1999! * One method marked as deprecated to be removed for KDE4 * ###FIXME KDE4: the name of the encodings should mostly be uppercase * Code generated by script

Re: Review Request 116098: Use KDEInstallDirs

2014-03-04 Thread Alexander Richardson
On March 1, 2014, 1:32 p.m., Lamarque Souza wrote: CMakeLists.txt, line 23 https://git.reviewboard.kde.org/r/116098/diff/2/?file=246596#file246596line23 NMQt is supposed to depend on Qt only. What is E-C-M? Does GNUInstallDirs support all platforms that

Re: Review Request 116087: KCrash: remove usage of strlcpy

2014-03-04 Thread Alexander Richardson
On March 1, 2014, 5:17 p.m., David Faure wrote: Hmm, this might be equivalent, but all it means is that the orig code was wrong. We should not make any memory allocations within the crash handler. So we should instead store the startup id as a const char* somewhere and use

Re: Review Request 116598: Check versions for individual components of Wayland

2014-03-04 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116598/#review51904 --- +1 but someone else has to approve - Martin Gräßlin On

Re: Review Request 116098: Drop unneccessary dependency on extra-cmake-modules and use GNUInstallDirs

2014-03-04 Thread Lamarque Souza
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116098/#review51909 --- Ship it! Ship It! - Lamarque Souza On March 4, 2014, 4:13

Re: Review Request 116598: Check versions for individual components of Wayland

2014-03-04 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116598/#review51912 --- Ship it! Looks good to me. - Aleix Pol Gonzalez On March

KIdleTime Quick Review

2014-03-04 Thread John Layt
Hi, Nice simple one this, one public class, looks OK. Has QWidget, Windows, Mac, and X11 (XScreensaver/XSync) backends, will need Wayland or systemd support eventually? Does have one TODO, but that's an implementation detail: widgetbasedpoller.cpp # TODO: make optional, to avoid always

Re: Review Request 115982: Add a tool that creates a Mac OS X icns (icon) file from a svg file

2014-03-04 Thread Harald Fernengel
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115982/ --- (Updated March 4, 2014, 6:42 p.m.) Status -- This change has been

KGuiAddons Review

2014-03-04 Thread John Layt
Hi, Here's my first pass through KGuiAddons, focussing on the public api. KColorCollection - Should probably become a QSharedDataPointer KWorkdWrap - // KDE5 TODO: return a value, not a pointer, and use QSharedDataPointer. KModifierKeyInfo - Generally looks OK - Has lots of bool

Re: Binary incompatible changes

2014-03-04 Thread Albert Astals Cid
El Dimarts, 4 de març de 2014, a les 21:34:12, Ben Cooksley va escriure: On Tue, Mar 4, 2014 at 9:30 PM, David Faure fa...@kde.org wrote: On Tuesday 04 March 2014 12:08:07 Ben Cooksley wrote: On Sun, Mar 2, 2014 at 5:03 AM, Albert Astals Cid aa...@kde.org wrote: El Dissabte, 1 de març de

Re: Review Request 116069: Compatibility support for DocBookXML 4.2

2014-03-04 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116069/#review51923 --- Ship it! Ship It! - Burkhard Lück On Feb. 27, 2014, 10:43

Re: Review Request 116068: Bump supported DocBookXML version to 4.5

2014-03-04 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116068/#review51924 --- Ship it! Ship It! - Burkhard Lück On Feb. 27, 2014, 10:40

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-04 Thread Milian Wolff
On March 4, 2014, 6:03 a.m., Michael Pyne wrote: From what I can tell declaring *any* type A::B is a qualified id per the C++ spec and therefore changes the template lookup rules for argument-dependent lookup (which means the specialized function to be called must already be in scope

Re: KIdleTime Quick Review

2014-03-04 Thread Kevin Ottens
On Tuesday 04 March 2014 19:35:10 John Layt wrote: Hi, Nice simple one this, one public class, looks OK. Has QWidget, Windows, Mac, and X11 (XScreensaver/XSync) backends, will need Wayland or systemd support eventually? Does have one TODO, but that's an implementation detail:

Re: Review Request 115478: Add QFileDialog unit autotest for filters (which reveals a QPA bug)

2014-03-04 Thread Kevin Ottens
On Feb. 4, 2014, 5:17 p.m., Alex Merry wrote: Has the Qt patch been submitted upstream? Dominik Haumann wrote: Meanwhile yes: https://codereview.qt-project.org/#change,77390 Alex Merry wrote: I don't think it's useful to have tests that fail because of upstream issues in the

Re: Review Request 115137: Provide information about the active screen in KWindowSystem

2014-03-04 Thread Kevin Ottens
On Feb. 20, 2014, 12:07 p.m., Kevin Ottens wrote: Aren't the concern raised initially on that patch addressed now? Please make a second round of reviews or ship it. More than a week with no reaction, should it be discarded? - Kevin

Re: Review Request 115752: Change DATA_INSTALL_DIR on Mac OS X

2014-03-04 Thread Harald Fernengel
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115752/ --- (Updated March 4, 2014, 8:09 p.m.) Status -- This change has been

Re: Review Request 115916: Fix MSVC build of kprintpreview_test

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115916/#review51930 --- Ship it! Ship It! - Kevin Ottens On Feb. 20, 2014, 4:41

Re: Review Request 115717: Do not require to have a DISPLAY env variable if WAYLAND_DISPLAY is set

2014-03-04 Thread Kevin Ottens
On Feb. 19, 2014, 2:07 p.m., Alex Merry wrote: I don't think papering over the X11-ness of kdesu like this is the right approach. Of course, what this framework really needs is a test app; maybe a simple port of the kdesu app from kde-runtime? Kevin Ottens wrote: This kind of

Re: Review Request 115602: Rename kactivitymanagerd

2014-03-04 Thread Hrvoje Senjan
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115602/ --- (Updated March 4, 2014, 8:15 p.m.) Status -- This change has been

Re: Review Request 115907: Link tests with extra libraries as well

2014-03-04 Thread Adrián Chaves Fernández
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115907/ --- (Updated March 4, 2014, 8:17 p.m.) Status -- This change has been

Re: Review Request 115207: Improve integration QCommandLineParser - KAboutData

2014-03-04 Thread Kevin Ottens
On Feb. 22, 2014, 9:09 a.m., David Faure wrote: src/lib/kaboutdata.cpp, line 919 https://git.reviewboard.kde.org/r/115207/diff/3/?file=245365#file245365line919 A unittest would have shown you the bug in this line... (you're modifying a copy - no effect). Use

Re: Review Request 115395: Also pass -fno-exceptions when building with clang

2014-03-04 Thread Kevin Ottens
On Feb. 3, 2014, 6:07 p.m., Raphael Kubo da Costa wrote: Please see the big comment below the elseif line, the link to the kde-core-devel and http://lists.kde.org/?l=kde-core-develm=138244424421211w=2: the issue here is that if you pass -fno-exceptions to clang you need to guarantee

Re: Review Request 115977: RFC: Install KArchive as Mac OS X Framework

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115977/#review51936 --- src/karchive.h

Re: Review Request 115316: Add demo for KRecentFileList

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115316/#review51937 --- Ship it! Ship It! - Kevin Ottens On Feb. 24, 2014, 10:05

Re: Review Request 116044: In kstyle: Use the iconSize from mainToolbar

2014-03-04 Thread Kevin Ottens
On Feb. 25, 2014, 12:10 p.m., David Faure wrote: The part of the description that says if accepted will modify kstyle as well doesn't really make sense anymore (to fix if it's in your commit log too). The bit I'm not sure about is: using MainToolbar icon style everywhere ... how

Re: Review Request 116025: Add documentation about writing find modules

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116025/#review51940 --- Anything blocking you from addressing the last two issues? -

Re: Review Request 116096: Re-enable autotests

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116096/#review51943 --- autotests/proxymodeltestsuite/CMakeLists.txt

Re: Review Request 115932: Add declarative plugin for KWindowSystem

2014-03-04 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115932/ --- (Updated March 4, 2014, 8:41 p.m.) Status -- This change has been

Re: Review Request 116088: Remove FindDBusMenuQt5.cmake

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116088/#review51945 --- Ship it! Ship It! - Kevin Ottens On Feb. 27, 2014, 12:19

Re: Review Request 115918: Fix kservice_desktop_to_json for Visual Studio

2014-03-04 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115918/ --- (Updated March 4, 2014, 8:45 p.m.) Review request for KDE Frameworks and

Re: Review Request 115918: Fix kservice_desktop_to_json for Visual Studio

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115918/#review51946 --- Ship it! And I agree with Aurélien, a bug should be filed

Re: Review Request 115710: Hide private methods and slots behind the d-pointer in KHistoryComboBox

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115710/#review51947 --- Ship it! Ship It! - Kevin Ottens On Feb. 25, 2014, 10:50

Re: Review Request 116538: Make README.md consistent with other frameworks

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116538/#review51950 --- Ship it! Ship It! - Kevin Ottens On March 2, 2014, 8:05

Re: Review Request 116545: Fix KHTML compilation when using clang.

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116545/#review51953 --- Ship it! Ship It! - Kevin Ottens On March 2, 2014, 9:11

Re: Review Request 116561: Drop KWindowEffects::showWindowThumbnails

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116561/#review51957 --- Ship it! Ship It! - Kevin Ottens On March 3, 2014, 8:48

Re: Review Request 116567: Implement fuzzy image matching in readtest

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116567/#review51959 --- Ship it! Ship It! - Kevin Ottens On March 3, 2014, 3:23

Re: Review Request 116588: Improve the README

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116588/#review51960 --- Ship it! Ship It! - Kevin Ottens On March 4, 2014, 12:32

Re: Review Request 115875: kconfigtest: write everything into a subdirectory

2014-03-04 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115875/#review51961 --- Ship it! autotests/kconfigtest.cpp

Re: Review Request 116069: Compatibility support for DocBookXML 4.2

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116069/#review51963 --- Ship it! Ship It! - Kevin Ottens On Feb. 27, 2014, 10:43

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116542/#review51966 --- Ship it! Ship It! - Kevin Ottens On March 2, 2014, 8:20

Re: Review Request 115137: Provide information about the active screen in KWindowSystem

2014-03-04 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115137/#review51954 --- src/kwindowsystem_x11.cpp

Re: Review Request 116461: KConfigSkeleton: avoid calling reparseConfiguration() immediately after creation.

2014-03-04 Thread David Faure
On Feb. 28, 2014, 8:41 p.m., Matthew Dawson wrote: While I'm fine with the idea behind this optimization, I worry that this implementation could create situations were a configuration change is not picked up by the system. For instance, what happens if the user doesn't immediately

Re: Review Request 115959: Resurrect KConfigDialog::setHelp (used to come from KDialog). Move KHelpClient down from kxmlgui, for use in KConfigDialog.

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115959/#review51972 --- This review has been submitted with commit

Re: Review Request 115710: Hide private methods and slots behind the d-pointer in KHistoryComboBox

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115710/#review51973 --- This review has been submitted with commit

Re: Review Request 115395: Also pass -fno-exceptions when building with clang

2014-03-04 Thread Raphael Kubo da Costa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115395/#review51974 --- Ship it! Let's give it a try as the situation in frameworks

Re: [kdesrc-build] /: kf5: Port rc files to use branch-groups consistently.

2014-03-04 Thread David Faure
On Tuesday 04 March 2014 01:32:14 Michael Pyne wrote: kf5: Port rc files to use branch-groups consistently. Thanks! This should be absolutely transparent except that kde-kactivities will rename to kactivities, though you might have to update kde-build-metadata first if you're using --pretend

Building KF5/Kate fails

2014-03-04 Thread Dominik Haumann
Building KF5 mostly works, except I now get the error (cleaned build + install folder) below when building kate. It looks as if Qt4 is somehow in the way now. This used to work before, so is there any way to get it working again? The detailed cmake logs are on paste.kde.org (see below).

Re: Review Request 116068: Bump supported DocBookXML version to 4.5

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116068/#review51978 --- This review has been submitted with commit

Re: Review Request 115875: kconfigtest: write everything into a subdirectory

2014-03-04 Thread Alexander Richardson
On March 4, 2014, 10:11 p.m., David Faure wrote: autotests/kconfigtest.cpp, line 86 https://git.reviewboard.kde.org/r/115875/diff/2/?file=251983#file251983line86 Just curious, what's the reason for the .. then? Doesn't this still make this test potentially conflict with other

Re: Review Request 115395: Also pass -fno-exceptions when building with clang

2014-03-04 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115395/ --- (Updated March 4, 2014, 10:22 p.m.) Status -- This change has been

Re: Review Request 116069: Compatibility support for DocBookXML 4.2

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116069/#review51985 --- This review has been submitted with commit

Re: Review Request 116069: Compatibility support for DocBookXML 4.2

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116069/#review51987 --- This review has been submitted with commit

Re: Review Request 116069: Compatibility support for DocBookXML 4.2

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116069/#review51986 --- This review has been submitted with commit

Re: Review Request 116069: Compatibility support for DocBookXML 4.2

2014-03-04 Thread Luigi Toscano
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116069/ --- (Updated March 4, 2014, 10:33 p.m.) Status -- This change has been

Review Request 116603: Expose the QDialogButtonBox in KPasswordDialog

2014-03-04 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116603/ --- Review request for KDE Frameworks. Repository: kwidgetsaddons

DocBookXML version is 4.5 in KF5: check your documentation

2014-03-04 Thread Luigi Toscano
Hi all, the version of DocBookXML used by our documentation has been changed in Frameworks; our custom DTD is now based on 4.5 instead of 4.2. The change should be *almost* painless, because the new version is backward compatibile. Only the DTD needs to be changed. Exception: if your application

Re: Review Request 115207: Improve integration QCommandLineParser - KAboutData

2014-03-04 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115207/ --- (Updated March 4, 2014, 11:11 p.m.) Review request for KDE Frameworks.

Re: Review Request 116603: Expose the QDialogButtonBox in KPasswordDialog

2014-03-04 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116603/#review51992 --- Ship it! Should this remain internal API? If yes, please

KSpeech

2014-03-04 Thread Jeremy Whiting
Hello all, I've realized a bit ago that kspeech was not included in the kdelibs split (probably because it was in staging at the time and didn't conform to the other framework policies yet). I've cleaned it up a bit and put it in my scratch space, but have some architectural questions about it

Re: Review Request 116603: Expose the QDialogButtonBox in KPasswordDialog

2014-03-04 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116603/#review51995 --- src/kpassworddialog.h

Re: Review Request 116538: Make README.md consistent with other frameworks

2014-03-04 Thread Cornelius Schumacher
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116538/ --- (Updated March 5, 2014, 12:26 a.m.) Status -- This change has been

Re: Review Request 116098: Drop unneccessary dependency on extra-cmake-modules and use GNUInstallDirs

2014-03-04 Thread Lamarque Souza
On March 4, 2014, 4:42 p.m., Lamarque Souza wrote: Ship It! Lamarque Souza wrote: This should be ported to branches master and NM/0.9.8 as well. Alexander Richardson wrote: How should I commit it? Commit to oldest branch and then merge? Or rather put this into qt5 and then

Re: [kdesrc-build] /: kf5: Port rc files to use branch-groups consistently.

2014-03-04 Thread Michael Pyne
On Tue, March 4, 2014 22:54:42 David Faure wrote: On Tuesday 04 March 2014 01:32:14 Michael Pyne wrote: kf5: Port rc files to use branch-groups consistently. Thanks! This should be absolutely transparent except that kde-kactivities will rename to kactivities, though you might have to

Review Request 116604: Allow directories with . as output for meinproc

2014-03-04 Thread Luigi Toscano
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116604/ --- Review request for Documentation, KDE Frameworks, kdelibs, and Aleix Pol

Re: KGuiAddons Review

2014-03-04 Thread Michael Pyne
On Tue, March 4, 2014 18:46:53 John Layt wrote: KImageCache KSharedPixmapCacheMixin KLocalImageCacheImplementation - Looks OK - KImageCache not exported, but KLocalImageCacheImplementation is, some CMake magic involved? No CMake. :) KImageCache depends on KSharedDataCache from

Re: Building KF5/Kate fails

2014-03-04 Thread Michael Pyne
On Tue, March 4, 2014 22:56:03 Dominik Haumann wrote: Building KF5 mostly works, except I now get the error (cleaned build + install folder) below when building kate. It looks as if Qt4 is somehow in the way now. This used to work before, so is there any way to get it working again? It seems

Re: DocBookXML version is 4.5 in KF5: check your documentation

2014-03-04 Thread Michael Pyne
On Wed, March 5, 2014 00:07:30 Luigi Toscano wrote: Hi all, the version of DocBookXML used by our documentation has been changed in Frameworks; our custom DTD is now based on 4.5 instead of 4.2. The change should be *almost* painless, because the new version is backward compatibile. Only

Re: Review Request 116098: Drop unneccessary dependency on extra-cmake-modules and use GNUInstallDirs

2014-03-04 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116098/ --- (Updated March 5, 2014, 2:46 a.m.) Status -- This change has been

Re: Review Request 116098: Drop unneccessary dependency on extra-cmake-modules and use GNUInstallDirs

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116098/#review52000 --- This review has been submitted with commit

Re: Review Request 115207: Improve integration QCommandLineParser - KAboutData

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115207/#review52006 --- Ship it! Ship It! - Kevin Ottens On March 4, 2014, 11:11

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-04 Thread Frank Reininghaus
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116542/#review52007 --- Ship it! I wrote that code - sorry for the trouble and

Re: Review Request 115207: Improve integration QCommandLineParser - KAboutData

2014-03-04 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115207/#review52010 --- Ship it! Ship It! - David Faure On March 4, 2014, 11:11

  1   2   >