summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/ChangeLog
blob: 69c96f844e47f3294bce79d1b853ea12a483fe95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
January 9, 2004 corrected the names of the resource icons in mainwindow.cpp.... So now they are loaded fine.

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.

January 7, 2004
	* Release by hayzel (koppermind@panafonet.gr)
	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 )
	-Fixed a bug with non closed parenthesis editing&recalculation infinite loop.
	-Added support for functions that can parse parameters not ONLY as numbers but also as strings.
	-Added many functions that cover many computational topics rendering opie-sheet a computational tool-spreadsheet at last. (total 90 functions!)
	-Maintained compatibility with the opie-fileformat.
	-New icons.
	-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.
	-Added new class "Expression" a general Parser for spreadsheet-expression. Imported from an old C# project of mine.
	-Now can also parse <>=!%&^|"" in expressions.
	-Added experimental Excel File format import!. The opie-sheet can import any excel file in BIFF7/BIFF8 format. These formats are used in Excel XP,2000,95. The Excel Importer class is in a good coding level.. BUT it is not complete. Only strings,numbers,formulas are imported. Not formatting rules. Not all the functions are converted in the functions of opie-sheet. Infact FEW functions are converted.
	-Fixed a bug with Sheet Recalculation. Added ReCalc() function. Opie-sheet was calculating wrong the values of expression in opening/importing. if a value needed was not loaded yet in the time of calculation. Solved with ReCalc() each time the active sheet is changing.


	*known issues:
	-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.
	-randbetween return only integer part random... if both limit numbers are integers.
	-skew and kurt function give different results compared to kspread-oofice equivalents.
	-unstable parser Excel Class
	-string vars and string functions are not correctly handled by excel importer.
	-unicode strings are converted FINE in QString unicode format, but cannot be rendered fine if a suitable unicode font is not setuped as the default string. So the string is junked in the opie-sheet and may crash the parser.

	*TODOs:
	-surelly a much full-stable excel importer.
	-Cell Manipulation of many Data is really slow.... must change the QList data type. To a structure more efficient.
	-maybe some more functions.
	-maybe some kind of charts drawing?
	-maybe kspread or ooffice files import/export.

October 08, 2002

	* Release 1.0.2 (by thufir)
	- Fixed bug #250 (exhibiting re-calculation error in multi-level calculation). (by thufir)

October 06, 2002

	- Fixed data edit box clear problem. (by thufir)

October 05, 2002

	- Fixed bug #252 (starting up in 'mouse button' mode). (by thufir)

August 31, 2002

	- Fixed and updated opie-sheet.pro file. (by cniehaus)

August 01, 2002

	- Fixed gcc3 compile problems. (by harlekin)

July 06, 2002

	- Fixed DocLnk management to save documents correctly. (by leseb)

July 04, 2002

        * Release 1.0.1 (by thufir)
	- Sheet/Qt is now a part of Opie, so its name is changed to Opie Sheet. (by thufir)
	- Fixed sorting bug. (by thufir)

April 14, 2002

	* Release 1.0.0 (by thufir)