Commit Graph

5422 Commits

Author SHA1 Message Date
Stefan Seyfried
e1e4a0f3a0 initialize variables (mostly to silence valgrind) 2013-09-30 20:50:31 +02:00
Stefan Seyfried
7cdf335b4e movieplayer: fix invalid type 2013-09-30 20:48:00 +02:00
Stefan Seyfried
64ff2ed5b4 capmt: fix multiple recordings
...on multiple tuners, de-obfuscate code, add debug messages
2013-09-29 23:13:27 +02:00
Stefan Seyfried
0bdd33c509 spark: disable debug message in LED code 2013-09-29 21:43:26 +02:00
Stefan Seyfried
096f63de84 fbaccel: don't blit in waitForIdle() on spark
seems like it is not really needed, avoids too frequent blits
2013-09-28 18:16:32 +02:00
Stefan Seyfried
bb2f21d735 fbaccel: always blit every 250ms
this fixes problems with plugins that write directly into the
framebuffer (tuxtxt for example)
2013-09-28 18:14:40 +02:00
Stefan Seyfried
ba5e548792 Revert "frontend: add a "frontend index", set by femanager"
This reverts commit 2e84a632f5,
which is no longer needed.
2013-09-28 17:14:26 +02:00
Stefan Seyfried
a6b41ccc72 hdd_menu: avoid compiler warning 2013-09-28 13:40:41 +02:00
Stefan Seyfried
c68ffa2155 remove all fb->blit() calls
TODO: check if plugins etc. need extra treatment
2013-09-28 13:01:03 +02:00
Stefan Seyfried
116aba09b0 fbaccel: auto-blit, obsoleting the explicit blit() calls
probably needs refining on some platforms
2013-09-28 11:57:26 +02:00
Stefan Seyfried
cfadfe3ae9 getservices: enable diagnostic output 2013-09-22 14:32:39 +02:00
Stefan Seyfried
c241bfee34 zapit: fix ordering for new azbox drivers 2013-09-22 14:32:02 +02:00
Stefan Seyfried
5352b1eae8 infoviewer: don't check resolution in radio mode 2013-09-22 14:30:59 +02:00
Stefan Seyfried
997f8761b0 azbox: default to manual blitting
to check if kernel-autoblit is getting usable, use
"AZBOX_KERNEL_BLIT=1" environment variable
2013-09-22 14:29:30 +02:00
Stefan Seyfried
80b48dea17 fbaccel: use the same blit-limiting hack on spark and azbox
TODO: test on other architectures, simplify code
2013-09-22 14:28:23 +02:00
Stefan Seyfried
377761ce52 port g_settings.window_size to framebuffer_ng 2013-09-03 10:07:15 +02:00
Stefan Seyfried
50977ef2f5 Merge branch 'check/next-cc' 2013-09-03 09:36:49 +02:00
Michael Liebmann
83ee284269 src/gui/channellist.cpp: Fix OSD (headerclock) 2013-09-02 23:50:12 +02:00
svenhoefer
ebd5f54753 - channellist: disable miniTV in movieplayer-mode 2013-09-02 22:37:07 +02:00
svenhoefer
6ed30528f9 - osd_setup: introduce g_settings.window_size to scale some windows
* remove g_settings.big_windows
* add setup window (use up/down to change size)
2013-09-02 20:59:26 +02:00
Jacek Jendrzej
b8ec3b55e6 update satellites.xml 2013-09-02 17:34:25 +02:00
Stefan Seyfried
58f6480a34 neutrino: fix up non-extupdate build
this complements commit 5b72a7fe3c after recent changes
2013-09-01 20:11:30 +02:00
Stefan Seyfried
0c939250c2 system/helpers: add missing include 2013-09-01 20:09:54 +02:00
Stefan Seyfried
d63a4be03f lcdd: add dummy setBacklight 2013-09-01 19:47:18 +02:00
Stefan Seyfried
32de6beef0 Merge remote-tracking branch 'check/next-cc'
needs buildfixing...

