Commit Graph

3414 Commits

Author SHA1 Message Date
Stefan Seyfried
042f151781 add various variable initializations to keep valgrind happy
Origin commit data
------------------
Branch: ni/coolstream
Commit: 04b916dbb7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 23:02:34 +01:00
Stefan Seyfried
a9bc076b45 sectionsdclient: correctly initialize CurrentNextInfo with c'tor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9dc4b03248
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 22:58:58 +01:00
Stefan Seyfried
2d7685ca2c dvbsubtitle: free avcodec context in destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5394321ea8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 22:57:51 +01:00
Stefan Seyfried
7b13a915a2 infoviewer_bb: delete progressbars in destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 009f82fca4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 22:56:08 +01:00
Stefan Seyfried
d2b78c9e3c CScanTs: fix progressbar and rcinput memleaks
Origin commit data
------------------
Branch: ni/coolstream
Commit: 44a44d6673
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 22:55:08 +01:00
Stefan Seyfried
2751c939ab scan_setup: fix memleak in unicable setup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4da6d09786
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 22:54:22 +01:00
Stefan Seyfried
68cc0c3a78 add CRCInput::getKeyNameC to fix lifetime issues
in menu.cpp, getKeyName().c_str()'s destructor was already invoked
when the value was used, triggering a valgrind warning.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d5d136f6c1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)



------------------
This commit was generated by Migit
2012-10-31 22:52:12 +01:00
Stefan Seyfried
a5a0e909b9 CMenuWidget: fix width calculation for large menus
with small screen offsets, large menus could get too large for
the screen and displayed outside -> possible segfault


Origin commit data
------------------
Branch: ni/coolstream
Commit: 047223440b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)



------------------
This commit was generated by Migit
2012-10-31 21:17:40 +01:00
Stefan Seyfried
7cb2a9a3ca remotecontrol: initialize variables and avoid overlapping strcpy
Origin commit data
------------------
Branch: ni/coolstream
Commit: 994c903913
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 19:19:31 +01:00
Stefan Seyfried
b9b8c1c8d8 glthread: allocate enough memory or tuxtxt backbuffer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 857cb350cb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 19:18:43 +01:00
Stefan Seyfried
fcc5c347c3 suppress some basicclient valgrind warnings
To enable these paranoia memsets for testing, compile with
-DPEDANTIC_VALGRIND_SETUP. Probably more of not completely
initialized structs are present in other parts of the code.
This is probably not useful for productive builds.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e46250c7c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)



------------------
This commit was generated by Migit
2012-10-31 18:31:04 +01:00
Stefan Seyfried
0a7ec205c4 tuxtxt: fix direct access keys in menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1b5d92ca8a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-31 15:40:40 +01:00
Stefan Seyfried
c2efae2b2c glthread: add more keys, switch yellow and blue
* switch F3/F4 yellow/blue to more natural order
* add +/- as volume plus-minus
* add . as mute key (was -)


Origin commit data
------------------
Branch: ni/coolstream
Commit: b71bcb6cc0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)



