summaryrefslogtreecommitdiff
path: root/noncore
authorhayzel <hayzel>2004-01-08 19:37:31 (UTC)
committer hayzel <hayzel>2004-01-08 19:37:31 (UTC)
commit94428da008bea0aaff6db79d7963a2107b0da336 (patch) (unidiff)
tree51417e49c61b3828393232b0b4e5d5af487afe20 /noncore
parent9349efaf71c74916dd5a2f026346fe8c456e1218 (diff)
downloadopie-94428da008bea0aaff6db79d7963a2107b0da336.zip
opie-94428da008bea0aaff6db79d7963a2107b0da336.tar.gz
opie-94428da008bea0aaff6db79d7963a2107b0da336.tar.bz2
*** empty log message ***
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/opie-sheet/ChangeLog b/noncore/apps/opie-sheet/ChangeLog
index e8a31ee..0370156 100644
--- a/noncore/apps/opie-sheet/ChangeLog
+++ b/noncore/apps/opie-sheet/ChangeLog
@@ -1,13 +1,18 @@
1January 8, 2004 1January 8, 2004
2 - converted icons from xpm to png and moved them to $OPIEDIR/pics/opie-sheet
3 - modified mainwindow.cpp to load pixmaps with Resource::loadPixmap(resourcename) in contrast to the old QPixmap(nameofthe_xpm_included_in_the_opie-sheet_dir)
4 - changed pics/opie-sheet/sheetqt.png entry in control file to pics/opie-sheet/*.png
5
6January 8, 2004
2 - fixed issue : "-if someone enters directly text as parameter to a string function the text renders as uppercase due to the calculation engine that uppercases all the parsing sentence." 7 - fixed issue : "-if someone enters directly text as parameter to a string function the text renders as uppercase due to the calculation engine that uppercases all the parsing sentence."
3 now the text is handled correctly. 8 now the text is handled correctly.
4 9
5January 7, 2004 10January 7, 2004
6 * Release by hayzel (koppermind@panafonet.gr) 11 * Release by hayzel (koppermind@panafonet.gr)
7 This version has many valuable changes, though It may have some annoying bugs. Please if you are interested in opie-sheet try it hard, so I can fix some of them. Also If you want some other functions that must be here and are missing feel free to ask them. (no financial functions please. :) I really hate them ) 12 This version has many valuable changes, though It may have some annoying bugs. Please if you are interested in opie-sheet try it hard, so I can fix some of them. Also If you want some other functions that must be here and are missing feel free to ask them. (no financial functions please. :) I really hate them )
8 -Fixed a bug with non closed parenthesis editing&recalculation infinite loop. 13 -Fixed a bug with non closed parenthesis editing&recalculation infinite loop.
9 -Added support for functions that can parse parameters not ONLY as numbers but also as strings. 14 -Added support for functions that can parse parameters not ONLY as numbers but also as strings.
10 -Added many functions that cover many computational topics rendering opie-sheet a computational tool-spreadsheet at last. (total 90 functions!) 15 -Added many functions that cover many computational topics rendering opie-sheet a computational tool-spreadsheet at last. (total 90 functions!)
11 -Maintained compatibility with the opie-fileformat. 16 -Maintained compatibility with the opie-fileformat.
12 -New icons. 17 -New icons.
13 -Found that the DataParser was not a real RPN compiler of the expressions. In fact it was returning faulty results in calculations, in both binary or unary operations. A1-A2-A3 was parsed as A1-(A2-A3). -A1 was parsed as A1. 18 -Found that the DataParser was not a real RPN compiler of the expressions. In fact it was returning faulty results in calculations, in both binary or unary operations. A1-A2-A3 was parsed as A1-(A2-A3). -A1 was parsed as A1.