Thilo Graf
|
635d84db16
|
cc_timer: declare some members as protected
required for use in derived classes
|
2020-01-10 15:03:07 +01:00 |
|
Jacek Jendrzej
|
dfb3b55f02
|
cc_frm_clock.h fix show time in movieplayer
|
2020-01-09 01:20:32 +01:00 |
|
svenhoefer
|
9631f2c74b
|
- fix some compiler warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2020-01-07 17:51:27 +01:00 |
|
Thilo Graf
|
17c7bbd6e3
|
cc_frm_clock: fix format error
|
2020-01-06 16:38:21 +01:00 |
|
Thilo Graf
|
17d1ed41be
|
cc_frm_clock: clean up, remove unused var and comments
|
2020-01-05 21:17:59 +01:00 |
|
Thilo Graf
|
b1f9c3c7f3
|
cc_timer/cc_frm_clock: allow use of milisecond intervals
Should be easier and more flexible to handle without nano parameter,
some reworkes in other classes and thread handlings are required.
|
2020-01-05 21:17:59 +01:00 |
|
Thilo Graf
|
32b52a9c96
|
cc_item_infobxox: reset pic and cctext in destructor for sure
|
2020-01-05 21:17:59 +01:00 |
|
Thilo Graf
|
c725baff27
|
cc_frm_footer: ensure unsigned value for w_btn_tmp
|
2020-01-05 21:17:59 +01:00 |
|
Thilo Graf
|
658941f721
|
cc_frm_header: minor format changes
|
2020-01-05 21:17:59 +01:00 |
|
Thilo Graf
|
dec32f88eb
|
cc_item_text: add global mutex
|
2020-01-05 21:17:59 +01:00 |
|
Thilo Graf
|
46bb9cb333
|
cc_item: make some get members const, for sure
|
2020-01-05 21:17:59 +01:00 |
|
Thilo Graf
|
8df2710be7
|
cc_frm: add global mutex for cc forms
|
2020-01-05 21:17:59 +01:00 |
|
svenhoefer
|
3fd2d5011f
|
- data/pictures: disable new logo.jpg; not really usefull for narrow-breasted boxes like hd1
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2020-01-05 16:53:14 +01:00 |
|
Thilo Graf
|
69a1014ab7
|
cc_draw: ensure kill of rendered boxes only if enabled
Avoids unnecessary render of empty parts on screen.
|
2019-12-30 21:12:46 +01:00 |
|
Thilo Graf
|
baff642993
|
cc_item_infobox: add signal OnAfterPaintInfo
|
2019-12-30 16:32:11 +01:00 |
|
Thilo Graf
|
794619df4f
|
cc_frm_clock: replaced paintClock with cl_blocked
for better readability
|
2019-12-30 16:32:11 +01:00 |
|
Thilo Graf
|
18380df200
|
cc_frm_clock: Removed not required digit of slot method name
only to simplify.
|
2019-12-30 16:31:05 +01:00 |
|
Thilo Graf
|
e536d5cef1
|
Images: add logo file
|
2019-12-29 15:25:03 +01:00 |
|
Thilo Graf
|
42d69e2c34
|
cc_frm_header: fix clock width
|
2019-11-09 11:05:06 +01:00 |
|
Thilo Graf
|
97fc294d54
|
cc_frm_footer: add members to enable button allignment on top of footer
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
c82d1a9b27
|
cc_frm_window: add paramter for frame width into constructors
setFrameThickness() has no effect
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
bcf4fbdc87
|
cc_signals: add missing virtual destructor
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
7f2c9ca41b
|
cc_frm/cc_item_text: use mutexes in some members
Watched some problems with thredead parts in some
window objects (e.g. messageboxes, clock ...) thx satbaby for some hints
and testings
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
31b73a4e35
|
cc_frm_footer/cc_frm_button: fix some arangement errors
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
ed701f450a
|
cc_draw: declare some functions as const, minor format changes
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
b206e7025c
|
cc_item: add missing virtual destructor
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
7c7578741b
|
cc_draw: use const bool& for more safety
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
969644c39a
|
cc_frm: us at member inside addCCItem() for more safety
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
689d35db25
|
cc_draw: remove virtual from position setters
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
84d3f05c63
|
cc_detailsline.h: add missing virtual destructor
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
00984b9d1e
|
cc_draw: remove 'virtual' from hasChanges()
Makes problems with thread handling
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
0b83d05e42
|
cc_frm_window: rename member initVarWindow() -> init()
One step to unify member names
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
61e09c344c
|
cc_frm_footer: remove inline for enableButtonFrameColor()
inline already default in header file
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
f4c0a34b48
|
cc_draw: use const for getFrameThickness()
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
83dfe855b0
|
cc-classes: add missing virtual destructors
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
3e58485066
|
components/Makefile.am: enable exception handling
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
3e01524baf
|
cc_draw: use 'at' methode in vectors for more savety
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
d86dcd36a7
|
components: use const bool& parameter in paint methodes
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
7783b755d0
|
cc_frm.cpp: use 'vector::at' function for more safety
|
2019-10-27 16:24:47 +01:00 |
|
Thilo Graf
|
535b1004aa
|
cc_frm_clock.cpp: move cl_timer to protected
Was not usable from derived classes.
|
2019-10-27 16:24:47 +01:00 |
|
Jacek Jendrzej
|
980dee5622
|
cc_draw: avoid integer overflow
|
2019-10-13 16:47:37 +02:00 |
|
Thilo Graf
|
b129d474d0
|
cc_item_progressbar.cpp/h: move CProgressBarCache class into header file
Allows usage from other classes
|
2019-07-02 12:30:59 +02:00 |
|
Thilo Graf
|
5bc7fab06c
|
cc_frm_clock.cpp: ensure set of thread name
|
2019-05-24 13:54:58 +02:00 |
|
Thilo Graf
|
679f929a6b
|
neutrino.h: change return type of signal OnBeforeRestart
unifiy with other signals
|
2019-05-06 11:47:06 +02:00 |
|
Jacek Jendrzej
|
c0c72e8af8
|
Revert "cc_frm_clock.h: clean up: remove unnecessary virtual declaration"
This reverts commit 13dad842e312461319df03612f11d4aae74112ad.This break moviepayer show time
|
2019-05-01 17:16:12 +02:00 |
|
Thilo Graf
|
9480f67c95
|
cc_frm.h: clean up remove unneeded virtual declarations
|
2019-04-18 17:01:22 +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
|
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
|
bba8093f05
|
cc_item_tvpic.cpp: fix wrong parameter type
parameter is type int
|
2019-04-05 21:52:53 +02:00 |
|