Commit Graph

6716 Commits

Author SHA1 Message Date
Thilo Graf
c2a1299438 CAudioPlayerGui: replace showGlobalStatus() with showStatus() 2015-03-29 22:39:59 +02:00
Thilo Graf
7e084c2531 CProgressWindow: add member showStatus()
This displays only one progress bar instead two and shows the global
status. That's senseful , if only one progress  bar is required.
2015-03-29 22:39:59 +02:00
Thilo Graf
663c7deef2 CProgressBar: add missing assign of 'allow paint' property
Property had no effect.
2015-03-29 22:39:58 +02:00
Thilo Graf
8ebb5f98ca CComponentsItem: add setXPos/setYPos(), that consider real position 2015-03-29 22:39:58 +02:00
Thilo Graf
6fc8d1bb9f system/helpers.cpp: add more possible exexutable paths 2015-03-29 22:39:57 +02:00
Thilo Graf
9491d72edd neutrino.cpp: use simple error message for zapit fail 2015-03-29 22:39:57 +02:00
Thilo Graf
d72603665c CComponentsForm: prevent wrong id parameter if item size out of range 2015-03-29 22:39:57 +02:00
Thilo Graf
d4f466d595 CNeutrinoEventList: rework paint of header
Reduce code with chain form and use text and logo items as embedded items.
2015-03-29 22:39:56 +02:00
Thilo Graf
52f7c79db8 CComponentsForm: fix init value of getPageCount()
value is always 1
2015-03-29 22:39:56 +02:00
Thilo Graf
0f8c1829d8 CComponentsFooter: fix button view with gradient
show contour only in gradient mode
2015-03-29 22:39:55 +02:00
Thilo Graf
7ec096fa3d CComponentsFooter: add optional possibility to switch colored button frame 2015-03-29 22:39:55 +02:00
Thilo Graf
8a1965fcca CVolumeBar: fix icon postion
Icon was not centered in y position.
2015-03-29 22:39:55 +02:00
Thilo Graf
bee35e9042 CMovieBrowser: fix unintended upscaling of channellogo
Upscale is not allowed and do down scale only if header height is too small.
2015-03-29 22:39:54 +02:00
Thilo Graf
66e5f03c92 CComponentsButton: use unified body colors in gradient mode
Some theme controlled colors don't really looks nice in some
combinations with window backgrounds.
2015-03-29 22:39:54 +02:00
Thilo Graf
c7a40bb6dc gui/Makefile.am: add conclusive description with last tag and branch 2015-03-29 22:39:54 +02:00
Thilo Graf
8929255e9e CComponentsPicture: don't paint image, if is not available 2015-03-29 22:39:54 +02:00
Thilo Graf
f499efa208 CChannelList: ensure down scaling if header height is too small
Logo is initialized with width and height, but enforces in most cases
upscaling of logo. Default now disabled scaling but if header too small,
down scaling is enabled.
2015-03-29 22:39:53 +02:00
Thilo Graf
c027412832 CComponentsPIP: fix centering of image
auto centering was broken, eg.to see in channellist if radio mode was enabled
2015-03-29 22:39:53 +02:00
Thilo Graf
8227638c06 CComponentsPicture: simplify item init, adapt getHeight/getWidth members
Members getHeight/getWidth returns now image related values dependent of
scale mode
2015-03-29 22:39:53 +02:00
Thilo Graf
20180b5b83 CMenuWidget: fix applying of hintbox text color after changed theme 2015-03-29 22:39:52 +02:00
Thilo Graf
782c958bde CComponentsInfoBox: fix applying of properties
Some properties were not applied if cctext was already exists, eg. after
changed theme
2015-03-29 22:39:52 +02:00
Thilo Graf
04083bc299 CComponentsButton: use of global button text color
Used text color was different to old button handler.
2015-03-29 22:39:52 +02:00
Thilo Graf
23c708b787 CComponentsForm: fix unnecessary try for scroll
This avoids unnecessary flicker effects, because no paint is required,
if page count = 1 and also ensures, that this page is defined as current page.
2015-03-29 22:39:51 +02:00
Thilo Graf
09851f3b9f CComponentsForm: reduce corner radius on frame border
If we have a frame around parent item, ensure matching corners
inside of embedded item, this avoids ugly unpainted spaces
between frame and item border.

