SuccessChanges

Summary

  1. Disable input devices when display is blanked (details)
  2. Revert behavior in tklock.c (details)
  3. Do not open non event* input devices (details)
  4. remove systemd as a build dependancy. (details)
  5. Enable display and xinput devices on exit (details)
  6. Remove some obsolete modules (details)
  7. x11-utils: whitespace formating changes (details)
  8. tklock.c: add and reformat debug prints (details)
  9. tklock.c: enable visual even if display is already on to avoid race with display.c (details)
  10. x11-utils: fix confusing brackets (details)
  11. mce-io: Read() to end on files that cant be seeked, solves inactivity timeout problem on Droid 4 (details)
  12. debian/changelog: bump for 1.8.128.18 (details)
  13. led-sw: add generic module for notification leds via the kernel led interface, uses software control for led blinking (details)
  14. Makefile: add led-sw and led-dbus (details)
  15. Add iio-als module to provide ambient light level on a mce datapipe. (details)
  16. iio-als: change als value from uint to int to allow -1 to be used as "not available" value (details)
  17. iio-als: read initial value when connecting to iio-sensor-proxy (details)
  18. Remove modules included in makefile by accident (details)
  19. iio-als: whitespace formating changes (details)
  20. iio-als: change to milli lux, allow a callibration scale from mce.ini to be used (details)
  21. iio-als: fix small memory leak on exit (details)
  22. modules/iio-als: clarify TODO comment (details)
  23. Add new refactored -dev variants of display.c and inactivity.c, ment to replace the originals later (details)
  24. display-dev: fix invalid log statment (details)
  25. Add display brightness filter that uses iio-als (details)
  26. Add modules to makefile (details)
  27. fix als but in button-backlight.c (details)
  28. button-backlight: avoid memory leak on exit, add info print that informs the user when non existing backlights are configured (details)
  29. filter-brightness-als-iio: remove droid 4 specific workaround (details)
  30. mce-conf: allow overides in an override directory (mce.ini.d) (details)
  31. mce-conf: reverse override conf file priority (details)
  32. mce-conf: add 99-user.ini to default instalation (details)
  33. mce-conf: only load conf file if the final extension is .ini (details)
  34. evdevvibrator: config: change vibrator patterns group to generic group (details)
  35. evdevvibrator: Make priority mecanisum work in absence of ff fedback kernel support (details)
  36. evdevvibrator: improve some debug prints (details)
  37. evdevvibrator: avoid int overflow (details)
  38. evdevvibrator: cleanup, also solves module loading problems on partial builds. (details)
  39. Makefile: remove evdevff.* (details)
  40. iio-als: fix a compiler warning (details)
  41. event-input: fix compiler warning (details)
  42. mce-conf: fix compiler warning (details)
  43. mce-io: fix compiler warning (details)
  44. button-backlight: small formating changes (details)
  45. debian/changelog: bump for 1.8.128.19 (details)
  46. mce-conf: also read config files that are behind symbolic links (details)
  47. debian/changelog: bump for 1.8.128.20 (details)
  48. Turn x11-utils into a standalon module x11-ctrl, removes x11 fiddeling from display* modules (details)
  49. Makefile: add x11-ctrl (details)
  50. mce.x: Also remove X11 fiddeling here (details)
  51. mce.ini: add x11-ctrl (details)
  52. Add inactivity-inhibit module to implement timed dbus calls (details)
  53. inactivity-inhibit: fix legacy bug, device times out even if the user dosent interat with it after an inhibit (details)
  54. debian/changelog: bump for 1.8.128.21 (details)
  55. add iio-accelerometer legacy support module, intended only to be used by old applicaitons to get orientation data. do not use in new applciations (details)
  56. inactvity-inhibit: fix oversight that caused inactivity-inhibit turn ON the display when the device is locked (details)
  57. debian/changelog: bump for 1.8.128.22 (details)
  58. evdevvibrator: initalize all values, to shut up valgrind (details)
  59. iio-als: fix compiler warings (details)
  60. debian/changelog: bump for 1.8.128.23 (details)
