Commit Graph

7030 Commits

Author SHA1 Message Date
Jacek Jendrzej
01d64f4735 themes.cpp: fix typo (logic) THX TangoCash 2015-05-12 21:49:43 +02:00
Jacek Jendrzej
2cc4120672 webtv: use last dir as default 2015-05-12 18:16:36 +02:00
[CST] Focus
8ea4196d50 webtv: move loading to bouquets.cpp,
add optional webtvs name= as 'provider' name, and webtv genre= attibutes,
resulting 'provider' created as [name ][genre] with name as WebTV if name absent
2015-05-12 17:18:26 +03:00
martii
336dbca45c network setup: calculate broadcast based on ip and netmask 2015-05-12 09:11:01 +02:00
Jacek Jendrzej
11eac1f091 controlapi.cpp: add getubouquetsxml 2015-05-10 18:01:26 +02:00
M. Liebmann
95a27ebb31 Clock on infoviewer and channellist: Fix background paint...
...when switching between OneColor und ColorToColor
2015-05-09 10:38:51 +02:00
[CST] Focus
56070ca390 gui/osd_setup.cpp: add option to switch one/two color gradient mode 2015-05-07 16:40:29 +03:00
[CST] Focus
62a9621cb0 gui/components/cc_item.cpp: use theme option for one/two color gradient 2015-05-07 16:39:28 +03:00
[CST] Focus
76fa4bc221 gui/themes.cpp: add option to switch one/two color gradient mode 2015-05-07 16:38:29 +03:00
[CST] Focus
3b93336ed3 gui/movieplayer.cpp: fix ass subtitles from newer ffmpeg versions, try to PGS subtitle hide 2015-05-07 15:00:26 +03:00
svenhoefer
3c3d873fba - framebuffer: add missing slashs to iconBasePath 2015-05-07 12:10:13 +02:00
svenhoefer
e438dbb7d5 - yWeb: remove outdated text files 2015-05-07 11:15:32 +02:00
svenhoefer
e85f32848c - ccomponents: add missing slash to iconBasePath 2015-05-07 11:10:28 +02:00
svenhoefer
042ac904b3 - fix e59f8adccc :-/ 2015-05-07 00:19:12 +02:00
svenhoefer
aa89dd6098 - fix e59f8adccc (THX max_10) 2015-05-07 00:12:20 +02:00
svenhoefer
e59f8adccc - src/nhttpd/tuxboxapi: remove unused dbox code 2015-05-06 22:59:04 +02:00
svenhoefer
6ec4194411 - yconfig.h: replace another hardcoded path with a variable 2015-05-06 22:58:54 +02:00
svenhoefer
45a895f704 - use PRIVATE_HTTPDDIR variable in Makefiles 2015-05-06 22:58:54 +02:00
svenhoefer
11ccc53f0b - move LOGODIR and LOGODIR_VAR to global.h 2015-05-06 22:58:54 +02:00
svenhoefer
89a11de651 - fix and use ICONSDIR variable; move ICONSSDIR_VAR to global.h 2015-05-06 22:58:54 +02:00
svenhoefer
6e6d7ad765 - move PLUGINDIR_VAR to global.h to avoid some hardcoded paths 2015-05-06 22:58:54 +02:00
svenhoefer
910497f762 - add and use LOCALEDIR variable; move LOCALEDIR_VAR to global.h 2015-05-06 22:58:54 +02:00
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