Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-10-11 | -Remove AboutDialog | zecke | 6 | -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-08 | this applets needs this image | clem | 1 | -1/+1 |
2004-10-08 | Recommend: added on the new opie-lockapplet, and on the opie-multiauth ↵ | clem | 1 | -0/+1 |
Application lock as well | ||||
2004-10-08 | better description of the app since it provides a real lock now, and can be ↵ | clem | 1 | -2/+5 |
used through Settings/Buttons | ||||
2004-10-08 | missing } | clem | 1 | -1/+1 |
2004-10-08 | Big commit thanks to a little feature request :-) We now have an O-menu applet | clem | 9 | -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-08 | remove inadvertant output | llornkcor | 1 | -1/+1 |
2004-10-08 | remove inadvertant output | llornkcor | 1 | -3/+3 |
2004-10-08 | this patch will add support for QD installing directly to opie device via ↵ | llornkcor | 10 | -100/+657 |
sync. not functioning until QD 1.7.1 released. should compile for now | ||||
2004-10-07 | small documentation format fixes | clem | 1 | -3/+3 |
2004-10-07 | fixed doxygen comment | clem | 1 | -1/+1 |
2004-10-05 | Changed the way to test authentication: instead of having a hardcoded config | clem | 2 | -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-30 | simpler explanation | clem | 1 | -12/+2 |
2004-09-30 | - As Zecke suggested, we now hide the plugin list and authentication | clem | 2 | -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-30 | removing files from the old opie-security implem. | clem | 2 | -520/+0 |
2004-09-28 | treble and bass sliders not being hidden on system that dont have those devices | llornkcor | 1 | -2/+1 |
2004-09-27 | fix vmemo | llornkcor | 1 | -5/+7 |
2004-09-26 | Since some 2.6.8 kernel the Linux kernel one can set | zecke | 1 | -0/+9 |
the process name with prctl. Let us use this as well | ||||
2004-09-26 | Fix the indentation... | zecke | 1 | -112/+115 |
2004-09-24 | removed non-strings from tr() calls | clem | 2 | -17/+17 |
2004-09-24 | Adding standard CVS ignoring for Qt/Opie built files. | clem | 2 | -0/+10 |
2004-09-24 | Denote the end of the xargs parameters, to avoid "xargs: invalid option -- v" | clem | 1 | -1/+1 |
kind of errors with old xargs. | ||||
2004-09-18 | make cross compilable | llornkcor | 1 | -1/+1 |
2004-09-18 | Make MMC/SD inject/eject strings translatable | zecke | 1 | -2/+2 |
2004-09-18 | -Killl Magic Numbers and introduce an enum | zecke | 2 | -27/+38 |
-Split the Command Line on Creation, this way we do not need to split the command afterwards | ||||
2004-09-18 | link with gcc | llornkcor | 1 | -1/+1 |
2004-09-18 | fix crash #1408 | llornkcor | 1 | -79/+79 |
2004-09-18 | fix #1399 | llornkcor | 1 | -15/+21 |
2004-09-18 | The following change is untested on a real device. So please try and | zecke | 2 | -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-14 | Fixed some horrible indentations | schurig | 1 | -212/+255 |
2004-09-13 | Try to use the Parent Background as BackgroundOrigin | zecke | 1 | -1/+5 |
2004-09-13 | renamed THIS restartapplet to librestartapplet2.so, now you can build | schurig | 2 | -2/+2 |
both opie-restartapplet and opie-restartapplet2 in one go | ||||
2004-09-12 | -Refactor loading of the Plugin Widgets' to be only contained | zecke | 5 | -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 them | zecke | 4 | -32/+43 |
-Delete the Widgets before we remove the plugin from our address space some random clean ups | ||||
2004-09-12 | Follow the defined Ownership and have a maybe not needed | zecke | 9 | -28/+15 |
sanity check | ||||
2004-09-12 | -Kill all owarn statements as they're not needed/useful anymore | zecke | 3 | -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.png | zecke | 3 | -31/+9 |
-Remove old code -Remove bogus code as commented by Stefan Eilers | ||||
2004-09-12 | show backdrop, make crosshair a bit more prominent, enable calibration test ↵ | mickeyl | 3 | -36/+33 |
when QT_DEBUG is set | ||||
2004-09-10 | added support for DEVFS | schurig | 2 | -3/+15 |
2004-09-10 | Unused parameter removed, cast uint -> int to avoid warning | zecke | 2 | -3/+2 |
2004-09-10 | Remove unused code and mark parameter as Q_UNUSED | zecke | 3 | -26/+6 |
2004-09-10 | Move the using namespace expression below all includes | zecke | 1 | -2/+4 |
2004-09-10 | Fix warnings about unused parameter | zecke | 2 | -4/+4 |
2004-09-10 | whitespace changes | schurig | 1 | -48/+58 |
2004-09-08 | fixed dependency (needs libqtaux2) | schurig | 1 | -1/+1 |
2004-09-08 | Added | schurig | 1 | -0/+2 |
2004-09-07 | Fix compiler warning | zecke | 1 | -2/+2 |
2004-09-02 | show first usage display - we may reenable tr() later again | mickeyl | 1 | -4/+2 |
2004-08-26 | you need to include include.pro _before_ basing on scopes defined there | mickeyl | 1 | -3/+3 |
2004-08-25 | Add menuconfig variable to set if opie-login has to be compiled | wimpie | 2 | -3/+7 |
agains PAM Changed pro to use that variable |