TODO: other constellations are not considered at the moment!
2015-03-29 22:39:51 +02:00
Thilo Graf
f7faf07ab1 CComponentsForm: fix item offset with enabled frame
frame width was not considered
2015-03-29 22:39:50 +02:00
Thilo Graf
8aa2b6a5ab CComponentsTimer: start timer only if interval > 0 2015-03-29 22:39:50 +02:00
Thilo Graf
eebfc455c6 CComponentsTimer: log output moved
Log message was shown on each call of startTimer.
2015-03-29 22:39:50 +02:00
Thilo Graf
28ef6e147e CComponentsTimer: add slot for auto timer start/stop
Connection with OnBeforeRestart ensures closing threads.
Under certain circumstances, eg. running thread, a restart could fail.
2015-03-29 22:39:49 +02:00
Thilo Graf
8f621ef472 neutrino.cpp: add signal OnBeforeRestart
This allows to handle events inside from objects with
matching slots and events without explicit
calls in neutrino.cpp.

Used here general for stopping of thread in timer object.
In some cases it could be necessary to stop timer thread
otherwise it is possible that restart is blocked here.
This happens here automatically, without separate instances
of timer objects.

Conflicts:
	src/neutrino.h
2015-03-29 22:39:49 +02:00
Thilo Graf
1f81228d7b CTestMenu: disable tuner test code
Doesn't work with newer frontend api, and not really required.
2015-03-29 22:39:48 +02:00
Thilo Graf
1dcfc52a33 system/helpers: remove mkdirhier(); gui/themes: use createDir()
This is a partial revert of
picked commit 431657e35d.
There were two methods, createDir() and mkdirhier() for the same purpose.
We don't need it twice.
btw: existing function createDir() fixed
2.15
2015-03-29 22:39:48 +02:00
Jacek Jendrzej
9280566377 movieplayer.cpp reinit Path_local for webif reloadsetup 2015-03-28 21:36:15 +01:00
Stefan Seyfried
08daae7852 infoviewer: simplify clock handling 2015-03-27 13:27:22 +01:00
Jacek Jendrzej
22399f73e2 chhecking if epgdir directory exists for frequently save 2015-03-24 21:00:44 +01:00
JohnnyRun
2a0c4347ad if line numbers does not match but translations are correct 2015-03-23 15:23:21 +01:00
Stefan Seyfried
a5241af87e moviecut: fix format-string and sign-compare warnings 2015-03-23 15:17:26 +01:00
Stefan Seyfried
8a2a7e1b33 remove obsolete nhttpd libtool wrapper 2015-03-23 15:06:17 +01:00
Stefan Seyfried
d9b1cca88a neutrino: avoid float for color calculations 2015-03-22 18:13:50 +01:00
Jacek Jendrzej
5763addd80 fix bf19930887 2015-03-21 12:56:43 +01:00
Jacek Jendrzej
bf19930887 movieinfo.cp add new line and line feed fix for 75bdf0f182 2015-03-21 10:17:25 +01:00
Jacek Jendrzej
8227a01592 xmlinterface use const char instand char 2015-03-20 12:05:22 +01:00
Jacek Jendrzej
40fe7fae34 prevent possible segfault std::string if value NULL 2015-03-20 11:57:12 +01:00
Jacek Jendrzej
632ecc3b1e moviebrowser.cpp: silence comparing floating point warning 2015-03-19 18:29:37 +01:00
Jacek Jendrzej
138e5d4763 audioplayer.cpp: prevent possible segfault 2015-03-19 18:18:13 +01:00
Jacek Jendrzej
fd84ed4100 tuxtxt.cpp:fix error array-bound 2015-03-19 17:20:36 +01:00
svenhoefer
ff1a7b8640 - pictureviewer: do only show picture if decoding succeed
based upon patch "fix screensaver" by max10 <max_10@gmx.de>
2015-03-19 10:54:45 +01:00
svenhoefer
3299911086 - yWeb: allow style_set function w/o parameter to install correct style 2015-03-16 17:38:02 +01:00
Christian Schuett
14999c7015 bookmark manager: only add bookmark if OK pressed 2015-03-16 11:57:22 +01:00
Christian Schuett
66ec686568 bookmark manager: avoid saving deleted entries to bookmark file 2015-03-16 11:55:29 +01:00
Christian Schuett
103274af75 bookmark manager: don't write bookmark file multiple times ...
... when leaving movieplayer
2015-03-16 11:55:23 +01:00