Stefan Seyfried
a6cf7313d5
luainstance: allow any color for PaintBox, disable debug
2013-04-06 12:26:24 +02:00
Stefan Seyfried
237ab8f9c7
glthread: add power button
2013-04-06 12:11:26 +02:00
Stefan Seyfried
843e9f395a
glthread: blit OSD manually
...
to help debugging of framebuffer issues, only blit the openGL
framebuffer after an explicit blit() call
2013-04-06 12:06:18 +02:00
Stefan Seyfried
069bf46578
nhttpd: fix streaming with non-standard port
2013-04-06 11:49:47 +02:00
Stefan Seyfried
7a9b744a22
test_menu: disable
2013-04-06 11:47:08 +02:00
Stefan Seyfried
4d2f580af0
test_menu: fix build
2013-04-06 11:46:50 +02:00
Stefan Seyfried
b46a806cb9
acinclude: workaround for packages with empty FOO_CFLAGS
...
should probably be fixed differently but works for now ;-)
2013-04-06 11:38:17 +02:00
Stefan Seyfried
d88ba86e90
imageinfo: remove reference to removed frameBuffer pointer
2013-04-06 11:32:30 +02:00
Stefan Seyfried
575c7c1da3
framebuffer_ng: add getScreen*Rel() functions
2013-04-06 11:29:27 +02:00
Stefan Seyfried
5ad0b6b6dc
Merge branch 'check/pu-cc' into master
...
needs buildfixing...
Conflicts:
data/Makefile.am
src/driver/framebuffer.h
src/driver/volume.cpp
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/filebrowser.cpp
src/gui/imageinfo.cpp
src/gui/infoviewer.cpp
src/gui/streaminfo2.cpp
src/gui/widget/textbox.cpp
2013-04-06 11:21:55 +02:00
Stefan Seyfried
8835f4a0c7
Revert "progressbar-menu-tomworld"
...
This reverts commit be2966035f
.
A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:17:29 +01:00
Stefan Seyfried
3ab1cd74da
Revert "progresbar -add colored & vertical design , ported from neutrino-mp"
...
This reverts commit a501b6efeb
.
A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:17:06 +01:00
Stefan Seyfried
f6abb909ae
Revert "CProgressbarSetup: using unified 'osd' namespace"
...
This reverts commit 7e1ef5d325
.
A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:16:39 +01:00
Stefan Seyfried
b367b0f5e9
Revert "- osd_progressbar_setup: rework locales; marginal changes in code"
...
This reverts commit 33c8526673
.
A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:15:04 +01:00
Jacek Jendrzej
3a68a4bf19
data/satellites.xml: update Eurobird 9A (9.0E)
2013-03-26 11:52:21 +01:00
svenhoefer
745104571f
- epgplus.cpp: use getScreen{Width/Height}Rel()
2013-03-26 01:14:39 +01:00
svenhoefer
33c8526673
- osd_progressbar_setup: rework locales; marginal changes in code
2013-03-26 00:48:04 +01:00
Thilo Graf
9af63bdc72
CComponentsInfoBox: ensure new init of picture
...
Delete causes a clean background because it is possible that remnants are
left after changed font size.
2013-03-25 20:23:35 +01:00
Stefan Seyfried
5033a9e4ef
infoviewer: make oldinfo a member of the class
2013-03-25 18:02:46 +01:00
Stefan Seyfried
4c3a92a130
filebrowser: simplify code using font pointers and ...
...
... make size, time and mode fields scale with fontsize
2013-03-25 17:35:29 +01:00
Stefan Seyfried
eea77b7c8a
create zapit config dir on install
2013-03-25 16:48:25 +01:00
Stefan Seyfried
adb49dd5b3
my_system: cleanup and propagate exitstatus
2013-03-25 14:44:10 +01:00
Stefan Seyfried
3a32fab2f0
CVolume: remove duplicate code
2013-03-25 14:19:55 +01:00
Stefan Seyfried
36e95d7fbc
channellist: refactor to avoid duplicated code
2013-03-25 14:06:16 +01:00
svenhoefer
759966f935
- strech most windows to full screen
...
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
2013-03-25 09:45:22 +01:00
Stefan Seyfried
3ad95f3038
msgbox: add rounded corners
...
This is not entirely correct, as the corners will be wong
if a msgbox without header or footer is used. But as the
only place where this is used is ShowMsg2UTF() which has
header and footer, it does not matter right now.
2013-03-24 23:17:48 +01:00
Thilo Graf
deab17dc25
CChannelList: ensure new init of dline
...
Causes correct paint of details line, if osd settings
have been changed.
2013-03-24 21:16:49 +01:00
Thilo Graf
3f3a767104
CImageInfo: add item_offset also to bottom of license text
2013-03-24 21:14:11 +01:00
Thilo Graf
c99e23289b
CComponentsLabel: add missing item type
2013-03-24 21:14:11 +01:00
Thilo Graf
b07c4231ef
CComponentsPIP: apply left align for image, dont' save screen
...
This ensures a clean end on the left edge and save screen is not needed.
2013-03-24 21:14:11 +01:00
Thilo Graf
e7984e6c73
CImageInfo: add header buttons
2013-03-24 21:14:10 +01:00
Thilo Graf
cc31a41f43
CComponentsWindow/Header: fix add of header buttons
...
setHeaderButtons was without effect
2013-03-24 21:14:10 +01:00
Thilo Graf
8196cf7671
CComponentsPIP: paint alternate picture if no tv mode
...
Use setPicture() to change image on runtime.
2013-03-24 21:14:10 +01:00
Stefan Seyfried
db802eb60a
helpers: silence compiler warning
2013-03-24 19:26:50 +01:00
Stefan Seyfried
fa1b81ccf3
luainstance: allow rounded corners in PaintBox
2013-03-24 19:26:10 +01:00
Stefan Seyfried
8193e52615
channellist: refactor to avoid duplicated code
2013-03-24 19:24:38 +01:00
Stefan Seyfried
9543dfff64
fb_ng: silence some compiler warnings
2013-03-24 19:22:49 +01:00
Stefan Seyfried
10ffeedffc
fb_ng: allow NULL argument for Save/RestoreScreen
2013-03-24 19:21:51 +01:00
Stefan Seyfried
a0c277eaac
libnet: avoid type-punning compiler warning
2013-03-24 17:02:44 +01:00
Stefan Seyfried
78d859eb35
CVolume: add external volume control
...
If CONFIGDIR/volume.sh is present it gets executed with parameter
"up" or "down" and if unless it returns nonzero, the internal volume
handling is skipped.
This allows to e.g. control the volume on the TV with samsremote.
2013-03-24 14:51:17 +01:00
Stefan Seyfried
0ee6181de6
framebuffer_ng: remove unused code
2013-03-24 14:43:31 +01:00
Stefan Seyfried
7f50523208
CVolume: remove duplicate code
2013-03-24 13:21:51 +01:00
Stefan Seyfried
1f3efc987f
luainstance: dynamic values are not static
2013-03-24 13:15:13 +01:00
Stefan Seyfried
c4065cb778
libmd5sum: fix strict-aliasing warning
2013-03-24 13:13:30 +01:00
Stefan Seyfried
77ecbec409
glthread: don't kill neutrino during shutdown
2013-03-24 13:11:07 +01:00
Stefan Seyfried
79d537ea90
neutrino: remove newline from debug message
2013-03-24 12:59:40 +01:00
Stefan Seyfried
e1df8ebafd
my_system: cleanup and propagate exitstatus
2013-03-24 11:38:09 +01:00
Stefan Seyfried
bba85ee912
luainstance: export FontHeight to Lua scripts
2013-03-22 22:22:21 +01:00
Stefan Seyfried
6e80277e5c
luainstance: also export RCInput constants
2013-03-22 13:46:45 +01:00
Stefan Seyfried
8ef5040d47
luainstance: export variables as tables
...
This exports arrays FONT_TYPE_foo as FONT['foo'], COL_bar als COL['bar']
and SCREEN_OFF_a as SCREEN['OFF_a'] instead of lots of single variables.
Later these could also be made dynamic if the need arises.
2013-03-22 13:44:32 +01:00