index
:
ohm
debian
master
Open Hardware Manager
robtaylor
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ohmd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-24
add initializing stage to ohm-conf
Rob Taylor
3
-4
/
+49
2007-09-05
add some debug for which plugin changed which key
Rob Taylor
1
-0
/
+1
2007-08-22
remove test for OhmConfObj from ohm-test.c
Rob Taylor
1
-6
/
+0
2007-08-22
covert OhmKeystore to use new OhmCOnf key iterator
Rob Taylor
1
-18
/
+16
2007-08-22
Add ohm_conf_keys_length method
Rob Taylor
2
-3
/
+10
2007-08-22
replace ohm_conf_get_keys with ohm_conf_keys_foreach and remove OhmConfobj
Rob Taylor
3
-134
/
+76
2007-08-22
allow a plugin to have no defaults ini file.
Rob Taylor
1
-1
/
+1
2007-08-22
clean out the temp plugin install directory in run-ohm.sh
Rob Taylor
1
-0
/
+1
2007-08-22
support for a plugin to listen on its own keys
Rob Taylor
3
-3
/
+19
2007-08-16
ohm-plugin fix
Rob Taylor
1
-1
/
+1
2007-08-15
prefix struct names with underscore in public api
Rob Taylor
2
-9
/
+11
2007-08-13
add ohm-plugin-internal.h to ohmd_SOURCES
Rob Taylor
1
-0
/
+1
2007-08-13
split ohm-plugin.h into ohm-plugin.h and ohm-plugin-internal.h
Rob Taylor
4
-48
/
+75
2007-08-13
initialise plugin's conf in init
Rob Taylor
1
-1
/
+1
2007-08-08
try to free up some more memory
Rob Taylor
1
-1
/
+3
2007-08-08
remove unneeded scripts
Rob Taylor
2
-22
/
+0
2007-08-08
add --time option to run-ohm.sh
Rob Taylor
1
-3
/
+10
2007-08-04
fix valgrind warnings in OhmPlugin
Rob Taylor
1
-1
/
+6
2007-08-04
unref owned objects in dispose, not finalize
Rob Taylor
2
-9
/
+46
2007-08-04
fix valgrind warnings in OhmModule
Rob Taylor
1
-24
/
+17
2007-08-04
make run-ohm.sh's valgrind running more useful
Rob Taylor
2
-2
/
+760
2007-08-03
add --efence and --underfence options to run-ohm.sh
Rob Taylor
3
-0
/
+14
2007-08-03
fix crasher in ohmd/ohm-plugin.c
Rob Taylor
1
-1
/
+0
2007-08-03
fix memleak in OhmModule
Rob Taylor
1
-1
/
+1
2007-08-03
add command line options for --g-fatal-warnings and --g-fatal-critical
Rob Taylor
2
-2
/
+18
2007-08-03
add SIGINT handler to ohmd
Rob Taylor
1
-2
/
+14
2007-08-03
make run-ohm.sh more capable
Rob Taylor
1
-4
/
+25
2007-08-01
change plugin interface to be more efficient
Rob Taylor
4
-327
/
+248
2007-08-01
add --debug option to run-ohm.sh
Rob Taylor
1
-1
/
+8
2007-07-25
fix loading of the plugin conf directory when installed properly
Richard Hughes
2
-13
/
+18
2007-07-23
allow running of ohmd uninstalled
Rob Taylor
4
-23
/
+37
2007-07-23
Correct some documentation of OhmConf.
Rob Taylor
1
-8
/
+20
2007-07-23
Don't expose signals in class structure of OhmConf
Rob Taylor
2
-8
/
+2
2007-07-23
Use $(LIBTOOL) rather then executing libtool directly
Rob Taylor
1
-2
/
+2
2007-07-12
watch the hal device for either a property changed _or_ a device condition
Richard Hughes
1
-2
/
+4
2007-07-11
don't send hal changes to plugins that don't care
Richard Hughes
1
-1
/
+1
2007-07-11
fix two typos
Richard Hughes
1
-2
/
+2
2007-07-11
add xrandr functionality
Richard Hughes
2
-0
/
+21
2007-07-11
support more than one udi per plugin, fixes lid detetection in buttons plugin
Richard Hughes
2
-38
/
+104
2007-07-11
add a new buttons plugin to detect a hal power button event
Richard Hughes
3
-10
/
+51
2007-07-05
use ohm path. oops
Richard Hughes
1
-1
/
+1
2007-06-25
have a move around
Richard Hughes
1
-0
/
+1
2007-06-25
actually change the backlight brightness
Richard Hughes
2
-0
/
+8
2007-06-25
more fixups, and less memory
Richard Hughes
5
-130
/
+146
2007-06-13
licence under lgpl
Richard Hughes
17
-17
/
+17
2007-06-08
no multiuser stuff
Richard Hughes
4
-278
/
+1
2007-01-28
fix module unloading (make static) and also inprove error handling in libohm....
Richard Hughes
3
-20
/
+9
2007-01-28
export the version string into the code
Richard Hughes
2
-4
/
+8
2007-01-27
rename the methods from the gpm names to GetVersion and GetPlugins
Richard Hughes
3
-29
/
+20
2007-01-27
move user test from manager to test program
Richard Hughes
3
-86
/
+107
[next]