Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-08-30 | Fix warnings, add sanity check, new default argument to fix warning... | zecke | 4 | -8/+10 |
2004-08-29 | Added lookahead caching for addressbook (SQL-only) for speed improvement. | eilers | 5 | -47/+196 |
2004-08-29 | Fixed some quirks.. | eilers | 1 | -3/+8 |
2004-08-29 | Minor but important changes in API. Improved SQL performance: ↵ | eilers | 4 | -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-26 | fix bogus NOP as pointed out by zecke | mickeyl | 1 | -1/+1 |
2004-08-25 | Respect the value passed to the method | zecke | 1 | -1/+3 |
2004-08-25 | -Have a common implementation for reading the config value | zecke | 7 | -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-23 | Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDir | zecke | 1 | -1/+4 |
2004-08-23 | Fix warnings raised by the compiler | zecke | 2 | -17/+18 |
2004-08-20 | back out unintentional change. Use an unknown ODevice instead | zecke | 1 | -1/+1 |
of Internal::Zaurus | ||||
2004-08-20 | - add libpcap dir to lib- and include directory | ar | 2 | -3/+15 |
2004-08-20 | - add libpcap dependency in comment | ar | 1 | -1/+1 |
2004-08-17 | add sl-6000 | llornkcor | 2 | -0/+5 |
2004-08-15 | -Use APM for the SIMpad now that it got the APM biosless patch | zecke | 2 | -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() | ar | 4 | -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 headers | mickeyl | 3 | -9/+5 |
- kill a warning | ||||
2004-08-06 | Update to the on-server move. | zecke | 7 | -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-05 | compensate for oticker moval | mickeyl | 1 | -2/+0 |
2004-08-03 | FALSE -> false | clem | 1 | -2/+2 |
2004-08-01 | cleanup - odevice is now and for future the one and only friend class | alwin | 5 | -56/+63 |
2004-08-01 | 0 pointer will not inserted into list | alwin | 1 | -0/+4 |
2004-08-01 | made interface binary clean eg. inst() returns a hidden class | alwin | 2 | -27/+80 |
documentation | ||||
2004-08-01 | added a keyfilter singleton. All OPIE apps should use that instead of | alwin | 5 | -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-30 | ev is not required. | christophe | 1 | -3/+3 |
2004-07-29 | -UTC -> Europe/London when referring to no timezone | zecke | 5 | -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-29 | Fixed screwed indentation.. Don't know where this came from.. | eilers | 2 | -157/+157 |
2004-07-28 | disambiguate | mickeyl | 1 | -1258/+1258 |
2004-07-27 | documented SecOwnerDlg | clem | 1 | -0/+1 |
2004-07-27 | Replacing an ugly QString.sprintf() with QString().arg() which fixes wrong ↵ | eilers | 1 | -1/+1 |
format handling. This is a reason, why we have odebug instead of qDebug.. Thanks to mickeyl for code review! | ||||
2004-07-24 | First revision of libopiesecurity2 package file | clem | 1 | -0/+10 |
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 | enable the oplugins demo | mickeyl | 1 | -1/+1 |
2004-07-21 | Link to qpe as well | zecke | 1 | -1/+1 |
2004-07-19 | outdated | mickeyl | 1 | -165/+0 |
2004-07-18 | no need to warn here. debug seems enough | mickeyl | 1 | -2/+2 |
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-17 | Add Clements reworked and OMAF capable Security Settings application | zecke | 1 | -1/+1 |
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 | Change the default for needToAuthenticate | zecke | 1 | -2/+2 |
2004-07-17 | Allow the deletions of all events | zecke | 1 | -1/+1 |
This is the fix posted to the MailingList | ||||
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 | Cosmetic changes | zecke | 3 | -3/+14 |
using namespace Opie::DB -> namespace Opie { namespace DB { | ||||
2004-07-13 | Fix compiler warnings coming from static methods which are unused most of the | zecke | 2 | -20/+35 |
time in headers. Move isQWS and makeChannel to Opie::Core. Maybe we will move them to internal later | ||||
2004-07-13 | Use snprintf to just be sure that we don't go over the buffer limit | zecke | 1 | -1/+1 |
2004-07-13 | -Small clean up, we do not need to use the file anymore as all | zecke | 2 | -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-07 | Make the fileselector.pro file valid. This was found by opie-lupdate. | zecke | 1 | -2/+2 |
Don't add '\' if you don't continue next line... | ||||
2004-06-27 | Argh.. Sorry for making problems ! | eilers | 2 | -439/+228 |
CVS committed stuff which had merging conflicts... :( | ||||
2004-06-27 | Fixing Bug #1328: | eilers | 2 | -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 ! |