summaryrefslogtreecommitdiff
path: root/libopie2/opiepim
AgeCommit message (Collapse)AuthorFilesLines
2004-09-12-Sorry for the whitespaceszecke1-9/+11
-Delete endDate which is used by queryByExample Eilers can you look if a QDate::isValid makes more sense?
2004-09-12-Define ownership of widget and configwidgetzecke4-6/+25
-Implement C'tor and D'tor of TodayConfigWidget
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-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: ↵eilers1-0/+1
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-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-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-17Allow the deletions of all eventszecke1-1/+1
This is the fix posted to the MailingList
2004-06-27Argh.. Sorry for making problems !eilers1-436/+225
CVS committed stuff which had merging conflicts... :(
2004-06-27Fixing Bug #1328:eilers1-4/+228
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-01- convert to odebug frameworkar7-207/+218
2004-06-01- convert to odebug frameworkar18-2443/+2498
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-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
2004-05-21No dynamic_cast if we've no rtti. Ask tronical about the correctness becausezecke1-10/+10
if we would static_cast rightaway the compilers quits with errors..
2004-05-21Fix commentzecke1-7/+7
s/plugins/template
2004-05-20add a 'default' backend for readEntry or you could/will crashzecke1-7/+7
because QString::null is not in the dictionary of available backends. I'm conversative so it is 'xml' Eilers/BradC change it on your will
2004-05-20Changing OPimAccessFactory::Default to defaultAccesseilers5-5/+5
Changing OBackendFactory::Default to defaultBackend I hope this fixes all problems with reserved words.. Sorry for any inconveniences..
2004-05-20Fixing problems with "default" which is a reserved keyword. Use "Default" ↵eilers1-1/+1
instead..
2004-05-16make this compile with gcc 3.4mickeyl1-3/+2
we want to stay gcc 3.4 compliant, so folks please update your compilers
2004-05-16Improved accessing of default database style by using OPimGlobal::DEFAULTeilers2-10/+38
2004-05-16Backendfactory allows to request the default database style which is definedeilers2-17/+46
by Settings/pimaccess.conf. This will be used by the OPimAccessFactory .. see next commit..
2004-05-16Introducing a new factory for creating access objects for the pim backends.eilers3-41/+224
It is still very basic but simplifies the access of the pim database and covers the creation process itself.. The new class OPimGlobal will contain constants and enums which should be public available for users of the PIM-classes..
2004-05-08Fixed a lot of worse bugs in the databook-backend for SQL.eilers3-16/+24
It was found by doing equivalence checks between events, moved between xml and sql backend, using opimconverter.. More bugfixes will follow..
2004-05-04OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual)eilers9-9/+12
2004-05-04Minor modification in debug outputeilers1-1/+3
2004-05-04This is the reason, why I sometimes hate C++ ..eilers1-1/+1
Fixed crash in find of OPimDateBookBackend_SQL
2004-04-28Changelog for OpiePim-Libraryeilers1-0/+4
2004-04-28Some modifications to alow use of generic OPimRecords without need toeilers9-15/+65
cast them manually to the right type
2004-04-12Implementing regexp search. OSearch works now..eilers2-19/+80
todo: Implemented removal of finished todo items..
2004-04-11Fixes for sqlite regex driver. Function must be implemented asbrad1-2/+2
rlike("pattern","match") instead of "where uid rlike("99")" you must use "where rlike("99",uid). My mistake. Also fixes for pointer math for context regex caching.
2004-04-10Some fixes to the namespace using.eilers1-6/+31
the first test implementation of regexp-search for addressbook (disabled)
2004-04-08added conditional dependency for LIBOPIE2DB to LIBOPIE2PIM so if db islackac1-12/+13
selected it gets compiled first also added dependency for LIBOPIE2PIM to SQL_PIM_BACKEND
2004-04-07removed LIBOPIEDB2 dependency from libopie2/opiepim/config.in because itlackac1-1/+1
isn't needed it is LIBOPIE2DB anyway
2004-04-07Added some odebug includes and namespaces refswimpie1-1/+1
opiepim links with opiedb2 -> needs depend in config.in qlibrary_unix -> print dlopen errors ALWAYS not only indebug BTmanager.pro needs opieui2
2004-04-06upgrade descriptions and synchronize readme and roadmapmickeyl1-1/+1
2004-04-05SQL-Backends are almost finished !eilers7-94/+339
Works: Loading/Storing data, Most important search queries for Address/todo Unfinished: Search-Queries for Datebook, regexp search
2004-04-03Add some todos for Alwinzecke1-0/+60
2004-04-02Removed the avaluation code. Horizontal layout won the competition, therfore ↵eilers1-176/+1
the rest is removed..
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers1-3/+3
the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" ..
2004-03-28enabling and disabling the SQL stuff for libopiepim2 should now (finally) workmickeyl2-3/+8
note that you may have to 'make mrproper' after enabling/disabling
2004-03-28- remove optional SQL support from libopie1mickeyl2-12/+17
- add optional SQL support to libopie2
2004-03-26conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=ymickeyl1-2/+5
2004-03-26move SQL_BACKEND configuration to where it belongsmickeyl1-0/+14