summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-09-08Ignoring demo binariesschurig11-0/+11
2004-09-08Addedschurig1-0/+3
2004-09-08ignore .mocschurig1-0/+2
2004-09-06GCC 2.95 compile fix for switch/case statementzecke1-3/+6
2004-09-05Fixing really stupid caching bug.. Thanks to zecke who found it..eilers6-32/+25
Removed cachefind in backend which isn't needed anymore and not a goot idea...
2004-08-30Fix warnings, add sanity check, new default argument to fix warning...zecke4-8/+10
2004-08-29Added lookahead caching for addressbook (SQL-only) for speed improvement.eilers5-47/+196
2004-08-29Fixed some quirks..eilers1-3/+8
2004-08-29Minor but important changes in API. Improved SQL performance: ↵eilers4-6/+11
contactsbackend now supports look-ahead caching to speed up access. Fixed and improved look-ahead cache in todo-backend. Datebook backend will follow, soon !
2004-08-26fix bogus NOP as pointed out by zeckemickeyl1-1/+1
2004-08-25Respect the value passed to the methodzecke1-1/+3
2004-08-25-Have a common implementation for reading the config valuezecke7-175/+158
and setting the Mixer. The mixer, sound and path is configurable -Restore the Opie HEADER (who is guilty? probably me) -Fix warnings -Port Zaurus,Simpad,Ipaq to configure the mixer
2004-08-23Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDirzecke1-1/+4
2004-08-23Fix warnings raised by the compilerzecke2-17/+18
2004-08-20back out unintentional change. Use an unknown ODevice insteadzecke1-1/+1
of Internal::Zaurus
2004-08-20- add libpcap dir to lib- and include directoryar2-3/+15
2004-08-20- add libpcap dependency in commentar1-1/+1
2004-08-17add sl-6000llornkcor2-0/+5
2004-08-15-Use APM for the SIMpad now that it got the APM biosless patchzecke2-50/+55
applied as well - We save the screen content, call the ODevice implementation and on wake up we restore the content
2004-08-14- add OFileDialog::getDirectory()ar4-20/+89
this function open a file dialog to select a directory. it can show Directories and All Directories. the first one is without and the second is with hidden directories.
2004-08-09- adjust headersmickeyl3-9/+5
- kill a warning
2004-08-06Update to the on-server move.zecke7-58/+74
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details
2004-08-05compensate for oticker movalmickeyl1-2/+0
2004-08-03FALSE -> falseclem1-2/+2
2004-08-01cleanup - odevice is now and for future the one and only friend classalwin5-56/+63
2004-08-010 pointer will not inserted into listalwin1-0/+4
2004-08-01made interface binary clean eg. inst() returns a hidden classalwin2-27/+80
documentation
2004-08-01added a keyfilter singleton. All OPIE apps should use that instead ofalwin5-50/+255
the base from qte 'cause there are some stupids in handling pointers. key handlers from odevice-classes will handled at top of all others iPAQ and SIMPad are switched to that filter queue.
2004-07-30ev is not required.christophe1-3/+3
2004-07-29-UTC -> Europe/London when referring to no timezonezecke5-80/+99
-special handling for allDay Event in OPImEvent, avoid setting timezone as it is by default UTC -No timezone set by default for an Event -Recurrence is UTC (no timezone) -Provide upgrade path from DateBook as by default events were in the current timezone but didn't have the timezone attribute -unified handling of timezones, compatible with QtopiaDesktop -do less conversions -...
2004-07-29Fixed screwed indentation.. Don't know where this came from..eilers2-157/+157
2004-07-28disambiguatemickeyl1-1258/+1258
2004-07-27documented SecOwnerDlgclem1-0/+1
2004-07-27Replacing an ugly QString.sprintf() with QString().arg() which fixes wrong ↵eilers1-1/+1
format handling. This is a reason, why we have odebug instead of qDebug.. Thanks to mickeyl for code review!
2004-07-24First revision of libopiesecurity2 package fileclem1-0/+10
2004-07-24Delete the Views which are created in the OFileSelectorzecke2-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-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