Commit Graph

728 Commits

Author SHA1 Message Date
Thilo Graf
a185ad34d4 CFileHelpers: rework methode getDirSize(), makes it work recursively 2015-03-29 22:40:12 +02:00
Thilo Graf
1b095e725e CFileHelpers: add function getDirSize() 2015-03-29 22:40:12 +02:00
Thilo Graf
58b7c0e6bf CFileHelpers: declare removeDir() as static
allows use without object
2015-03-29 22:40:12 +02:00
Thilo Graf
c9dd6fac39 system/helpers.cpp: add return value for mySleep() 2015-03-29 22:40:09 +02:00
Thilo Graf
3538077821 system/helpers.cpp: getNowTimeStr(), use thread save localtime version 2015-03-29 22:40:09 +02:00
Thilo Graf
6fc8d1bb9f system/helpers.cpp: add more possible exexutable paths 2015-03-29 22:39:57 +02:00
Thilo Graf
1dcfc52a33 system/helpers: remove mkdirhier(); gui/themes: use createDir()
This is a partial revert of
picked commit 431657e35d.
There were two methods, createDir() and mkdirhier() for the same purpose.
We don't need it twice.
btw: existing function createDir() fixed
2015-03-29 22:39:48 +02:00
Jacek Jendrzej
8227a01592 xmlinterface use const char instand char 2015-03-20 12:05:22 +01:00
Jacek Jendrzej
40fe7fae34 prevent possible segfault std::string if value NULL 2015-03-20 11:57:12 +01:00
[CST] Focus
09e1399a11 system/stacktrace.cpp: add backtrace function for debugging, define HAVE_BACKTRACE to enable code 2015-03-06 14:13:59 +03:00
[CST] Focus
16ccbafe69 system/flashtool.cpp: call saveEpg in shutdown mode, to prevent any events 2015-02-22 19:01:42 +03:00
[CST] Bas
6fdaa869d7 src/system/sysload.cpp: fix possible divide by zero bug, stats are not guarantueed to be different for each sample. 2015-02-22 17:23:16 +03:00
svenhoefer
d1ca82ab44 - locals: remove unused stringinput.layout entry 2015-02-19 08:59:53 +01:00
Stefan Seyfried
f607fe5fbe helpers: add "backtick" function for shell-like command 2015-02-09 13:47:32 +01:00
Stefan Seyfried
fe5a6ec111 picview/png, my_popen: fix -Wclobbered warnings 2015-02-04 12:35:51 +01:00
[CST] Focus
d98d94550f gui/miscsettings_menu.cpp: add option to cache EPG only for favorite channels,
filter not yet reconfigured after scan or editing favorite bouquets
2015-01-22 18:58:53 +03:00
Jacek Jendrzej
2b5e7b5ba3 use empty to check string 2015-01-09 17:15:11 +01:00
[CST] Focus
9f7d26a646 system/mtdutils/mkfs.jffs2.cpp: skip /var_init 2015-01-09 13:08:33 +03:00
[CST] Focus
3a79b95bd1 system/mtdutils/mkfs.jffs2.cpp: do not skip mounted /var 2015-01-09 12:42:01 +03:00
svenhoefer
026c8b4389 - osd_setup: improve/clarify screensaver off option 2015-01-08 20:01:15 +01:00
Jacek Jendrzej
8023a6317b neutrino use check empty() instead of length() or size() 2015-01-03 17:51:08 +01:00
Stefan Seyfried
a92eb8f8e7 add CFLAGS for libsigc 2015-01-02 21:00:18 +01:00
svenhoefer
df18f1f4e5 - screensaver: remove audioplayer_screensaver; add screensaver_delay 2014-12-29 23:50:18 +01:00
vanhofen
3206e35e20 - screensaver: move configuration to own submenu 2014-12-29 22:13:02 +01:00
svenhoefer
153e7dba91 - screensaver: add GUI option to change timeout 2014-12-29 22:13:02 +01:00
vanhofen
cbed13ecd0 - screensaver: add GUI option to change screensaver directory 2014-12-29 22:13:02 +01:00
defans
6a23a1c36a CScreenSaver: add class CScreenSaver 2014-12-29 22:13:02 +01:00
[CST] Focus
9b78e49d0e gui/mediaplayer_setup.cpp: integrate MB / YT settings, (c) martii 2014-12-26 19:00:32 +03:00
svenhoefer
3e24de2d67 - moviebrowser: localize dialogs around TS-editing 2014-12-22 09:16:20 +01:00
[CST] Focus
34691a1724 gui/scan_setup.cpp: add pilot param to manual scan menu 2014-12-18 17:31:55 +03:00
[CST] Focus
68e240b4e7 gui/videosettings.cpp: split format key modes and auto-modes on apollo,
disable broken 14:9 pan&scan on apollo
2014-12-18 17:31:48 +03:00
Christian Schuett
4975b33dfd - moviebrowser: sort column item option choosers alphabetically
also add missing entry 'info2' to this option choosers and remove
  duplicate entry 'filename' from them

