Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2004-07-17 | Allow the deletions of all events | zecke | 1 | -1/+1 |
This is the fix posted to the MailingList | ||||
2004-07-17 | Ok.. MAC handles even weak symbols differently.. | eilers | 1 | -5/+4 |
Now this should handle mac and linux with qte 2.3.7 and above .. | ||||
2004-07-17 | Make it compileable if just qte 2.3.7 is available. | eilers | 1 | -1/+5 |
Weak symbols just protect us against unresolved symbols at runtime. But, if it is unresolved at compile time, linking will fail ! | ||||
2004-07-17 | Addjust to the namespace changes of OMAF | zecke | 20 | -51/+75 |
2004-07-17 | Add dropin for the Password implementation of libqpe | zecke | 2 | -0/+165 |
2004-07-17 | -move OMAF into a namespace on its own | zecke | 7 | -15/+69 |
-add d'ptr were applicable | ||||
2004-07-17 | Add note about deprecation of password.h as it is superseeded | zecke | 1 | -1/+5 |
by OMAF | ||||
2004-07-17 | Cosmetic changes | zecke | 3 | -3/+14 |
using namespace Opie::DB -> namespace Opie { namespace DB { | ||||
2004-07-16 | Fix to work with newest version of libsword (OptionsList -> StringList) | drw | 1 | -2/+2 |
2004-07-16 | fix control file | harlekin | 1 | -1/+1 |