Commit Graph

6858 Commits

Author SHA1 Message Date
svenhoefer
abc145fa78 - remove obsolete UCODEDIR variable 2015-05-06 22:58:54 +02:00
svenhoefer
51e77c3fc6 - fix and use THEMESDIR variable; move THEMESDIR_VAR to global.h 2015-05-06 22:58:54 +02:00
svenhoefer
e1fb4cdf49 - acinclude.m4: fix themesdir and iconsdir definitions 2015-05-05 14:48:25 +02:00
svenhoefer
75f84739a5 - plugins: replace PLUGINDIR_USB with PLUGINDIR_MNT (/mnt/plugins) 2015-05-05 14:46:46 +02:00
svenhoefer
14dc610a68 - plugins: add GAMESDIR (/var/tuxbox/games) to plugin list 2015-05-05 14:45:28 +02:00
svenhoefer
edc8527379 - framebuffer: revival of showFrame() function to allow ...
... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
2015-05-05 12:01:04 +02:00
svenhoefer
ca5d85986e - osd_setup: try to bring more structure in infoviewer setup 2015-05-05 11:43:17 +02:00
svenhoefer
cb5f052e83 - themes: move colored_events settings to themes setup 2015-05-05 11:43:17 +02:00
svenhoefer
a7b6911ce6 - themes: add new infobar_gradient keywords 2015-05-04 11:47:07 +02:00
Thilo Graf
d5bad0ac36 CProgressWindow: fix background fragments on text paint
Permanent screen saving was disabled by default since commit
72997591a0. In this case it can be substituted if enabled
bg paint.
2015-05-04 10:37:03 +02:00
Thilo Graf
57c3761619 CProgressBar: remove unused member 2015-05-04 10:37:03 +02:00
Thilo Graf
a29b8e7982 CProgressBar: remove unused include 2015-05-04 10:37:03 +02:00
Thilo Graf
87cbb564a3 CTextBox: ensure save screen only if dimensions are valid
0 values are critical
2015-05-04 10:37:03 +02:00
Thilo Graf
cd53fae2c6 CImageInfo: use call of getTextFromFile() without explicit object 2015-05-04 10:37:03 +02:00
Thilo Graf
884e3b7cb5 CComponentsText: declare function getTextFromFile() as static
Is usable as standalone member too.
2015-05-04 10:37:03 +02:00
Thilo Graf
cb2d3254e6 .gitignore: add some possible generated stuff from sytem tools and build 2015-05-04 10:37:03 +02:00
svenhoefer
3ece820b07 - menue: small color changes for a smoother view 2015-05-04 09:42:07 +02:00
svenhoefer
62daf1dc4c - infoviewer: add color-to-color gradient feature; THX to TangoCash ...
... for basic inspiration and dbt for some optimizations
2015-05-04 09:41:41 +02:00
svenhoefer
c05e650a02 - cc_frm_header: prepare for c2c gradient 2015-05-04 09:41:41 +02:00
svenhoefer
5599784642 - cc_frm_footer: prepare for c2c gradient 2015-05-04 09:41:41 +02:00
TangoCash
a8be4f6365 enable color-to-color gradient 2015-05-04 09:41:41 +02:00
TangoCash
736dcb20db introduce color-to-color gradient 2015-05-04 09:41:41 +02:00
Marc Szymkowiak
38cf252ab2 yWeb: Change version check to cst_next branch 2015-05-03 23:32:20 +02:00
Jacek Jendrzej
88aea58165 Y_VLC.js fix VLC detection without var plugin.version (linux) 2015-05-03 21:28:34 +02:00
Jacek Jendrzej
cdae30fe5e luainstance.cpp fix button color 2015-05-03 17:06:16 +02:00
GetAway
9eb1fe599b yWeb: fix deinterlace default setting 2015-05-01 22:55:45 +02:00
GetAway
2e102b9cc2 yWeb: more appropriate symbol for live settings 2015-05-01 22:55:45 +02:00
GetAway
ce624d5382 yWeb: improve detection if IE up to IE11 and above 2015-05-01 22:55:45 +02:00
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