Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-02 | fixup! implemented quirks mechanismHEADmaster | Enrico Scholz | |
Signed-off-by: Enrico Scholz <ensc@ensc.de> | |||
2014-01-02 | fixup! implemented quirks mechanism | Enrico Scholz | |
Signed-off-by: Enrico Scholz <ensc@ensc.de> | |||
2014-01-02 | added quirk to ignore key events which are happening too fast | Enrico Scholz | |
some remote controls generate events too fast resp. do not implement the autorepeat feature; check whether configured delay has been passed before delivering the event. Signed-off-by: Enrico Scholz <ensc@ensc.de> | |||
2014-01-02 | implemented quirks mechanism | Enrico Scholz | |
2014-01-02 | refactored; added and use find_by_path() method | Enrico Scholz | |
2014-01-02 | time: handle timeval too | Enrico Scholz | |
2014-01-02 | refactored: moved time functions into own namespace | Enrico Scholz | |
2013-10-06 | report type of key press | Enrico Scholz | |
2013-10-06 | fixed detection of errors and refactored code | Enrico Scholz | |
when sending non-raw keys, errors were reported on success and failures were ignored | |||
2013-08-25 | added space key | Enrico Scholz | |
2013-08-25 | added some more keys to the default keymap | Enrico Scholz | |
2013-05-01 | makefile: do not warn about unused parameters | Enrico Scholz | |
needed for in-vdr builds | |||
2013-05-01 | makefile: added section to allow build within vdr sources | Enrico Scholz | |
[#1327] | |||
2013-03-16 | version 0.1v0.1 | Enrico Scholz | |
2013-03-16 | makefile: removed old cruft; get plugindir from pc | Enrico Scholz | |
2013-03-03 | implemented basic support for native (non-sms style) editing | Enrico Scholz | |
2013-03-03 | updated makefile to work with recent vdr build system | Enrico Scholz | |
2013-03-02 | moved common functions in util.h | Enrico Scholz | |
2013-01-12 | fixed some keys in the x10-wti remote control | Enrico Scholz | |
2013-01-12 | fixed some i18n stuff in the makefile | Enrico Scholz | |
2013-01-12 | gitignore: added i18n stuff | Enrico Scholz | |
2013-01-12 | mentioned the magic keysequence | Enrico Scholz | |
2013-01-12 | initial (and template-only atm) support for i18n | Enrico Scholz | |
2013-01-12 | reorganized and enhanced makefile | Enrico Scholz | |
i18n is now supported and an 'install' target has been added. | |||
2013-01-06 | use better defaults for the repeat rate | Enrico Scholz | |
2013-01-06 | makefile: generate versioned library directly | Enrico Scholz | |
2013-01-06 | makefile: do not *require* Make.global | Enrico Scholz | |
2013-01-06 | makefile: added COPYING* files | Enrico Scholz | |
2013-01-06 | makefile: use install to copy files | Enrico Scholz | |
2013-01-06 | makefile: generate gpg signatures | Enrico Scholz | |
2013-01-06 | minor cosmetical cleanup | Enrico Scholz | |
2013-01-06 | added support for setting repeat rate | Enrico Scholz | |
2013-01-06 | ensure that start() and stop() are called with locked mutex | Enrico Scholz | |
2013-01-06 | initialized modifiers | Enrico Scholz | |
2013-01-06 | added COPYING* to clarify licensing | Enrico Scholz | |
2013-01-04 | fixup! fixed shutdown of plugin | Enrico Scholz | |
2013-01-04 | made valgrind happy by passing valid memory to EVIOCGRAB | Enrico Scholz | |
2013-01-04 | initialize dev_t_ | Enrico Scholz | |
2013-01-04 | solved list removal in a better way | Enrico Scholz | |
2013-01-04 | fixup! refactored epoll event handling | Enrico Scholz | |
2013-01-04 | refactored epoll event handling | Enrico Scholz | |
2013-01-04 | make: added some default -W options | Enrico Scholz | |
2013-01-04 | udevhelper: fixed minor warning | Enrico Scholz | |
2013-01-04 | fixup! added private copy ctors to prevent copying of plugin objects | Enrico Scholz | |
2013-01-04 | fixed magic key behaviour | Enrico Scholz | |
2013-01-04 | destroy the controller object within Stop() | Enrico Scholz | |
due to lot of static objects in vdr, implicit destruction of objects has unpredictable effects :( | |||
2013-01-04 | fixed minor typo | Enrico Scholz | |
2013-01-04 | fixed shutdown of plugin | Enrico Scholz | |
epoll_wait() does not return when the epoll-fd is closed by another thread. Use a helper pipe which is added to the epoll. Closing one end allows to terminate the thread cleanly | |||
2013-01-04 | changed close() method to take an l-value which is reset by it | Enrico Scholz | |
2013-01-04 | added private copy ctors to prevent copying of plugin objects | Enrico Scholz | |