------------------
This commit was generated by Migit
2012-10-31 15:37:53 +01:00
Stefan Seyfried
79d50ff875 hdd_menu: correctly align partitions for 4k drives
Origin commit data
------------------
Branch: ni/coolstream
Commit: da312d2fc4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-16 (Tue, 16 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-16 09:20:44 +02:00
Stefan Seyfried
615711b402 simple_display: let clear() really clear the display
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d8ef7ae0c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-16 (Tue, 16 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-16 09:14:55 +02:00
Stefan Seyfried
44a3ee0131 miscsettings: prevent segfault on hardware that can't shutdown
Origin commit data
------------------
Branch: ni/coolstream
Commit: d30b97afa9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-16 (Tue, 16 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-16 09:13:21 +02:00
Stefan Seyfried
0994fcc4de sectionsd: make sure housekeeping exits on shutdown
Origin commit data
------------------
Branch: ni/coolstream
Commit: c984ba37cc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-15 (Mon, 15 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-15 00:10:15 +02:00
Stefan Seyfried
481da346df neutrino: avoid destructors running on exit on sh4
after all cleanup there were still (openthread related?) crashes at
exit in the destructors, so finally simply disable them
The crashes ranged from unaligned access (SIGBUS) to malloc errors
to plain SIGSEGV.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e65041fa6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-15 (Mon, 15 Oct 2012)



------------------
This commit was generated by Migit
2012-10-15 00:05:29 +02:00
Stefan Seyfried
ba14edc0cb zapit: stop pmt_update task during shutdown
Origin commit data
------------------
Branch: ni/coolstream
Commit: f12c605265
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-15 (Mon, 15 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-15 00:00:52 +02:00
Stefan Seyfried
4f89bd965b neutrino: stop display and shutdowncount threads before exit
this should help to avoid crashes during shutdown


Origin commit data
------------------
Branch: ni/coolstream
Commit: dcb72250a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)



------------------
This commit was generated by Migit
2012-10-14 23:57:03 +02:00
Stefan Seyfried
005a2d8acc shutdown_count: stop thread in destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: c37955bdb2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-14 23:53:05 +02:00
Stefan Seyfried
1825f38ed3 simple_display: stop thread on shutdown
TODO: tripledragon code needs testing


Origin commit data
------------------
Branch: ni/coolstream
Commit: 46a2a11d5d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)



------------------
This commit was generated by Migit
2012-10-14 23:48:44 +02:00
Stefan Seyfried
d112cb2c09 sectionsd: fix unlocked event access under high load
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32597561a0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-14 21:03:34 +02:00
Stefan Seyfried
26aa840991 neutrino: disable menu hints by default
Origin commit data
------------------
Branch: ni/coolstream
Commit: 36995d11fc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-14 12:58:07 +02:00
Stefan Seyfried
3f6d77a012 fix build after last merge
Origin commit data
------------------
Branch: ni/coolstream
Commit: a28e42adc2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-14 12:57:01 +02:00
Stefan Seyfried
a603ec74af Merge branch 'uncool/dvbsi++' commit 'd493b1155c4'
...needs buildfixing...

Conflicts:
	data/icons/shutdown.jpg
	data/icons/start.jpg
	lib/libtuxtxt/tuxtxt.h
	src/driver/Makefile.am
	src/driver/audiodec/Makefile.am
	src/driver/framebuffer.cpp
	src/driver/record.cpp
	src/driver/volume.cpp
	src/gui/audio_setup.cpp
	src/gui/audioplayer.cpp
	src/gui/epgview.cpp
	src/gui/eventlist.cpp
	src/gui/filebrowser.cpp
	src/gui/infoviewer.cpp
	src/gui/keybind_setup.cpp
	src/gui/miscsettings_menu.cpp
	src/gui/movieplayer.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/videosettings.cpp
	src/gui/widget/menue.cpp
	src/neutrino.cpp
	src/neutrino_menue.cpp
	src/system/Makefile.am
	src/system/configure_network.cpp
	src/system/httptool.cpp
	src/system/setting_helpers.cpp
	src/timerd/timermanager.cpp
	src/zapit/include/zapit/frontend_c.h
	src/zapit/src/Makefile.am
	src/zapit/src/capmt.cpp
	src/zapit/src/frontend.cpp
	src/zapit/src/zapit.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: adb23b23ee
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)



------------------
This commit was generated by Migit
2012-10-14 12:51:07 +02:00
gixxpunk
d493b1155c audioplayer: fix memleak (THX martii)
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc95ffa37c
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)

Origin message was:
------------------
- audioplayer: fix memleak (THX martii)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 21:05:44 +02:00
gixxpunk
0e52a60466 epgview: only hide info1 if info2 begins with info1 (port from tuxbox-cvs. THX Gaucho316)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6138e42948
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)

Origin message was:
------------------
- epgview: only hide info1 if info2 begins with info1 (port from tuxbox-cvs. THX Gaucho316)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 20:41:46 +02:00
gixxpunk
adc0d43096 locales
* add german translation
* remove blank


Origin commit data
------------------
Branch: ni/coolstream
Commit: 006ca9e85a
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)

Origin message was:
------------------
- locales

* add german translation
* remove blank


------------------
This commit was generated by Migit
2012-10-11 19:42:11 +02:00
[CST] Focus
ae0ea13510 gui/imageinfo.cpp: add release/beta to image version
Origin commit data
------------------
Branch: ni/coolstream
Commit: b461483f2f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 20:33:11 +04:00
Jacek Jendrzej
2acba77dab imageinfo.cpp: add show kernel version
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4fa58bcd52
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 18:15:06 +02:00
vanhofen
007f47c404 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: ce3f8eddf1
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 17:03:45 +02:00
vanhofen
26f4cc164c network_setup.cpp: add ntp-server to network-test
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a7aec266a
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-10-11 (Thu, 11 Oct 2012)

