summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2004-09-27fix vmemollornkcor1-5/+7
2004-09-26Since some 2.6.8 kernel the Linux kernel one can setzecke1-0/+9
the process name with prctl. Let us use this as well
2004-09-26Fix the indentation...zecke1-112/+115
2004-09-24removed non-strings from tr() callsclem2-17/+17
2004-09-24Adding standard CVS ignoring for Qt/Opie built files.clem2-0/+10
2004-09-24Denote the end of the xargs parameters, to avoid "xargs: invalid option -- v"clem1-1/+1
kind of errors with old xargs.
2004-09-18make cross compilablellornkcor1-1/+1
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-18link with gccllornkcor1-1/+1
2004-09-18fix crash #1408llornkcor1-79/+79
2004-09-18fix #1399llornkcor1-15/+21
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-14Fixed some horrible indentationsschurig1-212/+255
2004-09-13Try to use the Parent Background as BackgroundOriginzecke1-1/+5
2004-09-13renamed THIS restartapplet to librestartapplet2.so, now you can buildschurig2-2/+2
both opie-restartapplet and opie-restartapplet2 in one go
2004-09-12-Refactor loading of the Plugin Widgets' to be only containedzecke5-115/+76
in one place. -Reload the Plugins after configuration to reflect the changes immediately
2004-09-12-Only create configWidgets once per config dialog, properly delete themzecke4-32/+43
-Delete the Widgets before we remove the plugin from our address space some random clean ups
2004-09-12Follow the defined Ownership and have a maybe not neededzecke9-28/+15
sanity check
2004-09-12-Kill all owarn statements as they're not needed/useful anymorezecke3-44/+9
-Kill all hardcoding to latin1 and use the system encoding/decoding
2004-09-12-Fix layout for http://handhelds.org/scap/port.32003.pngzecke3-31/+9
-Remove old code -Remove bogus code as commented by Stefan Eilers
2004-09-12show backdrop, make crosshair a bit more prominent, enable calibration test ↵mickeyl3-36/+33
when QT_DEBUG is set
2004-09-10added support for DEVFSschurig2-3/+15
2004-09-10Unused parameter removed, cast uint -> int to avoid warningzecke2-3/+2
2004-09-10Remove unused code and mark parameter as Q_UNUSEDzecke3-26/+6
2004-09-10Move the using namespace expression below all includeszecke1-2/+4
2004-09-10Fix warnings about unused parameterzecke2-4/+4
2004-09-10whitespace changesschurig1-48/+58
2004-09-08fixed dependency (needs libqtaux2)schurig1-1/+1
2004-09-08Addedschurig1-0/+2
2004-09-07Fix compiler warningzecke1-2/+2
2004-09-02show first usage display - we may reenable tr() later againmickeyl1-4/+2
2004-08-26you need to include include.pro _before_ basing on scopes defined theremickeyl1-3/+3
2004-08-25Add menuconfig variable to set if opie-login has to be compiledwimpie2-3/+7
agains PAM Changed pro to use that variable
2004-08-25fix #1401 and upgrade ChangeLogmickeyl1-2/+0
2004-08-24- tweak version preparing the next releasemickeyl2-5/+6
- add eilers - show fullscreen on small screens
2004-08-22Reload InputMethods when LauncherSettings changed InputMethod Optionszecke6-19/+58
2004-08-18opiealarm fixeschicken1-0/+2
2004-08-18shrink greeting text. patch courtesy Matthias Hentgesmickeyl1-2/+2
2004-08-06Don't build it by default; more specific comment about how it's just usefulclem1-2/+2
for tests.
2004-08-05libqtaux2llornkcor2-2/+2
2004-08-03fixed includeclem1-2/+1
2004-08-03add the quicklaunching library to the file listclem1-1/+1
2004-07-28use copyfile method that doesnt squish filenames into latin1, so copying ↵llornkcor1-3/+9
files with extended characters doesn't fail after ir receive
2004-07-19securitybase.* is generated from ui so add it to .cvsignorezecke1-0/+1
2004-07-19Make it quicklaunchable againzecke4-53/+53
-Do the check if allowed to run in the c'tor of MultiauthConfig and exit(-1) on failure -Adopt the .pro to contain CONFIG quick-app again -main only contains the call to the factory
2004-07-18for gcc2 toolchain I need to forward declare crypt...zecke1-1/+6
2004-07-18Security now depends on libopiesecurity2zecke1-1/+1
2004-07-18Update.. New hidden configuration for disabling auto uppercaser..eilers1-0/+2
Todo: Make it visible via configuration settings
2004-07-18Fixing Bug #1361eilers2-8/+32