summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-07-23enable the oplugins demomickeyl1-1/+1
2004-07-21Link to qpe as wellzecke1-1/+1
2004-07-19outdatedmickeyl1-165/+0
2004-07-18no need to warn here. debug seems enoughmickeyl1-2/+2
2004-07-18Really remove useless code ..eilers1-2/+0
2004-07-18Removed forward deklaration of template class. This caused double definedeilers1-1/+1
linker errors on mac Gcc 3.3
2004-07-17Add Clements reworked and OMAF capable Security Settings applicationzecke1-1/+1
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added
2004-07-17Add opiesecurity to the normal buildzecke1-1/+1
2004-07-17Change the default for needToAuthenticatezecke1-2/+2
2004-07-17Allow the deletions of all eventszecke1-1/+1
This is the fix posted to the MailingList
2004-07-17Add dropin for the Password implementation of libqpezecke2-0/+165
2004-07-17-move OMAF into a namespace on its ownzecke7-15/+69
-add d'ptr were applicable
2004-07-17Cosmetic changeszecke3-3/+14
using namespace Opie::DB -> namespace Opie { namespace DB {
2004-07-13Fix compiler warnings coming from static methods which are unused most of thezecke2-20/+35
time in headers. Move isQWS and makeChannel to Opie::Core. Maybe we will move them to internal later
2004-07-13Use snprintf to just be sure that we don't go over the buffer limitzecke1-1/+1
2004-07-13-Small clean up, we do not need to use the file anymore as allzecke2-4/+2
model checking is done in the ODevice base class -m_led[0] = m_led[1] = LedOff which size does m_led need? yeah two
2004-07-07Make the fileselector.pro file valid. This was found by opie-lupdate.zecke1-2/+2
Don't add '\' if you don't continue next line...
2004-06-27Argh.. Sorry for making problems !eilers2-439/+228
CVS committed stuff which had merging conflicts... :(
2004-06-27Fixing Bug #1328:eilers2-21/+235
VCards: Real encoding in UTF-8. Now even chars > 0xff are supported. SQL: Switching form latin1 encoding to UTF-8 encoding. We are now fully Unicode compliant ! Sorry for all users already using the SQL interface for loosing their special characters. There was no other way ! All other should export its SQL database to xml before updating and reimporting afterwards !
2004-06-27Fixing typo.. Not interesting!eilers1-1/+1
2004-06-22use stderr as default odebug output destination as pointed out by Bradmickeyl1-2/+3
2004-06-22introduce numeric constants for the odebug output destinationsmickeyl2-7/+14
2004-06-15builds it by defaultclem1-0/+1
2004-06-15classic .cvsignoreclem1-0/+3
2004-06-14First revision of libopiesecurity2: plugin-based authentication framework ↵clem8-0/+639
(see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-14First revision of libopiesecurity2: plugin-based authentication framework ↵clem1-0/+1
(see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-12- refactor the distribution detection codemickeyl8-189/+141
- add detection of OpenEmbedded and generic linux distributions - simplify the zaurus model detection code
2004-06-07add dependency to libpcapmickeyl1-1/+1
keeping those metadata up to date is pretty annoying... oe handles this automatically by looking at what libraries a certain object links against...
2004-06-06- add sqlite dependenciesar1-9/+13
2004-06-06- add sqlite dependenciesar1-1/+7
2004-06-03- convert to odebug frameworkar3-9/+13
2004-06-03- correct mail-address in copyrightar3-3/+3
2004-06-03- convert to odebug frameworkar9-71/+165
2004-06-02- convert to odebug frameworkar6-41/+50
2004-06-01- convert to odebug frameworkar7-207/+218
2004-06-01- convert to odebug frameworkar23-2496/+2560
2004-05-30LCD/Backlight control has changed a bitchicken1-3/+3
2004-05-29Make Enabled/Disabled work.zecke1-1/+2
Problem was /home/ich/foo//plugins/foo where /home/ich/foo/ was OPIEDIR and we added /
2004-05-29fix path handlingharlekin1-2/+2
2004-05-28Be nice to Ar. Put the closing of the namespace into the guardszecke1-2/+3
guarding against multiple header inclusion...
2004-05-28Same config namezecke1-2/+2
2004-05-28Make harlekin happy. AkA uncomitted codezecke2-3/+16
2004-05-28Ideas of the API of the Generic PluginLoaderzecke2-5/+167
2004-05-28Show OPluginLoader usage... forgot to commit it.zecke1-0/+10
No wonder why Harlekin didn't find it
2004-05-23Make it possible to define the filename of a database via factories..eilers2-12/+16
2004-05-23Changes in Backendfactory: Now providing VCARD/VCAL backends if availableeilers5-46/+63
Changing API: Default now gets a OPimGlobal::PimType as first param instead of QString.
2004-05-22Fix inserting data with custom tableszecke1-27/+27
Also I don't like the string comparsions. Are they really needed?
2004-05-21last bit of jornada 56x button updateschicken1-5/+5
2004-05-21correct jornada 56x button handling for opiechicken2-5/+71
2004-05-21Rule of Thumb: If it is 3:00am and you've suddenly something that compiles ↵zecke1-0/+3
it is a step in the right direction but wrong... Now the question is where to get the brown paperbacks again?! Maybe we get a discount... Anyway: adding a break in switch/case is most likely a good idea. Before we only used return