summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-06-07add dependency to libpcapmickeyl1-1/+1
keeping those metadata up to date is pretty annoying... oe handles this automatically by looking at what libraries a certain object links against...
2004-06-06- add sqlite dependenciesar1-9/+13
2004-06-06- add sqlite dependenciesar1-1/+7
2004-06-03- convert to odebug frameworkar3-9/+13
2004-06-03- correct mail-address in copyrightar3-3/+3
2004-06-03- convert to odebug frameworkar9-71/+165
2004-06-02- convert to odebug frameworkar6-41/+50
2004-06-01- convert to odebug frameworkar7-207/+218
2004-06-01- convert to odebug frameworkar23-2496/+2560
2004-05-30LCD/Backlight control has changed a bitchicken1-3/+3
2004-05-29Make Enabled/Disabled work.zecke1-1/+2
Problem was /home/ich/foo//plugins/foo where /home/ich/foo/ was OPIEDIR and we added /
2004-05-29fix path handlingharlekin1-2/+2
2004-05-28Be nice to Ar. Put the closing of the namespace into the guardszecke1-2/+3
guarding against multiple header inclusion...
2004-05-28Same config namezecke1-2/+2
2004-05-28Make harlekin happy. AkA uncomitted codezecke2-3/+16
2004-05-28Ideas of the API of the Generic PluginLoaderzecke2-5/+167
2004-05-28Show OPluginLoader usage... forgot to commit it.zecke1-0/+10
No wonder why Harlekin didn't find it
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-21last bit of jornada 56x button updateschicken1-5/+5
2004-05-21correct jornada 56x button handling for opiechicken2-5/+71
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-18My Idea of a PluginConfig Widget part II :)zecke1-10/+40
Now on to implementing it
2004-05-18Fix the layout of the KeyConfig Dialog.zecke1-2/+2
The label with 'Default: %1' is now added as MultiCellWidget and now larger keys don't make the 'configure key' button go out of display dimnesion
2004-05-17OPluginManager first bits of saving, enabling and sorting Plugin Configzecke2-33/+395
At least it compiles, test and GUI will come this week
2004-05-17use the config group saver right?!zecke1-2/+2
2004-05-17Clearify documentation on config groupsaver and give a small code examplezecke1-0/+9
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-12As pointed out on irc the template functions fail to compile.zecke1-6/+0
I've removed the method in the base class so remove in OPluginLoader as well Evaluate if we want to allow loading of a 'path' + QUUid or only via OPluginItem
2004-05-11-Woot The OpluginLoader successfully loaded and unloaded the Today Pluginszecke5-78/+268
-Now when GUI and manager is done I'll see if sorting and disabling also works No leak, no memcorruption when running the test case
2004-05-11Comment on virtual method and maybe the lack of themzecke2-3/+8
2004-05-11as the jornada 56x uses kernel 2.6 now we need new functions.chicken2-20/+37
2004-05-10Initial draft for the GUI configuratorzecke1-0/+38
2004-05-10First draft of PluginLoaderzecke2-0/+588
-actual loading of plugins is 80% done -Manager no code is there yet. I hope to have some time in uni tomorrow
2004-05-10Some virtuals which we discussed some time back...zecke1-8/+11
2004-05-09POSIX claims the includer of regex.h MUST include sys/types.h prior to ↵mickeyl1-5/+0
including it. Thus we can unify the case and unconditionally.
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-07If you create an array, delete it as an arrayzecke1-1/+1
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