Commit Graph

16274 Commits

Author SHA1 Message Date
vanhofen
3114dc2c79 yWeb: rename Y-Web.conf => yWeb.conf
Origin commit data
------------------
Commit: 3e6d6f3da0
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y-Web.conf => yWeb.conf
2023-02-20 20:47:53 +01:00
Marc Szymkowiak
92e91eea6b try fix basic auth realm missing quote
Origin commit data
------------------
Commit: 576d6050ed
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
2023-02-20 20:37:59 +01:00
Thilo Graf
a18f3cd19a cc_item_progressbar.h: small clean up
Origin commit data
------------------
Commit: c72003a50f
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-09-16 (Fri, 16 Sep 2022)
2023-02-19 23:43:10 +01:00
vanhofen
548e698f73 yWeb/Y_Tools_Screenshot_LCD4Linux: add missing Y_Baselib.js
Origin commit data
------------------
Commit: d0e83acedc
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Tools_Screenshot_LCD4Linux: add missing Y_Baselib.js
2023-02-19 22:50:17 +01:00
Thilo Graf
c30663f2ce widget/menu: add setSubheadText() to set sub header text
Makes it possible to set text for sub headers without addIntroItems()


Origin commit data
------------------
Commit: 26ac78d0a2
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)
2023-02-19 22:33:10 +01:00
Thilo Graf
9f02ca9b10 widget/menue: remove virtual from addItem(), Is not really required
Origin commit data
------------------
Commit: cae6abfc87
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)
2023-02-19 22:33:10 +01:00
Thilo Graf
16c017547f widget/menue.h: change returned data type of getInfoIconRight()
const char* already exists with iconName_Info_right as public member


Origin commit data
------------------
Commit: e02aa15405
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)
2023-02-19 22:33:10 +01:00
Thilo Graf
c69aa34865 CMenuWidget: add member getItems() to get access to widget full item list
Origin commit data
------------------
Commit: d2e56858f7
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)
2023-02-19 22:33:10 +01:00
Thilo Graf
43d0eb870f widget/menu: add member 'type_name' to CMenuItem class
This makes it easier to distinguish the object type. Normally,
type queries would be done using typeid-operation or dynamic_cast,
but we usually have RTTI disabled in the Makefiles. Presumably,
this is to avoid unnecessarily increasing the size of the binaries.
The type information defined by this member is currently only defined
in the CMenuItem class, so all subclasses are also equipped with it.
An exception is the CMenuSeparator class. If further definitions are
necessary in the subclasses, they can be retrofitted as needed.


Origin commit data
------------------
Commit: 2cd470cd59
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)
2023-02-19 22:33:10 +01:00
vanhofen
724bc03a6e yWeb: try to remove horizontal scrollbars from bouquet list
Origin commit data
------------------
Commit: f188db70cb
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)

Origin message was:
------------------
- yWeb: try to remove horizontal scrollbars from bouquet list
2023-02-19 22:30:08 +01:00
vanhofen
4f6b5b325f neutrinoyparser: remove hardcoded css from func_get_bouquets_with_epg()
Origin commit data
------------------
Commit: 9800c5fc20
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)