Commit bb33009c12236580074472c1b7f9967707467403 by Carl Klemm
Disable input devices when display is blanked
Split x11 calls into seperate file
The file was addedx11-utils.h
The file was modifiedMakefile (diff)
The file was addedx11-utils.c
The file was modifiedtklock.c (diff)
The file was modifiedmodules/display.c (diff)
Commit d8b88efc9188af39f2679875993b7ed19e248fd7 by Carl Klemm
Revert behavior in tklock.c
The file was modifiedtklock.c (diff)
Commit 920da36ebdc2e4ba0741a4cdb5e820a9656a587f by Carl Klemm
Do not open non event* input devices
The file was modifiedevent-input.c (diff)
Commit 7ef0b793c85756ef2f924056da5006b5d7dae143 by Carl Klemm
remove systemd as a build dependancy.
The file was modifieddebian/control (diff)
Commit ee721b73b40e18f6131ef60aafc089a4e6cd15f0 by Carl Klemm
Enable display and xinput devices on exit
The file was modifiedmce.c (diff)
Commit b822579c8f5e130ee4a81bab1f141e12d358b421 by Carl Klemm
Remove some obsolete modules
The file was removedmodules/vibrator.h
The file was removedmodules/battery.c
The file was modifiedMakefile (diff)
The file was removedmodules/vibrator.c
Commit d3bc5ae0100ac19e800c37441b523498b9b8f87d by Carl Klemm
x11-utils: whitespace formating changes
The file was modifiedx11-utils.c (diff)
Commit f85411b1c574409f1909e91d53f5932d21c8c385 by Carl Klemm
tklock.c: add and reformat debug prints
The file was modifiedtklock.c (diff)
Commit f703f8dd71c625cfc205ac186e394b1e45074def by Carl Klemm
tklock.c: enable visual even if display is already on to avoid race with display.c
The file was modifiedtklock.c (diff)
Commit 9d2ee4ec20fcbfc43e68f27f642a8717f2f4d5ff by Carl Klemm
x11-utils: fix confusing brackets
The file was modifiedx11-utils.c (diff)
Commit c3e66027a71fdb2febf3dbda6d547fe1ed8a9be7 by Carl Klemm
mce-io: Read() to end on files that cant be seeked, solves inactivity timeout problem on Droid 4
event-input: Add debug prints for device type and incomeing events
The file was modifiedevent-input.h (diff)
The file was modifiedmce-io.h (diff)
The file was modifiedmce-io.c (diff)
The file was modifiedevent-input.c (diff)
Commit 693090cec3dec8e001cbcc6731a8886cfa8cbd97 by Merlijn Boris Wolf Wajer
debian/changelog: bump for 1.8.128.18
The file was modifieddebian/changelog (diff)
Commit 8010b07fe36856d92e817a1a75e97e47809ea473 by Carl Klemm
led-sw: add generic module for notification leds via the kernel led interface, uses software control for led blinking
        intended for use where no hardware accelerated led patterns are available.
