Commit Graph

5742 Commits

Author SHA1 Message Date
[CST] Focus
1dfc9c1449 Revert "streamts: set CPU freq to 'high' for streaming"
This reverts commit c9a3b34810.
2014-03-26 14:30:20 +04:00
svenhoefer
716f353214 - localize.cpp: fix LOCALEDIR_VAR 2014-03-24 14:59:29 +01:00
[CST] Focus
d108294503 zapit/src/fastscan.cpp: improve fastscan tune reporting 2014-03-21 17:18:30 +04:00
[CST] Focus
bfc30ae53e gui/scan_setup.cpp: add dynamic diseqc options switch based on frontend mode 2014-03-21 17:18:26 +04:00
[CST] Focus
b36a66db34 gui/widget/menue.cpp: add CMenuOptionChooser::setOptions 2014-03-21 17:18:21 +04:00
[CST] Focus
9ec646bebe zapit/src/frontend.cpp: change timers to use time_monotonic_ms() 2014-03-21 17:18:14 +04:00
[CST] Focus
acffe8024d gui/scan_setup.cpp: add fast-scan operators, add fast-scan diseqc auto-config and menu to change diseqc 2014-03-21 17:18:06 +04:00
[CST] Focus
1960a84b6c zapit/src/fastscan.cpp: add fast-scan operators, add diseqc autoconfig 2014-03-21 17:18:01 +04:00
[CST] Focus
df95c904b4 locals: add new locales for fast-scan 2014-03-21 17:17:57 +04:00
[CST] Focus
ffce0866bc gui/cam_menu.cpp: rework, handle mmi timeout, close menu on CI/card insert/remove 2014-03-21 17:17:53 +04:00
[CST] Focus
47609eb2f1 neutrino.cpp: remove not reached keys handle, do not pass RC_timeout 2014-03-21 17:17:47 +04:00
[CST] Focus
ce4552b4b9 gui/cam_menu.cpp: use dialog for menu/list messages generated outside of menu 2014-03-21 17:17:42 +04:00
[CST] Focus
a5f2ebaec3 gui/cam_menu.cpp: cleanup, fix memleak when messages ignored 2014-03-21 17:17:32 +04:00
Jacek Jendrzej
98bdb43608 upnpbrowser.cpp: -add albumArtURI parse 2014-03-19 18:35:10 +01:00
Jacek Jendrzej
80d7cc186d CPictureViewer:: move download code to separate funktion DownloadImage 2014-03-19 18:32:34 +01:00
M. Liebmann
b80e7480a2 CLuaInstance::runScript: Set script parameter 0 to 'script name'...
...for compatibility with standalone lua scripts
2014-03-19 16:03:38 +01:00
M. Liebmann
0a957abf31 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
M. Liebmann
b61a225d2b 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
M. Liebmann
5d4286285a CStringInputSMS: Add '%' to valid chars 2014-03-18 19:05:33 +01:00
M. Liebmann
2dbdb8798e CLuaInstance: Replace cwindow header_height & footer_height
- Replace with headerHeight & footerHeight
- Set header_height & footer_height to deprecated
2014-03-16 12:33:26 +01:00
M. Liebmann
1e78781d18 CLuaInstance: Add various CComponentsPicture functions
- Added: new, paint, hide, setpicture
2014-03-16 12:33:26 +01:00
M. Liebmann
a501f4e10e CLuaInstance: Add setCaption & paintHeader function to cwindow 2014-03-16 12:33:26 +01:00
M. Liebmann
5136563035 CLuaInstance: Add function 'functionDeprecated()' for debug output...
...when a script function is deprecated.
2014-03-16 12:33:26 +01:00
M. Liebmann
4df0449e39 CLuaInstance: Add setText function to ctext 2014-03-16 12:33:26 +01:00
M. Liebmann
81608cbd3f CLuaInstance::ComponentsTextNew: Add 'parent' parameter...
...for the integration of ctext in a parent cwindow
2014-03-16 12:33:26 +01:00
M. Liebmann
f4c70c96a5 CLuaInstance: Add additional tableLookup for get userdata 2014-03-16 12:33:26 +01:00
M. Liebmann
623efecc2f CLuaInstance: Add debug output to CWindowDelete/ComponentsTextDelete 2014-03-16 12:33:26 +01:00
M. Liebmann
bb4eccfbed CRecordSetup: Fix menu hint specifier 2014-03-14 18:24:33 +01:00
M. Liebmann
32a9fb8796 Update deutsch.locale 2014-03-14 18:24:33 +01:00
FlatTV
e0055b5339 record menu: add filename template 2014-03-14 09:39:57 +01:00
[CST] Focus
90b9469e3b neutrino.cpp: set satellite position for generated satellite bouquets 2014-03-13 16:06:46 +04:00
[CST] Focus
90768b15ac gui/bouquetlist.cpp: allow to delete whole satellite from satellite bouquet view 2014-03-13 16:06:20 +04:00
[CST] Focus
c5e1ab04e6 zapit/src/getservices.cpp: add code to remove channels for the given satellite position,
current live channel skipped to prevent neutrino crashes
2014-03-13 15:52:33 +04:00
[CST] Focus
b2dc082707 zapit/src/capmt.cpp: stop cam if channel not found 2014-03-13 15:45:41 +04:00
[CST] Focus
7d48b6c1f9 zapit/src/bouquets.cpp: use INVALID_SAT_POSITION instead of -1 2014-03-13 14:35:31 +04:00
[CST] Focus
61f9a8d8b4 zapit/include/zapit/types.h: add INVALID_SAT_POSITION define 2014-03-13 14:33:41 +04:00
[CST] Focus
8074000b23 driver/record.cpp: always use configured hours to record for temporary timeshift;
cleanup unused code
2014-03-11 16:22:50 +04:00
[CST] Focus
6201a95358 neutrino.cpp: add timeshift record duration setting 2014-03-11 16:21:32 +04:00
[CST] Focus
cc6848624a locals: add locale for timeshift record duration 2014-03-11 15:51:24 +04:00
martii
87d5f4feb9 gui/movieplayer: create and use a movieinfo copy (fixes timeshift playback) 2014-03-11 13:31:46 +04:00
[CST] Focus
fd57dace0e zapit/include/zapit/satconfig.h: add macros for cable/terrestrial positions 2014-03-10 14:29:32 +04:00
svenhoefer
7ab37854c6 - pictureviewer: add a var-dir for channellogos (/var/tuxbox/icons/logo) 2014-03-07 23:03:57 +01:00
svenhoefer
e8c0543ac1 - locale: move first-search locale-dir from /var/tuxbox/config/locale ...
... to /var/tuxbox/locale
2014-03-07 22:49:36 +01:00
Jacek Jendrzej
185a5c0e8b satellites.xml: update Thor 5/6/Intelsat 2014-03-07 22:22:35 +01:00
[CST] Focus
5ca62c111e 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
2014-03-06 16:46:50 +04:00
[CST] Focus
8284fe6e53 system/setting_helpers.cpp: create /var_init/etc/.reset on factory reset,
to be processed by apollo init scripts to erase /var partition
2014-03-06 16:09:10 +04:00
[CST] Focus
793c3aab5a gui/osdlang_setup.cpp: revert language selection to old behaviour: close menu after select 2014-03-06 16:09:10 +04:00
[CST] Focus
040b2a958e gui/bouquetlist.cpp: fix inactive color when called to add channel to bouquet 2014-03-06 16:09:10 +04:00
[CST] Focus
ea1e2706f8 gui/pipsetup.cpp: support different PIP setup for tv and radio modes 2014-03-06 16:09:10 +04:00
[CST] Focus
753f3f2f95 neutrino.cpp: add pip config settings for radio mode 2014-03-06 16:09:10 +04:00