summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-07BugFix: #0001238 use get-Path functions from StorageInfo for mountpointsar1-4/+13
2004-01-07new functions getCfPath, getSdPath, getMmcPath returns mountpointsar2-132/+225
2004-01-07download mail mostly finishedalwin17-78/+415
accounts can be switched "offline"
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.
2004-01-07pop3 crash - quick fixjgf1-2/+3
2004-01-07why didn't them have any destructor?alwin4-1/+11
2004-01-06some more debug infosalwin1-13/+11
memleaks fixed
2004-01-06bugfix while building mbox pathalwin1-2/+2
2004-01-06display stations sending control framesmickeyl3-8/+38
2004-01-06start parsing 802.11 control framesmickeyl3-1319/+1335
2004-01-06only action if value changedharlekin1-7/+11
2004-01-06merge with branch, branch had a better default wallaper with less edges ( ↵harlekin1-0/+0
scrolling )
2004-01-06hide applet when mail app is launchedharlekin1-0/+2
2004-01-06status of pop3 accounts slightly reworkedalwin4-4/+16
when starting opiemail from taskbar applet the status will be reset
2004-01-06less iconsharlekin1-1/+1
2004-01-06less iconsharlekin16-17/+16
2004-01-06fixchicken1-1/+1
2004-01-06write config also when 0 mailsharlekin1-3/+9
2004-01-06correct config entriesharlekin2-2/+2
2004-01-06hopefully fixed problems when logging into pop3 serversalwin1-2/+3
it seems, that APOP login isn't working
2004-01-06fix dependency problemschicken1-1/+1
2004-01-06link against libpng12chicken1-1/+1
2004-01-06corrected version numberalwin1-1/+1
2004-01-05version increased + maintaineralwin3-3/+3
2004-01-05today plugin active againharlekin1-0/+9
2004-01-05add -nocheck command line optionmickeyl2-42/+60
2004-01-05small bugfixalwin1-0/+8
2004-01-05bugfix in imapwrapperalwin15-55/+400
storemail for all possible mail-accounts raw body fetch in all wrappers unified public interface dialog for selecting a target mailbox started
2004-01-05fixesharlekin1-2/+6
2004-01-05correct gui entry for enableing the taskbar appletharlekin1-2/+2
2004-01-05updateharlekin4-116/+120
2004-01-05inherit from qwidget instead of qbuttonharlekin2-39/+41
2004-01-05prevent segfaultsharlekin1-1/+3
2004-01-05integration of mailbox status stuffharlekin5-19/+43
2004-01-05support a customizable quicklaunch path, this fixes the problem whenmickeyl2-0/+5
people install quicklaunch applications to non-root hence having the link pointing to non-existing ./quicklauncher
2004-01-05added popup menumouse2-5/+16
fixed reaction by one touch and hold-touch (RightButton)
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke22-55/+53
2004-01-05configdlg now based on QDialog, instead of QTabWidgetmouse1-4/+1
2004-01-05returns their type of connection (mbox,imap or pop3)alwin7-1/+23
2004-01-05re-enabled status class compiling - sorry.alwin1-0/+2
2004-01-05ups - forgot to add the filesalwin2-0/+114
simple check if inboxes (and only INBOX) implemented.
2004-01-05corrected pixmap pathalwin1-1/+1
2004-01-05use smallIconSize, not hardcoded 14mickeyl1-4/+4
2004-01-04better not shutoff the display without shutting it on again :Dmickeyl1-1/+1
2004-01-04better not define rotation as pressaction _and_ heldactionmickeyl1-2/+2
2004-01-04compile, beastharlekin1-2/+0
2004-01-04Today-plugins translation done(some strings, esp. in ↵sudonix7-104/+107
libtodayweatherplugin.ts, remain uncertain - typos?)
2004-01-04smoothscale to current resolutionmickeyl2-7/+17
2004-01-04code clean up and smoothscale the pixmap according to the resolutionmickeyl1-36/+24