diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-08-26 08:34:43 +0200 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-08-26 08:34:43 +0200 |
| commit | 97f8d756b444ef1d308f2c6e80b62e5e5a057cc1 (patch) | |
| tree | 1210f007a4cb49841f1d16e042a4dae845d61dbc /data/skin_default | |
| parent | 65ce4a9bd27e342545b88faf9420426113d32702 (diff) | |
| download | enigma2-97f8d756b444ef1d308f2c6e80b62e5e5a057cc1.tar.gz enigma2-97f8d756b444ef1d308f2c6e80b62e5e5a057cc1.zip | |
Enigma2: add possibility to configure input device delay and repeat settings.
fixes #69
Diffstat (limited to 'data/skin_default')
| -rw-r--r-- | data/skin_default/icons/Makefile.am | 9 | ||||
| -rw-r--r-- | data/skin_default/icons/input_keyboard-configured.png | bin | 0 -> 2700 bytes | |||
| -rw-r--r-- | data/skin_default/icons/input_keyboard.png | bin | 0 -> 2520 bytes | |||
| -rw-r--r-- | data/skin_default/icons/input_mouse-configured.png | bin | 0 -> 2785 bytes | |||
| -rw-r--r-- | data/skin_default/icons/input_mouse.png | bin | 0 -> 2512 bytes | |||
| -rw-r--r-- | data/skin_default/icons/input_rcnew-configured.png | bin | 0 -> 2809 bytes | |||
| -rw-r--r-- | data/skin_default/icons/input_rcnew.png | bin | 0 -> 2570 bytes | |||
| -rw-r--r-- | data/skin_default/icons/input_rcold-configured.png | bin | 0 -> 2796 bytes | |||
| -rw-r--r-- | data/skin_default/icons/input_rcold.png | bin | 0 -> 2598 bytes |
9 files changed, 9 insertions, 0 deletions
diff --git a/data/skin_default/icons/Makefile.am b/data/skin_default/icons/Makefile.am index 8e2052b0..67fe52d9 100644 --- a/data/skin_default/icons/Makefile.am +++ b/data/skin_default/icons/Makefile.am @@ -27,7 +27,15 @@ dist_install_DATA = \ icon_view.png \ input_error.png \ input_info.png \ + input_keyboard-configured.png \ + input_keyboard.png \ + input_mouse-configured.png \ + input_mouse.png \ input_question.png \ + input_rcnew-configured.png \ + input_rcnew.png \ + input_rcold-configured.png \ + input_rcold.png \ lock_error.png \ lock_off.png \ lock_on.png \ @@ -48,3 +56,4 @@ dist_install_DATA = \ scan-s.png \ scan-t.png \ selectioncross.png + diff --git a/data/skin_default/icons/input_keyboard-configured.png b/data/skin_default/icons/input_keyboard-configured.png Binary files differnew file mode 100644 index 00000000..c6623a5c --- /dev/null +++ b/data/skin_default/icons/input_keyboard-configured.png diff --git a/data/skin_default/icons/input_keyboard.png b/data/skin_default/icons/input_keyboard.png Binary files differnew file mode 100644 index 00000000..a922c896 --- /dev/null +++ b/data/skin_default/icons/input_keyboard.png diff --git a/data/skin_default/icons/input_mouse-configured.png b/data/skin_default/icons/input_mouse-configured.png Binary files differnew file mode 100644 index 00000000..3db9447c --- /dev/null +++ b/data/skin_default/icons/input_mouse-configured.png diff --git a/data/skin_default/icons/input_mouse.png b/data/skin_default/icons/input_mouse.png Binary files differnew file mode 100644 index 00000000..f70c84e2 --- /dev/null +++ b/data/skin_default/icons/input_mouse.png diff --git a/data/skin_default/icons/input_rcnew-configured.png b/data/skin_default/icons/input_rcnew-configured.png Binary files differnew file mode 100644 index 00000000..6b16d393 --- /dev/null +++ b/data/skin_default/icons/input_rcnew-configured.png diff --git a/data/skin_default/icons/input_rcnew.png b/data/skin_default/icons/input_rcnew.png Binary files differnew file mode 100644 index 00000000..19cdeea5 --- /dev/null +++ b/data/skin_default/icons/input_rcnew.png diff --git a/data/skin_default/icons/input_rcold-configured.png b/data/skin_default/icons/input_rcold-configured.png Binary files differnew file mode 100644 index 00000000..8d626851 --- /dev/null +++ b/data/skin_default/icons/input_rcold-configured.png diff --git a/data/skin_default/icons/input_rcold.png b/data/skin_default/icons/input_rcold.png Binary files differnew file mode 100644 index 00000000..ef8680b5 --- /dev/null +++ b/data/skin_default/icons/input_rcold.png |