Origin message was:
------------------
- neutrinoyparser: remove hardcoded css from func_get_bouquets_with_epg()
2023-02-19 22:30:08 +01:00
vanhofen
5d23450c9c yWeb: drop obsolete type="text/css" statement; pt. 2
Origin commit data
------------------
Commit: ac54fd3802
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete type="text/css" statement; pt. 2
2023-02-18 23:49:00 +01:00
vanhofen
f43ab32c0a yWeb: drop obsolete CDATA comments
Origin commit data
------------------
Commit: 948cc523ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete CDATA comments
2023-02-18 23:49:00 +01:00
vanhofen
eada778516 yWeb: simplify DOCTYPE declaration
Origin commit data
------------------
Commit: 62ec0d88bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: simplify DOCTYPE declaration
2023-02-18 22:18:11 +01:00
vanhofen
361bf0244f yWeb: drop obsolete xmlns statement
Origin commit data
------------------
Commit: ced70186e1
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete xmlns statement
2023-02-18 22:11:45 +01:00
vanhofen
313582abc9 yWeb: drop obsolete type="text/javascript" statements
Origin commit data
------------------
Commit: c02f634267
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete type="text/javascript" statements
2023-02-18 22:02:41 +01:00
vanhofen
76f1e0ce1b yWeb: drop obsolete type="text/css" statement
Origin commit data
------------------
Commit: 37c4994c6a
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete type="text/css" statement
2023-02-18 21:55:27 +01:00
vanhofen
f677eedc4d yWeb: fix KEY_FAVORITES for e4hd
Origin commit data
------------------
Commit: c87ada9795
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: fix KEY_FAVORITES for e4hd
2023-02-18 21:26:51 +01:00
vanhofen
c6f0f2ac1a yWeb: fix KEY_PROGRAM for e4hd and protek4k
Origin commit data
------------------
Commit: fcaa08bc62
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: fix KEY_PROGRAM for e4hd and protek4k
2023-02-18 21:23:39 +01:00
vanhofen
96782306ce yWeb: dos2unix Y_Dist-GreyBlue.css
Origin commit data
------------------
Commit: afadd43e06
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: dos2unix Y_Dist-GreyBlue.css
2023-02-18 12:00:13 +01:00
vanhofen
63ea5cbe74 yWeb/Y_Boxcontrol_Menue: use jquery
Origin commit data
------------------
Commit: 6898811697
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Boxcontrol_Menue: use jquery
2023-02-18 12:00:13 +01:00
vanhofen
bfd8a9217e yWeb: unify add_yExtensions() handling
Origin commit data
------------------
Commit: 4ffbd5b5c2
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: unify add_yExtensions() handling
2023-02-18 12:00:13 +01:00
vanhofen
37dce50eaa yWeb/Y_Boxcontrol_Menue: simplify and fix init() and get_data() handling
Origin commit data
------------------
Commit: d1bf1e0955
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Boxcontrol_Menue: simplify and fix init() and get_data() handling
2023-02-18 12:00:13 +01:00
vanhofen
e3386d8e49 yWeb/Y_Boxcontrol_Messages: remove obsolete Y_yweb.js
Origin commit data
------------------
Commit: cd1a284e1e
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Boxcontrol_Messages: remove obsolete Y_yweb.js
2023-02-18 12:00:13 +01:00
vanhofen
5aaf73313c yWeb: replace XMLHttpRequest() by jquery-function
Origin commit data
------------------
Commit: ab8d666bf9
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: replace XMLHttpRequest() by jquery-function
2023-02-18 12:00:13 +01:00
vanhofen
cc6ae93746 yWeb: fix path to prototypejs
Origin commit data
------------------
Commit: b424b32584
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-15 (Wed, 15 Feb 2023)

Origin message was:
------------------
- yWeb: fix path to prototypejs
2023-02-15 11:40:14 +01:00
vanhofen
6b9544aea7 yWeb: merge Y_NI.css into Y_Main.css
Origin commit data
------------------
Commit: 77aa0951d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: merge Y_NI.css into Y_Main.css
2023-02-14 23:56:16 +01:00
vanhofen
8025fc3ba5 yWeb: minor changes in comments
Origin commit data
------------------
Commit: 9b95830dc9
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: minor changes in comments
2023-02-14 23:56:16 +01:00
vanhofen
233dc13b9a yWeb: move content of Y_Blocks_Filemgr.txt to Y_Blocks.txt
Origin commit data
------------------
Commit: 8cdd8ffc5b
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: move content of Y_Blocks_Filemgr.txt to Y_Blocks.txt
2023-02-14 23:56:16 +01:00
vanhofen
04182ac381 yWeb: drop obsolete channels.js
Origin commit data
------------------
Commit: 774a3b821f
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete channels.js
2023-02-14 23:56:16 +01:00
vanhofen
f001eaab99 yWeb/Y_Filemgr: remove old extension comments
Origin commit data
------------------
Commit: 1758475fb1
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Filemgr: remove old extension comments
2023-02-14 23:56:16 +01:00
vanhofen
f16f44c7aa yWeb/prototype: update effects.js
Origin commit data
------------------
Commit: 34138bf54a
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb/prototype: update effects.js
2023-02-14 23:56:16 +01:00
vanhofen
2dfb247215 yWeb/Makefile: alphabetical order
Origin commit data
------------------
Commit: b98d59b1bd
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb/Makefile: alphabetical order
2023-02-14 23:56:16 +01:00
vanhofen
d307fe2216 yWeb/Y_Filemgr: minor cleanup
Origin commit data
------------------
Commit: 6923035a46
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Filemgr: minor cleanup
2023-02-14 23:56:16 +01:00
vanhofen
98effd0c9a yWeb: align to latest prototype framework version
Origin commit data
------------------
Commit: cb6457595f
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: align to latest prototype framework version
2023-02-14 23:56:16 +01:00
vanhofen
9fc0d4c127 yWeb: move prototype stuff to own subdir
Origin commit data
------------------
Commit: 5a6a53a3a6
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: move prototype stuff to own subdir
2023-02-14 23:56:16 +01:00
vanhofen
c39ac28e7f yWeb: use prototype blocks
Origin commit data
------------------
Commit: 07cb9cebd5
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: use prototype blocks
2023-02-14 23:56:16 +01:00
vanhofen
601c287905 yWeb: rename jquery blocks
Origin commit data
------------------
Commit: 3ea7091498
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: rename jquery blocks
2023-02-14 23:56:16 +01:00
vanhofen
1fc370da3c neutrino: power_standby controlled by flagfile
Origin commit data
------------------
Commit: f1d0ebcab7
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- neutrino: power_standby controlled by flagfile
2023-02-14 20:27:40 +01:00
vanhofen
278573a402 scan-setup: auto-reload webchannels when reload channellists
Origin commit data
------------------
Commit: 2981c207de
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- scan-setup: auto-reload webchannels when reload channellists
2023-02-14 20:27:40 +01:00
vanhofen
05caa7e3ae zapit/bouquets: rework group-prefix handling
Origin commit data
------------------
Commit: cb3655189c
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-13 (Mon, 13 Feb 2023)

