Commit Graph

5224 Commits

Author SHA1 Message Date
Michael Liebmann
a27f7c3dfb CLuaInstance::runScript: Set script parameter 0 to 'script name'...
...for compatibility with standalone lua scripts


Origin commit data
------------------
Commit: b80e7480a2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
2014-03-19 16:03:38 +01:00
Michael Liebmann
c700df0074 CLuaInstance: Add runScript() function for using in Lua script
- Script runs in a new instance in neutrino context
 Example:
 local n = neutrino()
 n:runScript(filename [, args, ...])


Origin commit data
------------------
Commit: 0a957abf31
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-17 (Mon, 17 Mar 2014)

Origin message was:
------------------
CLuaInstance: Add runScript() function for using in Lua script

- Script runs in a new instance in neutrino context
 Example:
 local n = neutrino()
 n:runScript(filename [, args, ...])
2014-03-19 10:14:43 +01:00
Michael Liebmann
41fb2b5514 CLuaInstance: Optional specification of parameters for runScript()
- Add parameters as std::vector and possibility of return of
 status and error messages. (THX Martii)
 Example:
 void runScript(const char *fileName, std::vector<std::string> *argv,
 		std::string *result_code, std::string *result_string,
 		std::string *error_string);

- Add Parameters as const char*, last parameter to NULL is imperative.
 Example:
 void runScript(const char *fileName, const char *arg0, const char *arg1, ..., NULL);


Origin commit data
------------------
Commit: b61a225d2b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-17 (Mon, 17 Mar 2014)

Origin message was:
------------------
CLuaInstance: Optional specification of parameters for runScript()

- Add parameters as std::vector and possibility of return of
 status and error messages. (THX Martii)
 Example:
 void runScript(const char *fileName, std::vector<std::string> *argv,
 		std::string *result_code, std::string *result_string,
 		std::string *error_string);

- Add Parameters as const char*, last parameter to NULL is imperative.
 Example:
 void runScript(const char *fileName, const char *arg0, const char *arg1, ..., NULL);
2014-03-19 10:14:43 +01:00
Michael Liebmann
26f9f30699 CStringInputSMS: Add '%' to valid chars
Origin commit data
------------------
Commit: 5d4286285a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-18 (Tue, 18 Mar 2014)
2014-03-18 19:05:33 +01:00
Michael Liebmann
27d30d9c99 CLuaInstance: Replace cwindow header_height & footer_height
- Replace with headerHeight & footerHeight
- Set header_height & footer_height to deprecated


Origin commit data
------------------
Commit: 2dbdb8798e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
586253ea2e CLuaInstance: Add various CComponentsPicture functions
- Added: new, paint, hide, setpicture


Origin commit data
------------------
Commit: 1e78781d18
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
7e87ddf89d CLuaInstance: Add setCaption & paintHeader function to cwindow
Origin commit data
------------------
Commit: a501f4e10e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
4fc816533e CLuaInstance: Add function 'functionDeprecated()' for debug output...
...when a script function is deprecated.


Origin commit data
------------------
Commit: 5136563035
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
f269b6525b CLuaInstance: Add setText function to ctext
Origin commit data
------------------
Commit: 4df0449e39
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
58b5c31eaa CLuaInstance::ComponentsTextNew: Add 'parent' parameter...
...for the integration of ctext in a parent cwindow


Origin commit data
------------------
Commit: 81608cbd3f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
de0d063b32 CLuaInstance: Add additional tableLookup for get userdata
Origin commit data
------------------
Commit: f4c70c96a5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
dd56269e3e CLuaInstance: Add debug output to CWindowDelete/ComponentsTextDelete
Origin commit data
------------------
Commit: 623efecc2f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)
2014-03-16 12:33:26 +01:00
Michael Liebmann
496f901f64 CRecordSetup: Fix menu hint specifier
Origin commit data
------------------
Commit: bb4eccfbed
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-14 (Fri, 14 Mar 2014)
2014-03-14 18:24:33 +01:00
FlatTV
dfd972bfe7 record menu: add filename template
Origin commit data
------------------
Commit: e0055b5339
Author: FlatTV <FlatTV@gmx.de>
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-14 09:39:57 +01:00
[CST] Focus
6076c2bdb6 neutrino.cpp: set satellite position for generated satellite bouquets
Origin commit data
------------------
Commit: 90b9469e3b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-13 16:06:46 +04:00
[CST] Focus
c84dab0c2d gui/bouquetlist.cpp: allow to delete whole satellite from satellite bouquet view
Origin commit data
------------------
Commit: 90768b15ac
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-13 16:06:20 +04:00
[CST] Focus
c00f731567 zapit/src/getservices.cpp: add code to remove channels for the given satellite position,
current live channel skipped to prevent neutrino crashes