led-dbus: implements the mce notification dbus interface, common module intended to be used by all notification led backends
The file was modifiedmce.ini (diff)
The file was modifiedmce.h (diff)
The file was addedmodules/led-sw.c
The file was addedmodules/led-dbus.c
The file was modifiedmce.c (diff)
Commit b1e90b8c6186bdcf0ba4982126e7620eb80a319a by Carl Klemm
Makefile: add led-sw and led-dbus
The file was modifiedMakefile (diff)
Commit e8c46031e570291e63e718f6f16131b48316ed66 by Merlijn Boris Wolf Wajer
Add iio-als module to provide ambient light level on a mce datapipe.
not used right now
The file was modifiedMakefile (diff)
The file was modifiedmce.c (diff)
The file was addedmodules/iio-als.c
The file was modifiedmce.ini (diff)
The file was modifiedmce.h (diff)
Commit bdd00e9de05779686cdc9c8ed1314a0a1d0b7908 by Merlijn Boris Wolf Wajer
iio-als: change als value from uint to int to allow -1 to be used as "not available" value
The file was modifiedmodules/iio-als.c (diff)
The file was modifiedmce.c (diff)
Commit 382a7ea436620f556ee8ecb6ea01f1a3f613bd8d by Merlijn Boris Wolf Wajer
iio-als: read initial value when connecting to iio-sensor-proxy
The file was modifiedMakefile (diff)
The file was modifiedmodules/iio-als.c (diff)
Commit 3a5e23663a93ace6f7d14b445126000e8b9ccd1f by Merlijn Boris Wolf Wajer
Remove modules included in makefile by accident
The file was modifiedMakefile (diff)
Commit bde473750f7786e449714c039db74f2df9ede5b5 by Merlijn Boris Wolf Wajer
iio-als: whitespace formating changes
The file was modifiedmodules/iio-als.c (diff)
Commit 94be16f8d9f911c208595517e01798855078273a by Merlijn Boris Wolf Wajer
iio-als: change to milli lux, allow a callibration scale from mce.ini to be used
The file was modifiedmce.ini (diff)
The file was modifiedmce.h (diff)
The file was modifiedmodules/iio-als.c (diff)
Commit fc9f1b55abbd081287f6f8ff20232ccb7b7de991 by Merlijn Boris Wolf Wajer
iio-als: fix small memory leak on exit
The file was modifiedmodules/iio-als.c (diff)
Commit bccfbc0ad13ce91cc0d4c5aa7c0efc9c7fca0caf by Merlijn Boris Wolf Wajer
modules/iio-als: clarify TODO comment
The file was modifiedmodules/iio-als.c (diff)
Commit d28e8606f4f69baacd43554f4c30f4d2c5fbefdd by Merlijn Boris Wolf Wajer
Add new refactored -dev variants of display.c and inactivity.c, ment to replace the originals later
The file was addedmodules/display-dev.h
The file was modifiedMakefile (diff)
The file was addedmodules/inactivity-dev.c
The file was addedmodules/display-dev.c
Commit a63fd60b6b90bff8bd058b3b4aceddfcd73067f9 by Merlijn Boris Wolf Wajer
display-dev: fix invalid log statment
The file was modifiedmodules/display-dev.c (diff)
Commit 14afd211762259af832a226e8b81e62335805be1 by Merlijn Boris Wolf Wajer
Add display brightness filter that uses iio-als
add button-backlight module that uses iio-als to light up buttons (replaces keybpad.c)
The file was addedmodules/button-backlight.h
The file was addedmodules/button-backlight.c
The file was addedmodules/filter-brightness-als-iio.h
The file was modifiedmce.ini (diff)
The file was addedmodules/filter-brightness-als-iio.c
The file was modifiedMakefile (diff)
Commit cb7e9fc38d8a1ccc9f2a7ae9b7e2b507b6d6491c by Merlijn Boris Wolf Wajer
fix als but in button-backlight.c
The file was modifiedMakefile (diff)
The file was modifiedmodules/button-backlight.c (diff)
Commit e69b9edd95214488c3e4e0bde54c948ed1d5935f by Merlijn Boris Wolf Wajer
button-backlight: avoid memory leak on exit, add info print that informs the user when non existing backlights are configured
The file was modifiedmodules/button-backlight.c (diff)
Commit d5306c41e372d7683405beed5384b7eeaaed8af1 by Merlijn Boris Wolf Wajer
filter-brightness-als-iio: remove droid 4 specific workaround
button-backligt: remove droid 4 specific workaround
The file was modifiedmodules/filter-brightness-als-iio.h (diff)
The file was modifiedmodules/button-backlight.h (diff)
Commit 122883487545843032dd7d6edc73dd1587017678 by Merlijn Boris Wolf Wajer
mce-conf: allow overides in an override directory (mce.ini.d)
The file was modifiedMakefile (diff)
The file was modifiedmce-conf.h (diff)
The file was modifiedmce-conf.c (diff)
Commit c4deed9d7972c6132969a7273110870de2e172c5 by Merlijn Boris Wolf Wajer
mce-conf: reverse override conf file priority
The file was modifiedmce-conf.c (diff)
Commit c58e928fd4ff7265e7499c49babf9b47c738f6d3 by Merlijn Boris Wolf Wajer
mce-conf: add 99-user.ini to default instalation
The file was added99-user.ini
The file was modifiedMakefile (diff)
The file was modifiedmce.ini (diff)
The file was modifiedmce-conf.c (diff)
Commit eda32ea125305b070612dd01c513f0988e2f2983 by Merlijn Boris Wolf Wajer
mce-conf: only load conf file if the final extension is .ini
The file was modifiedmce-conf.c (diff)
Commit 873720d9db3f6c753a3bf89c34b3ac96ce8a0d23 by Merlijn Boris Wolf Wajer
evdevvibrator: config: change vibrator patterns group to generic group
The file was modifiedmodules/evdevvibrator.h (diff)
The file was modifiedmodules/evdevvibrator.c (diff)
The file was modifiedmce.ini (diff)
Commit 0f3b1ff40ea4203b0ebaca4d088f860b92c3d1b3 by Merlijn Boris Wolf Wajer
evdevvibrator: Make priority mecanisum work in absence of ff fedback kernel support
The file was modifiedmodules/evdevvibrator.c (diff)
Commit 7deb807d226cebb223f5cd4a3135f67c8469cf7a by Merlijn Boris Wolf Wajer
evdevvibrator: improve some debug prints
The file was modifiedmodules/evdevvibrator.c (diff)
Commit f88de595206d8977e2028a150495f294f6a50de4 by Merlijn Boris Wolf Wajer
evdevvibrator: avoid int overflow
The file was modifiedmodules/evdevvibrator.c (diff)
Commit 6972b5f2bffe724e7f6c1b9a07f7b96771d15412 by Merlijn Boris Wolf Wajer
evdevvibrator: cleanup, also solves module loading problems on partial builds.
The file was removedevdevff.h
The file was removedevdevff.c
The file was modifiedmodules/evdevvibrator.c (diff)
The file was removedmodules/evdevvibrator.h
The file was modifiedMakefile (diff)
Commit 9c02ea0b865087e25809c803514c247c9ffdbd1b by Carl Klemm
iio-als: fix a compiler warning
The file was modifiedmodules/iio-als.c (diff)
Commit 1b819da133e1a39bc42f18dd006ddd2615c9ed2d by Carl Klemm
event-input: fix compiler warning
The file was modifiedevent-input.c (diff)
Commit b2d34720f7ebee36ed62a594005927f5f9baa259 by Carl Klemm
mce-conf: fix compiler warning
The file was modifiedmce-conf.c (diff)
Commit 0f1342de8b4d21d46ae9bf383bd99d956d3b3f0e by Carl Klemm
mce-io: fix compiler warning
The file was modifiedmce-io.c (diff)
Commit e8abb0f95d55c7f089d6e42c249818f7f88faace by Carl Klemm
button-backlight: small formating changes
The file was modifiedmodules/button-backlight.c (diff)
Commit b049a693ebd885baae7afb1698282b7a7a8e7662 by Merlijn Boris Wolf Wajer
debian/changelog: bump for 1.8.128.19
The file was modifieddebian/changelog (diff)
Commit 459686eade9d22c7e9183e1cd3233227afd2ae9f by Carl Klemm
mce-conf: also read config files that are behind symbolic links
The file was modifiedmce-conf.c (diff)
Commit 1e9e09a40f720f826bb9a0942631a2d05422074a by Merlijn Boris Wolf Wajer
debian/changelog: bump for 1.8.128.20
The file was modifieddebian/changelog (diff)
Commit 3b2a24d7d1aefed17e55c80f0c3be8f8f011285b by Carl Klemm
Turn x11-utils into a standalon module x11-ctrl, removes x11 fiddeling from display* modules
Allows use of mce without/with no dependancy on X
The file was removedx11-utils.h
The file was removedx11-utils.c
The file was addedmodules/x11-ctrl.c
The file was modifiedmodules/display-dev.c (diff)
The file was modifiedmodules/display.c (diff)
Commit eec2fdda2375eb71c86e6e2716ce2a2683981058 by Carl Klemm
Makefile: add x11-ctrl
The file was modifiedMakefile (diff)
Commit e306beba95b6ab7afe2cc615189fc1d8c9de8b30 by Carl Klemm
mce.x: Also remove X11 fiddeling here
The file was modifiedmce.c (diff)
The file was modifiedmce.ini (diff)
Commit dd8f3a9828942604c585b429121351bd26d82352 by Merlijn Boris Wolf Wajer
Add inactivity-inhibit module to implement timed dbus calls
The file was modifiedMakefile (diff)
The file was addedmodules/inactivity-inhibit.c
The file was modifiedmodules/inactivity-dev.c (diff)
Commit 26c1774a4ba6462f670361903f7b741d28e2a0a8 by Merlijn Boris Wolf Wajer
inactivity-inhibit: fix legacy bug, device times out even if the user dosent interat with it after an inhibit
The file was modifiedmodules/inactivity-inhibit.c (diff)
Commit ad844536cb1bba9e2868eb8573285449fce59c7f by Merlijn Boris Wolf Wajer
debian/changelog: bump for 1.8.128.21
The file was modifieddebian/changelog (diff)
Commit d43fa2c197a528448e2f2c4ed7b12625c6156b8a by Carl Klemm
add iio-accelerometer legacy support module, intended only to be used by old applicaitons to get orientation data. do not use in new applciations
The file was modifiedMakefile (diff)
The file was addedmodules/iio-accelerometer.c
Commit 2ab22f662c819506ef39ada84cc0fbee1dc7ee00 by Carl Klemm
inactvity-inhibit: fix oversight that caused inactivity-inhibit turn ON the display when the device is locked
The file was modifiedmodules/inactivity-inhibit.c (diff)
Commit 3cf31b81b5c46fbd2cf179d0609900ce94481c65 by Merlijn Boris Wolf Wajer
debian/changelog: bump for 1.8.128.22
The file was modifieddebian/changelog (diff)
Commit a2a7879d91c49cd825945fd7f0da55cf5ec84a60 by Carl Klemm
evdevvibrator: initalize all values, to shut up valgrind
x11-ctrl: only disable/enable input devices on display state change
The file was modifiedmodules/x11-ctrl.c (diff)
The file was modifiedmodules/evdevvibrator.c (diff)
Commit 46af1fac4a4141cbafb5d96b0aeeb91089e8c807 by Carl Klemm
iio-als: fix compiler warings
The file was modifiedmodules/iio-als.c (diff)
Commit 4bd393e494dc401e88b57869e58bd03b17f01bdc by Merlijn Boris Wolf Wajer
debian/changelog: bump for 1.8.128.23
The file was modifieddebian/changelog (diff)