Commit Graph

14267 Commits

Author SHA1 Message Date
vanhofen
efe242cbec .gitignore: a bit more structure; inspired by https://github.com/github/gitignore
Origin commit data
------------------
Commit: 853f967c69
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-24 (Wed, 24 Apr 2019)

Origin message was:
------------------
- .gitignore: a bit more structure; inspired by https://github.com/github/gitignore
2019-04-24 12:30:49 +02:00
Thilo Graf
0ce681357a fb_generic.h: avoid multiple define of fb_pixel_t
Is already defined with build config inside configure.ac


Origin commit data
------------------
Commit: a5af09ba13
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-18 (Thu, 18 Apr 2019)
2019-04-18 22:22:58 +02:00
Thilo Graf
3eb94beb3e cc_frm.h: clean up remove unneeded virtual declarations
Origin commit data
------------------
Commit: bfc4ccc97d
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-18 (Thu, 18 Apr 2019)
2019-04-18 22:22:58 +02:00
Jacek Jendrzej
eecbb12192 src/gui/screensaver.cpp: read screensaver dir only in image mode
Origin commit data
------------------
Commit: e84ff64c47
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-18 (Thu, 18 Apr 2019)
2019-04-18 22:22:57 +02:00
Jacek Jendrzej
8fb4a77df9 fix unknown address segfault, if audio pid is empty
Origin commit data
------------------
Commit: c2a17dc714
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-18 (Thu, 18 Apr 2019)
2019-04-18 22:22:57 +02:00
vanhofen
4dc983d0df Revert "capmt.cpp: enable CI for recording only if necessary"
This reverts commit b188ea28d2.


Origin commit data
------------------
Commit: 4e15906d78
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-17 (Wed, 17 Apr 2019)
2019-04-17 23:25:14 +02:00
vanhofen
7e47d7dbc4 configure: add bug report url
Origin commit data
------------------
Commit: d7b8f1fce0
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-16 (Tue, 16 Apr 2019)

Origin message was:
------------------
- configure: add bug report url
2019-04-16 23:51:44 +02:00
vanhofen
18659980d6 autogen.sh: small cosmetics
Origin commit data
------------------
Commit: e2afa6c1fe
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-16 (Tue, 16 Apr 2019)

Origin message was:
------------------
- autogen.sh: small cosmetics
2019-04-16 23:42:51 +02:00
vanhofen
89706cc46d acinclude.m4: fix exec_prefix variable in cdk-mode too
Origin commit data
------------------
Commit: 77276e61e7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-15 (Mon, 15 Apr 2019)

Origin message was:
------------------
- acinclude.m4: fix exec_prefix variable in cdk-mode too
2019-04-15 22:50:10 +02:00
Thilo Graf
9471c78674 cc_draw.cpp: remove of an unneeded line break in debug line
Origin commit data
------------------
Commit: 745df5fc64
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-11 (Thu, 11 Apr 2019)
2019-04-11 21:07:34 +02:00
Thilo Graf
40b45f432f cc_frm_clock.h: clean up: remove unnecessary virtual declaration
Origin commit data
------------------
Commit: 2eb7013a20
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-11 (Thu, 11 Apr 2019)
2019-04-11 21:07:34 +02:00
Thilo Graf
500ebecd96 cc_frm.cpp: add missing call for hide()
Required if we have saved buffer.


Origin commit data
------------------
Commit: 516116bad5
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-11 (Thu, 11 Apr 2019)
2019-04-11 21:07:34 +02:00
Thilo Graf
ba2014ed73 textbox.cpp/h: use parameter as ref, ensure empty string on empty line array
Origin commit data
------------------
Commit: 1d97e5f0b8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-11 (Thu, 11 Apr 2019)
2019-04-11 21:07:33 +02:00
Frankenstone
b8fb18066c hdd-menu: use mdev
Origin commit data
------------------
Commit: 04fa62bb73
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-04-07 (Sun, 07 Apr 2019)

Origin message was:
------------------
- hdd-menu: use mdev
2019-04-07 23:45:36 +02:00
Jacek Jendrzej
42a4d80c83 infoviewer: copy also time info
Origin commit data
------------------
Commit: c09482bbcf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-07 (Sun, 07 Apr 2019)
2019-04-07 23:45:36 +02:00
Thilo Graf
3bf13ba48b 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.


Origin commit data
------------------
Commit: 538085ca6d
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-07 (Sun, 07 Apr 2019)
2019-04-07 00:54:12 +02:00
Thilo Graf
9bcd1bbde9 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.


Origin commit data
------------------
Commit: cfdd351ceb
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-07 (Sun, 07 Apr 2019)
2019-04-07 00:54:12 +02:00
Frankenstone
4a8a65603b fix commit 4fc2d90fd3 "vfd_setup.cpp: apply native sub head "
- remove superfluous entry

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: e459979960
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-04-07 (Sun, 07 Apr 2019)
2019-04-07 00:54:12 +02:00
Thilo Graf
50c04c9700 cc_item_tvpic.cpp: fix wrong parameter type
parameter is type int


Origin commit data
------------------
Commit: a8d5c9c2d3
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-06 (Sat, 06 Apr 2019)
2019-04-06 13:42:03 +02:00
Thilo Graf
f0954c9a52 cc_types.h: add item 'order_id' to button_label_cc struct
Origin commit data
------------------
Commit: b8d678d803
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-06 (Sat, 06 Apr 2019)
2019-04-06 13:42:03 +02:00
Jacek Jendrzej
46a8700cdf tuxtxt.cpp fix possible memleak
Origin commit data
------------------
Commit: bfd8adb61e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-06 (Sat, 06 Apr 2019)
2019-04-06 13:42:03 +02:00
vanhofen
77a1211a97 weather-locations: update
Origin commit data
------------------
Commit: d8f1f99af7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-06 (Sat, 06 Apr 2019)

