summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia
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-11-15pcmciaapplet: make 'activate' default choice instead of 'suspend'hrw1-4/+4
- it is less confusing in that way
2005-06-26- refactor miscellaneous things to make configuring work all the timemickeyl6-102/+197
- add 'prompt for' dialog - applet completion state 100% for Version 1.2.1
2005-06-25fix enable/disable logic for menu entries in popupmickeyl2-14/+18
2005-06-24- fix configdialog checking for productIdentity, not for cardmgr's idea of thatmickeyl3-53/+60
- 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 suspendmickeyl2-1/+39
- intercept QPE/System channel to listen for 'resumeFromSuspend()'
2005-06-20miscellaneous work towards completon of this applet - still some way to go ↵mickeyl5-88/+216
though
2005-06-19- s/new card/unconfigured card/mickeyl5-127/+186
- 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 cardsmickeyl5-17/+53
2005-06-13parse possible bindings out of /etc/pcmcia/* and list them in comboboxmickeyl2-35/+166
2005-06-09update dialog and start with code reading possible PCMCIA devices and classesmickeyl4-20/+91
2005-05-21add first card configuration bits and config dialog skeletonmickeyl6-47/+270
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 ↵mickeyl5-0/+339
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.