Commit Graph

9442 Commits

Author SHA1 Message Date
svenhoefer
99d72a0b8a - audiodec: unify cover handling
(cherry picked from commit ae0f735d998b8cbc5caf969f342be7af747b05f5)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-28 20:35:18 +02:00
svenhoefer
d75a3b0f58 - audioplayer: change scanXmlData() arguments order ...
switch url <-> name to get the same order as in other used functions

(cherry picked from commit f31f8c5bc84c817e3fc955d816bb57cb0dcdfab7)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-28 20:35:17 +02:00
svenhoefer
9d323f4994 - bouqueteditor: use default font for CComponentsFooter
(cherry picked from commit 7fef066dfe33b5dbc6d5728bea8171f160d8622d)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-26 20:53:12 +02:00
svenhoefer
2f8ae15b66 - moviebrowser: fix deletion of non-marked movies via mute-key
(cherry picked from commit 895aa1ca8cbd6ecf4f254c361a6bec633e9483f1)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-26 20:53:12 +02:00
svenhoefer
033d6bb359 - timerlist: fix compiler-warning (comparison signed/unsigned int)
(cherry picked from commit 28b606c19f8a50c81841272fd774ff87dfb5d0d8)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-26 20:53:12 +02:00
svenhoefer
d2415c4930 - timerlist: add separationline to items
(cherry picked from commit 2709af5f8a300e0cabbb1ff2d662ee12b7035d43)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-26 20:53:12 +02:00
svenhoefer
3fdd07e92c CProgressWindow: use CProgressBar::PB_TIMESCALE as default
More colors makes not really sense here.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-26 20:53:12 +02:00
Jacek Jendrzej
4bdacf39c8 init pre post 2017-06-26 19:23:23 +02:00
Jacek Jendrzej
7aec84d124 lib/libtuxtxt/tuxtxt.cpp avoid segfault, FIXME 2017-06-26 11:53:59 +02:00
Thilo Graf
579a73f91b EpgPlus: fix wrong shadow parameter for scrollbar 2017-06-21 10:31:22 +02:00
Thilo Graf
aa92fc525f cc_types.h: add more shadow defines
Allows compact style on use for arguments in methods.
2017-06-21 10:31:22 +02:00
svenhoefer
37f9306862 - moviebrowser: clearify deletion-locale; add movie-title to menu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-21 10:31:22 +02:00
svenhoefer
8b4f34857f - moviebrowser: fix deletion of cursor_only movie via "menu" -> "yellow"
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-21 10:31:22 +02:00
svenhoefer
57ff49c321 - timermanager: don't set stoptime for timers without a stop-event
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-21 10:31:22 +02:00
svenhoefer
980e293517 - cc_frm_header: remove CComponentsHeaderLocalized() subclass
use another constructor of CComponentsHeader() instead

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

Good idea, this I had already in mind too.
2017-06-21 10:31:22 +02:00
Thilo Graf
06c8fd33f8 CTimerList: partial revert of - timerlist: small design reworks ...
removed: * blinking clock in header (shameless stolen from TangoCash)