Origin message was:
------------------
- weather-locations: update
2019-04-06 13:38:38 +02:00
vanhofen
03adc73f87 pictureviewer: masking some more chars in event logo names
Origin commit data
------------------
Commit: 6a1c0ab46b
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-04 (Thu, 04 Apr 2019)

Origin message was:
------------------
- pictureviewer: masking some more chars in event logo names
2019-04-04 20:55:30 +02:00
vanhofen
f8fac70a59 weather-locations: update
Origin commit data
------------------
Commit: 0709e55dc8
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-04 (Thu, 04 Apr 2019)

Origin message was:
------------------
- weather-locations: update
2019-04-04 20:49:56 +02:00
Jacek Jendrzej
6ae38369f5 2. try to fix mute icon hide from lua menu and movieplayer, please teste
Origin commit data
------------------
Commit: e4c3496423
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-04 (Thu, 04 Apr 2019)
2019-04-04 17:22:24 +02:00
vanhofen
0b0daa5e53 Revert "movieplayer.cpp dont use enableOsdElements from lua-plugin"
This reverts commit dc85972788.


Origin commit data
------------------
Commit: 19a411d708
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-04 (Thu, 04 Apr 2019)
2019-04-04 17:22:24 +02:00
Thilo Graf
03e5533e3a COsdSetup: ensure apply of selected osd resolution
Menu was faulty rendered.


Origin commit data
------------------
Commit: 6a6655ee62
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)
2019-04-03 23:24:44 +02:00
Thilo Graf
86aa2ce6b6 vfd_setup.cpp: apply native sub head
Origin commit data
------------------
Commit: d16a189e4c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)
2019-04-03 23:24:44 +02:00
Thilo Graf
26ce4b139b personalize.cpp: apply native sub head
Origin commit data
------------------
Commit: a0e2e1277c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)
2019-04-03 23:24:44 +02:00
Thilo Graf
7400e7965a parentallock_setup.cpp: apply native sub head
Origin commit data
------------------
Commit: c7c0f143a1
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)
2019-04-03 23:24:44 +02:00
Thilo Graf
a301eb4741 menue.cpp/h: re add SUB_HEAD option with some samples inside test menu
Origin commit data
------------------
Commit: b1e643e9fb
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)
2019-04-03 23:24:44 +02:00
vanhofen
00b73c9e68 update: a bit more console output after flashing
Origin commit data
------------------
Commit: dcb9e3b3ea
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)

Origin message was:
------------------
- update: a bit more console output after flashing
2019-04-02 22:10:16 +02:00
vanhofen
f31cfaa7bc themes: upgrade our themes
Origin commit data
------------------
Commit: d8c2b9be66
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)

Origin message was:
------------------
- themes: upgrade our themes
2019-04-02 22:10:16 +02:00
Thilo Graf
7dc30d5f67 themes: update Neutrino-3.0
Origin commit data
------------------
Commit: ac54886597
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
9242dc748c locales: localize osd menu subtitle theme settings
Origin commit data
------------------
Commit: fb3c15189f
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
23290df9f2 osdsetup: add entries for sub header settings
Origin commit data
------------------
Commit: 20c99425a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
f2adb17369 menue.cpp: apply gradient modes for sub header
Origin commit data
------------------
Commit: 47a784e396
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
98a9951169 cc_frm_header.cpp: add gradient mode if header is in small mode
Origin commit data
------------------
Commit: 7ecda7c8be
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
8a79a0f32b settings: add gradient options for sub header theme settings
Origin commit data
------------------
Commit: 973f744042
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
0841083184 themes: update Olive-3.0
Origin commit data
------------------
Commit: d98b1c04e1
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
9cf74fa13e themes: update bluemoon-3.0
Origin commit data
------------------
Commit: 56a303b395
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
df19643e5d CMenueWidget: use native header as sub header
Origin commit data
------------------
Commit: 552b1585b6
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
d56734cd92 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.


Origin commit data
------------------
Commit: 5c2c8861f8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)

Origin message was:
------------------
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 22:10:16 +02:00
Thilo Graf
c764bee508 cc_draw.cpp: use random colors for CCDraw_debug
For better distinguish objects on screen while debugging.


Origin commit data
------------------
Commit: 07a91b89e0
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
a81cbc5725 color: add function to get random color
Origin commit data
------------------
Commit: f7cd76c2e4
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
cd30144567 CMenuWidget: ensure applying of changed header width while runtime
Width was not applied after changed osd settings e.g. changed corner types


Origin commit data
------------------
Commit: 6033df56a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:16 +02:00
Thilo Graf
09e4f5e783 Themes: add Origin.theme
Origin commit data
------------------
Commit: dc03194b8c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:15 +02:00
Thilo Graf
f1e997374b themes: update 3.0 themes
add missing defaults, progressbar and contrast optimizings


Origin commit data
------------------
Commit: 5dd4933802
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:15 +02:00
Jacek Jendrzej
dc85972788 movieplayer.cpp dont use enableOsdElements from lua-plugin
Origin commit data
------------------
Commit: bfb093644e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:15 +02:00
Jacek Jendrzej
91a52aec73 cc_item_picture.cpp use def, supplement to 9af186dcd7ac96a0c3ae718dc3bff35551ad7d3e
Origin commit data
------------------
Commit: c0f9fc0f06
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-02 (Tue, 02 Apr 2019)
2019-04-02 22:10:15 +02:00