summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2004-10-14missing dep on libopie2coreclem1-1/+1
2004-10-14depend on LIBOPIE2SECURITY is enough (even if it does not work yet)clem1-1/+1
2004-10-13exit if no skin is foundllornkcor1-2/+11
2004-10-12Minor GUI polishingzecke6-6/+8
-Use 'better' icons and always QIconSet::Large -Make the 'Search For' Label to have the same color as the rest of the toolbar
2004-10-12something weird with oe not seeing these changesllornkcor1-2/+2
2004-10-12No functional changes.eilers7-120/+120
Just replaced owarn to odebug where debug output was ment by the developer. These warnings confusing users if the have any problems..
2004-10-12QD knows versioninfo, opie needs it's own identity herellornkcor1-2/+2
2004-10-11-Remove AboutDialogzecke6-487/+232
-Add the former AboutDialog as AboutWidget -Update .cvsignore to ingore widget.h and widget.cpp -Better way to show the Widget and create it delayed and onyl once -Remove the Opie Logo
2004-10-08this applets needs this imageclem1-1/+1
2004-10-08Recommend: added on the new opie-lockapplet, and on the opie-multiauth ↵clem1-0/+1
Application lock as well
2004-10-08better description of the app since it provides a real lock now, and can be ↵clem1-2/+5
used through Settings/Buttons
2004-10-08missing }clem1-1/+1
2004-10-08Big commit thanks to a little feature request :-) We now have an O-menu appletclem9-19/+157
to lock the PDA immediately, and the internal way to ask for an authentication (on resume, on start up, on demand or for a simple test) is much cleaner: it's through MultiauthPassword(int lockMode) (instead of the old bool at_poweron)
2004-10-08remove inadvertant outputllornkcor1-1/+1
2004-10-08remove inadvertant outputllornkcor1-3/+3
2004-10-08this patch will add support for QD installing directly to opie device via ↵llornkcor10-100/+657
sync. not functioning until QD 1.7.1 released. should compile for now
2004-10-07small documentation format fixesclem1-3/+3
2004-10-07fixed doxygen commentclem1-1/+1
2004-10-05Changed the way to test authentication: instead of having a hardcoded configclem2-61/+86
option, allowByPass, we now have a "Test now" button in the configuration interface. We add to change both the config app and the libopie2security files for that, since the MultiauthMainWindow constructor has to know whether to implement a debug mode (with an new argument, false by default). We also had to give MultiauthGeneralConfig a link to MultiauthConfig, since the test button triggers the writing of the whole configuration. Some cleaning too (m_ on *all* member attributes, removal of obsolete allowByPass / explanScreens checking code.
2004-09-30simpler explanationclem1-12/+2
2004-09-30- As Zecke suggested, we now hide the plugin list and authenticationclem2-107/+158
configuration tabs if no authentication plugin is installed (but we tell the user a few things about authentication in a third tab). - Small warning about syncnet removed.
2004-09-30removing files from the old opie-security implem.clem2-520/+0
2004-09-28treble and bass sliders not being hidden on system that dont have those devicesllornkcor1-2/+1
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