Origin commit data
------------------
Commit: c5e1ab04e6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-13 15:52:33 +04:00
[CST] Focus
af9915b109 zapit/src/capmt.cpp: stop cam if channel not found
Origin commit data
------------------
Commit: b2dc082707
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-13 15:45:41 +04:00
[CST] Focus
8eb6ec4a1c zapit/src/bouquets.cpp: use INVALID_SAT_POSITION instead of -1
Origin commit data
------------------
Commit: 7d48b6c1f9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-13 14:35:31 +04:00
[CST] Focus
badb77e536 zapit/include/zapit/types.h: add INVALID_SAT_POSITION define
Origin commit data
------------------
Commit: 61f9a8d8b4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-13 14:33:41 +04:00
[CST] Focus
d71bac1ed0 driver/record.cpp: always use configured hours to record for temporary timeshift;
cleanup unused code


Origin commit data
------------------
Commit: 8074000b23
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
2014-03-11 16:22:50 +04:00
[CST] Focus
c6d5716c8f neutrino.cpp: add timeshift record duration setting
Origin commit data
------------------
Commit: 6201a95358
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
2014-03-11 16:21:32 +04:00
[CST] Focus
284a5ab5ab locals: add locale for timeshift record duration
Origin commit data
------------------
Commit: cc6848624a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
2014-03-11 15:51:24 +04:00
martii
e87b54ecfe gui/movieplayer: create and use a movieinfo copy (fixes timeshift playback)
Origin commit data
------------------
Commit: 87d5f4feb9
Author: martii <m4rtii@gmx.de>
Date: 2013-09-26 (Thu, 26 Sep 2013)
2014-03-11 13:31:46 +04:00
[CST] Focus
64fb73beee zapit/include/zapit/satconfig.h: add macros for cable/terrestrial positions
Origin commit data
------------------
Commit: fd57dace0e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-10 (Mon, 10 Mar 2014)
2014-03-10 14:29:32 +04:00
vanhofen
3e159995f1 pictureviewer: add a var-dir for channellogos (/var/tuxbox/icons/logo)
Origin commit data
------------------
Commit: 7ab37854c6
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-07 (Fri, 07 Mar 2014)

Origin message was:
------------------
- pictureviewer: add a var-dir for channellogos (/var/tuxbox/icons/logo)
2014-03-07 23:03:57 +01:00
vanhofen
f58e3e9139 locale: move first-search locale-dir from /var/tuxbox/config/locale ...
... to /var/tuxbox/locale


Origin commit data
------------------
Commit: e8c0543ac1
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-07 (Fri, 07 Mar 2014)

Origin message was:
------------------
- locale: move first-search locale-dir from /var/tuxbox/config/locale ...

... to /var/tuxbox/locale
2014-03-07 22:49:36 +01:00
[CST] Focus
bb7aaea0d3 zapit/src/bouquets.cpp: change bouquets delete behavior after scan:
if box cable-only, remove all bouquets, else remove bouquets for scanned position only,
do not remove bouquets after single transponder scan


Origin commit data
------------------
Commit: 5ca62c111e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-06 (Thu, 06 Mar 2014)
2014-03-06 16:46:50 +04:00
[CST] Focus
7520021b75 system/setting_helpers.cpp: create /var_init/etc/.reset on factory reset,
to be processed by apollo init scripts to erase /var partition


