Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-01-10 | Introduce the todo section | zecke | 1 | -0/+1 |
2004-01-10 | update API documentation | zecke | 5 | -3278/+289 |
2004-01-10 | Fix apidox Rule | zecke | 1 | -1/+2 |
2004-01-10 | -First follow Qt naming style | zecke | 3 | -14/+12 |
-use const -Fix Doxygen comment. If above a method better skip the @fn -Update backuprestore to use the new names TODO: Alter filename to ostorageinfo | ||||
2004-01-10 | - use the new OStorageInfo instead of StorageInfo | ar | 2 | -3/+3 |
2004-01-10 | - remove | ar | 2 | -64/+0 |
QString getCfPath(); QString getSdPath(); QString getMmcPath(); | ||||
2004-01-10 | - New class OStorageInfo | ar | 3 | -3/+148 |
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath(); | ||||
2004-01-10 | mh box fully functional | alwin | 6 | -969/+1020 |
splitted the stuff of accountview list into seperate files so the other parts care about changes inside accountitems | ||||
2004-01-10 | mh wrapper fully functional. | alwin | 2 | -5/+56 |
2004-01-10 | when header displayed print just the count of messages not having | alwin | 1 | -1/+1 |
the \deleted flag set. | ||||
2004-01-10 | new connection setting stuff for imap too | harlekin | 5 | -91/+129 |
2004-01-09 | check the .diff if you want a lough ;) | mickeyl | 1 | -1/+1 |
2004-01-09 | corrected resource names for icons. | hayzel | 2 | -10/+12 |
2004-01-09 | remove a faulty "/" from a Resource::loadPixmap sentence.... | hayzel | 1 | -1/+1 |
2004-01-09 | save configuration settings in accept(), not in the ~ | mickeyl | 3 | -6/+16 |
2004-01-09 | Update lupdate and shared to Qt3.3 qt-copy sources | zecke | 10 | -49/+228 |
Some special replacement for $$(OPIEDIR) to make ar_* happy | ||||
2004-01-09 | bug fix: range checking in sw_maps | mouse | 1 | -1/+7 |
2004-01-09 | only read accounts that are set online | harlekin | 1 | -2/+2 |
2004-01-09 | - MHfolder in accountview enhanced | alwin | 6 | -40/+157 |
- mv/cp mails has special methods when copy between folder inside a mh storage - removed obsolete vars inside pop3wrapper | ||||
2004-01-08 | turn on the light after opening the hinge when 'display off' is configured ↵ | mickeyl | 2 | -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-08 | make quicklaunch again | llornkcor | 4 | -5/+44 |
2004-01-08 | update an add .ts files | ar | 1122 | -1983/+156588 |
2004-01-08 | more smtp settings | harlekin | 5 | -310/+459 |
2004-01-08 | - last functions re-implemented | alwin | 1 | -12/+15 |
- small bugfix TODO: remove twice code within pop3/mh/mbox wrapper | ||||
2004-01-08 | prepare for context help and online help | harlekin | 4 | -331/+278 |
2004-01-08 | *** empty log message *** | hayzel | 1 | -0/+5 |
2004-01-08 | *** empty log message *** | hayzel | 1 | -2/+2 |
2004-01-08 | MH storage implemented | alwin | 12 | -48/+468 |
local folders will be type of MH not MBOX | ||||
2004-01-08 | modified mainwindow.cpp to use icons from resource folder pics | hayzel | 12 | -446/+11 |
2004-01-08 | moved icons for opie-sheet in pics folder | hayzel | 11 | -0/+0 |
2004-01-08 | Forgotten to commit the patch for Mac OSX.. | eilers | 1 | -0/+5 |
2004-01-08 | added support for pop3 tls | harlekin | 6 | -215/+452 |
2004-01-08 | Display stations sending out named ProbeRequests. | mickeyl | 5 | -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-08 | add parsing of ProbeRequests | mickeyl | 1 | -2/+6 |
2004-01-08 | new picture for networks in probed-only status | mickeyl | 1 | -0/+0 |
2004-01-08 | unified interface - forgot some slots | alwin | 2 | -0/+15 |
2004-01-08 | - store single message to another folder implemented | alwin | 13 | -140/+263 |
- cleaned code in mainwindow and opiemail.cpp | ||||
2004-01-08 | last selected mbox will hold so it will not called so often in outside loops | alwin | 2 | -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 *** | hayzel | 3 | -5/+11 |
2004-01-08 | *** empty log message *** | hayzel | 1 | -1/+1 |
2004-01-08 | Calling scripts on new {Network, Client, Station} works now. Possible ↵ | mickeyl | 5 | -21/+56 |
substitution values are $SSID, $MAC, $WEP, $CHAN. | ||||
2004-01-08 | move/copy mails to another folder resides inside wrappers so we can | alwin | 7 | -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-08 | another patch for libetpan (bug when copy mails on imap server) | alwin | 1 | -0/+13 |
2004-01-08 | added for marking accounts set to offline | alwin | 1 | -0/+0 |
2004-01-07 | A bunch of miscellaneous changes and improvements. read the ChangeLog :) | mickeyl | 10 | -91/+357 |
Oh and it's WIP - not everything mentioned there works already. Will soon, though. | ||||
2004-01-07 | bring over some enhancements I allready did in branch | harlekin | 6 | -26/+6 |
2004-01-07 | add status output | mickeyl | 1 | -3/+12 |
2004-01-07 | fixes and new icons by Thomas Bouve <crahan@gmx.net>, thank you | harlekin | 4 | -0/+0 |
2004-01-07 | fixes and new icons by Thomas Bouve <crahan@gmx.net>, thank you | harlekin | 35 | -2/+3 |
2004-01-07 | OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change) | mickeyl | 3 | -4/+13 |