Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-10-30 | remove hardcoded icon size here as well | mickeyl | 1 | -12/+13 |
2004-10-29 | - no longer hardcode the font size | mickeyl | 1 | -3/+3 |
- add fixme for initial keyboard setting | ||||
2004-10-29 | no longer needed | mickeyl | 2 | -98/+0 |
2004-10-29 | smooth scale to proper icon size | mickeyl | 1 | -2/+3 |
2004-10-22 | upon further investigation, QD does indeed do different stuff for different ↵ | llornkcor | 1 | -6/+11 |
version strings. | ||||
2004-10-20 | -Remove odebug | zecke | 1 | -2/+0 |
2004-10-18 | change doclnk handling | llornkcor | 1 | -3/+4 |
2004-10-17 | G++ 4.0 compiler fixes | zecke | 1 | -4/+5 |
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp | ||||
2004-10-17 | -Use local8Bit instead of latin1 | zecke | 1 | -1/+1 |
2004-10-17 | fixed some more .pro / config.in dependencies discrepancies, that could ↵ | clem | 1 | -1/+1 |
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too | ||||
2004-10-16 | - BugFix: clear currentFileName in SaveAs when the user abort. | ar | 1 | -0/+1 |
otherwise it crashs when user try to save after aborted saveas action | ||||
2004-10-16 | -Remove debug output on appMessage | zecke | 2 | -3/+9 |
-Check for Application Pages in help/lang/execname/execname.html as well. This is needed for qashmoney and could be used for the other help pages as well | ||||
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 14 | -26/+26 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-14 | missing dep on libopie2core | clem | 1 | -1/+1 |
2004-10-14 | depend on LIBOPIE2SECURITY is enough (even if it does not work yet) | clem | 1 | -1/+1 |
2004-10-13 | exit if no skin is found | llornkcor | 1 | -2/+11 |
2004-10-12 | Minor GUI polishing | zecke | 6 | -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-12 | something weird with oe not seeing these changes | llornkcor | 1 | -2/+2 |
2004-10-12 | No functional changes. | eilers | 7 | -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-12 | QD knows versioninfo, opie needs it's own identity here | llornkcor | 1 | -2/+2 |
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 |