summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/todo.txt
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-08-29 22:36:46 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-08-29 22:36:46 +0000
commit0b4b6cf7cdf14a64844186ea1e22ef6a0dba42bb (patch)
tree045ce745d261eeb22875310393ff32dc59beff0e /src/live_effects/parameter/todo.txt
parentDockable dialogs patch applied (diff)
downloadinkscape-0b4b6cf7cdf14a64844186ea1e22ef6a0dba42bb.tar.gz
inkscape-0b4b6cf7cdf14a64844186ea1e22ef6a0dba42bb.zip
LPE:
- rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)
Diffstat (limited to 'src/live_effects/parameter/todo.txt')
-rw-r--r--src/live_effects/parameter/todo.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/live_effects/parameter/todo.txt b/src/live_effects/parameter/todo.txt
new file mode 100644
index 000000000..f1a1b4220
--- /dev/null
+++ b/src/live_effects/parameter/todo.txt
@@ -0,0 +1,9 @@
+reminder list
+
+- make robust
+For example, the spinbuttons for scalarparam can "hang" which is very very very annoying.
+
+- add more types!
+straightlinepaths: for example for the gears effect. (curves are not important there)
+random number: it must also store the random number generator seed!!!
+