[calligracommon] [Bug 346421] Calligra 2.9.2 build fails (fwd)

2015-09-08 Thread Boudewijn Rempt

Is it okay to update to libwps 0.4? Or should we stay with 0.3 for now,
or would it make sense to check the version and make the code conditional?

This is the patch they're talking about in the bug report:

diff --git a/cmake/modules/FindLibWps.cmake b/cmake/modules/FindLibWps.cmake
index f8c8225..58ef2b5 100644
--- a/cmake/modules/FindLibWps.cmake
+++ b/cmake/modules/FindLibWps.cmake
@@ -10,16 +10,16 @@

 include(LibFindMacros)
 libfind_package(LIBWPS LibWpd)
-libfind_pkg_check_modules(LIBWPS_PKGCONF libwps-0.3)
+libfind_pkg_check_modules(LIBWPS_PKGCONF libwps-0.4)

 find_path(LIBWPS_INCLUDE_DIR
 NAMES libwps/libwps.h
 HINTS ${LIBWPS_PKGCONF_INCLUDE_DIRS} ${LIBWPS_PKGCONF_INCLUDEDIR}
-PATH_SUFFIXES libwps-0.3
+PATH_SUFFIXES libwps-0.4
 )

 find_library(LIBWPS_LIBRARY
-NAMES wps wps-0.3
+NAMES wps wps-0.4
 HINTS ${LIBWPS_PKGCONF_LIBRARY_DIRS} ${LIBWPS_PKGCONF_LIBDIR}
 )

