Stefan Seyfried
a229a56e12
CC-Progressbar: mark framebuffer region dirty
2015-02-21 16:04:51 +01:00
Stefan Seyfried
2e73e4c940
CC-Clock: remove unnecessary cast
2015-02-21 15:58:45 +01:00
Stefan Seyfried
b74cf816cb
infoviewer: simplify clock handling
2015-02-21 13:02:40 +01:00
Stefan Seyfried
884f43b948
sectionsd: silence debug output
2015-02-21 12:54:57 +01:00
Stefan Seyfried
07df6201eb
fbaccel: make blit() private, remove calls from fb_ng
...
The explicit blit() calls should not be needed, let the
autoblit thread handle it instead.
2015-02-21 12:41:44 +01:00
Stefan Seyfried
48fdfc5e5e
Merge remote-tracking branch 'test/cst-next'
...
Conflicts:
src/gui/osdlang_setup.cpp
2015-02-19 14:10:26 +01:00
Stefan Seyfried
51bbb756e8
Merge remote-tracking branch 'check/cst-next-fixed'
...
Conflicts:
src/gui/hdd_menu.cpp
src/gui/osdlang_setup.cpp
2015-02-19 13:59:13 +01:00
svenhoefer
d1ca82ab44
- locals: remove unused stringinput.layout entry
2015-02-19 08:59:53 +01:00
svenhoefer
b7fa3d737e
- deutsch.locale: upgrade
2015-02-19 08:57:58 +01:00
Thilo Graf
2f96c2653b
CLuaInstance: implement current method for generation of button labels in footer object
...
This controls more effective fontsize and button arrangement.
Lua API is not touched.
TODO: add more possible buttons. Color buttons for sure are not
be enough for some applications.
2015-02-19 08:39:09 +01:00
Stefan Seyfried
2d4c6eedad
miscsettings: use correct SleepTimerWidget invocation
2015-02-17 21:18:54 +01:00
Stefan Seyfried
c9d1854dd5
CPluginExec: avoid crash when pluginlist is empty
2015-02-17 21:16:17 +01:00
Jacek Jendrzej
051fb7c008
some enum warrnings compil fixes
2015-02-15 22:16:47 +01:00
Jacek Jendrzej
cbf4c9bae8
src/gui/moviebrowser.cpp set deleted CChannelLogo pointers to NULL
2015-02-15 18:49:30 +01:00
Jacek Jendrzej
8655264791
src/gui/osdlang_setup.cpp fix path
2015-02-15 14:52:06 +01:00
[CST] Focus
5d9e7a814d
eitd: ignore neutrino epg filter, if filter was configured from xml
2015-02-15 12:57:29 +03:00
Jacek Jendrzej
721cb9bd74
menue.cpp fix CMenuForwarder::setOption set option_string_ptr
2015-02-14 18:42:40 +01:00
Stefan Seyfried
3a222fb5f3
channellist: fix lock icon for default-locked bouquets
2015-02-14 14:31:12 +01:00
Stefan Seyfried
8fcaeda6a4
infoviewer.h: replace includes with forward declaration
2015-02-14 14:31:12 +01:00
Stefan Seyfried
930bd738f4
epgplus.h: replace includes with forward declaration
2015-02-14 14:31:12 +01:00
Stefan Seyfried
baf6bcdb97
record.h: replace includes with forward declaration
2015-02-14 14:31:12 +01:00
Stefan Seyfried
b3bfb361f5
neutrino.h: use forward declaration instead of includes
...
this reduces the dependency chain on partial rebuilds considerably
2015-02-14 14:31:12 +01:00
Stefan Seyfried
967f85eb5f
infoviewer: use forward declaration instead of including infoviewer_bb
2015-02-14 14:31:11 +01:00
Stefan Seyfried
8658fb41a4
move hddstat.h include from infoviewer_bb to neutrino
2015-02-14 14:31:11 +01:00
Stefan Seyfried
dc99e757e9
infoviewer_bb: remove unnecessary (char *) casts
...
change paint_ca_icons to accept (const char *) to achieve this
2015-02-14 14:31:11 +01:00
Stefan Seyfried
b6a406deb4
osdlang_setup: avoid unnecessary (char *) casts
2015-02-14 14:31:11 +01:00
Stefan Seyfried
30f3988583
zapit/channel: remove bogus (char *) cast
2015-02-14 14:31:11 +01:00
Stefan Seyfried
b90991da77
moviebrowser/player: remove unneeded (char *) casts
2015-02-14 14:31:11 +01:00
Stefan Seyfried
b325268123
channellist: remove bogus (char *) casts
2015-02-14 14:31:11 +01:00
Stefan Seyfried
e73d266c3e
lcdd: remove useless cast
2015-02-14 14:31:11 +01:00
Stefan Seyfried
9a6d65937f
themes: remove unneccessary (char *) casts
2015-02-14 14:31:11 +01:00
Stefan Seyfried
3fa68cae90
CThemes: make saveFile and readFile accept const char* param
...
this removes the need for ugly (char *) casts
2015-02-14 14:31:11 +01:00
[CST] Focus
63d8c8e90b
zapit/src/bouquets.cpp: fix favorites webtv channels not found in webtv xml files
2015-02-13 16:15:13 +03:00
Stefan Seyfried
a846cb1a97
channellist: fix lock icon for default-locked bouquets
2015-02-12 16:38:42 +01:00
Jacek Jendrzej
1bfcad398f
fix compiling warnings
2015-02-11 19:21:54 +01:00
Stefan Seyfried
51b15fbc1d
infoviewer.h: replace includes with forward declaration
2015-02-11 08:41:27 +01:00
Stefan Seyfried
30671b5767
epgplus.h: replace includes with forward declaration
2015-02-11 08:36:12 +01:00
Stefan Seyfried
07b34e50f7
record.h: replace includes with forward declaration
2015-02-11 08:32:52 +01:00
Stefan Seyfried
a7bad347d7
neutrino.h: use forward declaration instead of includes
...
this reduces the dependency chain on partial rebuilds considerably
2015-02-11 08:22:36 +01:00
Stefan Seyfried
ce5084ea52
infoviewer: use forward declaration instead of including infoviewer_bb
2015-02-10 15:38:21 +01:00
Stefan Seyfried
1572e2f32c
move hddstat.h include from infoviewer_bb to neutrino
2015-02-10 15:09:14 +01:00
Stefan Seyfried
5892011862
infoviewer_bb: remove unnecessary (char *) casts
...
change paint_ca_icons to accept (const char *) to achieve this
2015-02-10 14:58:35 +01:00
Stefan Seyfried
03932f2b04
osdlang_setup: avoid unnecessary (char *) casts
2015-02-10 14:57:15 +01:00
Stefan Seyfried
8004564022
zapit/channel: remove bogus (char *) cast
2015-02-10 14:56:21 +01:00
Stefan Seyfried
50cdc64dc9
moviebrowser/player: remove unneeded (char *) casts
2015-02-10 14:55:45 +01:00
Stefan Seyfried
8503bf3bc7
channellist: remove bogus (char *) casts
2015-02-10 14:54:48 +01:00
Stefan Seyfried
7fad56623f
lcdd: remove useless cast
2015-02-10 14:44:23 +01:00
Stefan Seyfried
370e9d9e27
themes: remove unneccessary (char *) casts
2015-02-10 14:29:21 +01:00
Stefan Seyfried
086c720806
CThemes: make saveFile and readFile accept const char* param
...
this removes the need for ugly (char *) casts
2015-02-10 14:28:10 +01:00
Stefan Seyfried
f8066b5a3e
hdd_menu: use realpath(3) instead of calling system("readlink")
2015-02-10 14:11:20 +01:00