Commit Graph

8358 Commits

Author SHA1 Message Date
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
Jacek Jendrzej
cc7c25eb21 nhttpd simplify encodeString function 2015-03-31 17:02:48 +02:00
Jacek Jendrzej
0f2ac568c8 nhttpd: change sprintf to snprintf 2015-03-31 14:44:41 +02:00
Jacek Jendrzej
2c3ecf6183 change check dir to check with jffs2 (mtd) 2015-03-31 12:12:14 +02:00
M. Liebmann
ae139d4ec2 CComponentsText: Fix default font 2015-03-31 12:00:48 +02:00
svenhoefer
a56e3fb1bd - yWeb: correction in fbshot handling 2015-03-31 11:53:58 +02:00
svenhoefer
c10b7077b8 - yWeb: replace another if-file-exist with find-exec 2015-03-31 10:44:09 +02:00
svenhoefer
4eab09ae02 - yWeb: simplify code by using find-exec function 2015-03-31 09:15:04 +02:00
svenhoefer
68854aaed7 - mod_yparser: add find-exec function;
return full path and filename of given executabe
2015-03-31 09:15:04 +02:00
svenhoefer
9147bc5f03 - yWeb: remove dead links to yjogol website 2015-03-31 09:15:04 +02:00
svenhoefer
f7b42af5f2 - moviebrowser: bind MB_MAX_DIR definition to NETWORK_NFS_NR_OF_ENTRIES ...
... to allow to add all NetFS-directories to moviebrowser
2015-03-30 14:54:21 +02:00
Stefan Seyfried
5750ca23ae opkg_manager: add a list of packages to hide
Advanced build system can come up with an impressive list of
(sub-)packages, most of them not really interesting for installation
through the GUI. Add a filter with simple patterns to suppress the
display of those packages.
TODO: this should be made configurable via a run-time config file.

Signed-off-by: Markus Volk <f_l_k@gmx.net>
2015-03-30 11:21:37 +02:00