Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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-17 | Allow the deletions of all events | zecke | 1 | -1/+1 |
This is the fix posted to the MailingList | ||||
2004-06-27 | Argh.. Sorry for making problems ! | eilers | 1 | -436/+225 |
CVS committed stuff which had merging conflicts... :( | ||||
2004-06-27 | Fixing Bug #1328: | eilers | 1 | -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-27 | Fixing typo.. Not interesting! | eilers | 1 | -1/+1 |
2004-06-01 | - convert to odebug framework | ar | 7 | -207/+218 |
2004-06-01 | - convert to odebug framework | ar | 18 | -2443/+2498 |
2004-05-23 | Make it possible to define the filename of a database via factories.. | eilers | 2 | -12/+16 |
2004-05-23 | Changes in Backendfactory: Now providing VCARD/VCAL backends if available | eilers | 5 | -46/+63 |
Changing API: Default now gets a OPimGlobal::PimType as first param instead of QString. | ||||
2004-05-22 | Fix inserting data with custom tables | zecke | 1 | -27/+27 |
Also I don't like the string comparsions. Are they really needed? | ||||
2004-05-21 | Rule of Thumb: If it is 3:00am and you've suddenly something that compiles ↵ | zecke | 1 | -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-21 | No dynamic_cast if we've no rtti. Ask tronical about the correctness because | zecke | 1 | -10/+10 |
if we would static_cast rightaway the compilers quits with errors.. | ||||
2004-05-21 | Fix comment | zecke | 1 | -7/+7 |
s/plugins/template | ||||
2004-05-20 | add a 'default' backend for readEntry or you could/will crash | zecke | 1 | -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-20 | Changing OPimAccessFactory::Default to defaultAccess | eilers | 5 | -5/+5 |
Changing OBackendFactory::Default to defaultBackend I hope this fixes all problems with reserved words.. Sorry for any inconveniences.. | ||||
2004-05-20 | Fixing problems with "default" which is a reserved keyword. Use "Default" ↵ | eilers | 1 | -1/+1 |
instead.. | ||||
2004-05-16 | make this compile with gcc 3.4 | mickeyl | 1 | -3/+2 |
we want to stay gcc 3.4 compliant, so folks please update your compilers | ||||
2004-05-16 | Improved accessing of default database style by using OPimGlobal::DEFAULT | eilers | 2 | -10/+38 |
2004-05-16 | Backendfactory allows to request the default database style which is defined | eilers | 2 | -17/+46 |
by Settings/pimaccess.conf. This will be used by the OPimAccessFactory .. see next commit.. | ||||
2004-05-16 | Introducing a new factory for creating access objects for the pim backends. | eilers | 3 | -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-08 | Fixed a lot of worse bugs in the databook-backend for SQL. | eilers | 3 | -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-04 | OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual) | eilers | 9 | -9/+12 |
2004-05-04 | Minor modification in debug output | eilers | 1 | -1/+3 |
2004-05-04 | This is the reason, why I sometimes hate C++ .. | eilers | 1 | -1/+1 |
Fixed crash in find of OPimDateBookBackend_SQL | ||||
2004-04-28 | Changelog for OpiePim-Library | eilers | 1 | -0/+4 |
2004-04-28 | Some modifications to alow use of generic OPimRecords without need to | eilers | 9 | -15/+65 |
cast them manually to the right type | ||||
2004-04-12 | Implementing regexp search. OSearch works now.. | eilers | 2 | -19/+80 |
todo: Implemented removal of finished todo items.. | ||||
2004-04-11 | Fixes for sqlite regex driver. Function must be implemented as | brad | 1 | -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-10 | Some fixes to the namespace using. | eilers | 1 | -6/+31 |
the first test implementation of regexp-search for addressbook (disabled) | ||||
2004-04-08 | added conditional dependency for LIBOPIE2DB to LIBOPIE2PIM so if db is | lackac | 1 | -12/+13 |
selected it gets compiled first also added dependency for LIBOPIE2PIM to SQL_PIM_BACKEND | ||||
2004-04-07 | removed LIBOPIEDB2 dependency from libopie2/opiepim/config.in because it | lackac | 1 | -1/+1 |
isn't needed it is LIBOPIE2DB anyway | ||||
2004-04-07 | Added some odebug includes and namespaces refs | wimpie | 1 | -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-06 | upgrade descriptions and synchronize readme and roadmap | mickeyl | 1 | -1/+1 |
2004-04-05 | SQL-Backends are almost finished ! | eilers | 7 | -94/+339 |
Works: Loading/Storing data, Most important search queries for Address/todo Unfinished: Search-Queries for Datebook, regexp search | ||||
2004-04-03 | Add some todos for Alwin | zecke | 1 | -0/+60 |
2004-04-02 | Removed the avaluation code. Horizontal layout won the competition, therfore ↵ | eilers | 1 | -176/+1 |
the rest is removed.. | ||||
2004-03-31 | Removed all unnecessary dependencies to libopiedb2 and reimplemented | eilers | 1 | -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-28 | enabling and disabling the SQL stuff for libopiepim2 should now (finally) work | mickeyl | 2 | -3/+8 |
note that you may have to 'make mrproper' after enabling/disabling | ||||
2004-03-28 | - remove optional SQL support from libopie1 | mickeyl | 2 | -12/+17 |
- add optional SQL support to libopie2 | ||||
2004-03-26 | conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=y | mickeyl | 1 | -2/+5 |
2004-03-26 | move SQL_BACKEND configuration to where it belongs | mickeyl | 1 | -0/+14 |
2004-03-14 | No using namespace in a public header | zecke | 2 | -9/+9 |
2004-03-14 | but XML Parser back to OPie Core as libtinykate uses it as well | zecke | 4 | -452/+4 |
2004-03-13 | Move XML class to internal PIM | zecke | 10 | -12/+476 |
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well | ||||
2004-03-02 | Added #include <qwidget.h> | drw | 1 | -0/+1 |
2004-03-02 | run the optimize_connect script | alwin | 3 | -10/+10 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-03-01 | fix includes | chicken | 7 | -15/+1 |
2004-03-01 | fixed opiepim to depend on opiedb2 and also add the forgotten today ↵ | harlekin | 4 | -4/+176 |
interface files |