summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25version 0.1.2Rob Taylor1-2/+2
Up version to 0.1.2
2007-09-24Support pre hal 0.5.10 org.freedesktop.Hal.Device.LaptopPanel.SetBrightnessRob Taylor1-0/+4
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
2007-09-13add --without-xauth configure optionRob Taylor1-3/+13
Allow single-user-devices to be configured --without-xauth, which tells ohm that it can connect to the xserver without needing an .Xauthority.
2007-08-22add configure flag for .Xauthorty directory on single-user-devicesRob Taylor1-0/+19
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.
2007-08-22add 'timeouts' policy module.Rob Taylor1-0/+1
This implements a simple 3 state timeout policy on top of the idle mechanism plugin.
2007-08-17add 'none' option for --with-distro configure flagRob Taylor1-1/+3
Adds a 'none' option for the --with-distro configure flag, for distros that wat to handle their own in their packaging.
2007-08-16gtk-doc for libohmRob Taylor1-0/+1
Adds docs/reference/libohm with basic gtk-doc generation.
2007-08-16output whether gtk-doc is enabled at end of configureRob Taylor1-0/+1
Indicate whether gtk-doc is enabled at end of running configure.
2007-08-16gtk-doc for Ohm plugin interfaceRob Taylor1-0/+5
Add basic gtk-doc generation for ohm-plugin.h
2007-07-23allow running of ohmd uninstalledRob Taylor1-7/+19
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
2007-07-13add an xorg plugin to detect when X is up and to set XAUTHORITYRichard Hughes1-0/+1
2007-07-11add xrandr functionalityRichard Hughes1-0/+1
2007-07-11add initial suspend stuffRichard Hughes1-0/+1
Suspending is invoked by calling HAL
2007-07-11add a new buttons plugin to detect a hal power button eventRichard Hughes1-0/+1
Also make the plugins conf have a .ini extension
2007-07-10add initial idletime detection for olpcRichard Hughes1-0/+5
We still need to check for the presence of IDLETIME and warn if not present
2007-07-06use the buildin docdir as it actually worksRichard Hughes1-14/+1
2007-07-05use ohm path. oopsRichard Hughes1-1/+1
2007-07-04release 0.1.0 version of OHM so it can be packaged for fedora (OLPC)Richard Hughes1-1/+1
2007-06-25have a move aroundRichard Hughes1-8/+11
2007-06-08no multiuser stuffRichard Hughes1-1/+1
2007-06-04Revert "add the start of a session daemon framework"Richard Hughes1-1/+0
This reverts commit e2191fe105cf39d4087b6c942dfc51e5fc32d7d5.
2007-01-30add the start of a session daemon frameworkRichard Hughes1-0/+1
2007-01-28export the version string into the codeRichard Hughes1-0/+6
2007-01-26fix the dpms pluginRichard Hughes1-0/+1
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.
2007-01-26add initial dpms pluginRichard Hughes1-3/+3
Add an initial DPMS plugin that works off the backlight plugin. Obviously only suitable for PC's and Laptops, but useful nevertheless.
2007-01-25remove the printing from the confstoreRichard Hughes1-0/+4
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.
2007-01-24properly clean the la files, and disable the dpms plugin for nowRichard Hughes1-0/+140
Properly clean the la files, and disable the dpms plugin for now.
2007-01-24add quick and dirty battery pluginRichard Hughes1-0/+1
Add a quick and dirty HAL plugin to export the battery percentage.
2007-01-24add initial timeremaining pluginRichard Hughes1-0/+1
Try to work out time remaining in a new plugin, dont actually do anything yet.
2007-01-23add the idle and acadapter pluginsRichard Hughes1-0/+2
Add the idle and AC adapter plugins, and re-work the core and other plugins to actually do stuff when events happen.
2007-01-22make plugins actually do somethingRichard Hughes1-1/+2
Make the plugins begin to enforce rules, and start adding some real world examples. Lots more to do.
2007-01-19move plugin defconfig to plugins directoryRichard Hughes1-0/+1
Also add prevent, require and suggest files with comments in.
2007-01-18remove hardcoded libdirRichard Hughes1-0/+1
Remove the hardcoded libdir so we can actually install systemwide and build an RPM package.
2007-01-17initial import of my local version of ohmRichard Hughes1-0/+180