Commit Graph

5157 Commits

Author SHA1 Message Date
Stefan Seyfried
c69842f9d8 luainstance: work around a signed/unsigned problem on ppc
Origin commit data
------------------
Commit: 8af79e1152
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
9b41d86736 luainstance: allow any color for PaintBox, disable debug
Origin commit data
------------------
Commit: ef512f897a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
e83c351578 luainstance: allow rounded corners in PaintBox
Origin commit data
------------------
Commit: a73dfbb2c5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
7f99decca8 luainstance: dynamic values are not static
Origin commit data
------------------
Commit: 56db064368
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
53c1d781ed luainstance: export FontHeight to Lua scripts
Origin commit data
------------------
Commit: f7fc13becd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
64c180d870 luainstance: also export RCInput constants
Origin commit data
------------------
Commit: f43585cbe3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
1b82561336 luainstance: export variables as tables
This exports arrays FONT_TYPE_foo as FONT['foo'], COL_bar als COL['bar']
and SCREEN_OFF_a as SCREEN['OFF_a'] instead of lots of single variables.

Later these could also be made dynamic if the need arises.


Origin commit data
------------------
Commit: fee8c10f42
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
0de1b12b5d luainstance: show errors from loadfile()
Origin commit data
------------------
Commit: 9bdc0309a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2014-01-19 20:57:36 +01:00
Stefan Seyfried
7e28b9762e luainstance: add minimal error reporting
Origin commit data
------------------
Commit: 8dfa4c9bf8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-19 (Tue, 19 Mar 2013)
2014-01-19 20:57:35 +01:00
Stefan Seyfried
77fcde0e75 luainstance: add simple GetInput() method
use like this in the lua script:
--
RC_home = 174
local n = neutrino()
repeat msg, data = m:GetInput(1000) until msg == RC_home


Origin commit data
------------------
Commit: eefd75537e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-18 (Mon, 18 Mar 2013)
2014-01-19 20:57:35 +01:00
Stefan Seyfried
483fe277f6 luainstance: the name is "Lua", not "LUA"
Origin commit data
------------------
Commit: 4d7e07f81f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-18 (Mon, 18 Mar 2013)
2014-01-19 20:57:35 +01:00
Stefan Seyfried
b02792fe65 neutrino: add a prototype of a lua plugin interface
this is just for preliminary tests, not yet really usable
for anything useful


Origin commit data
------------------
Commit: f26357e887
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-17 (Sun, 17 Mar 2013)
2014-01-19 20:57:35 +01:00
Jacek Jendrzej
6698158cce remove CURRENTSERVICES_XML after reload channels
Origin commit data
------------------
Commit: 7b40b61c9a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)

Origin message was:
------------------
 remove CURRENTSERVICES_XML after reload channels
2014-01-18 21:02:23 +01:00
Jacek Jendrzej
7c54d3847f CControlAPI::EpgSearchCGI add duration to txt output
Origin commit data
------------------
Commit: 59b3245680
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)
2014-01-18 20:17:24 +01:00
Jacek Jendrzej
d7e91e68f6 CRecordInstance::FillMovieInfo supplement to 74310d137a , check current epg before we take title from timer
Origin commit data
------------------
Commit: 14580b1dd1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)
2014-01-18 19:58:40 +01:00
[CST] Focus
fe60822847 driver/vfd.cpp: add support to switch scroll on/off
Origin commit data
------------------
Commit: eba370d876
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)
2014-01-17 14:23:02 +04:00
[CST] Focus
f4ab14af0f neutrino.cpp: add g_settings.lcd_scroll option;
move rcK and umount on shutdown later to fix deep-standby clock in case of /var partition (thanks Thomas)


