- 30 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 29 Jun, 2014 2 commits
-
-
Wojciech Kosowicz authored
BUG: 334967 REVIEW: 119002
-
Jarosław Staniek authored
1. Copying contents of table(s) always fails; as it's unimplemented, now at least silently succeeds. 2. Sheets can now contain column names that cannot be identifiers. Sample document: https://bugs.kde.org/show_bug.cgi?id=309267#attach_74887). 3. Sheet can contain non-unique column names. If a column is duplicated, add _N to it, where N is subsequent integer, increased from 1 until the name become unique. BUG:309267 BUG:336814 REVIEW:118983
-
- 27 Jun, 2014 4 commits
-
-
Jarosław Staniek authored
GIT_SILENT
-
Halla Rempt authored
BUG:336804
-
Halla Rempt authored
BUG:336803
-
Dmitry Kazakov authored
This patch adds two improvements to the Stabilizer algorithm implemented by Juan Luis Boya García: 1) "Delayed Stroke" feature. If enabled the brush has a dead zone, where nothing is painted. This is extremely handy when one needs to paint a smooth line with explicit angles. 2) "Finish line" option for the brush stanilizer. When option is disabled, the line will not jump to the cursor position in the end of the stroke. CCMAIL:kimageshop@kde.org
-
- 26 Jun, 2014 4 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
When we need it for painting, we can reload it. BUG:319279
-
Halla Rempt authored
So we can show embedded svg images.
-
Halla Rempt authored
This is useful in two cases: * when the conversion from svg to odg through karbon gives bad results * when the user wants to handle an svg image as a single vector object. CCBUG:333451
-
- 25 Jun, 2014 5 commits
-
-
Halla Rempt authored
This makes sure there are no confusingly similarly named ui files around.
-
Jarosław Staniek authored
It needs own versioning scheme. This reverts commit d9c362b3186a8 "Update the plugin version numbers" for the file. FIXED-IN:2.8.4
-
Halla Rempt authored
This reverts commit 81fd9938a745ed5b1d00be32a62418d4a9b989b2.
-
Halla Rempt authored
-
Halla Rempt authored
-
- 24 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 23 Jun, 2014 1 commit
-
-
Sven Langkamp authored
-
- 22 Jun, 2014 2 commits
-
-
Adam Pigg authored
Several API changes have been made which broke compilation Added a call to init all the kexi parts Disabled the kspread migrate plugin as migrate is not enabled in mobile mode REVIEW: 118757
-
Maximiliano Curia authored
REVIEW: 116611 Signed-off-by:
Yue Liu <yue.liu@mail.com>
-
- 21 Jun, 2014 1 commit
-
-
Halla Rempt authored
-
- 20 Jun, 2014 15 commits
-
-
Halla Rempt authored
BUG:335041 (Not that the bundle stuff is done yet!)
-
Halla Rempt authored
BUG:33592
-
Dmitry Kazakov authored
-
Halla Rempt authored
-
Dmitry Kazakov authored
BUG:336470
-
Halla Rempt authored
-
Dmitry Kazakov authored
The offset must be calculated correctly BUG:334538
-
Dmitry Kazakov authored
Also add a unittest for that BUG:336478
-
Halla Rempt authored
-
Halla Rempt authored
This changes KisMimeData to handle a list of layers. If you try to drag a complex selection with groups and so on, it will check whether the group that contains a selected layer is selected and then drag the group; otherwise it will drag all the layers in a flat list, instead of trying to keep the group hierarchy with the unselected layers discarded. This is the behaviour that Photoshop shows for me as well. CCBUG:285420
-
Dmitry Kazakov authored
This limit is dated in 2008. I don't know why it was introduced. BUG:336476
-
Halla Rempt authored
-
Dmitry Kazakov authored
Also fix all the pickers to read from projection() instead of paintDevice(). All nodes in Krita are expected to have projection() which is a visual representation of the node in the stack. The only new behavior this patch introduces is the picking from Filter layers. Now it picks not from their 'selection' (which is a paintDevice()), but from the filtered area cache (projection()). BUG:336473
-
Script Kiddy authored
-
Yuri Chornoivan authored
-
- 19 Jun, 2014 4 commits
-
-
Yuri Chornoivan authored
-
git://anongit.kde.org/calligraC. Boemann authored
-
Dmitry Kazakov authored
This patch fixes three problems: 1) Painting on a global selection now is not recursively limited to the selected area of the selection itself. If current node and active selection mask are the same entity, KisResourcesSnapshot will report no selection active. 2) Color Picker can now pick from selection masks. Yes, it converts the color into compositionSourceColorSpace() to make it paintable. 3) The Color Picker's option widget now shows alpha value correctly, although the resource server gets opaque color. CCMAIL:kimageshop@kde.org BUG:336115
-
Dmitry Kazakov authored
Also fix GUI updates after changing the contents of a vector selection.
-