On Saturday 13 October 2012 Oct, Inge Wallin wrote: > On Saturday, October 13, 2012 08:37:01 Inge Wallin wrote: > > Hi guys, > > > > I tried to write an announcement for calligra 2.5.3 but I realised that I > > have no clue about what is fixed in it. Could all the maintainers answer > > this mail during the day and I will finish the announcement tonight. The > > text is already written, it's only the list of changes that is not done > > yet. > >
Sorry, I was in hospital yesterday. Here's the full set of fixes compared to 2.5.2, I think. boud@linux-75y0:~/kde/src/2.5> git log v2.5.1.. > fixes_in_2.5.2 commit 9bdd24a7c906c3485fe44bd128a5aab57add5761 Author: Boudewijn Rempt <[email protected]> Date: Mon Aug 27 12:31:53 2012 +0200 Don't write empty css stylesheet. commit e5365e39e37c9c87af71c401574b3eb83b2858f0 Author: Boudewijn Rempt <[email protected]> Date: Tue Oct 9 16:53:36 2012 +0200 fix compilation on arm commit 2a7c8138bab4dc356482b9253cc0c443e5907edf Author: Friedrich W. H. Kossebau <[email protected]> Date: Sun Oct 7 16:46:45 2012 +0200 fix tooltips/whatsthis for slide navigation actions in Stage REVIEW: 105703 commit b9977978411d9b432a779ff9017b69d1849ada82 Author: Friedrich W. H. Kossebau <[email protected]> Date: Fri Oct 5 14:49:12 2012 +0200 Fix bad offset of cursor markers in rulers if document is smaller than canvas (Stage/Flow) okay'ed by ingwa on irc REVIEW: 106405 commit 7a798b2c7d54bd678bf94a2b99248ecc6fc7facd Author: Cyrille Berger <[email protected]> Date: Sat Oct 6 09:47:59 2012 +0200 update to version 2.5.3 commit 967aa8af00423a3c4380afedb77d14f968830449 Author: Jaroslaw Staniek <[email protected]> Date: Fri Oct 5 01:30:14 2012 +0200 SQLite Driver: Fix possible data loss of compacted file (when process tools crash or fail for any reason) REVIEW:106728 commit ec519a2a15a865a0a9d4eff587bc72b54c4d5a65 Author: Jaroslaw Staniek <[email protected]> Date: Thu Oct 4 23:23:35 2012 +0200 update for 2.5.3 commit 6e43601ab185afbbab8d18e78bf73214a17c3e64 Author: Jaroslaw Staniek <[email protected]> Date: Thu Oct 4 22:13:24 2012 +0200 Fix the lowercase fix and db import KexiDB *A fix for the lowercase fix: keep table names in original format but compare them in case-insensitive way when needed **This way importing from databases with tables upper-case characters works Migration *Fix invalid SQL generation for database import *Fix importing from databases with tables upper-case characters BUG:307479 CCBUG:306523 REVIEW:106726 commit eaf3081d38d8f4699fbda5cd4f054553f319d5b1 Author: Jaroslaw Staniek <[email protected]> Date: Thu Oct 4 21:48:01 2012 +0200 Remove obsolete KexiDB::SchemaData::objectName() (port to Qt 4) commit b7bcbd8a01a4b6d8f7d9a84ac03fde4222362fea Author: Dag Andersen <[email protected]> Date: Thu Oct 4 13:26:17 2012 +0200 Fix unit tests This is mainly a revert of a failed attempt to work around kde unit tests handling of KDEHOME (needed for timezones etc) commit bbfd8cb70c9069a4e283dcdf46c0ec5098385a40 Author: Dag Andersen <[email protected]> Date: Thu Oct 4 12:53:56 2012 +0200 GIT_SILENT fix copy mistakes commit f5e6488c4e2403741494f6c78552d8e68ad851a6 Author: Dag Andersen <[email protected]> Date: Thu Oct 4 09:15:52 2012 +0200 Fix crashing will adding subtask Do not paint tree indicator for invisible items. BUG: 307450 FIXED-IN: 2.5.3 commit aedb3d00414f0b6c476b73a139a4214f58d30b66 Author: Dag Andersen <[email protected]> Date: Thu Oct 4 09:09:35 2012 +0200 Fix Bug 307809 - TJ scheduler does not respect resource availablefrom/-until BUG: 307809 FIXED_IN: 2.5.3 commit 00dbd98f69d90bdc9a26daff781034464aceb81e Author: Dmitry Kazakov <[email protected]> Date: Tue Oct 2 20:22:16 2012 +0400 Fixed cherry-picking errors commit aaa1ab6215796dfcd45b5d492c32644c55e8a27d Author: Dmitry Kazakov <[email protected]> Date: Mon Sep 3 12:56:58 2012 +0400 Fixed compilation of SpaceNavigatorDevice commit 17fafe9b3bde67839771dc0a9df1a074c38a1771 Author: Dmitry Kazakov <[email protected]> Date: Sun Sep 2 23:20:01 2012 +0400 Fixed Zoom/Pan with vastScrolling disabled This patch finishes the set of patches which fixed bugs in zoom/pan and added tests for it. This patch introduces the following: 1) We don't use documentOrigin() anymore. At all. The centering is done directly inside the transformation inside the KisCoordinatesConverter. 2) Fixed bug when KisCanvasController used setScrollBarValue() for correcting the offset, which caused poisoning of preferredCenterFractionX/Y. This was quite subtle bug. 3) Added tests for rotation of the canvas with and without vast scrolling BUG:296203 commit a599703651f99402e5afd16624d3f9b562190917 Author: Dmitry Kazakov <[email protected]> Date: Sat Sep 1 22:45:08 2012 +0400 Added a test for limited zoom commit 9adcb6f7523cd40abf9c5ca11b536c834f5099b1 Author: Dmitry Kazakov <[email protected]> Date: Sat Sep 1 22:14:51 2012 +0400 Fixed zoom-pan test to tolerate rounding commit 8913fa3e3e9920fcbcb66681f1c2d335eb4d1eca Author: Dmitry Kazakov <[email protected]> Date: Sat Sep 1 18:17:45 2012 +0400 Fixed a limited zooming bug in KoCanvasControllerWidget When you tried to zoom-in/out with current zoom level equal to the maximum/minimum allowed zoom level the canvas jumped, because the preferred center used to change, but the zoom level not. Now the setting of the new preferred center is part of KoZoomController::setZoom so it can calculate the right value of the offset basing on the real change of the zoom level. commit 72e7522fc27855cb8dd27b8259970d4cb2c894b3 Author: Dmitry Kazakov <[email protected]> Date: Fri Aug 31 22:08:55 2012 +0400 [revertme] commit 9f8dd3466ff62a08dca91f5dacfa9b9eace187fb Author: Dmitry Kazakov <[email protected]> Date: Sun Apr 8 14:22:36 2012 +0400 Added tests for mirroring commit 822278cdb5991c44772deae1a40100ba5b57c223 Author: Dmitry Kazakov <[email protected]> Date: Sun Apr 8 14:09:34 2012 +0400 updateOffsetAfterTransform() is not needed anymore commit dc6842db89bc22ee169d97a1db9fa177b75dde19 Author: Dmitry Kazakov <[email protected]> Date: Tue Oct 2 16:36:02 2012 +0400 Fixed zooming of the rotated canvas Now the zooming process is much easier to understand than it used to be. No additional pan is needed in various places. FitPage and FitWidth now work for rotated images as well BUG:297657 Conflicts: krita/ui/canvas/kis_canvas2.cpp krita/ui/canvas/kis_canvas2.h commit 99d50c46af35f8f38ea6b3372890a7362d37c621 Author: Dmitry Kazakov <[email protected]> Date: Sat Apr 7 18:20:31 2012 +0400 Do not return bogus preferred center values when the scroll bars are hidden This change doesn't affect any other applications, because when the bars are hidden automatically by QAbstractScrollArea the value of the preferred center is irrelevant, because the range of scroll bars is set to (0,0). BUG:295965 commit 54633fcc6128f97da3230dc96005bd969d0dad94 Author: Dmitry Kazakov <[email protected]> Date: Sat Apr 7 14:32:42 2012 +0400 Added a test for a comprehensive testing of the zoom/pan actions The test is KisZoomAndPanTest. Currently it fails in the fullscreen mode, see bug 295965 for more info. The following changes had to be done: 1) KoCanvasController::preferredCenter() is now QPointF to avoid excessive rounding. It is used only in one place outside the controller class (which I changed to conform old behavior), so it should not cause any regressions. 2) Removed scrollToCenterPoint() to avoid excessive rounding. It used to use QPoint as an argument. commit ac59c056c6f4158a0c6490fe2ee3b389e88d07f7 Author: Dag Andersen <[email protected]> Date: Tue Oct 2 15:42:59 2012 +0200 Backport: Set number of hours pr day so TJ can handle estimate correctly CCBUG: 307662 commit 27242f8819b2f582a08d2d81ca75526c016af0ac Author: Dag Andersen <[email protected]> Date: Tue Oct 2 15:41:06 2012 +0200 Backport: Always check appointments to avoid overbooking resources This only bites when a task is interrupted bu another task, e.g. when there are timing constraints. CCBUG: 307662 commit 13b28dd55eda7cd63483a4daeefc5f86a63cae42 Author: Script Kiddy <[email protected]> Date: Mon Oct 1 15:45:45 2012 +0200 SVN_SILENT made messages (.desktop file) commit 65305dc2f77b0ec9c876b90b05425b4fb8080d5a Author: Boudewijn Rempt <[email protected]> Date: Sat Sep 29 13:09:43 2012 +0200 Make sure that if we increase brush size, it gets increased Some predefined brushes have a default size that gives very small increments. These increments then don't get added because the brush size slider only handles two decimals. BUG:300335 commit beb47aa5215e7080e6682e909397cfd1b7dfd39e Author: Boudewijn Rempt <[email protected]> Date: Sat Sep 29 12:29:01 2012 +0200 Fix build Build broke because I make the KoResoruceItemView a QObject, so use a proper getter instead. commit a6642114bb0f8e02233c13f37fd2244cc50f1061 Author: Boudewijn Rempt <[email protected]> Date: Sat Sep 29 12:02:33 2012 +0200 Select a resource by cursoring through the table BUG:304056 commit c82b3838e00511e1d288c358df973c5cf4c080d6 Author: Inge Wallin <[email protected]> Date: Fri Sep 28 14:41:06 2012 +0200 Make sheets compile with clang++ -std=c++11 Thanks to arrowdodger for the patch commit 28f244e8f3c746fb528ef0294f090c75fff2ebb5 Author: Inge Wallin <[email protected]> Date: Fri Sep 28 14:38:42 2012 +0200 Make the Sheets filters compile with clang++ -std=c++11 Thanks to arrowdodger for the patch. commit 8af1a767e98b20adedb475ea58a99a8e28c25b7b Author: Boudewijn Rempt <[email protected]> Date: Thu Sep 27 16:23:52 2012 +0200 Only allow to start the color theme kcm on X11 On Windows, it doesn't work since we don't ship the kcm system. BUG:305331 commit 3276ba96896c35b9041eb7b8f728980a9b7a0047 Author: Script Kiddy <[email protected]> Date: Wed Sep 26 02:16:02 2012 +0200 SVN_SILENT made messages (.desktop file) commit 3e4baee10fab0d9beb5b676ab68ae11cf44943c0 Author: Script Kiddy <[email protected]> Date: Mon Sep 24 16:40:52 2012 +0200 SVN_SILENT made messages (.desktop file) commit 7d464383f7246dbad6b28ca78f7f9e571c0d4279 Author: Script Kiddy <[email protected]> Date: Sun Sep 23 16:16:11 2012 +0200 SVN_SILENT made messages (.desktop file) commit 73437d8d7f0401bf132b0fcbc7cbc21caaf3d811 Author: Jaroslaw Staniek <[email protected]> Date: Fri Sep 21 23:47:45 2012 +0200 Main Window: Fix crashes on Kexi closing BUG:299484 FIXED-IN:2.5.3 commit 93af42ecb7bafce9a46396b8aaa3398ab22bdb4c Author: Script Kiddy <[email protected]> Date: Thu Sep 20 16:13:32 2012 +0200 SVN_SILENT made messages (.desktop file) commit 4964623298f50677738d6a9a7075471940f2aedf Author: Dag Andersen <[email protected]> Date: Thu Sep 20 14:36:18 2012 +0200 Keep population size correct to avoid accessing lists outside boundaries CCBUG: 306734 commit 507ceb90d26ca1ead6b53ca21a157aabe86d200b Author: Jaroslaw Staniek <[email protected]> Date: Wed Sep 19 14:58:07 2012 +0200 GIT_SILENT int->uint commit 62b6183ffb2036add04633622354ee0559f0b2ed Author: Jaroslaw Staniek <[email protected]> Date: Wed Sep 19 14:53:14 2012 +0200 KexiDB: fix loading maximumListRows property of lookup field schema (noncritical because it is not yet used) commit 443f1f559460daa57c5b82dfb7aeeac56b593c39 Author: Dag Andersen <[email protected]> Date: Wed Sep 19 09:30:12 2012 +0200 GIT_SILENT Changelog commit 47fd94b3959015c29ee5e5fc2249a7d0f07e8caf Author: Dag Andersen <[email protected]> Date: Wed Sep 19 09:24:29 2012 +0200 Backport: Fix potential crash if irand returns max value. This *may* be the cause of bug 306734 but I am not certain CCBUG: 306734 commit 3de5cdc6dea7114f85f6c0bfec2ed5923ec3d629 Author: Dag Andersen <[email protected]> Date: Wed Sep 19 09:21:47 2012 +0200 Backport: Disable calculate action when calculating to avoid potential crash commit e5f535944132105f9acbe02f1042e1725c515f99 Author: Boudewijn Rempt <[email protected]> Date: Tue Sep 4 15:14:51 2012 +0200 Fix compilation with latest lcms2.4 rc commit 879172a71ea7c512910cd64450bc007c84450390 Author: Script Kiddy <[email protected]> Date: Mon Sep 17 16:09:27 2012 +0200 SVN_SILENT made messages (.desktop file) commit ef7b453aa578f46e47081882a507fde9bf064b79 Author: Jaroslaw Staniek <[email protected]> Date: Wed Sep 12 14:43:47 2012 +0200 Fix possible crash when saving changes to design of table used elsewhere BUG:306672 FIXED-IN:2.5.3 commit 7195f207dbe0f579ea99f0117f75e6d53f29677f Author: Jaroslaw Staniek <[email protected]> Date: Tue Sep 11 01:29:27 2012 +0200 Query Designer: Fix: Missing "*" (All Columns) item in Query Designer It was present in Kexi 2.2 and ealier. *regression introduced in commit 414b0464208001 BUG:306577 FIXED-IN:2.5.3 commit 155a2247184551385c1fddc7d3dc1afb660e7613 Author: Jaroslaw Staniek <[email protected]> Date: Mon Sep 10 01:06:45 2012 +0200 Force lowercase letters for object ids; fix for not-all-lowercase names General *Force lower case letters for object identifiers (except for widget names) **This adds consstency and fixes issue with **Also fix support for objects renamed to not-all-lowercase in earlier version of Kexi. BUG:306523 FIXED-IN:2.5.3 REVIEW:106411 commit 1549c4973519da5ba4ca297f1bb94d1383bcbd0d Author: Jaroslaw Staniek <[email protected]> Date: Fri Sep 7 23:51:57 2012 +0200 Main window: for consistency display names in tab bars, not captions (names are displayed in the Project Navigator too) commit d39108c22626d7f2c64c75e3f10f8e4c5278e070 Author: Script Kiddy <[email protected]> Date: Sat Sep 8 16:25:09 2012 +0200 SVN_SILENT made messages (.desktop file) commit f30bbbae6646d8aac57161c570646f4a72875182 Author: Cyrille Berger <[email protected]> Date: Sat Sep 8 08:08:51 2012 +0200 update to version 2.5.2 commit 3c0572f9632ccac2b77e316dad64737a01579d58 Author: Thorsten Zachmann <[email protected]> Date: Fri Sep 7 06:18:17 2012 +0200 Fix displaying of shapes in document docker (cherry picked from commit f0d029087dad594296fe25d62102d659ec55d570) commit 483663fc1fbad4af9ab241aacd04f5b4e8b29384 Author: Dag Andersen <[email protected]> Date: Fri Sep 7 11:18:56 2012 +0200 Backport: Load owner/owner-id correct when loading kplato format xml commit 1b09b3e9822b9386c97f2b474efdf4595e9ddada Author: Thorsten Zachmann <[email protected]> Date: Wed Sep 5 21:16:30 2012 +0200 Fix reording of shapes. The problem is located in the code that the min zIndex was set to -2^13 which equals -13 instead of -2 << 12; The patch fixes that be calculating the minium zIndex from the defined MaxZIndex BUG: 306309 (cherry picked from commit 1133dfb085eb196fff130d9a0c876e4b9c78d641) commit 439cc1795d63a3a32b970ec106b016c5e91c1478 Author: Thorsten Zachmann <[email protected]> Date: Wed Sep 5 21:02:31 2012 +0200 Fix resizing of horizontal/vertical lines When resizing a horizontal or vertical line with the tool options calligra applications crash. This fixes that by setting the scaling for width/height to 1 if division by 0 would occur. REVIEW: 106327 BUG: 306133 (cherry picked from commit 0cfb997dca096dc388d9150e3a031595c73fcd24) commit 0aa6ad84b3a364b20249fb2e34f1190bf86bc546 Author: Yuri Chornoivan <[email protected]> Date: Tue Aug 28 20:46:53 2012 +0300 Show Calendar plugin on Plugins page of configuration. commit 8a237521e43cd738cca61d29a1618d6b418a45cd Author: Yuri Chornoivan <[email protected]> Date: Mon Aug 27 20:19:15 2012 +0300 Enabling Sheets to show plugin items on Configure Sheets/Plugins page REVIEW: 106220 BUG: 291343 commit 05f238b7a5e8d4a1f180a450e0c46220c12a477f Author: Yuri Chornoivan <[email protected]> Date: Sun Sep 2 20:23:02 2012 +0300 Add missing Formula Shape icons derived from the previous work. As stated by the original authors in the LICENSE file to original work http://websvn.kde.org/trunk/KDE/kdeartwork/IconThemes/kdeclassic/LICENSE?view=markup The images inside this directory are COMPLETELY FREE for commercial and non-commercial use. Clarification: this means you can copy, modify and redistribute them. commit 8721bd8c28d92b1b463039421a1f5b1c4bd4fba1 Author: Script Kiddy <[email protected]> Date: Sun Sep 2 15:50:23 2012 +0200 SVN_SILENT made messages (.desktop file) commit 4b16c4f5caebaea70b32042ce35a9f4186533fe7 Author: Jaroslaw Staniek <[email protected]> Date: Sat Sep 1 23:16:06 2012 +0200 Fix bug SQL Editor's history is not functional by hiding it in 2.5 BUG:306145 REVIEW:106308 commit 51c6b797590ad27eb7992b72c795ba9edaaa4474 Author: Script Kiddy <[email protected]> Date: Sat Sep 1 16:53:36 2012 +0200 SVN_SILENT made messages (.desktop file) commit a12f5ec5e9921a6a13601f8cde821b27bdf95960 Author: Thorsten Zachmann <[email protected]> Date: Sat Sep 1 10:07:20 2012 +0200 Fix unwanted offset after cancel slide show. When running a presentation that does not fill the full screen e.g. due to screen ratio and slide ratio do not match and the presentation is stopped during the presentation there can be an offset in the slide after the presentation mode is left. The offset happens only if the zoom level is smaller then the screen or it is fit to screen/fit to width. Zooming in fixes the problem once the slide is bigger then the screen. BUG: 306118 commit 337f34de8c0ece562f4e4e677f65278fd6a491e6 Author: Jaroslaw Staniek <[email protected]> Date: Sun Aug 26 01:21:31 2012 +0200 Query Designer: Make string concatenation operator || work BUG:305793 FIXED-IN:2.5.2 REVIEW:106199 commit 541fde137c0d1835160cf9b05b37cf42c41333e9 Author: Thorsten Zachmann <[email protected]> Date: Sat Sep 1 06:49:32 2012 +0200 Repaint picture shape is after it is inserted Be sure to trigger a repaint after a new image is inserted. This fixes the problem that the image is not visible directly on insert in karbon. BUG: 305548 (cherry picked from commit 9190097efde78cfa4848392bd5a23cf0f8a4ec8e) commit 478238c672013757d1bebad8eb2a23dbd566b6ac Author: Boudewijn Rempt <[email protected]> Date: Thu Aug 30 20:16:28 2012 +0200 Remove the entire bookkeeping of the dirty rect for the temp layer When indirect painting, we don't care which part of the temp paint device is actually painted on; when the time comes to merge it, KisPaintDevice can tell us. Idea by Dmitry, inspired by me :-) commit baa11960bb59b0ba45fb8a2a01010e5be7c03e5e Author: Boudewijn Rempt <[email protected]> Date: Wed Aug 29 21:30:59 2012 +0200 Change QRegion to QRect in KisIndirectPaintSupport Instead of adding a rect to a region for every dab, we coalesce the footprints into a big rect. This makes painting faster, but at the end of the stroke we do much more work since we bitBlt the whole united rect to the target layer, instead of just the rects the stroke touched. Note: we might be able to remove the mutex, too. commit 5451405036897387c9b61b5d6c27ee2b3721f83c Merge: bd42a11 0c5f8c4 Author: Lukáš Tvrdý <[email protected]> Date: Thu Aug 30 22:03:50 2012 +0200 Merge branch 'calligra/2.5' of git://anongit.kde.org/calligra into calligra/2.5 commit bd42a11750417fe065067b383531c8370a7f38f6 Author: Lukáš Tvrdý <[email protected]> Date: Thu Aug 30 21:52:28 2012 +0200 Fix deform brush painting Bring back some removed code from iteratorsNG porting o provide sampledRawData in KisRandomSubAccessor BUG:299701 FIXED-IN:2.5.2 REVIEW:106222 commit 0c5f8c4f7019d1885ec1de5404257e97d0f67b88 Author: Jaroslaw Staniek <[email protected]> Date: Thu Aug 30 13:48:55 2012 +0200 update CHANGELOG GIT_SILENT commit 1ea4bba93e5a0e89860da1c5083f32517d42a4d3 Author: Jaroslaw Staniek <[email protected]> Date: Thu Aug 30 13:27:52 2012 +0200 Fetch startup UI from x.y.0 URL for any x.y.z version, not from x.y.z URL FIXED-IN:2.5.2 commit fd6a46ab9f4a99f60eec33ce88107097a4620d3d Author: Boudewijn Rempt <[email protected]> Date: Wed Aug 29 14:12:43 2012 +0200 Revert "do not use QRegion, ever. We mean it." This reverts commit cfd7164b7afc7b3de188d1e04f5994350a29bd48. commit ec1d690935343d82119e290840b820de6f0bed71 Author: Boudewijn Rempt <[email protected]> Date: Wed Aug 29 14:12:35 2012 +0200 Revert "replacing region handling with just a list of rects" This reverts commit ea9839eb5f4d148320c15d13b09f05f61f8388c7. commit f7c57d4f053501b9fba1e6a5a03faeb893153cb4 Author: C. Boemann <[email protected]> Date: Tue Aug 28 11:28:52 2012 +0200 text should not be a default mimetype of Calligra Words. We still have it as a mimetype we support though commit fc8c0b429066089b3080403cfa57b5bad638f6bc Author: Jaroslaw Staniek <[email protected]> Date: Mon Aug 27 00:48:23 2012 +0200 update changelog GIT_SILENT commit 9e9ad0d4ab3e208b7abc034b26fbaa1d2bbc96be Author: Andreas K. Huettel (dilfridge) <[email protected]> Date: Thu Aug 23 21:43:21 2012 +0200 Make it possible to disable db drivers even if the libs are present and found + renamed drivers/mySQL to drivers/mysql to have single BUILD_mysql config flag (by jstaniek) BUG:305683 REVIEW:106152 FIXED-IN:2.5.1 commit b9bdab4b4157ffad186f94d6e182251f06fa67bc Author: Rex Dieter <[email protected]> Date: Sun Aug 26 14:12:12 2012 -0500 fix for qreal = float platforms (like arm) got hint from http://www.thelins.se/johan/blog/2011/12/qbound-on-arm/ commit b7b83fd5a582b1b9ea961bc5816b326b5ce432a7 Author: Script Kiddy <[email protected]> Date: Sun Aug 26 16:41:49 2012 +0200 SVN_SILENT made messages (.desktop file) commit 15f23d28d656a1315ec41cc875214c64b0cc3558 Author: Elvis Stansvik <[email protected]> Date: Sun Aug 26 15:12:50 2012 +0200 Load fo:margin and fo:padding shorthands first. The left/right/top/bottom variants should override the fo:margin/fo:padding shorthands. -- Boudewijn Rempt http://www.valdyas.org, http://www.krita.org, http://www.boudewijnrempt.nl _______________________________________________ calligra-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/calligra-devel