Origin commit data
------------------
Commit: b1f21b47ca
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)
2014-01-17 14:20:26 +04:00
[CST] Focus
499cde0f38 gui/vfd_setup.cpp: add option to switch on/off text scroll
Origin commit data
------------------
Commit: 42fef516fe
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)
2014-01-17 14:17:59 +04:00
[CST] Focus
9a91527d86 locals: add locale for vfd scroll on/off option
Origin commit data
------------------
Commit: 1f2fc31438
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)
2014-01-17 14:17:24 +04:00
Jacek Jendrzej
74310d137a CRecordInstance::FillMovieInfo: -fix epg title if epgid removed http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12026-probleme-mit-timeraufnahme/
Origin commit data
------------------
Commit: 9455b0eeda
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)
2014-01-16 20:58:14 +01:00
Jacek Jendrzej
d914cab390 CControlAPI:: epgsearchxml fix time format
Origin commit data
------------------
Commit: 3f65005339
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)
2014-01-16 18:46:51 +01:00
Jacek Jendrzej
7cee0a604e CControlAPI:: -add epgsearchxml & epgsearch
Origin commit data
------------------
Commit: f373f621ef
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-14 (Tue, 14 Jan 2014)
2014-01-14 19:15:46 +01:00
vanhofen
1df3079b67 Revert "zapit: improve the lockPlayBack "nonblank-Hack""
This reverts commit 56f22a0a53 because previous changes are missing.


Origin commit data
------------------
Commit: 51a46646a8
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-13 (Mon, 13 Jan 2014)
2014-01-13 21:22:40 +01:00
Stefan Seyfried
56f22a0a53 zapit: improve the lockPlayBack "nonblank-Hack"
Origin commit data
------------------
Commit: 1640784844
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-13 (Mon, 13 Jan 2014)
2014-01-13 21:09:03 +01:00
Stefan Seyfried
040ab50bd2 scannit: fix printf format
Origin commit data
------------------
Commit: 84dff7ea59
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-13 21:03:32 +01:00
Stefan Seyfried
ad3e76b0ff timerd: rename TIMER_NEXTPROGRAM
To ensure it is no longer used, rename it to __TIMER_NEXTPROGRAM.
It cannot be removed without breaking compatibility, since it is
part of the API (the integers values of enum CTimerEventTypes are
written to timerd.conf)


Origin commit data
------------------
Commit: 07caa88ad2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-13 21:03:11 +01:00
Stefan Seyfried
607f56ae80 reduce direct dependencies on timerdclient.h
Include timerdtypes.h instead of timerdclient.h where feasible, add direct instead of indirect includes of timerdclient.h where necessary. This reduces the number of files which depend on timerdclient.h from 134 to 16. Add/update copyright notices in the affected files.


Origin commit data
------------------
Commit: 1d0a23dbf3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-13 (Mon, 13 Jan 2014)
2014-01-13 21:01:26 +01:00
Stefan Seyfried
1eb4a45475 timerd: get rid of unused CTimerd::TIMER_NEXTPROGRAM
This event should be completely obsolete (it was used before
EIT-update was working correctly), so get rid of it in the code.
For now it is just commented out, until further testing is done.


Origin commit data
------------------
Commit: 49035cedec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-13 20:57:40 +01:00
Stefan Seyfried
4f7ac90359 dboxinfo: fix format strings for uint64_t
Origin commit data
------------------
Commit: ecf430ba97
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-13 20:56:56 +01:00
Stefan Seyfried
69d00db601 streamts: set CPU freq to 'high' for streaming
Origin commit data
------------------
Commit: c9a3b34810
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)
2014-01-13 20:56:11 +01:00
Stefan Seyfried
fdebac3668 streamts: put zapit back into standby after streaming
additionally, update copyright info


Origin commit data
------------------
Commit: 8c0cb5b96e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)
2014-01-13 20:55:49 +01:00
Michael Liebmann
b77c9d3244 Supplement to commit b3ef258294
Origin commit data
------------------
Commit: c61d062124
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)
2014-01-13 20:07:43 +01:00
Michael Liebmann
b3ef258294 CRecordInstance: Turns message when recording start/end on or off
Origin commit data
------------------
Commit: ae2a01a37a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)
2014-01-13 19:42:46 +01:00
Thilo Graf
39306fc99e CComponentsSlider: fix vertical arrangement for slider body
Centering was broken.


