summaryrefslogtreecommitdiffstats
path: root/chalk/todo-1.6
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-26 00:41:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-26 00:41:16 +0000
commit698569f8428ca088f764d704034a1330517b98c0 (patch)
treebf45be6946ebbbee9cce5a5bcf838f4c952d87e6 /chalk/todo-1.6
parent2785103a6bd4de55bd26d79e34d0fdd4b329a73a (diff)
downloadkoffice-698569f8428ca088f764d704034a1330517b98c0.tar.gz
koffice-698569f8428ca088f764d704034a1330517b98c0.zip
Finish rebranding of Krita as Chalk
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'chalk/todo-1.6')
-rw-r--r--chalk/todo-1.674
1 files changed, 74 insertions, 0 deletions
diff --git a/chalk/todo-1.6 b/chalk/todo-1.6
new file mode 100644
index 00000000..2d018fd0
--- /dev/null
+++ b/chalk/todo-1.6
@@ -0,0 +1,74 @@
+Things To Do for 1.6
+
+Please update & commit this list with every fix you make
+
+? = Alice Nonymus
+A = Adrian Page
+B = Casper Boemann
+C = Cyrille Berger
+R = Boudewijn Rempt
+P = Bart Coppens
+G = Gábor Level
+S = Sander Koning
+TZ = Thomas Zander (to refer to his ui hints)
+
+Colorspaces
+
+R * Fix drying the wet colorspace
+R * Fix fill in wet
+
+Core
+
+? * Use the nextCol/nextRow of the line iterators wherever possible to get a speed boost.
+
+User interface
+
+? * after hiding and reshowing all palettes, the wrong ones are active
+
+Plugins
+
+C * finish, polish and document scripting support
+P * Select By Color -> Sample Merged
+P * Select plugins with sample merged -> default to sample merged when active layer is adj layer
+P * See if it could be interesting to make the color select tool update while dragging
+
+Release
+
+R * develop thorough test plan and exercise it on several installations
+ before release
+
+Bugs
+
+? * Grow Selection doesn't seem to work on adj layers, investigate
+? * Select Rect/Circle -> doesn't erase the XOR'ed outline on the KisCanvas
+? * Selection Tools with Select All, Deselect and so don't play completely nicely with adj layers
+
+Also: see UIcomments!
+
+Michael's bugs:
+
+* Open an image, add image as new layer, resize layer, undo: undo removes the layer
+* open an image, add an adjustment layer to the image (I used the pixelize
+ filter). Click on the original layer in the layer dialog box and paint
+ something. The undo the painting and undo add layer. Chalk's toolbox will
+ become greyed out and you can't paint. I think this is already a bug and
+ should be fixed. But next, try to add an adjustment layer again -> Chalk
+ crashes.
+* The shrink etc selection are enabled when there is no selection
+* select by colorrange does not actually set the selection (or something like that)
+
+Regressions
+
+? saving 16 bit grayscale to jpeg silently converts to 8 bit grayscale (actually it's not a regression, saving to both 8bits and 16bits jpeg with the same build is impossible with libjpeg)
+? zooming in leaves display artefacts (see Bart's mail)
+? rotate is broken for large images
+? rotate visitor is used where transform visitor should be used
+? undoing a rotation when a selection is active leads to weird results
+
+Painting with filters
+
+? sharpen: works badly, paints circles -- this used to be okay!
+? small tiles: makes circles, otherwise effect is fun
+
+Note: make kivio flowchart of what happens when painting with and without filters,
+with and without selection, direct or indirect, because I don't follow anymore