Conflicts:
	src/eitd/sectionsd.cpp
	src/gui/audioplayer.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/infoclock.cpp
	src/gui/infoviewer.cpp
	src/gui/motorcontrol.cpp
	src/gui/osd_setup.cpp
	src/gui/scan.cpp
	src/gui/scan_setup.cpp
	src/gui/streaminfo2.cpp
	src/gui/update.cpp
	src/gui/widget/progresswindow.cpp
	src/gui/widget/textbox.cpp
	src/neutrino.cpp
	src/zapit/include/zapit/femanager.h
2013-09-01 19:46:10 +02:00
Stefan Seyfried
a5999ea165 fbaccel: add hack on spark to avoid too frequent blitting 2013-09-01 18:23:33 +02:00
Stefan Seyfried
ff46b6906d framebuffer_ng: allow to choose blit mode on azbox 2013-09-01 18:09:56 +02:00
Stefan Seyfried
1db98b11cd zapit: fix A/V start/stop for new azbox drivers 2013-09-01 17:30:53 +02:00
Jacek Jendrzej
4c8e32101c CChannelList::paintItem:-fix description width with scrambled icon 2013-09-01 17:03:32 +02:00
Jacek Jendrzej
9b237df1c0 fix width string size 2013-09-01 15:59:42 +02:00
Jacek Jendrzej
5e60b64469 gui/scan_setup:fix override gotoXXLongitude & gotoXXLatitude with uninitialized zapit_lat or zapit_long 2013-09-01 14:35:35 +02:00
Thilo Graf
bb3a5fa8ef CSignalBar/CSignalBox: rework position and paint handling, use dyn fonts 2013-08-30 22:17:08 +02:00
Thilo Graf
6b25b6d530 CMotorControl: temporarily widened, user request 2013-08-30 22:14:35 +02:00
Thilo Graf
5cb7d66993 CComponentsForm: fix fitting of item on the right and bottom edges
Frame of form was overpainted by item,
small whitespace fixes
2013-08-30 22:14:35 +02:00
Thilo Graf
eee3b5d78e CProgressBar: remove comment 2013-08-30 22:14:35 +02:00
Thilo Graf
5e666dcdd5 CNeutrinoFonts: disable debug spam 2013-08-30 22:14:35 +02:00
Thilo Graf
5a224dfbb2 CProgressBar: declare paintShapes() static, whitespace fixes
Technically the member function 'CProgressBar::paintShapes' can be static.
2013-08-30 22:14:34 +02:00
Thilo Graf
aca06a5c02 CComponentsShapeCircle: getDiam() become const
Technically the member function 'CComponentsShapeCircle::getDiam'
can be const (style)
2013-08-30 22:14:34 +02:00
Thilo Graf
68b431f1b8 CSignalBar: use dynamic fonts in signalbars 2013-08-30 22:14:34 +02:00
Jacek Jendrzej
af920c8988 /movieplayer: filpeplayer add parse for rtmp 2013-08-26 17:02:14 +02:00
Michael Liebmann
677a3ba116 Activate reworked mute icon handling for apollo hardware 2013-08-24 15:51:29 +02:00
Michael Liebmann
df2fab4ceb gui/update.cpp: disable apply settings on apollo, as non-working at the moment 2013-08-21 06:32:18 +02:00
Michael Liebmann
8a5c32d0f6 Softupdate: Check the available space before copy image to /tmp on apollo 2013-08-21 06:32:17 +02:00
Michael Liebmann
f91f3f3610 Softupdate/applySettigs: No rename/copy file when update_dir=/tmp 2013-08-21 06:32:10 +02:00
Michael Liebmann
8eacdd6e09 Softupdate: Skip checkSize() when update_dir=/tmp on non apollo platform
- supplement to a3762416af
2013-08-21 06:32:10 +02:00
Michael Liebmann
9b12442b5d Softupdate: Fix filename for local update 2013-08-21 06:32:10 +02:00
martii
12910d1af3 fix audiodec/wav 2013-08-20 11:50:53 +02:00
Michael Liebmann
a3762416af Softupdate: Check the available disk space when reading the flash 2013-08-20 02:55:56 +02:00
Michael Liebmann
bc069b0a84 Softupdate: Use user-defined file names
for apply settings and saving partitions from the flash.
2013-08-20 02:55:54 +02:00
Michael Liebmann
0cc83a6a9f gui/update.cpp: disable "systemFS with settings" menu item on apollo,
as non-working at the moment
2013-08-17 20:56:26 +02:00