- english.locale: fix typo
2014-12-15 08:50:22 +01:00
svenhoefer
e21a79195e - add epg_save_frequently feature ...
... to provide the EPG data in frequently intervals on an external device
2014-12-05 09:08:56 +01:00
svenhoefer
4c621f1dec - split epg_read from epg_save ...
... to get the possibility to read EPG-data from an external device
at boot w/o saving the own data at shutdown/standby.
2014-12-05 09:08:56 +01:00
TangoCash
dfc7a1d304 - movieplayer: add playlist_manager
NOTE: This is a merge of several patches by TangoCash
      for neutrino-mp aligned to neutrino-hd.
      We use 'play' key to open playlist_manager.
2014-11-26 10:23:21 +01:00
M. Liebmann
e964a13763 Fix commit 421da2c0cf for build on nevis 2014-11-24 17:45:20 +01:00
martii
421da2c0cf zapit/audio_setup: add gui option for handling volume adjustment defaults 2014-11-24 11:47:04 +01:00
[CST] Focus
003acea160 gui/widget/keyboard_input.cpp: add string input with keyboard-style layout 2014-11-19 18:16:01 +03:00
svenhoefer
f2d08d72ac - flashtool: localize "Copy Image" string 2014-11-13 16:17:39 +01:00
svenhoefer
c30b3ece65 - hddstat.cpp: move init of cHddStat inside geInstance() 2014-11-13 10:48:05 +01:00
martii
a12f4c0274 parental protection: make zaptime configurable
Conflicts:
	data/locale/english.locale
	src/gui/channellist.cpp
	src/gui/parentallock_setup.cpp
	src/neutrino.cpp
2014-11-11 14:40:52 +03:00
svenhoefer
389c4c232f - plugins: simplify integratePlugins(); ...
* CPluginsExec(): switch to singleton
* move CPluginsExec() to pluginlist.cpp|h
  because it's not really a settings_helper
2014-11-10 22:41:08 +01:00
svenhoefer
7f2c69aa82 - CPluginsExec::exec(): show possible script output 2014-11-07 15:41:11 +01:00
svenhoefer
c0b130c490 - plugins: don't add hidden plugins to usermenu; ...
... use CPuginsExec::exec() to execute and drop CUserMenu::exec()
2014-11-07 09:44:53 +01:00
Jacek Jendrzej
d5d6c4de62 fix some possible errors 2014-11-06 14:40:44 +01:00
Janus
93d62fd11a -add CBouquetManager writenames menu 2014-11-03 14:16:53 +01:00
[CST] Focus
1a30d7d921 locals: add locale for 'move to' 2014-10-28 15:11:28 +03:00
[CST] Focus
8772d219f1 gui/miscsettings_menu.cpp: add option to enable/disable empty favorites in bouquet list 2014-10-27 13:52:23 +03:00
[CST] Focus
2d7b746685 locals: add locales for show empty favorites option 2014-10-27 13:51:32 +03:00
[CST] Bas
2af0d0c4ee streaminfo: since new libcs return AUDIO_FORMAT as Type in getAudioInfo() update the code and add AAC information while at it. We set audio stream to unknown if we don't know what codec is in use. 2014-10-22 16:14:34 +04:00