Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2004-08-25 | fix #1401 and upgrade ChangeLog | mickeyl | 1 | -2/+0 |
2004-08-24 | - tweak version preparing the next release | mickeyl | 2 | -5/+6 |
- add eilers - show fullscreen on small screens | ||||
2004-08-22 | Reload InputMethods when LauncherSettings changed InputMethod Options | zecke | 6 | -19/+58 |
2004-08-18 | opiealarm fixes | chicken | 1 | -0/+2 |
2004-08-18 | shrink greeting text. patch courtesy Matthias Hentges | mickeyl | 1 | -2/+2 |
2004-08-06 | Don't build it by default; more specific comment about how it's just useful | clem | 1 | -2/+2 |
for tests. | ||||
2004-08-05 | libqtaux2 | llornkcor | 2 | -2/+2 |
2004-08-03 | fixed include | clem | 1 | -2/+1 |
2004-08-03 | add the quicklaunching library to the file list | clem | 1 | -1/+1 |
2004-07-28 | use copyfile method that doesnt squish filenames into latin1, so copying ↵ | llornkcor | 1 | -3/+9 |
files with extended characters doesn't fail after ir receive | ||||
2004-07-19 | securitybase.* is generated from ui so add it to .cvsignore | zecke | 1 | -0/+1 |
2004-07-19 | Make it quicklaunchable again | zecke | 4 | -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-18 | for gcc2 toolchain I need to forward declare crypt... | zecke | 1 | -1/+6 |
2004-07-18 | Security now depends on libopiesecurity2 | zecke | 1 | -1/+1 |
2004-07-18 | Update.. New hidden configuration for disabling auto uppercaser.. | eilers | 1 | -0/+2 |
Todo: Make it visible via configuration settings | ||||
2004-07-18 | Fixing Bug #1361 | eilers | 2 | -8/+32 |
2004-07-17 | Use the MultiauthPassword::authenticate method instead of the handcrafting | zecke | 1 | -16/+5 |
2004-07-17 | Be less verbose | zecke | 2 | -9/+1 |
clean ups | ||||
2004-07-17 | Add Clements reworked and OMAF capable Security Settings application | zecke | 14 | -543/+1256 |
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added | ||||
2004-07-17 | -Add depedenncy on OMAF | zecke | 3 | -8/+10 |
-Link against OMAF -Finally use OMAF | ||||
2004-07-17 | Fix compiler warning about unused variable | zecke | 1 | -1/+1 |
2004-07-15 | -Remove double 'connection' of num/capslock/symbol toggle from launcher. | zecke | 3 | -25/+2 |
taskbar itself takes care about it -Make having the LockKeyState indicator in the taskbar configurable and have it enabled by default for Sharp Zaurus which actually got a keyboard :) Initial KeyLock State is still not defined/used from within Sharp | ||||
2004-07-15 | Start removing #if 0 which originates from a sync and libqtopia dependency | zecke | 2 | -83/+1 |