diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /kmplot/TODO | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmplot/TODO')
-rw-r--r-- | kmplot/TODO | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/kmplot/TODO b/kmplot/TODO new file mode 100644 index 00000000..1a9acc22 --- /dev/null +++ b/kmplot/TODO @@ -0,0 +1,80 @@ +Last modified: 2005-03-24 + +TODO +========================= +* Find bugs +* More functions? +* In tool menu: + * find "nollställen" ( en: where the function's value is 0) + * get slope for a x-point + * Value table +* Fix the unpolished lines? +* #52887, need to calculate with complex numbers. +* Popupmenu and tracemode for parametric- and polar functions +* Draw tangents in trace mode (pipesmoker) +* Printing (pipesmoker) + - different paper sizes +* Use a better(faster!) algorithm for drawing integrals numeric. It's not urgent anymore since the implemention of Euler's method is better now. +* An export dialog where you can set the size and enable/disable monocrome. +* More printing options. + +IN PROGRESS +========================= +* Import parameter values from different file format(.csv, KSpread, OpenOffice) via Koffice (see kde-edu/kig) + +DONE +========================= + +* Function edit Dialog + - Apply button for edit of more than one function in one go +* Printing + - possibility for omitting the Header +* Porting File save format to xml +* Bug #80739 +* A constant editor which can imports/export constants from KCalc +* Progressbar + stopbutton when drawing anti-derivates. +* No re-drawing then the user don't make any changes in the function editor dialog +* handle with comma-characters +* Replace the comma-seperated KLineEdit with a new dialog +* Parse the new dialog's values. +* don't freeze at rf(x)=ln(x) +* Set background color +* In tool menu: + * maximumvalue + * minimumvalue + * get the y-value from a x-value +* Default color for derivatives and anti-derivatives. +* Range check when adding plot functions. +* Don't calculate stepWidth if nothing is changed. +* Import parameter values from .txt-files +* Navigating in trace mode with the keyboard +* Trace mode with derivatives +* Fix totalsteps in progressbar +* In tool menu: + * area under a graph +* Printable area-under-graphs +* Draw functions with parameters in tool-menu +* Version check +* Load old Kmplot files without crash +* Popup tool menu when right clicking on a graph +* Ask the user (yes|no) when he or she saves an old kmplot file +* Don't save a file if it isn't necessary +* Fix scaling +* Change icon when zooming +* Ability to print background color +* Four modes for zooming. +* Basic popup menu for single parametric points. +* Configure Dialog for global Settings / save as default Checkboxes (Started) +* Replace QFile with KIO in KmplotIO. +* Ability to export the parameter values. +* Support for more than 10 functions. +* Support for more than 10 parameter values for a function. +* Improved drawing of integrals (faster!) +* KPart +* Ability to set font size when drawing labels. +* Automatic choose a new function if the user want to define a function name that already exists. +* Move and copy functions to other instances of KmPlot. +* DCOP +* Make it possible to set a min OR max range value for functions. +* Checkbox in the function list to show/hide functions. +* Ability to set min and max values for the sliders.
\ No newline at end of file |