summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-09-12If there is no 'excluded' plugin the excluded-list wasn't madezecke1-2/+9
empty and the old/prior setting still was used. This fix makes sure that an empty string is written if no plugin is excluded
2004-09-12Remove memory leakzecke1-1/+4
2004-09-12-Define ownership of widget and configwidgetzecke4-6/+25
-Implement C'tor and D'tor of TodayConfigWidget
2004-09-10added support for DEVFSschurig1-0/+5
2004-09-10Fix warnings about unused parameters and no newline at the end of filezecke5-9/+17
2004-09-10The usual... fix warnings about unused parameterszecke2-4/+6
2004-09-10Fix warnings about unused parameterszecke3-1/+6
2004-09-10Move handleWidget of OKeyConfigManager to a slotzecke2-3/+14
Add some @see statements to the OKeyConfigManager
2004-09-09updates to MNCIschurig2-154/+50
2004-09-09added MNCI-RXschurig1-1/+2
2004-09-09support for devfsschurig1-0/+4
2004-09-08remove things like \n and \l from the system version stringmickeyl1-1/+1
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