summaryrefslogtreecommitdiff
path: root/ohmd
AgeCommit message (Expand)AuthorFilesLines
2007-09-24add initializing stage to ohm-confRob Taylor3-4/+49
2007-09-05add some debug for which plugin changed which keyRob Taylor1-0/+1
2007-08-22remove test for OhmConfObj from ohm-test.cRob Taylor1-6/+0
2007-08-22covert OhmKeystore to use new OhmCOnf key iteratorRob Taylor1-18/+16
2007-08-22Add ohm_conf_keys_length methodRob Taylor2-3/+10
2007-08-22replace ohm_conf_get_keys with ohm_conf_keys_foreach and remove OhmConfobjRob Taylor3-134/+76
2007-08-22allow a plugin to have no defaults ini file.Rob Taylor1-1/+1
2007-08-22clean out the temp plugin install directory in run-ohm.shRob Taylor1-0/+1
2007-08-22support for a plugin to listen on its own keysRob Taylor3-3/+19
2007-08-16ohm-plugin fixRob Taylor1-1/+1
2007-08-15prefix struct names with underscore in public apiRob Taylor2-9/+11
2007-08-13add ohm-plugin-internal.h to ohmd_SOURCESRob Taylor1-0/+1
2007-08-13split ohm-plugin.h into ohm-plugin.h and ohm-plugin-internal.hRob Taylor4-48/+75
2007-08-13initialise plugin's conf in initRob Taylor1-1/+1
2007-08-08try to free up some more memoryRob Taylor1-1/+3
2007-08-08remove unneeded scriptsRob Taylor2-22/+0
2007-08-08add --time option to run-ohm.shRob Taylor1-3/+10
2007-08-04fix valgrind warnings in OhmPluginRob Taylor1-1/+6
2007-08-04unref owned objects in dispose, not finalizeRob Taylor2-9/+46
2007-08-04fix valgrind warnings in OhmModuleRob Taylor1-24/+17
2007-08-04make run-ohm.sh's valgrind running more usefulRob Taylor2-2/+760
2007-08-03add --efence and --underfence options to run-ohm.shRob Taylor3-0/+14
2007-08-03fix crasher in ohmd/ohm-plugin.cRob Taylor1-1/+0
2007-08-03fix memleak in OhmModuleRob Taylor1-1/+1
2007-08-03add command line options for --g-fatal-warnings and --g-fatal-criticalRob Taylor2-2/+18
2007-08-03add SIGINT handler to ohmdRob Taylor1-2/+14
2007-08-03make run-ohm.sh more capableRob Taylor1-4/+25
2007-08-01change plugin interface to be more efficientRob Taylor4-327/+248
2007-08-01add --debug option to run-ohm.shRob Taylor1-1/+8
2007-07-25fix loading of the plugin conf directory when installed properlyRichard Hughes2-13/+18
2007-07-23allow running of ohmd uninstalledRob Taylor4-23/+37
2007-07-23Correct some documentation of OhmConf.Rob Taylor1-8/+20
2007-07-23Don't expose signals in class structure of OhmConfRob Taylor2-8/+2
2007-07-23Use $(LIBTOOL) rather then executing libtool directlyRob Taylor1-2/+2
2007-07-12watch the hal device for either a property changed _or_ a device conditionRichard Hughes1-2/+4
2007-07-11don't send hal changes to plugins that don't careRichard Hughes1-1/+1
2007-07-11fix two typosRichard Hughes1-2/+2
2007-07-11add xrandr functionalityRichard Hughes2-0/+21
2007-07-11support more than one udi per plugin, fixes lid detetection in buttons pluginRichard Hughes2-38/+104
2007-07-11add a new buttons plugin to detect a hal power button eventRichard Hughes3-10/+51
2007-07-05use ohm path. oopsRichard Hughes1-1/+1
2007-06-25have a move aroundRichard Hughes1-0/+1
2007-06-25actually change the backlight brightnessRichard Hughes2-0/+8
2007-06-25more fixups, and less memoryRichard Hughes5-130/+146
2007-06-13licence under lgplRichard Hughes17-17/+17
2007-06-08no multiuser stuffRichard Hughes4-278/+1
2007-01-28fix module unloading (make static) and also inprove error handling in libohm....Richard Hughes3-20/+9
2007-01-28export the version string into the codeRichard Hughes2-4/+8
2007-01-27rename the methods from the gpm names to GetVersion and GetPluginsRichard Hughes3-29/+20
2007-01-27move user test from manager to test programRichard Hughes3-86/+107