author | hayzel <hayzel> | 2004-01-08 19:37:31 (UTC) |
---|---|---|
committer | hayzel <hayzel> | 2004-01-08 19:37:31 (UTC) |
commit | 94428da008bea0aaff6db79d7963a2107b0da336 (patch) (side-by-side diff) | |
tree | 51417e49c61b3828393232b0b4e5d5af487afe20 | |
parent | 9349efaf71c74916dd5a2f026346fe8c456e1218 (diff) | |
download | opie-94428da008bea0aaff6db79d7963a2107b0da336.zip opie-94428da008bea0aaff6db79d7963a2107b0da336.tar.gz opie-94428da008bea0aaff6db79d7963a2107b0da336.tar.bz2 |
*** empty log message ***
-rw-r--r-- | noncore/apps/opie-sheet/ChangeLog | 5 |
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,3 +1,8 @@ January 8, 2004 + - converted icons from xpm to png and moved them to $OPIEDIR/pics/opie-sheet + - modified mainwindow.cpp to load pixmaps with Resource::loadPixmap(resourcename) in contrast to the old QPixmap(nameofthe_xpm_included_in_the_opie-sheet_dir) + - changed pics/opie-sheet/sheetqt.png entry in control file to pics/opie-sheet/*.png + +January 8, 2004 - 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." now the text is handled correctly. |