Origin commit data
------------------
Commit: 72cb72695f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-12 13:57:11 +01:00
Thilo Graf
01e77944df CComponents: add member to set color for selected items
Origin commit data
------------------
Commit: f6d7352dca
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-12 13:57:11 +01:00
Thilo Graf
871324ec19 CComponentsSlider: fix debug output
Origin commit data
------------------
Commit: 2ca246a30d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-12 13:57:10 +01:00
Michael Liebmann
e2b605c5a9 Disable infoclock when user menu activ
Origin commit data
------------------
Commit: 4c797ec3ec
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-01-12 10:48:06 +01:00
martii
c8f556138f gui/dboxinfo: minor clean-up
Origin commit data
------------------
Commit: 341b75ccd9
Author: martii <m4rtii@gmx.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)
2014-01-07 02:00:56 +01:00
[CST] Focus
71e6110058 gui/movieplayer.cpp: re-enable and fix auto-time display for REW, FF-modes
Origin commit data
------------------
Commit: 911e41627c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-08 (Wed, 08 Jan 2014)
2014-01-08 16:34:25 +04:00
[CST] Focus
7fe995e5c2 gui/scan_setup.cpp: fix separator between sat and cable scan option
Origin commit data
------------------
Commit: 468a8df8f4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-29 (Sun, 29 Dec 2013)
2014-01-08 16:11:18 +04:00
Thilo Graf
1a81eddd7f CMoviePlayerGui: disable time display for REW, FF-modes
time display in combination with REW and FF is broken, needs rework
included CTimeOSD

see also: http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12017-einblendungen-im-movieplayer/


Origin commit data
------------------
Commit: 44d2eabede
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)
2014-01-08 12:12:01 +01:00
Thilo Graf
34249fc1d9 CComponentsFrmClock: fix shaodow warning
size is a member name of CComponentsForm


Origin commit data
------------------
Commit: 4e1caf8afe
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)
2014-01-08 11:22:22 +01:00
Thilo Graf
e652f1eca2 CComponentsFrmClock: update license text
Origin commit data
------------------
Commit: 8828e27968
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)
2014-01-08 11:20:18 +01:00
Thilo Graf
d0aaeecb1a CComponentsForm: add members to get count of items
Origin commit data
------------------
Commit: 2191fded38
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)
2014-01-08 08:42:16 +01:00
Thilo Graf
e21759c50d CTimeOSD: use class konform member names
CTimeOSD is inherited from CComponentsForm/Item.
Therefore, it is usual to keep the functional layout.
Overwritable virtual members should be used with same
functionality. kill() is similar with paintBackground() known from
CFrameBuffer, hide(bool) do restore saved background and expects a
parameter.

TODO: It works, but class layout of CTimeOSD is currently not conform
with Components, because the functionalities are partially undermined
and must be reworked.
For Example: timescale and clock object not used as sub objects
in a parent form object.


Origin commit data
------------------
Commit: 7403aa2d46
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)
2014-01-08 08:18:44 +01:00
Thilo Graf
db397fda24 CInfoClock: remove call of missing members, replace with simplified clear()
Origin commit data
------------------
Commit: 12fd92e3e4
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)
2014-01-07 09:44:40 +01:00
Thilo Graf
45f12fbb6c CBuildInfo: remove destructor
CBuildInfo using already inherited destructor from CComponentsForm.


Origin commit data
------------------
Commit: a6c2518017
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)
2014-01-07 09:42:54 +01:00
Thilo Graf
ba7524f6bb CComponents: replace clear() with clearFbData(), remove cleanCCForm()
clear() replaces now clearCCItems() and cleanCCForm() is superfluous.


Origin commit data
------------------
Commit: ed7a2fd625
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)
2014-01-07 09:41:06 +01:00
Thilo Graf
e2587b12cd CComponents: split some header files
Should bring more overview and less susceptibility to conflicts (merge etc)

License texts updated.


Origin commit data
------------------
Commit: 04574fc6eb
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-01-06 22:27:59 +01:00
Thilo Graf
97218a2827 CComponentsForm: update license text
Origin commit data
------------------
Commit: d2991b49c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-01-06 14:47:13 +01:00