diff --git a/filters/words/works/import/WPSImport.cpp 
b/filters/words/works/import/WPSImport.cpp
index eea2cc9..94b859d 100644
--- a/filters/words/works/import/WPSImport.cpp
+++ b/filters/words/works/import/WPSImport.cpp
@@ -91,7 +91,9 @@ public:
 bool isSupportedFormat(librevenge::RVNGInputStream &input)
 {
 WPSKind kind = WPS_TEXT;
-WPSConfidence confidence = WPSDocument::isFileFormatSupported(&input, 
kind);
+WPSCreator creator = WPS_MSWORKS;
+bool needsEncoding = false;
+WPSConfidence confidence = WPSDocument::isFileFormatSupported(&input, 
kind, creator, needsEncoding);
 if (confidence == WPS_CONFIDENCE_NONE || kind != WPS_TEXT)
 return false;
 return true;
lines 1-39/39 (END)



-- Forwarded message --
Date: Thu, 03 Sep 2015 14:51:25 +
From: Timo Gurr 
Reply-To: bug-cont...@bugs.kde.org
To: b...@valdyas.org
Subject: [calligracommon] [Bug 346421] Calligra 2.9.2 build fails

https://bugs.kde.org/show_bug.cgi?id=346421

Timo Gurr  changed:

   What|Removed |Added

 CC||timo.g...@gmail.com

--- Comment #11 from Timo Gurr  ---
(In reply to var.spool.mail700 from comment #10)

https://projects.archlinux.org/svntogit/packages.git/plain/trunk/libwps-0.4.
patch?h=packages/calligra

krita requires libwps 0.3 while arch has libwps 0.4


Would be really nice to see this patch applied because LibreOffice now requires
libwps[>=0.4.0] and Calligra still requires 0.3.

--
You are receiving this mail because:
You are on the CC list for the bug.
You are watching the assignee of the bug.
___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra calligra-2.9 latest-qt4 » Linux,All,gcc - Build # 23 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20latest-qt4/PLATFORM=Linux,Variation=All,compiler=gcc/23/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 07:44:49 +
Build duration: 51 min

CHANGE SET
Revision f643180535ee11137d5037aed7e69473516ad506 by boud: (Do not link the kra 
and ora thumbnailers to kritaui)
  change: edit krita/integration/kimgio/kra.cpp
  change: edit krita/integration/kimgio/CMakeLists.txt
  change: edit krita/integration/kimgio/ora.cpp


JUNIT RESULTS

Name: (root) Failed: 25 test(s), Passed: 299 test(s), Skipped: 0 test(s), 
Total: 324 test(s)Failed: TestSuite.krita-image-KisAsyncMergerTestFailed: 
TestSuite.krita-image-KisCageTransformWorkerTestFailed: 
TestSuite.krita-image-KisPerspectiveTransformWorkerTestFailed: 
TestSuite.krita-image-KisProcessingsTestFailed: 
TestSuite.krita-image-KisQueuesProgressUpdaterTestFailed: 
TestSuite.krita-image-KisStoreLimitsTestFailed: 
TestSuite.krita-image-KisTransformMaskTestFailed: 
TestSuite.krita-image-KisWalkersTestFailed: 
TestSuite.krita-image-LayerStylesTestFailed: 
TestSuite.krita-paintop-EmbeddedPatternManagerTestFailed: 
TestSuite.krita-plugin-format-jpeg_testFailed: 
TestSuite.krita-plugins-formats-psd_testFailed: 
TestSuite.krita-resourcemanager-ResourceBundleTestFailed: 
TestSuite.krita-ui-FillProcessingVisitorTestFailed: 
TestSuite.krita-ui-FilterStrokeTestFailed: 
TestSuite.krita-ui-KisActionManagerTestFailed: 
TestSuite.krita-ui-KisAslLayerStyleSerializerTestFailed: 
TestSuite.krita-ui-KisNodeManagerTestFailed: 
TestSuite.krita-ui-KisSelectionManagerTestFailed: 
TestSuite.krita-ui-KisZoomAndPanTestFailed: 
TestSuite.krita-ui-kis_shape_controller_testFailed: 
TestSuite.libs-textlayout-TestBlockLayoutFailed: TestSuite.sheets-CellFailed: 
TestSuite.sheets-DatetimeFunctionsFailed: TestSuite.sheets-InformationFunctions

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
 ___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra calligra-2.9 stable-qt4 » Linux,All,gcc - Build # 237 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20stable-qt4/PLATFORM=Linux,Variation=All,compiler=gcc/237/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 07:44:49 +
Build duration: 54 min

CHANGE SET
Revision f643180535ee11137d5037aed7e69473516ad506 by boud: (Do not link the kra 
and ora thumbnailers to kritaui)
  change: edit krita/integration/kimgio/ora.cpp
  change: edit krita/integration/kimgio/kra.cpp
  change: edit krita/integration/kimgio/CMakeLists.txt


JUNIT RESULTS

Name: (root) Failed: 26 test(s), Passed: 298 test(s), Skipped: 0 test(s), 
Total: 324 test(s)Failed: TestSuite.krita-image-KisAsyncMergerTestFailed: 
TestSuite.krita-image-KisCageTransformWorkerTestFailed: 
TestSuite.krita-image-KisCloneLayerTestFailed: 
TestSuite.krita-image-KisPerspectiveTransformWorkerTestFailed: 
TestSuite.krita-image-KisProcessingsTestFailed: 
TestSuite.krita-image-KisQueuesProgressUpdaterTestFailed: 
TestSuite.krita-image-KisStoreLimitsTestFailed: 
TestSuite.krita-image-KisTransformMaskTestFailed: 
TestSuite.krita-image-KisWalkersTestFailed: 
TestSuite.krita-image-LayerStylesTestFailed: 
TestSuite.krita-paintop-EmbeddedPatternManagerTestFailed: 
TestSuite.krita-plugin-format-jpeg_testFailed: 
TestSuite.krita-plugins-formats-psd_testFailed: 
TestSuite.krita-resourcemanager-ResourceBundleTestFailed: 
TestSuite.krita-ui-FillProcessingVisitorTestFailed: 
TestSuite.krita-ui-FilterStrokeTestFailed: 
TestSuite.krita-ui-KisActionManagerTestFailed: 
TestSuite.krita-ui-KisAslLayerStyleSerializerTestFailed: 
TestSuite.krita-ui-KisNodeManagerTestFailed: 
TestSuite.krita-ui-KisSelectionManagerTestFailed: 
TestSuite.krita-ui-KisZoomAndPanTestFailed: 
TestSuite.krita-ui-kis_shape_controller_testFailed: 
TestSuite.libs-textlayout-TestBlockLayoutFailed: TestSuite.sheets-CellFailed: 
TestSuite.sheets-DatetimeFunctionsFailed: TestSuite.sheets-InformationFunctions

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
 ___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra master kf5-qt5 » Linux,All,gcc - Build # 53 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/53/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 07:47:44 +
Build duration: 58 min

CHANGE SET
Revision 4cf6e0adc817ede6a8598b68d419a75001b2f222 by Somsubhra Bairi: (Get 
Braindump to build against Qt5/KF5)
  change: edit CalligraProducts.cmake
  change: edit braindump/src/MainWindow.cpp
  change: edit braindump/src/SectionsIO.cpp
  change: edit braindump/src/import/ToolDocker.cpp
  change: edit braindump/plugins/stateshape/CategorizedItemDelegate.cpp
  change: edit braindump/src/import/DockerManager.cpp
  change: edit braindump/src/main.cpp
  change: edit braindump/src/CMakeLists.txt
  change: edit braindump/plugins/stateshape/CMakeLists.txt
  change: edit braindump/plugins/webshape/WebShapePlugin.cpp
  change: edit braindump/src/View.h
  change: edit braindump/src/StatusBarItem.h
  change: edit braindump/src/AboutData.h
  change: edit braindump/src/MainWindow.h
  change: edit braindump/braindumpcore/State.h
  change: edit braindump/braindumpcore/StatesRegistry.cpp
  change: edit braindump/plugins/webshape/CMakeLists.txt
  change: edit braindump/braindumpcore/CMakeLists.txt
  change: edit braindump/src/View.cpp
Revision 71777deaca8bf3ad718fc45adedee7e41e260761 by Somsubhra Bairi: (Remove 
K_EXPORT_PLUGIN macros)
  change: edit braindump/plugins/webshape/WebShapePlugin.cpp
  change: edit braindump/plugins/stateshape/StateShapePlugin.cpp
Revision 72930ad211cfb44e51e61b639e0f81a9fa878bb5 by Somsubhra Bairi: (Make use 
of QDebug instead of kdebug)
  change: edit braindump/src/MainWindow.cpp
  change: edit braindump/src/SectionsIO.cpp
  change: edit braindump/braindumpcore/StateCategory.cpp
  change: edit braindump/plugins/stateshape/StateShapePlugin.cpp
  change: edit braindump/plugins/webshape/WebToolWidget.cpp
  change: edit braindump/src/layouts/FreeLayout.cpp
  change: edit braindump/src/commands/MoveSectionCommand.cpp
  change: edit braindump/src/Canvas.cpp
  change: edit braindump/plugins/stateshape/StateShape.cpp
  change: edit braindump/plugins/stateshape/StateShapeFactory.cpp
  change: edit braindump/src/import/ToolDocker.cpp
  change: edit braindump/src/View.cpp
  change: edit braindump/src/import/DockerManager_p.h
  change: edit braindump/plugins/webshape/WebShape.cpp
  change: edit braindump/plugins/webshape/WebTool.h
  change: edit braindump/plugins/webshape/WebTool.cpp
  change: edit braindump/src/layouts/ColumnLayout.cpp
  change: edit braindump/src/import/ToolDocker_p.h
  change: edit braindump/src/import/DockerManager.cpp
  change: edit braindump/src/RootSection.cpp
  change: edit braindump/plugins/webshape/WebToolFactory.cpp
  change: edit braindump/braindumpcore/StatesRegistry.cpp
Revision e39df1bbe83ba034698c26a380124d5c62dd19f3 by Somsubhra Bairi: (Use 
K_PLUGIN_FACTORY_WITH_JSON macro for plugins)
  change: edit braindump/plugins/stateshape/CMakeLists.txt
  change: edit braindump/plugins/quickstates/CMakeLists.txt
  change: edit braindump/plugins/webshape/CMakeLists.txt
  change: edit braindump/plugins/stateshape/StateShapePlugin.cpp
  change: edit braindump/plugins/webshape/WebShapePlugin.cpp
Revision 895b695edee043b0a3e1f105b7b4f8978a06cd13 by Somsubhra Bairi: (Install 
*ui.rc files to KXMLGUI_INSTALL_DIR)
  change: edit braindump/data/CMakeLists.txt
Revision 1456c251746921663ae811f44696d44029c633c2 by Somsubhra Bairi: (Port 
away from KUniqueApplication, K4AboutData and KComponentData. TODO:)
  change: edit braindump/src/main.cpp
  change: edit braindump/src/MainWindow.h
  change: edit braindump/src/MainWindow.cpp
  change: edit braindump/src/AboutData.h
Revision 381e58fbf38d9def565264b9cd09e772c036d2b6 by Somsubhra Bairi: (KAction 
-> QAction and KUrl -> KUrl in braindump)
  change: edit braindump/plugins/webshape/WebShape.h
  change: edit braindump/plugins/webshape/WebShape.cpp
  change: edit braindump/plugins/quickstates/BraindumpQuickStatesPlugin.cpp
  change: edit braindump/src/View.cpp
Revision 0fcc192a70e2f3981f89db44c2724a4964ccbbc7 by Somsubhra Bairi: (Port 
away KLineEdit and KIcon in braindump)
  change: edit braindump/plugins/webshape/WebShapeConfigWidget.ui
  change: edit braindump/src/import/ToolDocker_p.h
  change: edit braindump/src/forms/wdgsectionsbox.ui
Revision cff78228fe734fc124ccf231412fa29ff4026342 by Somsubhra Bairi: (Remove 
usage of KComponentData)
  change: edit braindump/src/MainWindow.cpp
Revision 5383dbbc2ad95817aa1a29268b92371945574243 by Somsubhra Bairi: (Port 
away from KStandardPaths and KGlobal::dirs)
  change: edit braindump/braindumpcore/StatesRegistry.cpp
  change: edit braindump/src/CMakeLists.txt
  change: edit braindump/plugins/quickstates/BraindumpQuickStatesPlugin.cpp
Revision d7c0ce3abbb31332721f5785b968d14620f4e701 by Somsubhra Bairi: (Port 
away from klocale, remove unused includes, reorganize includes.)
  change: edit braindump/src/import/DockerManager.cpp
  cha

Jenkins-kde-ci: calligra calligra-2.9 latest-qt4 » Linux,All,gcc - Build # 24 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20latest-qt4/PLATFORM=Linux,Variation=All,compiler=gcc/24/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 09:41:41 +
Build duration: 49 min

CHANGE SET
Revision bf6bbe81a728abeef1b61b823e0d533c65d2611d by boud: (BUG:339864 Enable 
building against newer versions of libjpeg)
  change: edit krita/plugins/formats/jpeg/kis_jpeg_source.cpp
  change: edit krita/plugins/formats/jpeg/kis_jpeg_converter.cc
  change: edit krita/plugins/formats/jpeg/kis_jpeg_destination.cpp


JUNIT RESULTS

Name: (root) Failed: 25 test(s), Passed: 299 test(s), Skipped: 0 test(s), 
Total: 324 test(s)Failed: TestSuite.krita-image-KisAsyncMergerTestFailed: 
TestSuite.krita-image-KisCageTransformWorkerTestFailed: 
TestSuite.krita-image-KisPerspectiveTransformWorkerTestFailed: 
TestSuite.krita-image-KisProcessingsTestFailed: 
TestSuite.krita-image-KisQueuesProgressUpdaterTestFailed: 
TestSuite.krita-image-KisStoreLimitsTestFailed: 
TestSuite.krita-image-KisTransformMaskTestFailed: 
TestSuite.krita-image-KisWalkersTestFailed: 
TestSuite.krita-image-LayerStylesTestFailed: 
TestSuite.krita-paintop-EmbeddedPatternManagerTestFailed: 
TestSuite.krita-plugin-format-jpeg_testFailed: 
TestSuite.krita-plugins-formats-psd_testFailed: 
TestSuite.krita-resourcemanager-ResourceBundleTestFailed: 
TestSuite.krita-ui-FillProcessingVisitorTestFailed: 
TestSuite.krita-ui-FilterStrokeTestFailed: 
TestSuite.krita-ui-KisActionManagerTestFailed: 
TestSuite.krita-ui-KisAslLayerStyleSerializerTestFailed: 
TestSuite.krita-ui-KisNodeManagerTestFailed: 
TestSuite.krita-ui-KisSelectionManagerTestFailed: 
TestSuite.krita-ui-KisZoomAndPanTestFailed: 
TestSuite.krita-ui-kis_shape_controller_testFailed: 
TestSuite.libs-textlayout-TestBlockLayoutFailed: TestSuite.sheets-CellFailed: 
TestSuite.sheets-DatetimeFunctionsFailed: TestSuite.sheets-InformationFunctions

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
 ___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra calligra-2.9 stable-qt4 » Linux,All,gcc - Build # 238 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20stable-qt4/PLATFORM=Linux,Variation=All,compiler=gcc/238/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 10:52:42 +
Build duration: 48 min

CHANGE SET
Revision bf6bbe81a728abeef1b61b823e0d533c65d2611d by boud: (BUG:339864 Enable 
building against newer versions of libjpeg)
  change: edit krita/plugins/formats/jpeg/kis_jpeg_destination.cpp
  change: edit krita/plugins/formats/jpeg/kis_jpeg_converter.cc
  change: edit krita/plugins/formats/jpeg/kis_jpeg_source.cpp


JUNIT RESULTS

Name: (root) Failed: 25 test(s), Passed: 299 test(s), Skipped: 0 test(s), 
Total: 324 test(s)Failed: TestSuite.krita-image-KisAsyncMergerTestFailed: 
TestSuite.krita-image-KisCageTransformWorkerTestFailed: 
TestSuite.krita-image-KisPerspectiveTransformWorkerTestFailed: 
TestSuite.krita-image-KisProcessingsTestFailed: 
TestSuite.krita-image-KisQueuesProgressUpdaterTestFailed: 
TestSuite.krita-image-KisStoreLimitsTestFailed: 
TestSuite.krita-image-KisTransformMaskTestFailed: 
TestSuite.krita-image-KisWalkersTestFailed: 
TestSuite.krita-image-LayerStylesTestFailed: 
TestSuite.krita-paintop-EmbeddedPatternManagerTestFailed: 
TestSuite.krita-plugin-format-jpeg_testFailed: 
TestSuite.krita-plugins-formats-psd_testFailed: 
TestSuite.krita-resourcemanager-ResourceBundleTestFailed: 
TestSuite.krita-ui-FillProcessingVisitorTestFailed: 
TestSuite.krita-ui-FilterStrokeTestFailed: 
TestSuite.krita-ui-KisActionManagerTestFailed: 
TestSuite.krita-ui-KisAslLayerStyleSerializerTestFailed: 
TestSuite.krita-ui-KisNodeManagerTestFailed: 
TestSuite.krita-ui-KisSelectionManagerTestFailed: 
TestSuite.krita-ui-KisZoomAndPanTestFailed: 
TestSuite.libs-textlayout-TestBlockLayoutFailed: 
TestSuite.libs-widgets-KoProgressUpdaterTestFailed: 
TestSuite.sheets-CellFailed: TestSuite.sheets-DatetimeFunctionsFailed: 
TestSuite.sheets-InformationFunctions

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
 ___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra master kf5-qt5 » Linux,All,gcc - Build # 54 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/54/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 12:18:29 +
Build duration: 1 hr 0 min

CHANGE SET
Revision 243534463287904595ba596a162270e0d96ad512 by boud: (Add policy CMP0059)
  change: edit CMakeLists.txt
Revision 0500939471abf7a2ef4a9ab5b952582b796f9b9d by boud: (Don't link to 
kritaui anymore.)
  change: edit krita/integration/kimgio/ora.cpp
  change: edit krita/integration/kimgio/kra.cpp
  change: edit krita/integration/kimgio/CMakeLists.txt
Revision 8af9690779ff573b4da8943cbb8f502bc1f95638 by boud: (BUG:339864 Enable 
building against newer versions of libjpeg)
  change: edit krita/plugins/formats/jpeg/kis_jpeg_converter.cc
  change: edit krita/plugins/formats/jpeg/kis_jpeg_source.cpp
  change: edit krita/plugins/formats/jpeg/kis_jpeg_destination.cpp
Revision 6aac2ada9a4fe5b89d1aa376897a8f072f3f47aa by boud: (Make the thumbnail 
plugin work again)
  change: edit krita/integration/thumbnail/CMakeLists.txt
  change: edit krita/integration/thumbnail/kritacreator.cpp
  change: edit krita/integration/thumbnail/kritacreator.h
Revision 9f17bea8a5d697d32f2061b3eb1cd325bff3377a by boud: (Port the kra and 
ora imgio handlers to Qt5)
  change: add krita/integration/kimgio/ora.json
  change: edit krita/integration/kimgio/ora.h
  change: edit krita/integration/kimgio/kra.h
  change: edit krita/integration/kimgio/CMakeLists.txt
  change: edit krita/integration/kimgio/kra.cpp
  change: edit krita/integration/kimgio/ora.cpp
  change: add krita/integration/kimgio/kra.json
Revision 49f5c0e9dae67ff61367e81d57df31e95690294d by boud: (Build the 
thumbnailer always)
  change: edit krita/integration/CMakeLists.txt
Revision ae4f2f5d7849933bf964de4a7b9ec72f07085273 by boud: (Re-enable the 
qimageio and thumbnailer integration)
  change: edit krita/CMakeLists.txt


JUNIT RESULTS

Name: (root) Failed: 18 test(s), Passed: 174 test(s), Skipped: 0 test(s), 
Total: 192 test(s)Failed: TestSuite.Plan-RCPSTesterFailed: 
TestSuite.Plan-TJ-SchedulerTesterFailed: TestSuite.Plan-TJTesterFailed: 
TestSuite.Plan-WorkPackageProxyModelTesterFailed: 
TestSuite.kchart-TestLoading-bug239802Failed: 
TestSuite.kformula-LoadAndSaveFailed: 
TestSuite.krita-image-KisStoreLimitsTestFailed: 
TestSuite.krita-paintop-EmbeddedPatternManagerTestFailed: 
TestSuite.krita-plugin-format-jpeg_testFailed: 
TestSuite.krita-plugins-formats-psd_testFailed: 
TestSuite.krita-ui-MoveStrokeTestFailed: 
TestSuite.libs-flake-TestImageCollectionFailed: 
TestSuite.libs-kotext-TestBorderFailed: 
TestSuite.libs-kotext-styles-TestStyleManagerFailed: 
TestSuite.libs-textlayout-TestBlockLayoutFailed: TestSuite.sheets-CellFailed: 
TestSuite.sheets-DatetimeFunctionsFailed: TestSuite.sheets-InformationFunctions

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 263/307 (86%)FILES 2209/4542 (49%)CLASSES 2209/4542 (49%)LINE 
115733/432672 (27%)CONDITIONAL 97142/169710 (57%)

By packages
  

FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/12 (0%)CONDITIONAL 0/0 
(100%)
braindump.braindumpcore
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/141 (0%)CONDITIONAL 0/0 
(100%)
braindump.plugins.stateshape
FILES 4/14 (29%)CLASSES 4/14 (29%)LINE 22/281 (8%)CONDITIONAL 
1/2 (50%)
braindump.plugins.webshape
FILES 4/9 (44%)CLASSES 4/9 (44%)LINE 22/299 (7%)CONDITIONAL 1/2 
(50%)
braindump.src
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/3 (0%)CONDITIONAL 0/0 
(100%)
devtools.rng2cpp
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 639/742 (86%)CONDITIONAL 
568/654 (87%)
filters.libmso
FILES 10/12 (83%)CLASSES 10/12 (83%)LINE 881/7700 
(11%)CONDITIONAL 2319/3980 (58%)
filters.libmso.generated
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 4205/11203 
(38%)CONDITIONAL 5061/9234 (55%)
filters.libmsooxml
FILES 2/34 (6%)CLASSES 2/34 (6%)LINE 3/8064 (0%)CONDITIONAL 2/4 
(50%)
filters.libmsooxml.generated
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/743 (0%)CONDITIONAL 0/0 
(100%)
filters.libodf2
FILES 6/28 (21%)CLASSES 6/28 (21%)LINE 97/1629 (6%)CONDITIONAL 
86/172 (50%)
filters.libodf2.chart
FILES 0/3 (0%)CLASSES 0/3 (0%)LINE 0/582 (0%)CONDITIONAL 0/0 
(100%)
filters.sheets.excel.sidewinder
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 695/726 (96%)CONDITIONAL 
2175/3864 (56%)
filters.sheets.xlsx
FILES 4/5 (80%)CLASSES 4/5 (80%)LINE 111/276 (40%)CONDITIONAL 
85/170 (50%)
filters.stage.powerpoint
FILES 8/9 (89%)CLASSES 8/9 (89%)LINE 1653/2693 (61%)CONDITIONAL 
2284/3994 (57%)
filters.stage.powerpoint.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 55/57 (96%)CONDITIONAL 
104/206 (50%)
int

Re: Further 2.9.x release plan

2015-09-08 Thread Friedrich W. H. Kossebau
Am Montag, 7. September 2015, 18:55:56 schrieb Jaroslaw Staniek:
> Hi,
> How many releases would you see for the 2.9 series?
> Is it possible to deduce already?
> 
> And is October 7 for 2.9.8 a good fit for you?

For the things I oversee (Okular plugins, Plan, thumbnailer) I currently do 
not plan more work (unless grave bugs are reported) in 2.9, but instead 
completely focus on 3.0.

So any number of 2.9 releases you need for the other components of Calligra is 
fine with me. And Oct. 7th works for me as well, no further work scheduled 
right now for 2.9 for me.

Cheers
Friedrich
___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra calligra-2.9 stable-qt4 » Linux,NoOpenGL,gcc - Build # 239 - Aborted!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD ABORTED
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20stable-qt4/PLATFORM=Linux,Variation=NoOpenGL,compiler=gcc/239/
Project: PLATFORM=Linux,Variation=NoOpenGL,compiler=gcc
Date of build: Tue, 08 Sep 2015 15:15:13 +
Build duration: 7.3 sec

CHANGE SET
No changes
___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra calligra-2.9 latest-qt4 » Linux,All,gcc - Build # 25 - Aborted!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD ABORTED
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20latest-qt4/PLATFORM=Linux,Variation=All,compiler=gcc/25/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 14:09:49 +
Build duration: 27 min

CHANGE SET
Revision 2a953ecdb3ca9347fe22ea5359d175efc6515e5e by boud: (Add a random little 
easter egglet.)
  change: edit krita/ui/kis_splash_screen.cpp
  change: edit krita/main.cc
  change: add krita/data/splash/splash_summer_holidays.xpm
___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra calligra-2.9 stable-qt4 » Linux,All,gcc - Build # 239 - Aborted!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD ABORTED
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20stable-qt4/PLATFORM=Linux,Variation=All,compiler=gcc/239/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 15:15:13 +
Build duration: 7.8 sec

CHANGE SET
No changes
___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Re: Review Request 124630: Use SHARE_INSTALL_PREFIX instead of {INSTALL_PREFIX, }share

2015-09-08 Thread Heiko Becker

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124630/
---

(Updated Sept. 8, 2015, 7:05 nachm.)


Review request for Calligra.


Changes
---

s/DATA_INSTALL_DIR/SHARE_INSTALL_PREFIX/


Summary (updated)
-

Use SHARE_INSTALL_PREFIX instead of {INSTALL_PREFIX,}share


Repository: calligra


Description
---

Allowing to configure the install location, which is helpful with a
multiarch layout, where prefix might be something like /usr/ but
arch independent data should be installed to /usr/share/...


Diffs (updated)
-

  active/CMakeLists.txt 8fa0c6f 
  krita/data/profiles/CMakeLists.txt a2a997b 
  krita/data/profiles/elles-icc-profiles/CMakeLists.txt 8aa5a83 

Diff: https://git.reviewboard.kde.org/r/124630/diff/


Testing (updated)
---

tquiChecked that the affected files get installed into the desired location.


Thanks,

Heiko Becker

___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Re: Review Request 124630: Use SHARE_INSTALL_PREFIX instead of {INSTALL_PREFIX, }share

2015-09-08 Thread Heiko Becker


> On Aug. 10, 2015, 12:28 nachm., Friedrich W. H. Kossebau wrote:
> > krita/data/profiles/CMakeLists.txt, line 8
> > 
> >
> > This is not a proper substitution:
> > `${DATA_INSTALL_DIR}` points to `share/apps`, while here the files 
> > should be installed to `share/color` (so with `color` on the same level as 
> > `apps`, like `icons`, `sounds` etc.
> > 
> > Which results in all files now installed in wrong location 
> > `share/apps/color`, instead of `share/color`.
> > 
> > So breaks things completely.
> > 
> > Not sure what you are trying to fix exactly:
> > How does using `${DATA_INSTALL_DIR}` vs. `${CMAKE_INSTALL_PREFIX}` fix 
> > the mentioned problem? IIRC (well, just looked up again) 
> > `FindKDE4Internal.cmake` derives `DATA_INSTALL_DIR` from 
> > `${CMAKE_INSTALL_PREFIX}`.
> 
> Heiko Becker wrote:
> Perhaps I was carried away by usage of ${DATA_INSTALL_DIR} everywhere 
> else. Sorry for that.
> 
> And to answer the second question, it works because ${DATA_INSTALL_DIR} 
> derives from ${SHARE_INSTALL_PREFIX}, which itself indeed derives from 
> ${CMAKE_INSTALL_PREFIX}, but one can set it to a different location.
> 
> `DESTINATION ${SHARE_INSTALL_PREFIX}/color/icc/krita` also looks like a 
> correct fix.
> 
> Using the variables defined by ecm's KDEInstallDirs would even be a 
> better fix, in my opinion. But seeing that KDEInstallDirs is already 
> included, I guess this isn't done to keep the delta during porting as small 
> as possible?
> 
> Boudewijn Rempt wrote:
> For now I've reverted the commit: the default profiles were not showing 
> up for our testers. I'm fine with any patch that fixes that, of course :-)
> 
> Friedrich W. H. Kossebau wrote:
> > ${SHARE_INSTALL_PREFIX}
> 
> That one is an internal variable, no? At least it is not documented to be 
> "exported", but perhaps it still might be save enough to rely on it.
> Still, how can one "set it to a different location"?
> 
> For ECM-based build system (i.e. Calligra frameworks branch), which var 
> would be the one to use?

Sorry for the late update/answer.


>> ${SHARE_INSTALL_PREFIX}

> That one is an internal variable, no? At least it is not documented to be 
> "exported", but perhaps it still might be save enough to rely on it.
> Still, how can one "set it to a different location"?

The cmake magic behind _set_fancy in FindKDE4Internal:
https://quickgit.kde.org/?p=kdelibs.git&a=blob&h=7d54b9b83b999f6a6e8541f8e8b89e0b2a105703&hb=4f61f995f05ce9d3fa1bd43e11278ae216552466&f=cmake%2Fmodules%2FFindKDE4Internal.cmake#l765

And it's already used in calligra.


> For ECM-based build system (i.e. Calligra frameworks branch), which var would 
> be the one to use?

In this case probably KDE_INSTALL_FULL_DATAROOTDIR, but KDEInstallDirs has a 
bunch of variables for icons, appstream metadata, etc.:

http://api.kde.org/ecm/kde-module/KDEInstallDirs.html


- Heiko


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124630/#review83653
---


On Sept. 8, 2015, 7:05 nachm., Heiko Becker wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124630/
> ---
> 
> (Updated Sept. 8, 2015, 7:05 nachm.)
> 
> 
> Review request for Calligra.
> 
> 
> Repository: calligra
> 
> 
> Description
> ---
> 
> Allowing to configure the install location, which is helpful with a
> multiarch layout, where prefix might be something like /usr/ but
> arch independent data should be installed to /usr/share/...
> 
> 
> Diffs
> -
> 
>   active/CMakeLists.txt 8fa0c6f 
>   krita/data/profiles/CMakeLists.txt a2a997b 
>   krita/data/profiles/elles-icc-profiles/CMakeLists.txt 8aa5a83 
> 
> Diff: https://git.reviewboard.kde.org/r/124630/diff/
> 
> 
> Testing
> ---
> 
> tquiChecked that the affected files get installed into the desired location.
> 
> 
> Thanks,
> 
> Heiko Becker
> 
>

___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Re: Coding standard for qdebug in libs

2015-09-08 Thread Friedrich W. H. Kossebau
Am Samstag, 5. September 2015, 12:55:28 schrieb Jaroslaw Staniek:
> With increasing modularity it's quite important
> for our debugging needs to have logging categories.

Agreed.

> A scheme could be like
> {libnamelowercase}{Debug|Warning|Critical}()

+1 for that scheme. Simply because that namespace-prefixing seems to match the 
usual namespace-prefixing as done with classes/files, don't see another reason 
for/against.

> I also propose to use a libname prefix for the header name. This is
> what many bits in KF5 do. So we won't have to deal with dozens files
> prefixed with "Debug" soon (so libpigment's DebugPigment.h could
> become PigmentDebug.h or pigment_debug.h).

When I looked into debug porting for libs/ last week (still need to complete 
end of next week, so anyone wants to take over meanwhile? no code yet written 
here), I wondered if installed headers better should not include any debug-
only headers at all.
But with publix/exported templates which need/better have debug statements 
that might be unavoidable. Still not really sure though, it somehow seems 
dirty to me :)

Cheers
Friedrich
___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Re: Coding standard for qdebug in libs

2015-09-08 Thread Jaroslaw Staniek
On 8 September 2015 at 21:31, Friedrich W. H. Kossebau  wrote:
> Am Samstag, 5. September 2015, 12:55:28 schrieb Jaroslaw Staniek:
>> With increasing modularity it's quite important
>> for our debugging needs to have logging categories.
>
> Agreed.
>
>> A scheme could be like
>> {libnamelowercase}{Debug|Warning|Critical}()
>
> +1 for that scheme. Simply because that namespace-prefixing seems to match the
> usual namespace-prefixing as done with classes/files, don't see another reason
> for/against.
>
>> I also propose to use a libname prefix for the header name. This is
>> what many bits in KF5 do. So we won't have to deal with dozens files
>> prefixed with "Debug" soon (so libpigment's DebugPigment.h could
>> become PigmentDebug.h or pigment_debug.h).
>
> When I looked into debug porting for libs/ last week (still need to complete
> end of next week, so anyone wants to take over meanwhile? no code yet written
> here), I wondered if installed headers better should not include any debug-
> only headers at all.

*debug.h should not be installed. I see that KF5 does not install own headers.

> But with publix/exported templates which need/better have debug statements
> that might be unavoidable. Still not really sure though, it somehow seems
> dirty to me :)

Is there at least such a case in calligra.git? We can add a template
specialization and keep the implementation in .cpp.

Thanks for the review.

-- 
regards, Jaroslaw Staniek

KDE:
: A world-wide network of software engineers, artists, writers, translators
: and facilitators committed to Free Software development - http://kde.org
Calligra Suite:
: A graphic art and office suite - http://calligra.org
Kexi:
: A visual database apps builder - http://calligra.org/kexi
Qt Certified Specialist:
: http://www.linkedin.com/in/jstaniek
___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra master kf5-qt5 » Linux,All,gcc - Build # 55 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/55/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 16:40:03 +
Build duration: 59 min

CHANGE SET
Revision 4e07fcef30dc55af5e9f3d3e4f51be99d392b2b7 by scripty: (SVN_SILENT made 
messages (.desktop file) - always resolve ours)
  change: edit karbon/stencils/Cisco/wavelength_router.desktop
  change: edit karbon/stencils/Lights/Blacklight.desktop
  change: edit karbon/stencils/Renewable_Energy/collection.desktop
  change: edit plan/plugins/schedulers/tj/plantjscheduler.desktop
  change: edit 
krita/data/templates/design/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.desktop
  change: edit karbon/stencils/Cisco/mcu.desktop
  change: edit words/part/wordspart.desktop
  change: edit kexi/migration/pqxx/keximigrate_pqxx.desktop
  change: edit karbon/stencils/BPMN/Start-Event-Rule.desktop
  change: edit karbon/stencils/Cisco/communications_server.desktop
  change: edit karbon/stencils/Cisco/generic_gateway.desktop
  change: edit plan/templates/Simple/Basicproject.desktop
  change: edit karbon/stencils/Cisco/atm_router.desktop
  change: edit krita/data/templates/texture/Texture2k32bitscalar.desktop
  change: edit karbon/stencils/Cisco/pbx_switch.desktop
  change: edit karbon/stencils/Cisco/virtual_layer_switch.desktop
  change: edit karbon/stencils/Cisco/ciscoworks_man.desktop
  change: edit karbon/stencils/Cisco/androgynous_person.desktop
  change: edit filters/karbon/image/calligra_filter_karbon2image.desktop
  change: edit sheets/functions/kspreadtextmodule.desktop
  change: edit karbon/stencils/Flags/china_macao.desktop
  change: edit karbon/stencils/Cisco/workstation.desktop
  change: edit karbon/stencils/LST/decider_subsystem.desktop
  change: edit 
krita/plugins/extensions/dockers/advancedcolorselector/krita_colorselectorng.desktop
  change: edit karbon/stencils/Assorted/square.desktop
  change: edit karbon/stencils/Cisco/programmable_switch.desktop
  change: edit karbon/data/karbon_plugin.desktop
  change: edit karbon/stencils/Cisco/layer_2_remote_switch.desktop
  change: edit karbon/stencils/Cisco/lan_to_lan.desktop
  change: edit karbon/stencils/LST/encoder.desktop
  change: edit karbon/stencils/BPMN/Intermediate-Event-Message.desktop
  change: edit plugins/vectorshape/calligra_shape_vector.desktop
  change: edit karbon/stencils/Cisco/pc_software.desktop
  change: edit karbon/stencils/Assorted/trapezoid.desktop
  change: edit karbon/stencils/Cisco/optical_amplifier.desktop
  change: edit karbon/stencils/Gane_and_Sarson/data_store.desktop
  change: edit karbon/stencils/CMOS/pmos_v.desktop
  change: edit 
filters/stage/powerpoint/libokularGenerator_powerpoint_calligra.desktop
  change: edit karbon/stencils/Civil/civil_rotor.desktop
  change: edit karbon/stencils/Cisco/lan2lan_switch.desktop
  change: edit karbon/stencils/Cisco/icm.desktop
  change: edit karbon/stencils/Cisco/callmanager.desktop
  change: edit karbon/stencils/Flags/china_roc.desktop
  change: edit 
krita/data/templates/design/Designcinema16_10_2484x1200_96dpiRGB_8bit_.desktop
  change: edit karbon/stencils/Central_Data_Processing/Server_Rack_1U.desktop
  change: edit krita/plugins/formats/heightmap/krita_heightmap_import.desktop
  change: edit karbon/stencils/Scenegraph/transform.desktop
  change: edit karbon/stencils/Contact/c_ifnot.desktop
  change: edit karbon/stencils/Cisco/front_end_processor.desktop
  change: edit 
karbon/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.desktop
  change: edit karbon/stencils/Cisco/running_man_subdued.desktop
  change: edit krita/plugins/formats/ppm/krita_ppm_import.desktop
  change: edit karbon/stencils/Civil/civil_vertical_limiting_line.desktop
  change: edit kexi/plugins/forms/kexi_formplugin.desktop
  change: edit karbon/stencils/Circuit2/triac.desktop
  change: edit karbon/stencils/Cisco/atm3800.desktop
  change: edit karbon/stencils/Cisco/centri_firewall.desktop
  change: edit krita/data/templates/texture/Texture1k32bitscalar.desktop
  change: edit karbon/stencils/Cisco/dslam.desktop
  change: edit plugins/pluginshape/calligra_shape_plugin.desktop
  change: edit karbon/stencils/Cisco/laptop.desktop
  change: edit karbon/stencils/Cisco/ios_slb.desktop
  change: edit karbon/stencils/Circuit/vinductor_de.desktop
  change: edit karbon/stencils/Cisco/universal_gateway.desktop
  change: edit karbon/stencils/BPMN/Intermediate-Event-Rule.desktop
  change: edit karbon/stencils/Cisco/standing_man.desktop
  change: edit karbon/stencils/Cisco/branch_office_blue.desktop
  change: edit plan/plugins/schedulers/rcps/planrcpsscheduler.desktop
  change: edit karbon/stencils/Cisco/vip.desktop
  change: edit karbon/stencils/Cisco/optical_transport.desktop
  change: edit karbon/stencils/Cisco/mux.desktop
  change: edit karbon/stencils/Cisco/ip_telephony_router.desktop
  change: edit krita/data/templates/texture/Texture256x2568bitsrgb.d

Jenkins-kde-ci: calligra master kf5-qt5 » Linux,All,gcc - Build # 56 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/56/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 20:13:27 +
Build duration: 1 hr 0 min

CHANGE SET
Revision b6a2decd0a1dcb42247488291ed2ed53408b557e by boud: (Rename 
KoFileDialog::url(s) to filename(s))
  change: edit libs/widgets/KoFileDialogTester.cpp
  change: edit krita/plugins/extensions/resourcemanager/resourcemanager.cpp
  change: edit gemini/desktopviewproxy.cpp
  change: edit krita/ui/dialogs/kis_dlg_preferences.cc
  change: edit krita/ui/widgets/kis_url_requester.cpp
  change: edit krita/plugins/extensions/imagesplit/imagesplit.cpp
  change: edit krita/plugins/extensions/bigbrother/bigbrother.cc
  change: edit krita/ui/KisMainWindow.cpp
  change: edit krita/plugins/extensions/dockers/lut/lutdocker_dock.cpp
  change: edit krita/ui/KisOpenPane.cpp
  change: edit karbon/ui/KarbonView.cpp
  change: edit sheets/dialogs/CSVDialog.cpp
  change: edit krita/ui/kis_image_manager.cc
  change: edit 
krita/plugins/extensions/separate_channels/kis_channel_separator.cc
  change: edit libs/widgets/KoResourceItemChooser.cpp
  change: edit libs/main/KoOpenPane.cpp
  change: edit gemini/MainWindow.cpp
  change: edit krita/ui/kis_node_manager.cpp
  change: edit krita/gemini/MainWindow.cpp
  change: edit 
krita/plugins/assistants/RulerAssistant/kis_ruler_assistant_tool.cc
  change: edit words/part/author/CoverSelectionDialog.cpp
  change: edit libs/widgets/KoFileDialog.h
  change: edit libs/main/KoDocument.cpp
  change: edit krita/ui/dialogs/kis_dlg_layer_style.cpp
  change: edit 
krita/plugins/extensions/dockers/compositiondocker/compositiondocker_dock.cpp
  change: edit krita/ui/kra/kis_kra_loader.cpp
  change: edit krita/ui/widgets/kis_advanced_color_space_selector.cc
  change: edit libs/main/KoMainWindow.cpp
  change: edit karbon/plugins/filtereffects/ImageEffectConfigWidget.cpp
  change: edit libs/widgets/KoEditColorSetDialog.cpp
  change: edit krita/plugins/extensions/resourcemanager/dlg_create_bundle.cpp
  change: edit krita/ui/widgets/kis_color_space_selector.cc
  change: edit libs/widgets/KoFileDialog.cpp
Revision 43c66f2d8da602a9b266db10e27d774212059fee by boud: (Port away from KUrl)
  change: edit krita/plugins/extensions/bigbrother/bigbrother.cc
  change: edit krita/plugins/extensions/bigbrother/bigbrother.h
Revision 7e55303b509901131d446c57e2374c225925d689 by boud: (Add some more build 
defines)
  change: edit karbon/ui/KarbonView.cpp
  change: edit libs/odf/KoDocumentInfo.cpp
  change: edit kexi/formeditor/factories/KexiStandardFormWidgets.h
  change: edit kexi/plugins/importexport/csv/kexicsvwidgets.h
  change: edit krita/ui/kis_layer_manager.cc
  change: edit libs/odf/tests/TestOdfSettings.cpp
  change: edit krita/ui/KisApplication.cpp
  change: edit libs/main/KoTemplateTree.cpp
  change: edit libs/widgets/KoFileDialog.cpp
  change: edit gemini/cloud/dropbox/3rdparty/droprestapi.cc
  change: edit CMakeLists.txt
  change: edit words/part/author/dockers/CAuOutlinerWidget.h
  change: edit krita/ui/input/kis_input_manager_p.cpp
  change: edit libs/flake/tests/TestImageCollection.cpp
  change: edit krita/CMakeLists.txt
  change: edit stage/part/KPrHtmlExport.cpp
  change: edit karbon/plugins/whirlpinch/WhirlPinchPlugin.cpp
  change: edit filters/words/epub/OdtHtmlConverter.cpp
  change: edit karbon/plugins/filtereffects/ImageEffectConfigWidget.cpp
  change: edit sheets/dialogs/pivotsubtotals.cpp
  change: edit libs/odf/tests/TestXmlReaderWithoutSpaces.cpp
  change: edit libs/flake/KoAnnotationLayoutManager.cpp
  change: edit libs/main/KoDocument.cpp
  change: edit plugins/textshape/tests/TestStylesModel.cpp
  change: edit libs/odf/tests/TestStorage.cpp
  change: edit kexi/widget/KexiPasswordWidget.h
  change: edit plugins/formulashape/elements/MultiscriptElement.cpp
  change: edit libs/odf/tests/TestXmlReader.cpp
  change: edit krita/libpsd/asl/kis_asl_callback_object_catcher.cpp
  change: edit filters/sheets/excel/sidewinder/decrypt.cpp
  change: edit braindump/plugins/webshape/WebShape.cpp
  change: edit libs/flake/KoUnavailShape.cpp
  change: edit krita/ui/KisDocument.cpp
  change: edit krita/ui/kis_png_converter.cpp
  change: edit libs/pigment/KoCompositeColorTransformation.cpp
  change: edit plugins/musicshape/core/tests/VoiceBarTest.cpp
  change: edit libs/widgetutils/KoProperties.cpp
  change: edit libs/odf/tests/TestKoLZF.cpp
  change: edit kexi/formeditor/resizehandle.cpp
  change: edit krita/ui/KisAutoSaveRecoveryDialog.cpp
  change: edit karbon/plugins/flattenpath/FlattenPathPlugin.cpp
  change: edit words/part/dialogs/KWConfigureDialog.h
  change: edit libs/CMakeLists.txt
  change: edit plugins/musicshape/core/tests/SheetTest.cpp
  change: edit krita/ui/KisTemplateTree.cpp
  change: edit plugins/musicshape/core/tests/MusicXmlWriterTest.cpp
  change: edit libs/odf/tests/TestXmlWriter.cpp
  change: edit karbon/plugins/

Jenkins-kde-ci: calligra master kf5-qt5 » Linux,All,gcc - Build # 57 - Still Unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/57/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 08 Sep 2015 23:46:28 +
Build duration: 58 min

CHANGE SET
Revision a536ea97828cd65cad73b8ab9e324799e4211de5 by Friedrich W. H. Kossebau: 
(Sanitize checks in KoToolManager::Private::movedFocus())
  change: edit libs/flake/KoToolManager.cpp
Revision b038f2d1d9b456d00bcdd4454314a05fa421ff92 by Friedrich W. H. Kossebau: 
(Remove GLToolOutlineWorkaround, was only needed for Qt 4.6 < 4.6.3)
  change: edit krita/ui/tool/kis_tool.cc


JUNIT RESULTS

Name: (root) Failed: 18 test(s), Passed: 174 test(s), Skipped: 0 test(s), 
Total: 192 test(s)Failed: TestSuite.Plan-RCPSTesterFailed: 
TestSuite.Plan-TJ-SchedulerTesterFailed: TestSuite.Plan-TJTesterFailed: 
TestSuite.Plan-WorkPackageProxyModelTesterFailed: 
TestSuite.kchart-TestLoading-bug239802Failed: 
TestSuite.krita-image-KisStoreLimitsTestFailed: 
TestSuite.krita-paintop-EmbeddedPatternManagerTestFailed: 
TestSuite.krita-plugin-format-jpeg_testFailed: 
TestSuite.krita-plugins-formats-psd_testFailed: 
TestSuite.krita-ui-MoveStrokeTestFailed: 
TestSuite.libs-flake-TestImageCollectionFailed: 
TestSuite.libs-kotext-TestBorderFailed: 
TestSuite.libs-kotext-styles-TestStyleManagerFailed: 
TestSuite.libs-textlayout-TestBlockLayoutFailed: 
TestSuite.libs-widgetutils-KoPropertiesTestFailed: TestSuite.sheets-CellFailed: 
TestSuite.sheets-DatetimeFunctionsFailed: TestSuite.sheets-InformationFunctions

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 264/308 (86%)FILES 2214/4548 (49%)CLASSES 2214/4548 (49%)LINE 
115691/432992 (27%)CONDITIONAL 97371/169998 (57%)

By packages
  

FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/12 (0%)CONDITIONAL 0/0 
(100%)
braindump.braindumpcore
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/141 (0%)CONDITIONAL 0/0 
(100%)
braindump.plugins.stateshape
FILES 4/14 (29%)CLASSES 4/14 (29%)LINE 22/281 (8%)CONDITIONAL 
1/2 (50%)
braindump.plugins.webshape
FILES 4/9 (44%)CLASSES 4/9 (44%)LINE 22/299 (7%)CONDITIONAL 1/2 
(50%)
braindump.src
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/3 (0%)CONDITIONAL 0/0 
(100%)
devtools.rng2cpp
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 639/742 (86%)CONDITIONAL 
596/682 (87%)
filters.libmso
FILES 10/12 (83%)CLASSES 10/12 (83%)LINE 881/7700 
(11%)CONDITIONAL 2319/3980 (58%)
filters.libmso.generated
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 4205/11203 
(38%)CONDITIONAL 5061/9234 (55%)
filters.libmsooxml
FILES 2/34 (6%)CLASSES 2/34 (6%)LINE 3/8064 (0%)CONDITIONAL 2/4 
(50%)
filters.libmsooxml.generated
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/743 (0%)CONDITIONAL 0/0 
(100%)
filters.libodf2
FILES 6/28 (21%)CLASSES 6/28 (21%)LINE 97/1629 (6%)CONDITIONAL 
86/172 (50%)
filters.libodf2.chart
FILES 0/3 (0%)CLASSES 0/3 (0%)LINE 0/582 (0%)CONDITIONAL 0/0 
(100%)
filters.sheets.excel.sidewinder
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 695/726 (96%)CONDITIONAL 
2175/3864 (56%)
filters.sheets.xlsx
FILES 4/5 (80%)CLASSES 4/5 (80%)LINE 111/276 (40%)CONDITIONAL 
85/170 (50%)
filters.stage.powerpoint
FILES 8/9 (89%)CLASSES 8/9 (89%)LINE 1653/2693 (61%)CONDITIONAL 
2327/4064 (57%)
filters.stage.powerpoint.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 55/57 (96%)CONDITIONAL 
104/206 (50%)
interfaces
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 54/63 (86%)CONDITIONAL 
29/49 (59%)
karbon.common
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/153 (0%)CONDITIONAL 0/0 
(100%)
karbon.common.commands
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/65 (0%)CONDITIONAL 0/0 
(100%)
karbon.plugins.stencilbox
FILES 3/12 (25%)CLASSES 3/12 (25%)LINE 9/531 (2%)CONDITIONAL 
1/2 (50%)
karbon.plugins.tools
FILES 4/10 (40%)CLASSES 4/10 (40%)LINE 24/1162 (2%)CONDITIONAL 
1/2 (50%)
karbon.plugins.tools.CalligraphyTool
FILES 3/8 (38%)CLASSES 3/8 (38%)LINE 17/1023 (2%)CONDITIONAL 
2/4 (50%)
karbon.plugins.tools.filterEffectTool
FILES 2/18 (11%)CLASSES 2/18 (11%)LINE 10/1311 (1%)CONDITIONAL 
2/4 (50%)
karbon.ui
FILES 1/10 (10%)CLASSES 1/10 (10%)LINE 2/1566 (0%)CONDITIONAL 
2/4 (50%)
karbon.ui.commands
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/29 (0%)CONDITIONAL 0/0 
(100%)
karbon.ui.dialogs
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/59 (0%)CONDITIONAL 0/0 
(100%)
karbon.ui.dockers
FILES 0/6 (0%)CLASSES 0/6 (0%)LINE 0/613 (0%)CONDITIONAL 0/0 
(100%)
karbon.ui.widgets

Jenkins-kde-ci: calligra calligra-2.9 latest-qt4 » Linux,All,gcc - Build # 26 - Still unstable!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20latest-qt4/PLATFORM=Linux,Variation=All,compiler=gcc/26/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Wed, 09 Sep 2015 05:25:28 +
Build duration: 49 min

CHANGE SET
Revision 08b4d74da2ca871b77f870c4b72d0a7849940ea8 by scripty: (SVN_SILENT made 
messages (after extraction))
  change: edit karbon/data/karbon.appdata.xml


JUNIT RESULTS

Name: (root) Failed: 24 test(s), Passed: 300 test(s), Skipped: 0 test(s), 
Total: 324 test(s)Failed: TestSuite.krita-image-KisAsyncMergerTestFailed: 
TestSuite.krita-image-KisCageTransformWorkerTestFailed: 
TestSuite.krita-image-KisPerspectiveTransformWorkerTestFailed: 
TestSuite.krita-image-KisProcessingsTestFailed: 
TestSuite.krita-image-KisQueuesProgressUpdaterTestFailed: 
TestSuite.krita-image-KisStoreLimitsTestFailed: 
TestSuite.krita-image-KisTransformMaskTestFailed: 
TestSuite.krita-image-KisWalkersTestFailed: 
TestSuite.krita-image-LayerStylesTestFailed: 
TestSuite.krita-paintop-EmbeddedPatternManagerTestFailed: 
TestSuite.krita-plugin-format-jpeg_testFailed: 
TestSuite.krita-plugins-formats-psd_testFailed: 
TestSuite.krita-resourcemanager-ResourceBundleTestFailed: 
TestSuite.krita-ui-FillProcessingVisitorTestFailed: 
TestSuite.krita-ui-FilterStrokeTestFailed: 
TestSuite.krita-ui-KisActionManagerTestFailed: 
TestSuite.krita-ui-KisAslLayerStyleSerializerTestFailed: 
TestSuite.krita-ui-KisNodeManagerTestFailed: 
TestSuite.krita-ui-KisSelectionManagerTestFailed: 
TestSuite.krita-ui-KisZoomAndPanTestFailed: 
TestSuite.libs-textlayout-TestBlockLayoutFailed: TestSuite.sheets-CellFailed: 
TestSuite.sheets-DatetimeFunctionsFailed: TestSuite.sheets-InformationFunctions

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
 ___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


Jenkins-kde-ci: calligra calligra-2.9 stable-qt4 » Linux,NoOpenGL,gcc - Build # 240 - Successful!

2015-09-08 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/calligra%20calligra-2.9%20stable-qt4/PLATFORM=Linux,Variation=NoOpenGL,compiler=gcc/240/
Project: PLATFORM=Linux,Variation=NoOpenGL,compiler=gcc
Date of build: Wed, 09 Sep 2015 05:25:28 +
Build duration: 16 min

CHANGE SET
Revision 2a953ecdb3ca9347fe22ea5359d175efc6515e5e by boud: (Add a random little 
easter egglet.)
  change: edit krita/main.cc
  change: add krita/data/splash/splash_summer_holidays.xpm
  change: edit krita/ui/kis_splash_screen.cpp
Revision 08b4d74da2ca871b77f870c4b72d0a7849940ea8 by scripty: (SVN_SILENT made 
messages (after extraction))
  change: edit karbon/data/karbon.appdata.xml


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel