Commit Graph

5452 Commits

Author SHA1 Message Date
Michael Liebmann
ed9ee24f68 Preparing the menu classes for Lua Part #3
- Add non locale variants for CMenuOptionNumberChooser and
 CMenuOptionChooser
- Adaptation of CMenuOptionStringChooser, CChangeObserver
 THX Martii


Origin commit data
------------------
Branch: ni/coolstream
Commit: afbd87083b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)

Origin message was:
------------------
Preparing the menu classes for Lua Part #3

- Add non locale variants for CMenuOptionNumberChooser and
 CMenuOptionChooser
- Adaptation of CMenuOptionStringChooser, CChangeObserver
 THX Martii


------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
Michael Liebmann
7b4e3bc03b Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
 THX Martii


Origin commit data
------------------
Branch: ni/coolstream
Commit: b41819190d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)

Origin message was:
------------------
Preparing the menu classes for Lua Part #2

- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
 THX Martii


------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
Michael Liebmann
917e8aafa4 Preparing the menu classes for Lua Part #1
- Remove CNonLocalizedMenuSeparator
- Add overloaded function CMenuSeparator for non local
 THX Martii


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c9c9debcc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)

Origin message was:
------------------
Preparing the menu classes for Lua Part #1

- Remove CNonLocalizedMenuSeparator
- Add overloaded function CMenuSeparator for non local
 THX Martii


------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
martii
74f58b383c luainstance: support new text coloring scheme
Signed-off-by: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: c0a720bd8b
Author: martii <m4rtii@gmx.de>
Date: 2013-08-29 (Thu, 29 Aug 2013)