Origin message was:
------------------
- zapit/bouquets: rework group-prefix handling
2023-02-13 22:00:02 +01:00
vanhofen
8e2ee60158 yWeb/Y_Tools_Screenshot_GraphLCD: change filename
Origin commit data
------------------
Commit: 2f45b396cc
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-09 (Thu, 09 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Tools_Screenshot_GraphLCD: change filename
2023-02-09 21:23:34 +01:00
vanhofen
499e4f715a controlapi: fix filename in GlcdScreenshotCGI()
Origin commit data
------------------
Commit: da06813e29
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-09 (Thu, 09 Feb 2023)

Origin message was:
------------------
- controlapi: fix filename in GlcdScreenshotCGI()
2023-02-09 21:23:34 +01:00
vanhofen
2eb14a0ab6 yWeb/Y_Boxcontrol_Messages: drop prototype.js; use jquery
Origin commit data
------------------
Commit: 2ecbecff95
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-09 (Thu, 09 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Boxcontrol_Messages: drop prototype.js; use jquery
2023-02-09 20:42:18 +01:00
vanhofen
8952991218 yWeb/Y_Timer: simplify function my_display(); minor formatting changes
Origin commit data
------------------
Commit: 113a90cf6a
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-09 (Thu, 09 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Timer: simplify function my_display(); minor formatting changes
2023-02-09 19:55:36 +01:00
vanhofen
7e65d7db2b yWeb/Y_Timer: drop prototype.js; use jquery
Origin commit data
------------------
Commit: 05b3b03c31
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-08 (Wed, 08 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Timer: drop prototype.js; use jquery
2023-02-08 23:28:09 +01:00
vanhofen
944d516748 yWeb/Y_Tools_Screenshot: try to fix screenshot w/o grab binary
Origin commit data
------------------
Commit: 136fd4ee89
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-05 (Sun, 05 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Tools_Screenshot: try to fix screenshot w/o grab binary
2023-02-05 11:55:36 +01:00
vanhofen
a01332a2f7 yWeb: fix 0de51f49f3
Origin commit data
------------------
Commit: 5622bb659b
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-03 (Fri, 03 Feb 2023)

Origin message was:
------------------
- yWeb: fix 0de51f49f3
2023-02-03 06:37:50 +01:00
vanhofen
4f85af3b3e yWeb/Y_Tools: drop prototype.js; use jquery
Origin commit data
------------------
Commit: 839e7aa4a8
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-02 (Thu, 02 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Tools: drop prototype.js; use jquery
2023-02-02 22:12:49 +01:00
vanhofen
e48100f807 yWeb/Y_Tools_Screenshot: drop prototype.js; use jquery
Origin commit data
------------------
Commit: aaef51bb8a
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-02 (Thu, 02 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Tools_Screenshot: drop prototype.js; use jquery
2023-02-02 22:12:15 +01:00