Commit Graph

9916 Commits

Author SHA1 Message Date
Stefan Seyfried
3bcdbb39ff msgbox: remove explicit handling of record events
these are handled in the last else clause anyway
2017-03-04 19:56:41 +01:00
Stefan Seyfried
71361684d8 msgbox: remove duplicated code 2017-03-04 19:55:59 +01:00
Stefan Seyfried
e1b50ee304 unbreak msgbox
the "if (msg)" was basically always true, killing all keys that were not
handled in this clause (e.g. it was not possible to switch the box from
standby if a plugin with output was running during standby)
2017-03-04 19:49:48 +01:00
Stefan Seyfried
abec1c311b Merge remote-tracking branch 'tuxbox/master' 2017-03-04 19:32:30 +01:00
svenhoefer
b283128d0f - imageinfo: remove obsolete define 2017-03-03 15:50:47 +01:00
svenhoefer
629f91e229 - imageinfo: change handling of yWeb version; use own CConfigFile 2017-03-03 15:48:31 +01:00
M. Liebmann
c9242679a0 CScanTs::handleMsg: Fix handling left/right keys during channel search 2017-03-03 14:41:26 +01:00
svenhoefer
75ff8687dd - luainstance: re-add typo TO_WIDE to stay backward compatible 2017-03-03 08:57:42 +01:00
svenhoefer
6afe247bc3 - luainstance: add missing RADIUS_NONE; fix typo in dynfont handling 2017-03-03 08:55:35 +01:00
M. Liebmann
9fe20399c4 CNeutrinoApp::loadSetup: Fix Segfault when an remote timer is defined 2017-03-02 23:37:41 +01:00
svenhoefer
6eb1bb1ea4 - luainstance: add offsets to lua; set Lua api version to 1.70 2017-03-02 23:00:49 +01:00
svenhoefer
00d2d557c2 - update: rename DEBUG1 to DRYRUN 2017-03-01 18:16:09 +01:00
svenhoefer
ea3ab21bb0 - update: small cleanup; ...
remove obsolete g_Locale->getText() from ShowHint calls
2017-03-01 18:16:09 +01:00
svenhoefer
2a9b39f45f - update: change filetype comparsion; "< '3'" to "<= '2'" 2017-03-01 18:16:09 +01:00
svenhoefer
943c03fc52 - update: prepare for menu hints 2017-03-01 18:16:09 +01:00
svenhoefer
950f74dd41 - flashtool: localize getType() function 2017-03-01 18:16:09 +01:00
TangoCash
16537620a6 fix blinking clock in some modes (thx dbo) 2017-03-01 18:16:09 +01:00
Jacek Jendrzej
d12ea80c5b src/neutrino.cpp init struct timer_remotebox_item, avoid segfault without InfoClock 2017-03-01 15:04:10 +01:00
svenhoefer
856c676430 - rename g_PluginList to g_Plugins; this isn't a list of plugins 2017-03-01 13:03:50 +01:00
svenhoefer
5edc857122 - yWeb: unify rec/zap timer handling; avoid german umlaut in js-popup 2017-03-01 11:51:25 +01:00
M. Liebmann
2d30ef10d8 lua cwindow.new: Fix draw small windows
- Ignore percent conversion of width and height
   to remain compatible with the Lua API
2017-02-28 23:31:58 +01:00
M. Liebmann
6166f4a6f4 CLuaInstance: Add script fumction 'scale2Res'
- Set Lua api version to 1.69
2017-02-27 00:24:34 +01:00
Jacek Jendrzej
df25b50944 src/gui/movieplayer.cpp try fix stop play file on file end 2017-02-26 15:05:21 +01:00
svenhoefer
1aa5e929db - channelist: use OFFSET-defines for channels w/o EPG too 2017-02-26 01:01:15 +01:00
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
Stefan Seyfried
df4987ad84 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 15:58:07 +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
Stefan Seyfried
9287d66472 fb_accel: move hd2 specific parts from fader to fb_accel 2017-02-22 21:23:11 +01:00
Stefan Seyfried
eb6d73af7a rcinput: clarify comment regarding hd2 device 2017-02-22 20:29:51 +01:00
Stefan Seyfried
41b5d78c42 Revert "- rc_input: do always show key-presses in console; ..."
This reverts commit 056b47c09b.
2017-02-22 20:07:29 +01:00
Stefan Seyfried
4aab7d37f5 Merge branch 'tuxbox-fixed' 2017-02-22 20:06:27 +01:00
Stefan Seyfried
3d7f6f13c4 Revert "- rc_input: just cosmetics to satisfy syntax-highlighters"
This reverts commit d7ed439e53.
2017-02-22 20:05:54 +01:00
Stefan Seyfried
63dce04974 Revert "- rc_input: rename checkLnkDev() to checkdev_lnk(); ..."
This reverts commit 0e435bb389.
2017-02-22 20:05:26 +01:00
svenhoefer
f0f7aec577 - rcsim: fix perror message 2017-02-22 15:25:04 +01:00