summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opluginloader.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-10Fix warnings about unused parameterszecke1-1/+2
2004-07-18Really remove useless code ..eilers1-2/+0
2004-07-18Removed forward deklaration of template class. This caused double definedeilers1-1/+1
linker errors on mac Gcc 3.3
2004-05-28Make harlekin happy. AkA uncomitted codezecke1-0/+1
2004-05-17OPluginManager first bits of saving, enabling and sorting Plugin Configzecke1-17/+42
At least it compiles, test and GUI will come this week
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 Pluginszecke1-13/+9
-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-10First draft of PluginLoaderzecke1-0/+191
-actual loading of plugins is 80% done -Manager no code is there yet. I hope to have some time in uni tomorrow