Origin commit data
------------------
Commit: 8284fe6e53
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-06 (Thu, 06 Mar 2014)
2014-03-06 16:09:10 +04:00
[CST] Focus
b06b434ccf gui/osdlang_setup.cpp: revert language selection to old behaviour: close menu after select
Origin commit data
------------------
Commit: 793c3aab5a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-06 (Thu, 06 Mar 2014)
2014-03-06 16:09:10 +04:00
[CST] Focus
a18f20fbd6 gui/bouquetlist.cpp: fix inactive color when called to add channel to bouquet
Origin commit data
------------------
Commit: 040b2a958e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-05 (Wed, 05 Mar 2014)
2014-03-06 16:09:10 +04:00
[CST] Focus
e47eb1a1f7 gui/pipsetup.cpp: support different PIP setup for tv and radio modes
Origin commit data
------------------
Commit: ea1e2706f8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-05 (Wed, 05 Mar 2014)
2014-03-06 16:09:10 +04:00
[CST] Focus
a8651f21b3 neutrino.cpp: add pip config settings for radio mode
Origin commit data
------------------
Commit: 753f3f2f95
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-05 (Wed, 05 Mar 2014)
2014-03-06 16:09:10 +04:00
[CST] Focus
5d71bd63b9 gui/scan_setup.cpp: move rotor options to its own menus
Origin commit data
------------------
Commit: 7682d58070
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
2014-03-06 16:09:10 +04:00
[CST] Focus
b7b192d9e0 locals: add locale for rotor options menu hints
Origin commit data
------------------
Commit: 476f6f8da9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
2014-03-06 16:09:10 +04:00
[CST] Focus
bd8ed0ffcd gui/miscsettings_menu.cpp: remove global rotor_swap option
Origin commit data
------------------
Commit: a3f4cbaa90
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
2014-03-06 16:09:09 +04:00
[CST] Focus
1ce3c60c74 gui/scan_setup.cpp, gui/motorcontrol.cpp: use per frontend rotor swap option
Origin commit data
------------------
Commit: 929eb86760
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
2014-03-06 16:09:09 +04:00
[CST] Focus
d947a53f1e zapit/src/femanager.cpp: add per frontend rotor swap option
Origin commit data
------------------
Commit: af99ce3a28
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
2014-03-06 16:09:09 +04:00
[CST] Focus
5915be184e zapit/data/frontend.conf: remove config for fe1
Origin commit data
------------------
Commit: 1b450382e6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
2014-03-06 16:09:09 +04:00
vanhofen
50f87f5921 user_menue.cpp: whitespace cleanup
Origin commit data
------------------
Commit: a05121d9b7
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)

Origin message was:
------------------
- user_menue.cpp: whitespace cleanup
2014-03-06 12:56:24 +01:00
vanhofen
b54e30a612 user_menu: add some pointers to delete
Origin commit data
------------------
Commit: 7c19f53e4b
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)

Origin message was:
------------------
- user_menu: add some pointers to delete
2014-03-06 12:45:48 +01:00
vanhofen
9d4345bed8 hdd_menu: fix hdd_sleep 'off'
Origin commit data
------------------
Commit: ea89eae41e
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)

Origin message was:
------------------
- hdd_menu: fix hdd_sleep 'off'
2014-03-06 09:59:18 +01:00
Thilo Graf
342552c787 CComponents: remove error message.
Log output should be enough.


Origin commit data
------------------
Commit: e6a004be87
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-03-05 (Wed, 05 Mar 2014)
2014-03-05 12:10:17 +01:00
Michael Liebmann
29c411690c CTimerList: Fix eventType CTimerd::TIMER_EXEC_PLUGIN
Origin commit data
------------------
Commit: 8505e1c6d7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
2014-03-04 07:17:41 +01:00
Michael Liebmann
570b793a76 CComponents: More precise error message (commit aa7a96a)
Origin commit data
------------------
Commit: d1b8246316
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 20:20:57 +01:00
Michael Liebmann
81dff173fe CPluginList: Supplement to commit e6743c8 (RC_setup for exit all menus)
Origin commit data
------------------
Commit: c0245159f4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 20:20:57 +01:00
Michael Liebmann
75b3fe663e src/system/helpers.cpp - htmlEntityDecode(): Add various html codes
Origin commit data
------------------
Commit: 409df1b809
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-02 (Sun, 02 Mar 2014)
2014-03-03 20:20:57 +01:00
[CST] Focus
2b104e4105 zapit/src/femanager.cpp: add have_rotor flag, limit check for the same
position to frontend with configured rotor (usals or rotor positions enable).
this should allow TWIN multisat setups


Origin commit data
------------------
Commit: 06f31f9655
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 15:07:40 +04:00
[CST] Focus
923aad737e zapit/src/femanager.cpp: determine if master has loop-linked frontends at link time
Origin commit data
------------------
Commit: 651c7e5426
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 15:07:40 +04:00
Thilo Graf
f33efdbdc4 CComponents: add new parameter 'parent'
Use strictly CComponentsForm as parent parameter in constructors.
Some parts have been cleaned up (Constructors, init methodes removed)

New parameter makes it possible already add current item in constructor.
So in mostly situations is it not necessary to use explicit addCCItem(),
but addCCItem()is still valid and necessary in certain situations.

Affected are all cc-classes and their derivates.
Some classes must or can be adapted later. The function is
not currently restricted, because usage of parent parameter is not explicit
defined in constructors, see CImageInfo, here yet are used addCCItem()
methodes.

Generally this parameter is located in the constructors before bool has_shadow,
but it is not sure whether it would be better to use this parameter as the first.
That remains to be clarified.


Origin commit data
------------------
Commit: 23d7b62cf0
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 09:43:39 +01:00