svenhoefer
abd3f97e9d
- channellist: remove color-mess in progressbar code; don't change colors when moving cursor
2016-10-10 14:19:54 +02:00
svenhoefer
4598e320a6
- channellist: more highlight tuned channel under cursor
2016-10-10 14:19:54 +02:00
svenhoefer
a8f9903544
- timeosd: fix shadow color
2016-10-10 14:19:54 +02:00
svenhoefer
340d4882bc
- infoclock: fix shadow color; use SHADOW_OFFSET definition
2016-10-10 14:19:54 +02:00
svenhoefer
e8c77b6b7f
- ccomponents: just code cosmetics; formatting
2016-10-10 14:19:54 +02:00
svenhoefer
75fe6e407d
- colors: add COL_FRAME wrapper
2016-10-10 14:19:54 +02:00
Thilo Graf
c4827704ac
Moviebrowser: outsource help class
2016-10-07 17:38:25 +02:00
Thilo Graf
f90440e0f1
CComponentsWindow: remove wrong corner assignment
...
Overwrites corner mode for already assigned corner type for body object and
previous statement is canceled. This should avoid this.
2016-10-07 14:25:59 +02:00
Thilo Graf
fe8e3896a0
Moviebrowser: complete licence texts
2016-10-05 17:48:25 +02:00
Thilo Graf
b8e1d0ebbd
CImageInfo: using "DATADIR" instead fixed path
2016-10-04 20:40:30 +02:00
Thilo Graf
5fcd45b633
CImageInfo: fix initial height of first info item
...
On first view of imageinfo window, no image name was visibla.
Height for this item was not assigned.
Height was only assigned at the second attempt.
2016-10-03 21:38:22 +02:00
Thilo Graf
dae88708ee
CImageInfo: fix possible item height calculation
...
Calculation of height was ok on first paint, but on next time was broken.
2016-10-03 15:06:02 +02:00
Thilo Graf
95735f6faf
CImageInfo: use matched fontsize for informations
...
This window contains many lines and it's possible that some lines are
truncated. if users have changed to extreme font sizes,
So it is hopefully solved.
2016-10-03 13:15:57 +02:00
Thilo Graf
7355ebb883
CImageInfo: add yweb version info
2016-10-03 01:54:06 +02:00
Thilo Graf
6b88cea7bf
Imageinfo: add lua API info
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
data/locale/nederlands.locale
src/system/locals.h
src/system/locals_intern.h
2016-10-03 01:54:06 +02:00
Thilo Graf
c9314e4bd1
CImageInfo: enable fade for image info window
2016-10-03 01:52:32 +02:00
Thilo Graf
ac58c8c016
CComponentsExtTextForm: add methode to get current font
...
Default font is generated by class it self, so it is useful
to have access to current font if is required by implemenations.
2016-10-03 01:45:14 +02:00
Thilo Graf
80753c75d1
CComponentsExtTextForm: add missed parameter font_text
2016-10-03 01:45:09 +02:00
Thilo Graf
1d74379981
lua api: fix broken build with --disable-lua
2016-10-03 01:44:54 +02:00
Thilo Graf
f4387ccfa7
CLuaInstCCSignalbox: fix compatibility
...
Parameter for frontend was changed, is now NULL.
older plugins could expect an instance and could show
emtpty signal bars.
2016-10-01 22:10:25 +02:00
M. Liebmann
312a80bee9
Set correct path for /.version if TARGET_PREFIX is in use.
2016-10-01 11:47:59 +02:00
M. Liebmann
e68f5b6708
src/global.h: Define TARGET_PREFIX when it is not defined
2016-10-01 11:47:59 +02:00
svenhoefer
c7e1a77a21
- audioplayer: fix detailsline position
2016-10-01 11:06:11 +02:00
svenhoefer
d67de1d5ff
- fade: fix if-else-endif logic
2016-10-01 11:06:11 +02:00
svenhoefer
9976307997
- yWeb: internal rename path_usrbin -> path_varbin
2016-10-01 11:06:11 +02:00
svenhoefer
f3bed64765
- yWeb: intensive use of variables
2016-10-01 11:06:11 +02:00
svenhoefer
b5820837de
- yWeb: replace hardcoded paths (/share/tuxbox/neutrino/httpd -> %(PRIVATE_HTTPDDIR))
2016-10-01 11:06:11 +02:00
svenhoefer
d5e62bd379
- yWeb: replace hardcoded paths (/var/httpd -> %(PUBLIC_HTTPDDIR))
2016-10-01 11:06:11 +02:00
svenhoefer
7a2bc6be83
- yWeb: replace hardcoded paths (/var/tuxbox/plugins -> %(PLUGINDIR_VAR))
2016-10-01 11:06:11 +02:00
svenhoefer
f60578680b
- yWeb: replace hardcoded paths (/var/tuxbox/config -> %(CONFIGDIR))
2016-10-01 11:06:11 +02:00
svenhoefer
61b56cdf58
- yWeb: add hack to Makefile to replace %(FAKE_VARIABLES) after install
2016-10-01 11:06:11 +02:00
svenhoefer
cc5f776780
- moviebrowser: undock display of filling level from infobar setting
2016-09-30 08:53:30 +02:00
M. Liebmann
281930c35d
Move definitions for '*_VAR' directories to configure
2016-09-30 05:58:17 +02:00
svenhoefer
6cff0d23ce
- streaminfo2: allow fade in/out
2016-09-30 00:02:01 +02:00
svenhoefer
934ad68520
- fade: fix flickering on HD2 hardware; ported from TangoCash's repo
2016-09-29 23:58:18 +02:00
vanhofen
49b0ec3319
- movieplayer: fix -Wformat warning; Vol. 2
2016-09-29 18:06:58 +02:00
vanhofen
f9934cde53
- neutrinofonts: fix -Wnarrowing warning in osd_setup
2016-09-29 10:53:06 +02:00
vanhofen
f45d4d2bd5
- streamts: fix -Wformat warning
2016-09-29 10:53:06 +02:00
vanhofen
256b0965ba
- movieplayer: fix -Wformat warning
2016-09-29 10:53:06 +02:00
Thilo Graf
a4b2e25bf2
CComponentsItem: prevent reinit of already initialized parent form
2016-09-29 10:19:37 +02:00
TangoCash
d35cf3cd55
- channellist: paint events in additional box in a separated thread
2016-09-28 21:12:32 +02:00
Thilo Graf
ad189f180d
CInfoViewer: allow fe change without new sigbox object
2016-09-28 21:12:32 +02:00
Thilo Graf
f68fd5ac19
CSignalBox: add missing member to set frontend
...
Remove double init of sig items; Will be done already by paintScale().
Ensure reset of last sig value on fe change.
Prevent possible segfault if fe is not defined.
2016-09-28 21:12:32 +02:00
svenhoefer
59ac9e57e1
Revert "CSignalBox: Set current tuner as the default frontend"
...
This reverts commit c83f195637
.
Conflicts:
src/gui/components/cc_frm_signalbars.h
2016-09-28 21:12:32 +02:00
martii
aaaa9745a7
timerd: honor recording safety when modifying timers (fix)
2016-09-26 13:57:34 +02:00
martii
67a375f4da
timerd: honor recording safety when modifying timers
2016-09-26 13:57:34 +02:00
TangoCash
e86b28a50e
always refresh EPG for timer recordings
2016-09-26 13:04:48 +02:00
TangoCash
3f32350645
add autoAdjustToEPG to webif API
2016-09-26 13:04:48 +02:00
martii
250926daff
gui/timerlist: don't auto-adjust manually-added timer to EPG (untested)
2016-09-26 13:04:48 +02:00
martii
2cebd62aee
timerd/timermanager: fix EPG auto-adjustment of recordings
2016-09-26 13:04:48 +02:00