summaryrefslogtreecommitdiff
path: root/core/applets/cardmon/cardmon.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-24s,cardmon/pcmcia,pcmcia,mickeyl1-1/+1
2005-04-29Resource -> OResourcedrw1-6/+7
2005-03-03added 2.6 kernel devicenamesalwin1-1/+1
ToDo: let it check using OStorage
2004-10-29smooth scale to proper icon sizemickeyl1-2/+3
2004-09-18Make MMC/SD inject/eject strings translatablezecke1-2/+2
2004-09-18-Killl Magic Numbers and introduce an enumzecke1-26/+31
-Split the Command Line on Creation, this way we do not need to split the command afterwards
2004-09-18The following change is untested on a real device. So please try andzecke1-10/+5
bitch if I broke something!!! Make unmounting of sdcards more robust. If we find a /dev/mmcard1 or /dev/mmc/1 or /dev/mmc* we will remember that device name and if the user asks us to eject it we will use that name.
2004-09-10Fix warnings about unused parameterzecke1-1/+1
2004-06-04using oprocess to trigger some unix commands instead of primitiv system(), ↵harlekin1-149/+111
hopefully fixes bug 218
2004-05-02- convert qDebug to odebugar1-4/+2
2004-04-05convert core/applets/* to Opie debug frameworkmickeyl1-15/+11
2004-04-04Comitting a fix is probably a good ideazecke1-4/+1
use EXPORT_OPIE_APPLET_v1 instead of OTaskBarAppletWrapper directly
2004-03-14Updatet the appletszecke1-0/+1
2004-03-14namespace fixalwin1-1/+4
Must reviewed 'cause it uses stuff from Private namespace!
2004-03-02run the optimize_connect scriptalwin1-4/+4
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-2/+0
2004-03-01libopie1->libopie2mickeyl1-224/+296
2003-08-09Merge from BRANCH_1_0kergoth1-0/+4
2003-04-26 make applets more flexible regarding sizeharlekin1-4/+9
2003-03-23hide cardmon applet if no medium is insertedharlekin1-2/+5
2002-12-11Couple minor bits. 1) show the ide icon for sd/mmc, 2) slight change to text ↵kergoth1-193/+219
on sd/mmc insert/eject popup, 3) do the unmount for sd directly in OZ, as in familiar.
2002-11-19change popup parent from 0 to this. please testllornkcor1-2/+2
2002-10-25fixllornkcor1-3/+1
2002-10-21popupmenu now has parent 0 and gets deleted in timeout, to advoid a general ↵llornkcor1-1/+3
slowdown of opie on resume/boot, which made it seem like opie was slow.
2002-10-21fix bracesllornkcor1-2/+0
2002-10-20remove repaint(), as its holding up everything on resumellornkcor1-4/+2
2002-10-20fix for sd/cf double whammy insert/eject on resumellornkcor1-24/+26
2002-09-30small change to work with the new ODevice APIsandman1-1/+3
2002-08-30some more debug stuff outharlekin1-3/+3
2002-08-29does react on mmc on ipaq nowharlekin1-107/+139
2002-08-07small gcc3.x fixharlekin1-1/+1
2002-07-31try to make gcc3.x happyharlekin1-11/+11
2002-06-24gimmick (sound,pics) and hopefully dual sleeve handling right, thanks to ↵harlekin1-32/+22
Bruno David Rodrigues <bruno.rodrigues@litux.org>
2002-06-23 now cardmon should even startharlekin1-8/+12
2002-06-23fixed first start and cleanupsharlekin1-36/+44
2002-06-23Simon thanks for the patch. Some clean ups. Patch provided by tronicalzecke1-2/+2
OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp
2002-06-22nicer card inserted popup + cleanupsharlekin1-11/+34
2002-06-20Fix cardmon applet visibility (now visible is some card is plugged) and addeddavipt1-28/+56
popup on succesfull ejection or insertion of a card.
2002-05-27new cf/pcmcia/sd/mmc applet, not finished yet, but working (kind off ,-) ) , ↵harlekin1-0/+230
will replace the old cardmon and sdmon when ready