Stefan Seyfried
d1cdbd34c8
rcinput: open input device with apropriate flags
2013-05-04 13:13:35 +02:00
Stefan Seyfried
e388b08dfe
neutrino: remove glthread, use GLFramebuffer instead
...
now that libstb-hal provides an easy to use virtual framebuffer,
use it instead of the glthread implementation.
2013-05-04 13:07:52 +02:00
Stefan Seyfried
a7e587e3cb
neutrino: make CInfoViewerBB constructor private
2013-05-04 13:05:24 +02:00
Stefan Seyfried
596e8b5bf6
neutrino: do not clean up infoviewer
...
after spending ages trying to track down the illegal access
in the infoviewer destructor, just #if 0 it.
2013-05-04 12:35:08 +02:00
Stefan Seyfried
23ec489390
remove unneeded libpng version checks
2013-05-01 16:37:58 +02:00
Christian Ege
e92afd2b42
handling of luaposix for dynamic environment
2013-04-30 13:41:20 +02:00
Stefan Seyfried
8c88dfdc20
Revert "handling of luaposix for dynamic environments"
...
This reverts commit 8381f1a8cf
.
sorry, it breaks the build (the trivial #endif -> #else and
additional "error: 'report' was not declared in this scope)"
2013-04-27 22:22:54 +02:00
Stefan Seyfried
79184569fc
acinclude: better fix for pkg-config 0.28 behaviour
...
Old pkg-config always retured a non-empty string for --cflags.
It always contained at least one bogus space. New pkg-config
does not do that. Do not rely on --cflags being non-empty.
2013-04-27 22:02:02 +02:00
Christian Ege
8381f1a8cf
handling of luaposix for dynamic environments
...
added loading of luaposix in case of none static linking of lua
2013-04-27 21:56:50 +02:00
Stefan Seyfried
c7a4927b53
infoviewer: remove unneeded blit()
2013-04-21 18:07:41 +02:00
Stefan Seyfried
6412b32182
CVolume: consolidate fb->blit() calls
2013-04-21 18:05:21 +02:00
Stefan Seyfried
02621c0ce1
framebuffer: always blit after RestoreScreen()
2013-04-21 18:01:50 +02:00
Stefan Seyfried
744ed878de
neutrino: make g_channel_list_changed private
...
Add a setter function MarkChannelListChanged() instead for
bouquet/channel list. This avoids sometimes not reloading
channels after changes in the service menu.
2013-04-14 19:42:28 +02:00
Stefan Seyfried
e868be4f14
setting_helpers: add reloadhintbox to 'delete removed channels'
2013-04-14 19:41:08 +02:00
Stefan Seyfried
17c624db4d
CInfoViewer: delete infoViewerBB in destructor
2013-04-14 19:15:46 +02:00
Stefan Seyfried
71b8b37f11
CInfoViewerBB: avoid crash in destructor
2013-04-14 19:13:31 +02:00
Stefan Seyfried
02e2956113
CZapitSdtMonitor: don't crash in destructor
2013-04-14 19:11:34 +02:00
Stefan Seyfried
473f33e57f
pictureviewer: free formathandlers in destructor
2013-04-14 18:42:20 +02:00
Stefan Seyfried
6f92bba94c
neutrino: fix signed/unsigned warning
2013-04-14 17:13:38 +02:00
Stefan Seyfried
7a4c4ae292
channellist: improve add-to-bouquet and remove-new-flag workflow
...
When adding the current channel to a bouquet or favorites or when
removing the "new" flag from a channel, don't immediately reload the
channels but wait for closing of the channellist.
Additionally, select the next channel after one of the add-to-bouquet or
remove-new-flag actions.
2013-04-14 13:13:42 +02:00
Stefan Seyfried
80c5185bbb
reloadchannels: make sure that channel flags are updated when reloading
2013-04-14 13:03:12 +02:00
Stefan Seyfried
3ea3f17460
sectionsd: fix memleak with unused events
2013-04-14 12:56:42 +02:00
Stefan Seyfried
1c58f5f093
add menu option to delete 'removed channels'
2013-04-14 12:46:10 +02:00
Stefan Seyfried
1aa0915512
getservices: add option to not save removed channels
2013-04-13 22:53:38 +02:00
Stefan Seyfried
ee3580214f
auto-enumerate FONT_TYPE_COUNT instead of defining it
2013-04-13 17:27:21 +02:00
Stefan Seyfried
61bf95f552
Merge branch 'check/pu-cc' into master
...
Conflicts:
src/gui/osd_setup.cpp
src/neutrino.cpp
2013-04-13 17:17:30 +02:00
svenhoefer
4b624f88bd
- english.locale: typo
2013-04-13 11:46:06 +02:00
svenhoefer
473d6f38ba
- eventlist: make additional infos switchable
...
* new menu 'eventlist' in osd-setup
* fix offset in infozone
* fontsize for infozone adjustable
2013-04-13 11:13:23 +02:00
svenhoefer
d937082cd5
- eventlist: fix round borders for current unselected event
2013-04-13 09:31:39 +02:00
Jacek Jendrzej
838cf61a69
src/gui/channellist.cpp: fix to 4a8350c382
2013-04-10 20:43:32 +02:00
Jacek Jendrzej
4a8350c382
src/gui/channellist.cpp: fix paint details with different font size
2013-04-10 19:28:30 +02:00
Jacek Jendrzej
f5297f06d9
src/neutrino.cpp: fix execute rcK script
2013-04-10 11:59:48 +02:00
Stefan Seyfried
ca9b85b3f5
fontrenderer: fix rendering problems with accelerated blitting
2013-04-09 13:12:09 +02:00
Stefan Seyfried
90c252f6f9
fontrenderer: allow using customcolor.h colors for fonts
2013-04-09 13:12:00 +02:00
Stefan Seyfried
e66b57cd88
fontrenderer: use background color of framebuffer
2013-04-09 13:11:53 +02:00
Stefan Seyfried
fa87c27dfe
fontrenderer: fix rendering problems with accelerated blitting
2013-04-09 08:23:32 +02:00
Jacek Jendrzej
6a32e96920
src/gui/epgview.cpp: fixes3 from tuxbox, THX Gaucho316
2013-04-08 21:03:46 +02:00
Jacek Jendrzej
d23bdf7bb8
src/gui/epgview.cpp: fixes2 from tuxbox, THX Gaucho316
2013-04-08 20:41:36 +02:00
Jacek Jendrzej
f3dcf52ea0
revert 89251f648e
&& 89251f648e
2013-04-08 18:03:33 +02:00
Jacek Jendrzej
67e6ed102c
src/gui/epgview.cpp: fixes from tuxbox, THX Gaucho316 & GetAway
2013-04-08 17:42:37 +02:00
Michael Liebmann
55e37eb2b5
* src/gui/audioplayer.cpp: Fix osd (draw frame)
2013-04-08 16:01:27 +01:00
Stefan Seyfried
89251f648e
fontrenderer: allow using customcolor.h colors for fonts
2013-04-08 10:36:50 +02:00
Stefan Seyfried
a5c6160384
audioplayer: don't free curl_handle too early
2013-04-08 10:36:18 +02:00
Stefan Seyfried
88fde35e52
test_menu: fix path to demo picture
2013-04-08 10:35:43 +02:00
Stefan Seyfried
cc1dea140a
mp3dec: recover from PCM write errors without crashing
2013-04-08 10:35:03 +02:00
Stefan Seyfried
629dc8562f
fontrenderer: use background color of framebuffer
2013-04-08 10:34:33 +02:00
Stefan Seyfried
13871d8328
CScanTs: silence valgrind
2013-04-08 10:32:56 +02:00
Stefan Seyfried
c0a1b8690f
CScanTs: add destructor to avoid leaks
2013-04-08 10:32:45 +02:00
Michael Liebmann
9a9a347ee3
* src/gui/audioplayer.cpp: Fix segfault in audioplayer osd
2013-04-07 22:07:38 +01:00
Thilo Graf
276fa6273e
CProgressBar: use correct default colors in constructor
2013-04-07 20:37:54 +02:00