Not really required here and before we can enable a ticking clock here,
clock must be disabled on opened context menues, because the
timerlist context menus will be damaged. This needs a separate handling.
2017-06-21 10:31:22 +02:00
svenhoefer
915410e571 - timerlist: small design reworks ...
* re-align item contents
* rename some variables
* use CComponentsFooter
* blinking clock in header (shameless stolen from TangoCash)

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-21 10:31:22 +02:00
Thilo Graf
cdf0123bea CComponentsScrollBar: overwrite default corner type
Rounded corners are in mostly cases not required, because of
possible pixel errors if scrollbars are used as embedded standalone part and is
generated with external method paintScrollBar().
2017-06-20 12:17:47 +02:00
svenhoefer
c93be1dfe7 - audioplayer: minor format changes in title box
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 11:25:56 +02:00
svenhoefer
d357835b38 - upnpbrowser: center text in topbox
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 10:30:29 +02:00
svenhoefer
ddcda8be27 - upnpbrowser: activate shadow on scrollbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:43 +02:00
svenhoefer
df46c1d6da - bouquetlist: add shadow to gui-elements; simplify footer handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:40 +02:00
svenhoefer
000edc2942 - simplify last shadow-changes ...
I didn't know about the possibility to add a shadow directly to
the scrollbar.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:37 +02:00
svenhoefer
7e89096c4e - epgplus: add shadow to gui-elements
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:34 +02:00
svenhoefer
f5a9179957 - filebrowser: add shadow to gui-elements
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:32 +02:00
svenhoefer
cc42ee1e42 - audioplayer: fix coordinates in hide() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:29 +02:00
svenhoefer
26d1cb31fa - pictureviewer: add shadow to gui-elements
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:26 +02:00
svenhoefer
37e5f8032e - audioplayer: add shadow to gui-elements
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:24 +02:00
svenhoefer
c1460ef905 - audioplayer: don't show not recognized bitrates
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:21 +02:00
svenhoefer
cd6c123e56 - audioplayer: minor format changes in title box
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-20 09:55:18 +02:00
Thilo Graf
64396a1c5e CProgressWindow: remove unused variable
fix for possible compiler error with -Werror=unused-variable
2017-06-20 09:54:52 +02:00
TangoCash
ac46bb0492 -progresswindow: fix progressbar if both bars have the same value (thx dbo) 2017-06-20 09:48:10 +02:00
Jacek Jendrzej
0bc31c6397 try to fix versio check for ffmpeg 2017-06-18 21:43:34 +02:00
Thilo Graf
326a9634e1 CMenuSeparator: clean up multiple code parts 2017-06-18 00:04:40 +02:00
Thilo Graf
f2e8f95e66 CMenuOptionNumberChooser: clean up multiple code parts 2017-06-18 00:04:40 +02:00
Thilo Graf
7b3ce6f330 CMenuForwarder: clean up multiple code parts 2017-06-18 00:04:40 +02:00
Thilo Graf
284dba8c25 CMenuOptionStringChooser: clean up multiple code parts 2017-06-18 00:04:40 +02:00
Thilo Graf
8899660dad CMenuOptionChooser: clean up multiple code parts 2017-06-18 00:04:40 +02:00
svenhoefer
4c21971b4a - audioplayer: small design reworks ...
* use OFFSET defines
* use CComponentsScrollbar
* rename some variables
* many, many position calculation fixes
* re-format code

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-18 00:04:40 +02:00
[priv] M. Liebmann
224521bc40 COsdHelpers: Fix video system switching on HD1 2017-06-16 19:33:29 +02:00
M. Liebmann
e3cc6cee67 Revert "HD1: Workaround for missing cs_get_chip_type"
This reverts commit a6fe60d60a.
2017-06-16 19:33:29 +02:00
svenhoefer
4adea23661 - epgview: align with and height of progressbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-16 12:01:45 +02:00
Thilo Graf
ef4467b6da CCDraw: precise function for kill handler
This should fix possible artefacts or holes in some rendered boxes.
Was especially striking at HD1 Hardware.
e.g. was observed while right/left switching on channel list at header
and without rounded corners and at certain footers.
2017-06-16 11:49:32 +02:00
Thilo Graf
f46a174155 CComponentsHeader: fix corner type comparison 2017-06-16 10:10:48 +02:00
svenhoefer
c80cc24335 - bouqueteditor: use CComponentsScrollbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 21:53:27 +02:00
svenhoefer
36ebcb586a - listbox: use CComponentsScrollbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 21:53:02 +02:00
svenhoefer
5d1a6a7f8b - timerlist: use CComponentsScrollbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 21:52:39 +02:00
svenhoefer
4255640ce1 - epgview: use CComponentsScrollbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 21:52:18 +02:00
svenhoefer
578c7904b3 - eventlist: use CComponentsScrollbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 21:51:54 +02:00
svenhoefer
fd84cedf90 - channellist: use CComponentsScrollbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 21:51:28 +02:00