Age | Commit message (Collapse) | Author | Files | Lines |
|
Pre 0.5.10, SetBrightness returned an int32, in newer hal it returns uint32 for
consistency. This patch will build the backlight plugin supporting pre 0.5.10
if the libhal installed at buildtime is pre 0.5.10
# Please enter the commit message for your changes.
# (Comment lines starting with '#' will not be included)
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: configure.in
# modified: plugins/glue/backlight/ohm-plugin-backlight.c
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# docs/index.html
# docs/reference/libohm/html/
# docs/reference/libohm/libohm-decl-list.txt
# docs/reference/libohm/libohm-decl.txt
# docs/reference/libohm/libohm-overrides.txt
# docs/reference/libohm/libohm-sections.txt
# docs/reference/libohm/libohm-undocumented.txt
# docs/reference/libohm/libohm.types
# docs/reference/libohm/tmpl/
# docs/reference/libohm/xml/
# docs/reference/ohm-plugin/html/
# docs/reference/ohm-plugin/ohm-plugin-decl.txt
# docs/reference/ohm-plugin/ohm-plugin-undocumented.txt
# docs/reference/ohm-plugin/tmpl/
# docs/reference/ohm-plugin/xml/
# gtk-doc.make
# local-ohm.patch
|
|
Allow single-user-devices to be configured --without-xauth, which tells ohm that it can connect to the xserver without needing an .Xauthority.
|
|
Adds the manditory configure flag --with-xauth-dir= for the directory in which
to find a .Xauthority for the xserver instance on single-user-devices, e.g.
OLPC and N800.
For now configure assumes builds are only for single-user devices.
Multiple-user cases will require ConsoleKit integration, and some work on
ConsoleKit.
|
|
This implements a simple 3 state timeout policy on top of the idle mechanism plugin.
|
|
Adds a 'none' option for the --with-distro configure flag, for distros that wat to handle their own in their packaging.
|
|
Adds docs/reference/libohm with basic gtk-doc generation.
|
|
Indicate whether gtk-doc is enabled at end of running configure.
|
|
Add basic gtk-doc generation for ohm-plugin.h
|
|
This allows you to use ohmd/run-ohmd.sh to run ohmd uninstalled. It will installed the plugins and config to a temporary directory, a la hal. The install step can be skipped with --skit-plugin-install.
This also cleans up a lot of automake usage and ups automake dependancy to 1.10
|
|
|
|
|
|
Suspending is invoked by calling HAL
|
|
Also make the plugins conf have a .ini extension
|
|
We still need to check for the presence of IDLETIME and warn if not present
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e2191fe105cf39d4087b6c942dfc51e5fc32d7d5.
|
|
|
|
|
|
Fix the dpms plugin, and only compile and install it if we have the DPMS
headers on the box. Using DPMS adds memory requriement by about 20k, wow.
|
|
Add an initial DPMS plugin that works off the backlight plugin.
Obviously only suitable for PC's and Laptops, but useful nevertheless.
|
|
Remove the printing from the confstore and add it into a new tool called
lsohm - and export the GetKeys method over DBUS to do this. Needs audit.
|
|
Properly clean the la files, and disable the dpms plugin for now.
|
|
Add a quick and dirty HAL plugin to export the battery percentage.
|
|
Try to work out time remaining in a new plugin, dont actually do anything yet.
|
|
Add the idle and AC adapter plugins, and re-work the core and other
plugins to actually do stuff when events happen.
|
|
Make the plugins begin to enforce rules, and start adding some real world
examples. Lots more to do.
|
|
Also add prevent, require and suggest files with comments in.
|
|
Remove the hardcoded libdir so we can actually install systemwide and build
an RPM package.
|
|
|