summaryrefslogtreecommitdiff
path: root/core/pim
AgeCommit message (Collapse)AuthorFilesLines
2004-04-06Some spelling and capitalization fixes for menu itemsdrw4-5/+5
2004-04-04fix up owarn usagezecke8-44/+36
2004-04-04fix odebug usagemickeyl1-10/+10
2004-04-04better use owarn heremickeyl1-2/+2
2004-04-04fix odebug usagemickeyl1-2/+2
2004-04-04catch up with new define in odebug.hmickeyl4-5/+5
2004-04-04fix debugging stuff (see addressbook)mickeyl4-12/+12
2004-04-04s/Opie::Core::odebug/odebug/ (same with oerr,owarn,ofatal)mickeyl7-134/+134
2004-04-02Use ODebug (another 35 down...) - all of core/pim is converted.drw10-42/+56
2004-04-02Use ODebug (another 10 down...)drw2-11/+13
2004-04-02Use ODebug (another 2 down...)drw2-6/+5
2004-04-02Use ODebug (another 7 down...)drw7-11/+16
2004-04-02Use ODebug (another 43 down...)drw7-23/+31
2004-04-02Use ODebug (135 down...), and remove libopiedb2 from dependenciesdrw8-156/+170
2004-04-02added ENDOFLINEwimpie1-1/+1
2004-04-02improve visible namemickeyl1-2/+2
2004-04-02reduce unnecessary nestingmickeyl2-2/+6
improve plugin names
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers7-8/+8
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-31Some smarter information which libraries should be activated to be ableeilers3-0/+9
to compile them
2004-03-29fix dependenciesmickeyl2-2/+2
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl10-11/+11
build system
2004-03-28libopie1 => libopie2groucho2-2/+2
2004-03-25libopie -> libopie2drw14-326/+328
2004-03-25libopie -> libopie2drw9-79/+79
2004-03-23fix typo in LIBRARIES and correct build time dependenciesmickeyl2-3/+3
2004-03-15namespace compile fixbrad1-0/+1
2004-03-15More LIBOPIE2 config fixesbrad1-1/+1
2004-03-15Fixed LIBOPIE2 config dependsbrad2-2/+2
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Add namespace_hack.h to the .pro filezecke1-1/+2
2004-03-14Take that designer...zecke6-9/+31
2004-03-14Now that using namespace if out of the header fixup todozecke4-8/+12
2004-03-14no using namespace in a headerzecke13-22/+17
2004-03-14Compile fixeszecke5-9/+11
2004-03-14More stuff cvs did not commit the first timezecke8-6/+8
2004-03-14Make use of ODP namespacezecke6-5/+10
2004-03-14Convert to ODPzecke3-4/+5
2004-03-14Opie DP changeszecke6-6/+8
2004-03-08Consolidate Opie logo images. Apps should use common logo: ↵drw1-1/+4
pics/logo/opielogo.png
2004-03-02fixed up todlist to work again. The segfault resulted due a real ugly ↵alwin3-7/+5
code-style: Never, realy never, use "using namespace <...>" inside a include file. Ever use "Opie::<class>" or such inside include files. Think twice, before using a "use namespace <...>" inside a c++ file. If you're using it just 3,4 times, write "Opie::<class>::<variable>" or such. If you just simple write a using namespace all the time it makes the idea of namespaces obsolete. Mostly: just integrate your OWN namespace (in that case use namespace Todo;) - but try to use all other namespaces the explicit way - so you will sure that the compiler inherits the right methods. ToDo: write this statement into the developer wiki
2004-03-02run the optimize_connect scriptalwin26-139/+137
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-01fix includeschicken34-123/+1
2004-03-01osearch libopie1->libopie2harlekin23-109/+137
2004-03-01today plus datebook, mail, todolist plugins libopie1->libopie2harlekin33-98/+109
2004-02-25depends on LIBOPIE2DBalwin1-1/+1
2004-02-25must link against libopiedb2alwin2-2/+2
2004-02-25Todo: libopie->libopie2drw33-224/+237
2004-02-22check if there is a listview item at all.zecke1-3/+12
c cast -> static_cast
2004-02-18Add Documentation on how we search and why we do stuffzecke1-0/+12
2004-02-18be more clever when it comes to searching eventszecke1-21/+14
Fix bug 1193