summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-1/+3
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious.
2007-01-10All of the files included have instances where an array is new'ed buterik1-1/+1
the corresponding delete does not have the corresponding [] argument.
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2005-05-16Resource -> OResourcedrw1-18/+51
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-105/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+105
2004-11-06Avoid crash if app was unable to open the fileeilers2-3/+7
2004-06-24- CLEANUP: correct appnamear1-1/+1
2004-06-18- BUGFIX: 0001292 - opie sheet not saving correctlyar1-1/+1
2004-06-12- rename sheet-qt -> opie-sheetar18-5353/+5767
- format source code for a better readability
2004-05-16CLEANUP: synchronize appname with .desktop filemickeyl2-2/+3
2004-04-24gcc 3.4 fixletmickeyl1-5/+5
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-13Namespace changes for Appszecke1-0/+3
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin2-8/+8
TT.
2004-03-01fix includeschicken3-8/+0
2004-02-23Opie-Sheet: libopie->libopie2drw4-12/+10
2004-02-14Clean-up of .cvsignore filesdrw1-2/+3
2004-02-08improve support for BigScreenar1-3/+6
2004-01-09corrected resource names for icons.hayzel2-10/+12
2004-01-09remove a faulty "/" from a Resource::loadPixmap sentence....hayzel1-1/+1
2004-01-08*** empty log message ***hayzel1-0/+5
2004-01-08*** empty log message ***hayzel1-2/+2
2004-01-08modified mainwindow.cpp to use icons from resource folder picshayzel12-446/+11
2004-01-08*** empty log message ***hayzel3-5/+11
2004-01-08*** empty log message ***hayzel1-1/+1
2004-01-07*** empty log message ***hayzel1-0/+30
2004-01-07January 7, 2004hayzel18-430/+4471
* 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.
2003-12-07s/QPEToolBar/QToolBar:mickeyl2-5/+5
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl2-3/+3
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-10-27merge noncore/apps/* exceptmickeyl4-14/+7
- advancedfm (ljp, please...) - odict (tille, please...)
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-09Fixing the translation issuesgroucho1-17/+17
2003-03-27One more time :)kergoth1-1/+1
2003-03-27Correct control file help paths so ipk gets built.kergoth1-1/+1
2003-03-22adated to new icons, adapted to the right help system and removed quit and aboutharlekin8-189/+21
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-02fixes for i18ncniehaus1-17/+17
2002-12-14addLanguage rulescniehaus1-0/+2
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-10-08fixed bug #250thufir5-16/+36