Origin commit data
------------------
Commit: bb1123569d
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-10-30 (Sun, 30 Oct 2016)
This commit is contained in:
FlatTV
2016-10-30 09:17:10 +01:00
6 changed files with 4918 additions and 2 deletions

1
src/gui/components/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/doc/html

2457
src/gui/components/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

1
src/gui/widget/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/doc/html

2457
src/gui/widget/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
version=2.9.0.39 version=2.9.0.39
date=26.08.2016 date=26.08.2016
type=Release type=Release
info=Port CST info=Port Tuxbox-Neutrino

View File

@@ -581,7 +581,7 @@ case "$1" in
fbshot) shift 1; do_fbshot $* ;; fbshot) shift 1; do_fbshot $* ;;
fbshot_clear) do_fbshot_clear ;; fbshot_clear) do_fbshot_clear ;;
screenshot_clear) do_screenshot_clear ;; screenshot_clear) do_screenshot_clear ;;
get_update_version) wget -O /tmp/version.txt "http://git.coolstreamtech.de/?p=cst-public-gui-neutrino.git;a=blob_plain;f=src/nhttpd/web/Y_Version.txt;hb=refs/heads/cst-next" ;; get_update_version) wget -O /tmp/version.txt "http://raw.github.com/tuxbox-neutrino/gui-neutrino/master/src/nhttpd/web/Y_Version.txt" ;;
settings_backup_restore) shift 1; do_settings_backup_restore $* ;; settings_backup_restore) shift 1; do_settings_backup_restore $* ;;
exec_cmd) shift 1; $* ;; exec_cmd) shift 1; $* ;;
automount_list) shift 1; do_automount_list $* ;; automount_list) shift 1; do_automount_list $* ;;