Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-01-24 | Start of package information dialog, UI done, need to retrieve package data yet | drw | 4 | -11/+63 |
2004-01-24 | new color scheme on fretboard, maekes each ocatave appear in different color | waspe | 8 | -13/+77 |
2004-01-24 | Added download packages (requires current version of libipkg) and code to ↵ | drw | 9 | -29/+185 |
have Opie update links so apps will display properly in Launcher after adding/removing | ||||
2004-01-22 | - exclude *.bck files from backup | ar | 1 | -1/+1 |
2004-01-20 | Updated README with some info on building with libipkg | drw | 1 | -3/+18 |
2004-01-20 | Convert to use libipkg | drw | 11 | -191/+135 |
2004-01-20 | package the guitar sample | mickeyl | 3 | -11/+15 |
fix reading from share/powerchord/ | ||||
2004-01-20 | enable powerchord in the buildsystem | mickeyl | 1 | -0/+27 |
2004-01-20 | initial import of powerchord courtesy Camilo Mesias <mailto:camilo@mesias.co.uk> | mickeyl | 21 | -0/+4215 |
modified some bits to be compatible with the opie build system packaging not complete yet i hope camilo will maintain this here... | ||||
2004-01-16 | add build time dependency to libopienet2 | mickeyl | 1 | -1/+1 |
2004-01-13 | Add .cvsignore and fix sigsev when updating and upgrading | drw | 2 | -2/+8 |
2004-01-13 | use OProcess::processPID() | mickeyl | 1 | -28/+4 |
2004-01-13 | Initial upload of new package manager | drw | 27 | -0/+3918 |
2004-01-12 | update | mickeyl | 1 | -20/+40 |
2004-01-12 | when flush sendmail queue the user will be asked for selecting an | alwin | 4 | -9/+110 |
smtp account to use when there are more than one smtp-accounts | ||||
2004-01-12 | generating clean failuremessages | alwin | 1 | -41/+67 |
bugfix - smtp without login was resolved as wrong when sending enqueued mails login will asked when starting flush not on every mail. | ||||
2004-01-11 | - rename files ostorage.cpp .h in ostorageinfo.cpp .h | ar | 1 | -1/+1 |
2004-01-11 | - add LIBOPIE2CORE in depends | ar | 1 | -1/+1 |
2004-01-11 | when failure sending mails them will be stored into a local folder | alwin | 2 | -1/+24 |
and a message box appears. | ||||
2004-01-10 | change maintainter from warick to opie project | llornkcor | 7 | -7/+7 |
2004-01-10 | dont show background face for large screens, as it doesnt fit | llornkcor | 1 | -1/+3 |
2004-01-10 | new email addy | llornkcor | 8 | -8/+8 |
2004-01-10 | new email addy | llornkcor | 1 | -1/+1 |
2004-01-10 | -First follow Qt naming style | zecke | 1 | -6/+6 |
-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 | 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 | 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 | 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 | make quicklaunch again | llornkcor | 4 | -5/+44 |
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 | 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 | 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. |