svenhoefer
cf9a1a705c
- timerlist: fix timer comparison in modifyTimer()
2017-02-26 00:06:32 +01:00
Stefan Seyfried
c3e5d77bfe
rcinput: apply ev.time adjustment to all events
...
This fixes detection of keys that are allowed to be long-pressed if
"long keypress" feature is enabled.
No idea why this was applied only to key press events before :-)
2017-02-25 16:07:25 +01:00
Thilo Graf
be9dd7938d
CVideoSettings: avoid unnecessary display of messageboxes
2017-02-25 00:02:52 +01:00
Thilo Graf
803253e3d4
CComponentsScrollBar: remove unnecessary debug output
2017-02-25 00:01:29 +01:00
M. Liebmann
0953e66d22
neutrino: No terminate moviebrowser, menue, etc. when recording start
2017-02-24 18:54:53 +01:00
svenhoefer
eb477aee8e
- audioplayer: fix small typo
2017-02-24 18:26:07 +01:00
Stefan Seyfried
d2408d1ade
rcinput/neutrino: avoid the use of EVT_TIMESET
...
sectionsd's EVT_TIMESET was only used to fix time calculations
for input repeat detection. I doubt this reliably worked anyway.
Just calculate an absolute input timestamp from CLOCK_MONOTONIC
and use that. Even better solution would be to use a newer
kernel with EVIOCSCLOCKID ioctl, leave that for later :-)
2017-02-24 15:53:44 +01:00
Jacek Jendrzej
98afb08c5d
supplement to 1f5778b769
, add stop msg
2017-02-24 12:30:33 +01:00
svenhoefer
b97a3e84ed
- followscreenings: don't show, when followlist is empty
2017-02-23 22:00:42 +01:00
svenhoefer
3c1e325246
- followscreenings: don't show, when channel_id is 0
2017-02-23 21:49:44 +01:00
Jacek Jendrzej
1f5778b769
src/gui/widget/msgbox.cpp dont block record msg
2017-02-23 20:41:54 +01:00
M. Liebmann
6b8a7eb5f3
CKeybindSetup: Fix changeNotify call for change repeat_block...
2017-02-23 15:14:27 +01:00
Stefan Seyfried
41e420d35d
fb_accel: move hd2 specific parts from fader to fb_accel
2017-02-23 15:14:27 +01:00
Stefan Seyfried
25165a1eaf
rcinput: clarify comment regarding hd2 device
2017-02-23 15:14:27 +01:00
Stefan Seyfried
d02b29650e
rcinput: add less ugly hack for crappy hd2 driver
2017-02-23 15:14:27 +01:00
Stefan Seyfried
f0ab22d8b0
Revert "CRCInput::set_rc_hw: Fix device check for cs hd2"
...
This reverts commit 5cac45ccb8
.
2017-02-23 15:14:27 +01:00
Stefan Seyfried
ee9138f065
Revert "rcinput: Add exception handling for cs hd2"
...
This reverts commit 1b79faff78
.
Wrong in so many ways :-)
- The code worked perfectly. But ok, it's easier possible. ;)
Signed-off-by: M. Liebmann <git@tuxcode.de >
2017-02-23 15:14:27 +01:00
svenhoefer
c4aaf7678c
- neutrino.cpp: fix compiler warning; ...
...
msg and data is type long unsigned int, so %lu seems the right format,
but above %lX is used too and it works fine. So, what's the right one?
2017-02-23 12:17:30 +01:00
svenhoefer
f0f7aec577
- rcsim: fix perror message
2017-02-22 15:25:04 +01:00
svenhoefer
7c2e25103f
- controlapi: fix perror message
2017-02-22 15:25:04 +01:00
svenhoefer
056b47c09b
- rc_input: do always show key-presses in console; ...
...
by mistake removed in 1eec78ccfd
2017-02-22 14:53:25 +01:00
M. Liebmann
383af04cb7
CRCInput::setKeyRepeatDelay: Change hardware dependency,
...
HD2 driver is not so very ugly. ;)
2017-02-22 12:04:58 +01:00
svenhoefer
1eec78ccfd
- rc_input: we have d_printf, so let's use it
2017-02-22 11:50:09 +01:00
svenhoefer
d7ed439e53
- rc_input: just cosmetics to satisfy syntax-highlighters
2017-02-22 08:59:56 +01:00
svenhoefer
0e435bb389
- rc_input: rename checkLnkDev() to checkdev_lnk(); ...
...
just to align form-style to latest changes
2017-02-22 08:59:56 +01:00
M. Liebmann
5cac45ccb8
CRCInput::set_rc_hw: Fix device check for cs hd2
2017-02-22 06:24:48 +01:00
Stefan Seyfried
f45456d7a8
rcinput: remove unused/unimplemented click functions
2017-02-22 06:24:48 +01:00
Stefan Seyfried
dceb6989a8
rcinput: remove now unused (and broken) getFileHandle()
2017-02-22 06:24:48 +01:00
Stefan Seyfried
8b8b4ce0e2
keybind_setup: use rcinput->setKeyRepeatDelay()
2017-02-22 06:24:48 +01:00
Stefan Seyfried
41958cc029
rcinput: fix set_rc_hw() after dynamic devices patch
...
...this could use some tests... :-)
2017-02-22 06:24:48 +01:00
Stefan Seyfried
0df5a8df7f
rcinput: add setKeyRepeatDelay() function
...
this allows to get rid of the broken getFileHandle function later
2017-02-22 06:24:48 +01:00
M. Liebmann
1b79faff78
rcinput: Add exception handling for cs hd2
...
- Supplement to previous commit
2017-02-22 06:24:48 +01:00
Stefan Seyfried
7b3aa2b181
rcinput: use a dynamic list of input devices
...
Instead of the fixed, static list of input devices, scan /dev/input/ for
proper event devices. A "good" input device is one that supports the
EVIOCGBIT ioctl and at least the EV_KEY event type.
This probably needs further fixes, e.g. in repeat rate setting code.
2017-02-22 06:24:48 +01:00
M. Liebmann
e35969afe2
Fix compiler format warnings
2017-02-22 06:24:48 +01:00
M. Liebmann
d932a1a326
rcinput: Transfer from neutrino-mp for better compatibility
2017-02-22 06:24:48 +01:00
M. Liebmann
0c182785e2
src/system/helpers.cpp: Add function readLink()
2017-02-22 06:24:48 +01:00
M. Liebmann
8bee8b4c6d
fb_generic: use more swidth variables in fbCopyArea()
2017-02-21 06:38:48 +01:00
Stefan Seyfried
cdc9935b83
tuxtxt: remove dead code, unnecessary header includes
2017-02-21 06:38:48 +01:00
Stefan Seyfried
291eaa0450
tuxtxt: remove old, unused input code
2017-02-21 06:38:48 +01:00
Stefan Seyfried
9385bd8bd9
fb_accel_glfb: fix color palette setting
2017-02-21 06:38:48 +01:00
Stefan Seyfried
b3a79a3a33
tuxtxt: remove old framebuffer device code
2017-02-21 06:38:48 +01:00
Stefan Seyfried
dfddc62d0c
tuxtxt: remove unused dmx variable
2017-02-21 06:38:48 +01:00
Stefan Seyfried
418819e261
libtuxtxt: remove unused fd parameter from tuxtx_main()
2017-02-21 06:38:48 +01:00
Stefan Seyfried
f94f960e85
acinclude: move AC_SYS_LARGEFILE after AC_CANONICAL_*
...
no idea why, but detection of 64bit largefile flags fails otherwise in
some setups
2017-02-21 06:38:48 +01:00
Stefan Seyfried
dd653288d8
fb_generic: use 32bit pointers instead of 8bit
2017-02-21 06:38:48 +01:00
Stefan Seyfried
7c7d5f08dd
fb_generic: add swidth variable, "stride in fb_pixel_t units"
...
this should allow to use fb_pixel_t pointer arithmetics more often
instead of byte pointers
2017-02-21 06:38:48 +01:00
M. Liebmann
b7110faaf6
tuxtxt: Use hw blitting with fbCopyArea() for cs hd2
2017-02-20 00:09:46 +01:00
M. Liebmann
cc5a1b3b31
framebuffer: Add fbCopyArea function
...
- Copies areas within the frame buffer
- Hardware accelerated function for cs hd2
- Copying overlapping areas does not always work correctly
without hardware acceleration
2017-02-20 00:09:46 +01:00
Jacek Jendrzej
e908858c19
try to fix segfault with --enable-cleanup
2017-02-17 12:11:03 +01:00
Jacek Jendrzej
4bfe34bf5d
src/driver/scanepg.cpp avoid possible segfault
2017-02-17 11:09:53 +01:00