GetAway
30090ac06d
yWeb: fix detection of VLC >= 2.1.0
...
tested from vlc-0.8.6 to vlc-3.0.0-git
2015-05-01 22:55:44 +02:00
Jacek Jendrzej
9d9c20e678
nhttpd: update controlapi doc (THX dasda)
2015-05-01 14:05:04 +02:00
Jacek Jendrzej
c3a8c2d95d
xmlinterface.cpp remove encoding option for load_string
2015-04-30 21:22:47 +02:00
Jacek Jendrzej
206dbec426
xmlinterface.cpp workaround for pugixml autodetection https://code.google.com/p/pugixml/issues/detail?id=192
2015-04-30 19:50:03 +02:00
Thilo Graf
0f9fc4b870
gui/test_menu.cpp: fix broken build
...
Fixed missing include that come with commit
09adc177d8
2015-04-30 09:39:42 +02:00
Thilo Graf
a58f1621b4
Merge branch 'cst-next.pre' into cst-next
2015-04-30 09:20:43 +02:00
Thilo Graf
7044df1f9f
COsdSetup: remove repaint call for gradient assignment
...
Is already executed by chooser object via slot inside showOsdSetup(), and
osd_menu object is not the required object.
2015-04-29 12:01:11 +02:00
Thilo Graf
01516cf943
themes: use hintbox and header gradient option in theme settings
...
Color gradient feature was originally intended for use
inside theme settings and it's not really suitable for
generally use as default in all themes at the moment, so it makes more
sense to have options in theme settings and let the user decide
to customize this, unless enough other gui parts can use this feature.
2015-04-29 10:16:55 +02:00
Jacek Jendrzej
0896fa7bb8
UPNPService.cpp: remove unnecessary include
2015-04-28 11:35:57 +02:00
Jacek Jendrzej
422c91d117
add pugixml
2015-04-28 10:12:23 +02:00
Jacek Jendrzej
497f05b730
use xmlinterface in UPNP
2015-04-28 10:12:15 +02:00
Thilo Graf
5f603ed6b0
cc_base.cpp: fix wrong statment value
...
Comes with 1e16dbbf59
2015-04-27 11:51:01 +02:00
Thilo Graf
1e16dbbf59
cc_base.cpp: paint shadow only on firs paint of item body
...
Avoids unnecessary paint of shadow layers, This should
avoid flicker effects.
2015-04-27 10:02:18 +02:00
[CST] Focus
8a41089a92
CMenueWidget: add color gradient to menue hints
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2015-04-27 09:55:26 +02:00
[CST] Focus
7016a86ca2
CComponentsInfoBox: add switch to enable gradient for info box
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2015-04-27 09:54:45 +02:00
[CST] Focus
53ce471af8
gradient: try to fix delete gradient data only on color change
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2015-04-27 09:25:34 +02:00
Thilo Graf
d8da2a3087
Revert "CComponentsItem: fix remove gradient buffer on killed item"
...
This reverts commit 51aab307c3
.
2015-04-27 09:21:19 +02:00
svenhoefer
9041bff59c
- remove w_max()-calls to define menu-width, because ...
...
w-max() returns a pixel-value, but menus need a percentage-value.
2015-04-24 09:11:04 +02:00
svenhoefer
907ea29f23
- controlapi: change logolist charset to UTF-8 to fix german umlauts
2015-04-23 23:01:45 +02:00
svenhoefer
d2ee7e6f0a
- timerlist: don't discard unsaved user-changes at timers silently
...
- some more small changes/fixes:
* don't allow reminder-timer with standard message text ("---")
* fix display of changed recording directory
* use addIntroItems() function in menus
* fix dependency of menuitems in apids-menu
* use pulldown-mode to choose timer-type
2015-04-23 08:42:24 +02:00
svenhoefer
c4c358720b
- controlapi: add logolist command to allow easy channellogo management
2015-04-21 14:31:00 +02:00
Jacek Jendrzej
2c9d0674cd
supplement to 5ab6b53054
2015-04-18 20:03:44 +02:00
svenhoefer
1d3bd4a627
- nhttpd: minor fixes in controlapi doc (THX thomas1)
2015-04-17 01:01:35 +02:00
svenhoefer
c2953fe50b
- yWeb: add smaller pic for HD1/BSE RCU; thx to fred_feuerstein
2015-04-16 22:28:16 +02:00
Jacek Jendrzej
15e9663608
channellist.cpp; fix kill dline
2015-04-16 22:24:13 +02:00
Jacek Jendrzej
eddef9c7bd
nhttpd: update controlapi doc (THX dasda)
2015-04-16 19:34:08 +02:00
svenhoefer
6e15577bf1
- add missing includes to fix menu-width
...
strange circular include global.h <-> settings.h is maybe to fix
2015-04-16 18:36:17 +02:00
svenhoefer
a6bf50f666
- shorten CNeutrinoEventlist to CEventlist
2015-04-16 13:39:35 +02:00
svenhoefer
09adc177d8
- record.h: remove include of vfd.h; use display.h instead
2015-04-16 13:39:35 +02:00
Stefan Seyfried
5ab6b53054
global.h: Use forward-declarations to reduce number of dependencies
2015-04-16 13:39:35 +02:00
svenhoefer
7f35a67426
- channellist: allow show/hide bottom infobox
2015-04-14 11:08:24 +02:00
Thilo Graf
f2a786bf6b
CImageInfo: fix missing license text for missing translations
2015-04-14 10:48:40 +02:00
svenhoefer
ca34388616
- controlapi: allow search in EPG-titles only; fix typo
...
* Sytax:
http://STBIP/control/epgsearch?SEARCHWORDS&epginfo=false
or
http://STBIP/control/epgsearchxml?SEARCHWORDS&epginfo=false
2015-04-13 12:34:12 +02:00
svenhoefer
3c82d147db
- yWeb: use html notation for german umlauts
2015-04-06 23:21:48 +02:00
svenhoefer
389c6e6dc2
- neutrinoyparser.cpp: fix 0f16c9441e
2015-04-06 22:59:01 +02:00
GetAway
af2b61cfa6
yWeb: save settings of timerd.conf only once
2015-04-06 21:38:37 +02:00
svenhoefer
0bf3eaea75
- yWeb: disable LogosURL input, when DisplayLogos is disables
2015-04-06 00:04:28 +02:00
svenhoefer
dbc4d110fb
- yWeb: port "Tuxbox.DisplayLogos" from martii
2015-04-06 00:04:28 +02:00
svenhoefer
90277c9982
- neutrinoyparser.cpp: improve display of channels w/o logo
2015-04-06 00:04:28 +02:00
Thilo Graf
ba6f265255
CFrameBuffer: add comment for unsolved issue on full icon cache
2015-04-05 17:38:20 +02:00
Thilo Graf
388ab3aa02
CChannelList: use class for scalable channel logos
...
Previous class used limited scale handling mainly with the
member paintIcon() by framebuffer class.
Because of many possible channel logo files, the icon cache was
filled very fast. That was never considered in
paintIcon() and caused strange behavior at screen, as no image data
were assigned correctly.
2015-04-04 23:32:48 +02:00
Thilo Graf
80457beaf6
CComponentsPicture: add sub classes for scalable images and channel logos
...
This could replace call of CComponentsPicture objects with explicit
dimension values = 0
2015-04-04 22:35:57 +02:00
svenhoefer
fa68e5cf7e
- ylanguage.cpp: fix path to user's locale
2015-04-04 14:15:04 +02:00
svenhoefer
966e0125dd
- ylanguage.cpp: detect missing translations; THX to GetAway!
2015-04-04 12:49:40 +02:00
svenhoefer
4898c6aa71
- neutrino.cpp: fix startup plugin and execute it a little bit later
2015-04-04 11:17:37 +02:00
Jacek Jendrzej
8983720606
prefers stream before radiotext (THX focus)
2015-04-03 14:48:48 +02:00
Jacek Jendrzej
0a97efe317
nhttpd: fix switch tv<>radio in standby mode
2015-04-02 21:05:51 +02:00
Jacek Jendrzej
9c4e8b028b
infoviewer.cpp fix possible segfault if APIDs is empty
2015-04-02 15:00:08 +02:00
[CST] Focus
32f38219c9
data/locale/nederlands.locale: update locale
2015-04-02 14:40:05 +03:00
Thilo Graf
17b7cc98b2
CNeutrinoApp: fix rebase error
...
comes with: CNeutrinoApp: rework switch handling for channallist paint
2015-04-02 09:43:52 +02:00