summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-09remove a faulty "/" from a Resource::loadPixmap sentence....hayzel1-1/+1
2004-01-09save configuration settings in accept(), not in the ~mickeyl3-6/+16
2004-01-09Update lupdate and shared to Qt3.3 qt-copy sourceszecke10-49/+228
Some special replacement for $$(OPIEDIR) to make ar_* happy
2004-01-09bug fix: range checking in sw_mapsmouse1-1/+7
2004-01-09only read accounts that are set onlineharlekin1-2/+2
2004-01-09- MHfolder in accountview enhancedalwin6-40/+157
- mv/cp mails has special methods when copy between folder inside a mh storage - removed obsolete vars inside pop3wrapper
2004-01-08turn on the light after opening the hinge when 'display off' is configured ↵mickeyl2-7/+24
as hinge action NOTE: I think there's a bug in the Embedix kernel which either tells a wrong hinge value after suspend or sends out a double (bogus) keycode event on closing the hinge. How to reproduce: 1.) Configure "suspend" as closeHingeAction 2.) Close Display --> Device Suspends 3.) Open Display --> Device does nothing (needs a kernel patch to wake up automatically, but that's another story) 4.) Wakeup Device --> Device sends F14 to rotateApplet, rotateApplet reads hinge code... it's CLOSED(!) - which is wrong 5.) Device resuspends. 6.) Wakeup again --> Device sends F14 (huh, again?) to rotateApplet. rotateApplet reads hinge code... it's OPEN now - which is ok. Ideas?
2004-01-08make quicklaunch againllornkcor4-5/+44
2004-01-08update an add .ts filesar1122-1983/+156588
2004-01-08more smtp settingsharlekin5-310/+459
2004-01-08- last functions re-implementedalwin1-12/+15
- small bugfix TODO: remove twice code within pop3/mh/mbox wrapper
2004-01-08prepare for context help and online helpharlekin4-331/+278
2004-01-08*** empty log message ***hayzel1-0/+5
2004-01-08*** empty log message ***hayzel1-2/+2
2004-01-08MH storage implementedalwin12-48/+468
local folders will be type of MH not MBOX
2004-01-08modified mainwindow.cpp to use icons from resource folder picshayzel12-446/+11
2004-01-08moved icons for opie-sheet in pics folderhayzel11-0/+0
2004-01-08Forgotten to commit the patch for Mac OSX..eilers1-0/+5
2004-01-08added support for pop3 tlsharlekin6-215/+452
2004-01-08Display stations sending out named ProbeRequests.mickeyl5-16/+60
Wellenreiter II reaches a critical point in its lifetime, i.e. the scanlist and wellenreiter classes are the mainly still as they were during the early prototype phrase. It's time to rewrite the major UI core and start with giving it something like a design (D'Oh!)...
2004-01-08add parsing of ProbeRequestsmickeyl1-2/+6
2004-01-08new picture for networks in probed-only statusmickeyl1-0/+0
2004-01-08unified interface - forgot some slotsalwin2-0/+15
2004-01-08- store single message to another folder implementedalwin13-140/+263
- cleaned code in mainwindow and opiemail.cpp
2004-01-08last selected mbox will hold so it will not called so often in outside loopsalwin2-29/+38
(it could cause segmentation faults, too - there is another bug in libetpan I didn't found yet)
2004-01-08*** empty log message ***hayzel3-5/+11
2004-01-08*** empty log message ***hayzel1-1/+1
2004-01-08Calling scripts on new {Network, Client, Station} works now. Possible ↵mickeyl5-21/+56
substitution values are $SSID, $MAC, $WEP, $CHAN.
2004-01-08move/copy mails to another folder resides inside wrappers so we canalwin7-14/+83
use special funs of libetpan and/or mailserver itself (eg. imap) libetpan 0.32 requires for that feature a patch! (see libetpanstuff/) accounts marked as "offline" get a new icon TODO: - when creating a new folder while copy/move on imap-server, get the real resulting foldername when using prefix - implement usage of copy/move inside one mbox using special etpan funs
2004-01-08another patch for libetpan (bug when copy mails on imap server)alwin1-0/+13
2004-01-08added for marking accounts set to offlinealwin1-0/+0
2004-01-07A bunch of miscellaneous changes and improvements. read the ChangeLog :)mickeyl10-91/+357
Oh and it's WIP - not everything mentioned there works already. Will soon, though.
2004-01-07bring over some enhancements I allready did in branchharlekin6-26/+6
2004-01-07add status outputmickeyl1-3/+12
2004-01-07fixes and new icons by Thomas Bouve <crahan@gmx.net>, thank youharlekin4-0/+0
2004-01-07fixes and new icons by Thomas Bouve <crahan@gmx.net>, thank youharlekin35-2/+3
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl3-4/+13
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 )