svenhoefer
cc33158cd7
- add missing empty INSTALL file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:47:22 +02:00
svenhoefer
8d2c8cf5c7
- configure.ac: autoupdate
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:44:18 +02:00
svenhoefer
d5f4ec0d03
- .gitignore: a bit more structure; inspired by https://github.com/github/gitignore
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:20:20 +02:00
svenhoefer
9b06726926
Revert "capmt.cpp: enable CI for recording only if necessary"
...
This reverts commit 7b54b1dfb1
.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 19:26:52 +02:00
Jacek Jendrzej
54da71ebda
fix 44fb2039e1
typo
2019-04-27 10:23:18 +02:00
Jacek Jendrzej
44fb2039e1
add option to adzap: zap on timer activation
2019-04-25 18:49:57 +02:00
svenhoefer
df19fff874
- autogen.sh: small cosmetics
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-18 17:05:37 +02:00
svenhoefer
4a766df8de
- acinclude.m4: fix exec_prefix variable in cdk-mode too
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-18 17:05:37 +02:00
Thilo Graf
3ee35e0b59
fb_generic.h: avoid multiple define of fb_pixel_t
...
Is already defined with build config inside configure.ac
2019-04-18 17:01:22 +02:00
Thilo Graf
9480f67c95
cc_frm.h: clean up remove unneeded virtual declarations
2019-04-18 17:01:22 +02:00
Jacek Jendrzej
bbc9527c2f
src/gui/screensaver.cpp: read screensaver dir only in image mode
2019-04-18 12:16:23 +02:00
Jacek Jendrzej
7987087db0
fix unknown address segfault, if audio pid is empty
2019-04-18 11:50:41 +02:00
Thilo Graf
6cb1217bc9
cc_draw.cpp: remove of an unneeded line break in debug line
2019-04-11 11:26:39 +02:00
Thilo Graf
13dad842e3
cc_frm_clock.h: clean up: remove unnecessary virtual declaration
2019-04-11 11:26:39 +02:00
Thilo Graf
5c5dad5766
neutrino.cpp: enable radiotext as default
2019-04-11 11:26:39 +02:00
Thilo Graf
14a3844c57
cc_frm.cpp: add missing call for hide()
...
Required if we have saved buffer.
2019-04-11 11:26:39 +02:00
Thilo Graf
25026c9bae
textbox.cpp/h: use parameter as ref, ensure empty string on empty line array
2019-04-11 11:26:39 +02:00
Jacek Jendrzej
3e90c56249
infoviewer: copy also time info
2019-04-07 14:54:52 +02:00
Thilo Graf
057d458f96
osd_setup/menue.cpp: remove slot OnAfterChangeOption from OsdSetup class
...
Effect was right only for the osd_menu widget but not for all the
other opened menu widget instances. This was watched if user the osd setup menu
has lefted with the 'Setup' ('Menu') button. The main menu was not touched.
Thx GetAway for hint.
The use of slot in context with the OsdHelpers class should solve this
issue for all new generated menu widget instances.
2019-04-06 23:58:32 +02:00
Thilo Graf
86f0798f63
gui/osd_helpers.cpp/h: add signal OnAfterChangeResolution
...
Adds possibility to use any methods after changed resolution without
any changes on COsdHelpers class.
Implementation is possible directly from other objects that need this.
2019-04-06 23:58:17 +02:00
Frankenstone
2041ba7d54
fix commit 4fc2d90fd3 "vfd_setup.cpp: apply native sub head "
...
- remove superfluous entry
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:58:13 +02:00
svenhoefer
c0971287ad
- pictureviewer: masking some more chars in event logo names
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:58:02 +02:00
svenhoefer
cd8d076d35
- weather-locations: update
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:58:00 +02:00
svenhoefer
2949ae684e
- update: a bit more console output after flashing
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:57:56 +02:00
Thilo Graf
bba8093f05
cc_item_tvpic.cpp: fix wrong parameter type
...
parameter is type int
2019-04-05 21:52:53 +02:00
Thilo Graf
f387150bf1
cc_types.h: add item 'order_id' to button_label_cc struct
2019-04-05 21:52:53 +02:00
Jacek Jendrzej
e4b7bfef93
tuxtxt.cpp fix possible memleak
2019-04-05 12:29:08 +02:00
Jacek Jendrzej
86fc8b079a
2. try to fix mute icon hide from lua menu and movieplayer, please teste
2019-04-04 16:42:31 +02:00
Jacek Jendrzej
af1a8e0e44
Revert "movieplayer.cpp dont use enableOsdElements from lua-plugin"
...
This reverts commit 68fdd2ba75dd8c088c05d53f79e6707caaab8972., is other Bug
2019-04-04 13:31:11 +02:00
Thilo Graf
e3e3d685b3
COsdSetup: ensure apply of selected osd resolution
...
Menu was faulty rendered.
2019-04-03 15:35:29 +02:00
Thilo Graf
02ba69995e
vfd_setup.cpp: apply native sub head
2019-04-03 15:35:29 +02:00
Thilo Graf
0731790764
personalize.cpp: apply native sub head
2019-04-03 15:35:29 +02:00
Thilo Graf
d02a24cc9c
parentallock_setup.cpp: apply native sub head
2019-04-03 15:35:29 +02:00
Thilo Graf
8eb418617b
menue.cpp/h: re add SUB_HEAD option with some samples inside test menu
2019-04-03 15:35:29 +02:00
Thilo Graf
eceefe6f27
themes: update Neutrino-3.0
2019-04-02 18:28:00 +02:00
Thilo Graf
710ffd7998
locales: localize osd menu subtitle theme settings
2019-04-02 16:34:56 +02:00
Thilo Graf
ddc6407924
osdsetup: add entries for sub header settings
2019-04-02 16:34:56 +02:00
Thilo Graf
f0ca7e37f1
menue.cpp: apply gradient modes for sub header
2019-04-02 16:34:56 +02:00
Thilo Graf
a46f5d1ee1
cc_frm_header.cpp: add gradient mode if header is in small mode
2019-04-02 16:34:56 +02:00
Thilo Graf
61ae84f497
settings: add gradient options for sub header theme settings
2019-04-02 16:34:56 +02:00
Thilo Graf
42093a287b
themes: update Olive-3.0
2019-04-02 16:34:56 +02:00
Thilo Graf
a6119bf7cb
themes: update bluemoon-3.0
2019-04-02 16:34:56 +02:00
Thilo Graf
3f84d53b05
CMenueWidget: use native header as sub header
2019-04-02 16:34:56 +02:00
Thilo Graf
1c574e4a07
header/footer: add overloaded versions of header class with size mode option
...
Size mode didn't really work. It is easier to implement
headers with with separate class constructor and other size mode
Footer works also with this additional parameter but without additional
overloaded constructors.
2019-04-02 16:34:56 +02:00
Thilo Graf
714df8b092
cc_draw.cpp: use random colors for CCDraw_debug
...
For better distinguish objects on screen while debugging.
2019-04-02 16:34:56 +02:00
Thilo Graf
0c32280363
color: add function to get random color
2019-04-02 16:34:56 +02:00
Thilo Graf
ef0cb42b85
CMenuWidget: ensure applying of changed header width while runtime
...
Width was not applied after changed osd settings e.g. changed corner types
2019-04-02 16:34:56 +02:00
Thilo Graf
44ab3627a7
Themes: add Origin.theme
2019-04-02 16:34:56 +02:00
Thilo Graf
0aa76a8616
themes: update 3.0 themes
...
add missing defaults, progressbar and contrast optimizings
2019-04-02 16:34:56 +02:00
Jacek Jendrzej
68fdd2ba75
movieplayer.cpp dont use enableOsdElements from lua-plugin
2019-04-02 15:21:21 +02:00