Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-06-26 | - refactor miscellaneous things to make configuring work all the time | mickeyl | 7 | -102/+198 |
- add 'prompt for' dialog - applet completion state 100% for Version 1.2.1 | ||||
2005-06-25 | - fix logic in isEmpty() and isSuspended() | mickeyl | 2 | -5/+16 |
- add convenience API productIdentityVendor() | ||||
2005-06-25 | fix enable/disable logic for menu entries in popup | mickeyl | 2 | -14/+18 |
2005-06-24 | report #1514 being fixed | mickeyl | 1 | -0/+1 |
2005-06-24 | s,cardmon/pcmcia,pcmcia, | mickeyl | 6 | -6/+6 |
2005-06-24 | make pcmcia.png an inline picture and remove it from pics/cardmon and ↵ | mickeyl | 3 | -2/+80 |
pics/pcmcia | ||||
2005-06-24 | - fix configdialog checking for productIdentity, not for cardmgr's idea of that | mickeyl | 3 | -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-22 | respect number of product strings in CIS data | mickeyl | 1 | -1/+3 |
2005-06-22 | Note to self: Don't commit local changes... | mickeyl | 2 | -1/+3 |
2005-06-21 | restore formatting | mickeyl | 1 | -2/+2 |
2005-06-21 | Can't have signals without Q_OBJECT... | bero | 1 | -0/+1 |
2005-06-21 | use own pixmap (s/cardmon/pcmcia/) | mickeyl | 1 | -1/+1 |
2005-06-21 | - prepare methods to execute the preferred actions on insertion and suspend | mickeyl | 2 | -1/+39 |
- intercept QPE/System channel to listen for 'resumeFromSuspend()' | ||||
2005-06-21 | - repair broken headers (tss...) | mickeyl | 4 | -36/+36 |
- fix logical error in ODevice::sendSuspendmsg() - send qcop signal returnFromSuspend() after resuming from suspend - remove debug macro from opcmciasystem; better do this from the .pro file with DEFINES += | ||||
2005-06-20 | mention #1377 as fixed | mickeyl | 1 | -0/+2 |
2005-06-20 | an attempt to fix #1377 | mickeyl | 2 | -9/+17 |
2005-06-20 | miscellaneous work towards completon of this applet - still some way to go ↵ | mickeyl | 5 | -88/+216 |
though | ||||
2005-06-20 | Fixed a typo ( thanks hrw :) ) | skyhusker | 1 | -1/+1 |
2005-06-19 | - s/new card/unconfigured card/ | mickeyl | 5 | -127/+186 |
- add note about unrecognized cards in configuration dialog - add ConfigDialog::preferredAction() | ||||
2005-06-19 | add note about why we don't use ioctls for gathering the cards initially | mickeyl | 1 | -1/+4 |
2005-06-17 | Added iPAQ 55xx | skyhusker | 1 | -1/+1 |
2005-06-17 | Update | skyhusker | 1 | -0/+1 |
2005-06-17 | Fix bug #1557 | skyhusker | 1 | -3/+3 |
2005-06-17 | - disable DEBUG in opcmciasystem | mickeyl | 2 | -10/+11 |
- fix suspend/resume logic | ||||
2005-06-17 | make reset, eject, suspend, resume, insert work | mickeyl | 1 | -7/+19 |
2005-06-16 | 8 and 16 bit flite plugins need to have different names | pohly | 1 | -1/+1 |
2005-06-16 | Some Latvian translations. Mainly libmailwraper... | gints | 7 | -141/+142 |
2005-06-15 | Forgot to remove include | drw | 1 | -1/+0 |
2005-06-15 | Resource -> OResource | drw | 12 | -53/+56 |
2005-06-15 | Resource -> OResource | drw | 24 | -70/+47 |
2005-06-15 | Remove unneeded include | drw | 2 | -3/+1 |
2005-06-15 | Resource -> OResource and fix doc headers | drw | 6 | -64/+68 |
2005-06-15 | Resource -> OResource | drw | 1 | -2/+2 |
2005-06-15 | Remove unneeded include | drw | 1 | -1/+0 |
2005-06-15 | Resource -> OResource | drw | 3 | -18/+23 |
2005-06-15 | Resource -> OResource and fix compiler warning | drw | 3 | -19/+15 |
2005-06-15 | Resource -> OResource and fix doc headers | drw | 13 | -318/+351 |
2005-06-14 | Opie Eye: | zecke | 3 | -15/+0 |
-Change the keyboard shortcut configuration to not blacklist keys found on the joypad (up,down,left,right,enter). This was done on request of Gints Polis | ||||
2005-06-14 | Update | skyhusker | 1 | -0/+3 |
2005-06-14 | Fix bugs #1384 and #1546 | skyhusker | 2 | -4/+10 |
2005-06-14 | All strings translated | skyhusker | 1 | -8/+30 |
2005-06-14 | Fix #1635 | skyhusker | 1 | -1/+1 |
2005-06-14 | more work on configuring unsupported cards | mickeyl | 5 | -17/+53 |
2005-06-14 | enable OPcmciaSocket::manufacturer() | mickeyl | 2 | -10/+20 |
Did I mention Qt2 sucks? We don't even have a QPair :/ | ||||
2005-06-13 | parse possible bindings out of /etc/pcmcia/* and list them in combobox | mickeyl | 2 | -35/+166 |
2005-06-13 | forgot to remove 'em here | mickeyl | 2 | -294/+0 |
2005-06-12 | Removed hardcoded desktop size | skyhusker | 1 | -2/+2 |
2005-06-12 | TRUE->true, FALSE->false | skyhusker | 5 | -12/+12 |
2005-06-12 | Added splash for user messages | skyhusker | 2 | -9/+57 |
2005-06-11 | - read default profile fixed font specs from qpe.conf, if profile doesn't exist | mickeyl | 2 | -3/+18 |
- fix initial background color |