summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opluginloader.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-2/+2
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-07small documentation format fixesclem1-3/+2
2004-09-23-Filter de_DE@euro to de_DE@euro, de_DE, dezecke1-7/+13
-Load the right translation file at the right location
2004-09-12If there is no 'excluded' plugin the excluded-list wasn't madezecke1-2/+9
empty and the old/prior setting still was used. This fix makes sure that an empty string is written if no plugin is excluded
2004-08-25Respect the value passed to the methodzecke1-1/+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-28Same config namezecke1-2/+2
2004-05-28Make harlekin happy. AkA uncomitted codezecke1-3/+15
2004-05-17OPluginManager first bits of saving, enabling and sorting Plugin Configzecke1-16/+353
At least it compiles, test and GUI will come this week
2004-05-11-Woot The OpluginLoader successfully loaded and unloaded the Today Pluginszecke1-64/+208
-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/+397
-actual loading of plugins is 80% done -Manager no code is there yet. I hope to have some time in uni tomorrow