summaryrefslogtreecommitdiff
path: root/core/pim
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-16Take care of the lifetime of the EffectiveEvent/Occurencezecke4-14/+13
Make sure not to keep reference on non existing objects
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw7-14/+14
2004-02-14Clean-up of .cvsignore filesdrw10-4/+20
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw10-11/+11
Maintainer, Files and Section fields)
2004-02-08Fix two problems:zecke1-3/+12
1.) accept the key event so it does not reoccur and reoccur 2.) do not crash if asked to delete and there is nothing to delete
2004-02-08improve support for BigScreenar2-2/+3
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar8-55/+20
screen handling
2004-02-05Janitor: remove ulon refzecke4-6/+0
2004-01-27Return QS_FALSE if we don't implement the interface queried forzecke4-4/+12
2004-01-19Fix bug 0001248 by disabling the horizontal scrollbar.zecke1-3/+5
So we truncate by screen width
2004-01-08Forgotten to commit the patch for Mac OSX..eilers1-0/+5
2004-01-06correct config entriesharlekin1-1/+1
2004-01-05today plugin active againharlekin1-0/+9
2004-01-04depends on libmailwrapperalwin1-1/+2
2004-01-04also update the icon etcharlekin1-1/+1
2004-01-04also update the icon etcharlekin2-3/+3
2004-01-03apdated to new mailerharlekin2-11/+35
2003-12-25called binary when sending email to a contact is "opiemail" insteadalwin1-3/+3
of "mail" when using opiemal as standard mailer.
2003-12-08remove unused includesharlekin11-28/+0
2003-12-08Appearance fixed for osearchcoredump8-19/+64
2003-12-08Added CONFIG += plugin for correct support of MacOSX.eilers2-2/+2
Note: This should't have any effect to other platforms due to the fact that it will removed in "include.pro" in this case !
2003-12-07s/QPEToolBar/QToolBar:mickeyl10-21/+21
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl4-8/+8
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-05silenceharlekin3-0/+3
2003-12-05today in HEAD up to dateharlekin30-174/+214