use forward declaration of CPlugins instead of including
plugins.h in personalize.h to reduce the massive impact
of this header file
Origin commit data
------------------
Commit: 1d4025d3be
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-16 (Sun, 16 Feb 2014)
x/y position was not assigned here for internal pic_x/pic_y vars.
Therefore x/y was ignored.
Origin commit data
------------------
Commit: 27c6bdccaf
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-14 (Fri, 14 Feb 2014)
* present the user with only two types of extensions: games and
everything else (lua, script, binary .so)
* use lua locale, right now it is translated to just "Plugins" :-)
Origin commit data
------------------
Commit: 44e127a8dd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Origin message was:
------------------
revert the split into lots of plugin types
* present the user with only two types of extensions: games and
everything else (lua, script, binary .so)
* use lua locale, right now it is translated to just "Plugins" :-)
the only maybe useful distinction between plugin types
is game / others, so add a 'virtual' plugin type which
represents everything but games
Origin commit data
------------------
Commit: 44cd36c412
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Move them into subdir private so that they are no longer used by
default. They still can be used by extending the include path.
Origin commit data
------------------
Commit: 945452e35a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-16 (Sun, 16 Feb 2014)
use forward declaration of CPlugins instead of including
plugins.h in personalize.h to reduce the massive impact
of this header file
Origin commit data
------------------
Commit: eba76a4f47
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-16 (Sun, 16 Feb 2014)
these events have no allocated data attached
Origin commit data
------------------
Commit: fd8c800a99
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-15 (Sat, 15 Feb 2014)
these events have no data attached
Origin commit data
------------------
Commit: 3a665f6daf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-15 (Sat, 15 Feb 2014)
- Set clock activ = false for default
Origin commit data
------------------
Commit: ddc826ab51
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
stop epgscan to restore live channel id in case shutdown started from standby mode,
fix hdd wakeup on record announce
Origin commit data
------------------
Commit: a9e3666b0a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-12 (Wed, 12 Feb 2014)
save xml before record start
Origin commit data
------------------
Commit: ee38ad2750
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-12 (Wed, 12 Feb 2014)
Origin commit data
------------------
Commit: 2c4b12508a
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-02-12 (Wed, 12 Feb 2014)
Origin message was:
------------------
- yWeb: increase version by counting commits since last increase
Maybe it's sensibly to use no explicit description for Lua-plugins.
The user could unnecessarily ask "What is this?".
"Lua" is more a subject-specific description or a technical term.
Therefore for users it should be reasonable to use "Plugins" as general
description.
TODO: use of these terms in the user menus, in particular "plugin types"
Origin commit data
------------------
Commit: cd2e086c84
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-09 (Sun, 09 Feb 2014)
Origin commit data
------------------
Commit: b427c3d6a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Origin message was:
------------------
- pluginlist: don't show full list when pluginlist-size is smaller
Position is strictly top and left within of Window
Origin commit data
------------------
Commit: c6221581ed
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-07 (Fri, 07 Feb 2014)
Origin commit data
------------------
Commit: e97ea955c9
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-02-06 (Thu, 06 Feb 2014)
Origin message was:
------------------
- plugins: type for listed plugins on blue key is more selectable
This causes an unnecessary offset and possible fb-remains.
This was observed at the header in Imageinfo, but only without shadow.
Origin commit data
------------------
Commit: 57a6c36329
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-31 (Fri, 31 Jan 2014)
Append offset is not required here, even harmful, because parent
items (header, body, footer) in the parent object are already adapted.
Offset maybe required in body object, but not in the parent window.
This fixes also fb remains on the bottom of window after executed
hide() in buildinfo object.
Origin commit data
------------------
Commit: 72f3081b9c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-31 (Fri, 31 Jan 2014)
Origin message was:
------------------
CBuildInfo: remove append offset
Append offset is not required here, even harmful, because parent
items (header, body, footer) in the parent object are already adapted.
Offset maybe required in body object, but not in the parent window.
This fixes also fb remains on the bottom of window after executed
hide() in buildinfo object.