summaryrefslogtreecommitdiff
path: root/core/applets/cardmon
AgeCommit message (Collapse)AuthorFilesLines
2005-06-24s,cardmon/pcmcia,pcmcia,mickeyl1-1/+1
2005-05-20go away, you don't belong heremickeyl3-326/+0
2005-05-19write card logmickeyl2-228/+91
2005-05-19add skeleton for new pcmcia/cf configuration and monitoring appletmickeyl5-3/+470
2005-04-29Resource -> OResourcedrw1-6/+7
2005-03-03added 2.6 kernel devicenamesalwin1-1/+1
ToDo: let it check using OStorage
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-59/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+59
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 enumzecke2-27/+38
-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 andzecke2-10/+6
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(), ↵harlekin2-150/+123
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-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-28libopie1 -> libopie2groucho1-1/+1
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Updatet the appletszecke2-1/+2
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->libopie2mickeyl5-288/+300
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-05"Here we are now entertain US....."zecke2-2/+1
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT
2004-01-27Funny what my SDK all triggerszecke1-0/+2
Ok the reason to use a bool as return type is that you can say that something worked or not worked. So if we don't implement the given interface don't lie!!
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-11-03Porting Opie to MacOS-X.eilers1-1/+1
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-08-09Merge from BRANCH_1_0kergoth1-0/+4
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-06-03allow 'ROOT_INSTALL=blahblah make install' to workschurig1-0/+1
2003-04-26 make applets more flexible regarding sizeharlekin2-5/+10
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey1-1/+5
2003-03-23hide cardmon applet if no medium is insertedharlekin1-2/+5
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-1/+1
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2002-12-28only send the qcop call in the postinst script, if qpe is runningsandman1-1/+1
2002-12-14addLanguage rulescniehaus1-0/+2
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