summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/pcmcia.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-0/+6
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2005-06-26- refactor miscellaneous things to make configuring work all the timemickeyl1-70/+44
- add 'prompt for' dialog - applet completion state 100% for Version 1.2.1
2005-06-25fix enable/disable logic for menu entries in popupmickeyl1-9/+13
2005-06-24- fix configdialog checking for productIdentity, not for cardmgr's idea of thatmickeyl1-46/+52
- perform insert action and perform suspend action Except for "prompt for" and some polishing, this applet should now be fairly complete
2005-06-21use own pixmap (s/cardmon/pcmcia/)mickeyl1-1/+1
2005-06-21- prepare methods to execute the preferred actions on insertion and suspendmickeyl1-0/+35
- intercept QPE/System channel to listen for 'resumeFromSuspend()'
2005-06-20miscellaneous work towards completon of this applet - still some way to go ↵mickeyl1-15/+54
though
2005-06-19- s/new card/unconfigured card/mickeyl1-14/+26
- add note about unrecognized cards in configuration dialog - add ConfigDialog::preferredAction()
2005-06-17- disable DEBUG in opcmciasystemmickeyl1-4/+5
- fix suspend/resume logic
2005-06-17make reset, eject, suspend, resume, insert workmickeyl1-7/+19
2005-06-14more work on configuring unsupported cardsmickeyl1-4/+8
2005-06-09update dialog and start with code reading possible PCMCIA devices and classesmickeyl1-6/+6
2005-05-21add first card configuration bits and config dialog skeletonmickeyl1-44/+48
2005-05-21make detection algorithm work with any number of socketsmickeyl1-18/+36
2005-05-21catch up with pcmcia changesmickeyl1-7/+17
2005-05-21add pcmciaapplet. this applet will be a 'next-generation' cardmon applet ↵mickeyl1-0/+249
allowing not only to monitor PCMCIA/CF cards but also to configure cards, e.g. what Opie should do, when a certain card has been inserted.