Origin message was:
------------------
- network_setup.cpp: add ntp-server to network-test

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 17:02:37 +02:00
[CST] Focus
f396c77b0b zapit/src/femanager.cpp: change frontend init:
dont call setDiseqcType direct, setMode will call Init() or setMasterSlave();
force Init() on frontend re-open (leaving standby)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4758457e49
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)



------------------
This commit was generated by Migit
2012-10-11 18:41:59 +04:00
[CST] Focus
c2e4e0aa90 zapit/src/frontend.cpp: cleanup unused;
remove redundant data members;
dont set anything on first Open(), add Init() for this - will be called from femanager;
dont init diseqc if no diseqc type set;
dont send diseqc commands if no input is set;
increase wait after voltage change;
set voltage before diseqc commands


Origin commit data
------------------
Branch: ni/coolstream
Commit: 21ffa39a45
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)



------------------
This commit was generated by Migit
2012-10-11 18:38:35 +04:00
[CST] Focus
6086fbb68e Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: 11c5567cbc
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 18:03:04 +04:00
Jacek Jendrzej
e0dd51a117 nfs.cpp: disable mount option if mountpoint is mounted
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5983d36b14
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:59:52 +02:00
Jacek Jendrzej
86f91363d5 nfs.cpp:NFSMountGui: disable username and password properly, ported from tuxbox cvs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9526434754
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:16:49 +02:00
Jacek Jendrzej
4c8475e5ba Neutrino: rework COnOffNotifier and use it if possible, ported from tuxbox cvs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b06b3fd38
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:11:05 +02:00
Jacek Jendrzej
6e29073d35 nfs.cpp:Show OK buttons on menu forwarders, ported from tuxbox cvs
Signed-off-by: satbaby <crashdvb@googlemail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4c1552ead9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)



------------------
This commit was generated by Migit
2012-10-11 14:10:14 +02:00
Jacek Jendrzej
cede337b21 nfs.cpp:Update mount icon after mounting, ported from tuxbox cvs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a8097907c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:10:01 +02:00
vanhofen
0e24306384 network_setup.cpp: little rework in output from network-test
Origin commit data
------------------
Branch: ni/coolstream
Commit: 392e84aa99
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-10-11 (Thu, 11 Oct 2012)

Origin message was:
------------------
- network_setup.cpp: little rework in output from network-test

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 13:49:08 +02:00
[CST] Focus
efa655e212 zapit/src/zapit.cpp: change signal lock monitor (disabled at the moment)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 296aee816c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-10 (Wed, 10 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-10 18:34:19 +04:00
[CST] Focus
8e8fc08451 zapit/src/scannit.cpp: fix satellite descriptor satellite position
Origin commit data
------------------
Branch: ni/coolstream
Commit: a9950f10eb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-10 (Wed, 10 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-10 18:33:11 +04:00
Jacek Jendrzej
3caebba683 satellites.xml: update astra19 hotbird13
Origin commit data
------------------
Branch: ni/coolstream
Commit: 849b306985
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-10 (Wed, 10 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-10 13:07:10 +02:00
Stefan Seyfried
aa89482ff2 add openGL based framebuffer implementation for testing on PC
this is based on Carsten Juttner's previous work, but without
any video decoding.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e0c80399d6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-08 (Mon, 08 Oct 2012)



------------------
This commit was generated by Migit
2012-10-08 17:01:45 +02:00
Stefan Seyfried
d7b74824b3 scan: fix window size
Origin commit data
------------------
Branch: ni/coolstream
Commit: a96376ff23
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-08 (Mon, 08 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-08 17:01:45 +02:00
Stefan Seyfried
b0f0d69e9f scan: fix manual scan test for DVB-T
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d8b029802
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-08 (Mon, 08 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-08 17:01:45 +02:00
[CST] Focus
0093cc269f Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c113127ce
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-08 11:06:47 +04:00
Stefan Seyfried
14d86501b1 use classic neutrino startup and shutdown logo for neutrino-mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 652f0e596f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-07 (Sun, 07 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-07 17:34:56 +02:00