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 | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /kcalc/TODO | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.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/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcalc/TODO')
-rw-r--r-- | kcalc/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kcalc/TODO b/kcalc/TODO new file mode 100644 index 0000000..533c7d4 --- /dev/null +++ b/kcalc/TODO @@ -0,0 +1,15 @@ +== ToDo == +* find a real fix for cos 90 != 0 bug (only in double version of compile) + +* get rid of dlabel.h & dlabel.cpp +* key groups for color configuration need to be rethought +* better to handle keys with "accel" or with "keyPressEvent"? + +* think about either doing RichText by hand on labels, or only draw visible buttons, to enhance startup time. + +Following examples from the handbook do not work anymore as explained +in the documentation. Need to update the documentation!! +* 22.345 Mod 8 = will give the result 6.345 +* 10.345 Lsh 3 = also gives 80 +* 16 Inv Lsh 2 = gives 4 (16 divided by 2 twice). +* 16.999 Inv Lsh 2 = also gives 4
\ No newline at end of file |