------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
Stefan Seyfried
6df70a56d0 configure: try to autodetect lualib
Origin commit data
------------------
Branch: ni/coolstream
Commit: 966c7f1379
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-27 (Mon, 27 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
Christian Ege
fdeb112c63 handling of luaposix for dynamic environment
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53ed75f66d
Author: Christian Ege <k4230r6@googlemail.com>
Date: 2013-04-28 (Sun, 28 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
Stefan Seyfried
7f61241703 luainstance: return render width from RenderString
Return the string's renderwidth from RenderString. If boxh is < 0
then the string is not rendered and only the width is determined.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a61dbcee0b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-07 (Sun, 07 Apr 2013)



------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
Stefan Seyfried
e0e54236d2 luainstance: remove utf8 parameter from RenderString, add center
Everybody should always be using utf8 anyway, so remove the "utf8"
parameter from RenderString and replace it with a "center" parameter
which centers the string horizontally in its box.

new usage:
 RenderString(font, text, x, y, color, boxwidth, boxheight, center)
defaults:
 color = COL_MENUCONTENT, boxwidth = window's width minus x
 boxheight = 0, center = 0


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c7c7e55a4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-07 (Sun, 07 Apr 2013)

Origin message was:
------------------
luainstance: remove utf8 parameter from RenderString, add center

Everybody should always be using utf8 anyway, so remove the "utf8"
parameter from RenderString and replace it with a "center" parameter
which centers the string horizontally in its box.

new usage:
  RenderString(font, text, x, y, color, boxwidth, boxheight, center)
defaults:
  color = COL_MENUCONTENT, boxwidth = window's width minus x
  boxheight = 0, center = 0


------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
9d1589525f luainstance: export customcolor.h colors, too
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3f57d7c528
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-07 (Sun, 07 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
2c7777ef68 luainstance: work around a signed/unsigned problem on ppc
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8af79e1152
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
5354846491 luainstance: allow any color for PaintBox, disable debug
Origin commit data
------------------
Branch: ni/coolstream
Commit: ef512f897a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
3ae75d9992 luainstance: allow rounded corners in PaintBox
Origin commit data
------------------
Branch: ni/coolstream
Commit: a73dfbb2c5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
ea0c70e2b1 luainstance: dynamic values are not static
Origin commit data
------------------
Branch: ni/coolstream
Commit: 56db064368
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
fac400e38e luainstance: export FontHeight to Lua scripts
Origin commit data
------------------
Branch: ni/coolstream
Commit: f7fc13becd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
ea17e40183 luainstance: also export RCInput constants
Origin commit data
------------------
Branch: ni/coolstream
Commit: f43585cbe3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
8d62a8c553 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
------------------
Branch: ni/coolstream
Commit: fee8c10f42
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)



------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
5276420b9b luainstance: show errors from loadfile()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9bdc0309a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:36 +01:00
Stefan Seyfried
729a2adf34 luainstance: add minimal error reporting
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8dfa4c9bf8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-19 (Tue, 19 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:35 +01:00
Stefan Seyfried
6d808199fc 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
------------------
Branch: ni/coolstream
Commit: eefd75537e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-18 (Mon, 18 Mar 2013)



------------------
This commit was generated by Migit
2014-01-19 20:57:35 +01:00
Stefan Seyfried
cef20d5284 luainstance: the name is "Lua", not "LUA"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d7e07f81f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-18 (Mon, 18 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-19 20:57:35 +01:00
Stefan Seyfried
88c69c92bd 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
------------------
Branch: ni/coolstream
Commit: f26357e887
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-17 (Sun, 17 Mar 2013)



------------------
This commit was generated by Migit
2014-01-19 20:57:35 +01:00
Jacek Jendrzej
81ec9a0e26 remove CURRENTSERVICES_XML after reload channels
Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-18 21:02:23 +01:00
Jacek Jendrzej
8c80942d01 CControlAPI::EpgSearchCGI add duration to txt output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 59b3245680
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-18 20:17:24 +01:00
Jacek Jendrzej
9ff81bd95e CRecordInstance::FillMovieInfo supplement to 3a9564f5b2 , check current epg before we take title from timer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 14580b1dd1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-18 19:58:40 +01:00
[CST] Focus
14bd1b6244 driver/vfd.cpp: add support to switch scroll on/off
Origin commit data
------------------
Branch: ni/coolstream
Commit: eba370d876
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-17 14:23:02 +04:00
[CST] Focus
b06711fc91 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
------------------
Branch: ni/coolstream
Commit: b1f21b47ca
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)



------------------
This commit was generated by Migit
2014-01-17 14:20:26 +04:00
[CST] Focus
66bfebe2a5 gui/vfd_setup.cpp: add option to switch on/off text scroll
Origin commit data
------------------
Branch: ni/coolstream
Commit: 42fef516fe
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-17 14:17:59 +04:00
[CST] Focus
f6b4c7e70f locals: add locale for vfd scroll on/off option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1f2fc31438
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-17 14:17:24 +04:00
Jacek Jendrzej
3a9564f5b2 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
------------------
Branch: ni/coolstream
Commit: 9455b0eeda
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-16 20:58:14 +01:00
Jacek Jendrzej
acbb765586 CControlAPI:: epgsearchxml fix time format
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3f65005339
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-16 18:46:51 +01:00
Jacek Jendrzej
9ac0106bd4 CControlAPI:: -add epgsearchxml & epgsearch
Origin commit data
------------------
Branch: ni/coolstream
Commit: f373f621ef
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-14 (Tue, 14 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-14 19:15:46 +01:00
vanhofen
906f209204 Revert "zapit: improve the lockPlayBack "nonblank-Hack""
This reverts commit 3560801e4a because previous changes are missing.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 51a46646a8
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-13 (Mon, 13 Jan 2014)



------------------
This commit was generated by Migit
2014-01-13 21:22:40 +01:00
Stefan Seyfried
3560801e4a zapit: improve the lockPlayBack "nonblank-Hack"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1640784844
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-13 (Mon, 13 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 21:09:03 +01:00
Stefan Seyfried
269843a806 scannit: fix printf format
Origin commit data
------------------
Branch: ni/coolstream
Commit: 84dff7ea59
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 21:03:32 +01:00
Stefan Seyfried
a5feafa1b5 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
------------------
Branch: ni/coolstream
Commit: 07caa88ad2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-13 21:03:11 +01:00
Stefan Seyfried
99b66df640 timerdclient: remove EVT_NEXTPROGRAM
...and EVT_ANNOUNCE_NEXTPROGRAM.
These are only internal API, so no incompatibility should occur.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d179f3f54
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-13 21:02:49 +01:00
Stefan Seyfried
8fd167433a 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
------------------
Branch: ni/coolstream
Commit: 1d0a23dbf3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-13 (Mon, 13 Jan 2014)



------------------
This commit was generated by Migit
2014-01-13 21:01:26 +01:00
Stefan Seyfried
26abd01822 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
------------------
Branch: ni/coolstream
Commit: 49035cedec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-13 20:57:40 +01:00
Stefan Seyfried
92b62b9379 dboxinfo: fix format strings for uint64_t
Origin commit data
------------------
Branch: ni/coolstream
Commit: ecf430ba97
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:56:56 +01:00
Stefan Seyfried
29e29e16ed streamts: set CPU freq to 'high' for streaming
Origin commit data
------------------
Branch: ni/coolstream
Commit: c9a3b34810
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:56:11 +01:00
Stefan Seyfried
db18d90fb9 streamts: put zapit back into standby after streaming
additionally, update copyright info


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c0cb5b96e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)



------------------
This commit was generated by Migit
2014-01-13 20:55:49 +01:00
Stefan Seyfried
3e391e064f XMLTreeNode::AddNode: fix logic error (in unused branch)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 42bc6f3081
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:55:29 +01:00
Stefan Seyfried
b10d76c1cc XML_Parser::storeAtts: don't leak in case of realloc failure
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6944d53cef
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:55:09 +01:00
Stefan Seyfried
5fec11e3bb XML_Parser: initialize variable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0cd6cfa68c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:54:49 +01:00
Michael Liebmann
815b3cf546 Supplement to commit d312225a21
Origin commit data
------------------
Branch: ni/coolstream
Commit: c61d062124
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:07:43 +01:00
Michael Liebmann
d312225a21 CRecordInstance: Turns message when recording start/end on or off
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae2a01a37a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 19:42:46 +01:00
swing99
b858c90e36 cables.xml: update Kabel Deutschland - Offensive 2012
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9fb64f13ce
Author: swing99 <swing0815@googlemail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)

Origin message was:
------------------
- cables.xml: update Kabel Deutschland - Offensive 2012

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 18:12:54 +01:00
Thilo Graf
5b58cbb5c8 CComponentsSlider: fix vertical arrangement for slider body
Centering was broken.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 72cb72695f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-12 13:57:11 +01:00
Thilo Graf
444acfe723 CComponents: add member to set color for selected items
Origin commit data
------------------
Branch: ni/coolstream
Commit: f6d7352dca
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 13:57:11 +01:00
Thilo Graf
2e518884b9 CComponentsSlider: fix debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ca246a30d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 13:57:10 +01:00