Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > d0c0af3b0acebc6c5882f1181e361ea0 > files > 10

kcalc-handbook-4.12.5-1.mga4.noarch.rpm

== ToDo ==
* Redo KCalcButton

* Use validator for constant value line edits in configure.

* Have a look at Evan's new stack engine kcalc_core.cpp. But be very careful
not to create new bugs. Also think why statistic-function in an independent file.

* Implement integer arithmetic for (unsigned int, signed int,
unsigned short,...). Look here at some of Evan's code.

* think what to do with cos, sin, etc. right now, as work-around cast KNumber to double,
use standard libc cos, sin, etc., cast back

====Below old TODOs ===
* key groups for color configuration need to be rethought
* better to handle keys with "accel" or with "keyPressEvent"?

* check whether DelFormer Input in stat-mode works after using median!