aboutsummaryrefslogtreecommitdiff
path: root/lib/actions
AgeCommit message (Collapse)Author
2010-11-16update .gitignoreAndreas Oberritter
2010-11-16use AM_V_* variables to improve silent build modeAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-01-01action.cpp: remove debug infoghost
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-01-27fixes for python 2.6 by Moritz Vennghost
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2008-03-25delete generated file actionids.h on 'make clean'Andreas Oberritter
2007-07-22cleanup some importsAndreas Monzner
2007-07-12ignore break or repeat when the make code for this key was not visibleAndreas Monzner
2007-06-19add 'domain' in actionmap for loading (and unloading) multiple keymaps at onceFelix Domke
2007-01-14remove unneeded workaroundAndreas Monzner
2007-01-05small cleanuoAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-11-16take device string into accountFelix Domke
2006-06-07more work on keyboard supportAndreas Monzner
2006-01-10speedupsAndreas Monzner
2005-12-31make many constructors and destructors invisible for pythonAndreas Monzner
2005-12-20parseactions: fix for unnamed enumsFelix Domke
2005-10-16add some more .cvsignoreFelix Domke
2005-09-02 - fix initialisationFelix Domke
2005-09-02 - fix action return codes across c++ and pythonFelix Domke
2005-08-31 - fix actions bug: iterator could become corruptedFelix Domke
2005-05-17 - add "wildcard" (empty) context to receive all keysFelix Domke
2005-05-16 - autodetect available input devicesFelix Domke
- fix flag support - fix keymap: listbox moveUp/moveDown
2005-05-14 - actionids.h is autogeneratedFelix Domke
2005-03-21 - added missing actions (sorry)Felix Domke