Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-07-24 | Try to get the Keyup Event inside the IconView to not 'move' | zecke | 2 | -0/+20 |
forward later. Long Return press triggers autorepeat | ||||
2004-07-24 | Have a custom grid for the game. Now the name of fifteen is | zecke | 3 | -51/+108 |
pretty obsolete but hey it is fun :) | ||||
2004-07-24 | Restore CONFIG += quick-app to build quicklaunch orientated apps | zecke | 1 | -1/+1 |
2004-07-24 | Update to exclude the uic generated files | zecke | 1 | -0/+2 |
2004-07-24 | Custom Image as the background for the board tiles. | zecke | 8 | -56/+768 |
This is later needed for the puzzle game mode | ||||
2004-07-24 | First revision of libopiesecurity2 package file | clem | 1 | -0/+10 |
2004-07-24 | - BugFix: #1381 - added missing libopie-console.so* | ar | 1 | -1/+1 |
2004-07-24 | Delete the Views which are created in the OFileSelector | zecke | 2 | -5/+24 |
Add a new member and one method to register the view. The views themselves (baseclass) call this function. Simply going over the viewMap wouldn't work as we can have the same instance contained twice under a different name | ||||
2004-07-23 | Get up-to-date after the translations update | sudonix | 18 | -131/+135 |
2004-07-23 | - make patch patcheable :) | ar | 2 | -14/+0 |
2004-07-23 | Split up the patches for Qt2.3.7 and Qt2.3.8 and add comments | zecke | 17 | -239/+3459 |
on what they do | ||||
2004-07-23 | Adjust to the relayout of the qt dir | zecke | 1 | -1/+1 |
2004-07-23 | Add the encoding Qt patch | zecke | 2 | -0/+98 |
2004-07-23 | enable the oplugins demo | mickeyl | 1 | -1/+1 |
2004-07-21 | Link to qpe as well | zecke | 1 | -1/+1 |
2004-07-21 | fixes | llornkcor | 5 | -28/+58 |
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-19 | Link to OpieSecurity2 at least for the config widget | zecke | 4 | -4/+4 |
this way there is no undefined reference to the vtable of Opie::Security::MultiauthConfigWidget | ||||
2004-07-19 | -DQT_QWS_EBX -DQT_QWS_CUSTOM readded | zecke | 1 | -1/+1 |
2004-07-19 | Use rpath-link instead of rpath | zecke | 1 | -1/+1 |
2004-07-19 | outdated | mickeyl | 1 | -165/+0 |
2004-07-19 | cosmetics | mickeyl | 1 | -4/+3 |
2004-07-19 | block SIGPIPE global 'cause we can not satisfy it inside libetpan | alwin | 2 | -8/+25 |
itself. | ||||
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 | -CHECK if DIR exist added to qmake.conf's | zecke | 107 | -438/+2558 |
-use arm-linux-g++ for linking now hopefully not removed anything important Added python tool to opiefy mkspecs | ||||
2004-07-18 | don't allow a static libqpe | mickeyl | 1 | -0/+2 |
2004-07-18 | no need to warn here. debug seems enough | mickeyl | 1 | -2/+2 |
2004-07-18 | yet another compat guard for functions added in recent qte releases | mickeyl | 1 | -0/+4 |
2004-07-18 | Bug due to missing concentration.. :( | eilers | 1 | -2/+8 |
2004-07-18 | Some Bugfixes | eilers | 1 | -1/+3 |
2004-07-18 | Fixed bugreport #1370 and | eilers | 2 | -1/+36 |
added check, whether source and destdatabase is the same.. | ||||
2004-07-18 | qte-2.3.2 compat compile fix | mickeyl | 1 | -1/+2 |
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-18 | - closed a couple of bugs and added them to changelog | mickeyl | 2 | -2/+12 |
- tagged 1.1.4 in CVS - bumped version to 1.1.5-snapshot | ||||
2004-07-18 | Really remove useless code .. | eilers | 1 | -2/+0 |
2004-07-18 | Removed forward deklaration of template class. This caused double defined | eilers | 1 | -1/+1 |
linker errors on mac Gcc 3.3 | ||||
2004-07-18 | add qcombobox include | llornkcor | 1 | -0/+1 |
2004-07-18 | proper icone dir | llornkcor | 1 | -1/+1 |
2004-07-17 | Use the MultiauthPassword::authenticate method instead of the handcrafting | zecke | 1 | -16/+5 |
2004-07-17 | Be less verbose | zecke | 6 | -16/+7 |
clean ups | ||||
2004-07-17 | Add Clements reworked and OMAF capable Security Settings application | zecke | 16 | -544/+1263 |
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added | ||||
2004-07-17 | Add opiesecurity to the normal build | zecke | 1 | -1/+1 |
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-17 | Change the default for needToAuthenticate | zecke | 1 | -2/+2 |
2004-07-17 | Now it is perfect.. | eilers | 1 | -1/+1 |
2004-07-17 | Hmph.. No comment .. Thanks Zecke ! | eilers | 1 | -1/+1 |