Commit Graph

70 Commits

Author SHA1 Message Date
svenhoefer
53f5801d6f - adapt ShowMsg handling from martii's neutrino-mp 2014-01-22 12:37:21 +01:00
M. Liebmann
4fa3a245df CSignalBar: Fix display "value caption" 2014-01-21 18:09:46 +01:00
M. Liebmann
0a5a7b3146 CScanSettings: convert char[...] configuration values to std::string 2014-01-19 20:57:38 +01:00
martii
5b5fed3bd7 gui/motorcontrol, gui/scan: switch to CSignalBox
Signed-off-by: Thilo Graf <dbt@novatux.de>

Conflicts:
	src/gui/scan.cpp
2013-12-18 20:48:43 +01:00
[CST] Focus
afe8427b2b gui/scan.cpp: fix memleak 2013-12-02 12:33:20 +04:00
Thilo Graf
f7798affc6 CComponents: add unfied header file for general include of cc classes
Provides a unified header file, so it is not required to select a
certain header file.
2013-10-24 21:19:07 +02:00
Michael Liebmann
874cf44b42 src/gui/scan.cpp: Fix pixel error with transponder scan.
fix for 9c175234e5
2013-08-17 20:56:26 +02:00
Michael Liebmann
9c175234e5 src/gui/scan.cpp: Fix pixel error with transponder scan. 2013-08-08 21:29:26 +02:00
Michael Liebmann
c60c5c5ce3 Replace color indexes of the text colors by real color values for RenderString()
- If necessary, Correct data types of the color values
2013-07-21 22:00:58 +02:00
Michael Liebmann
d08d18522e * Add volume bar to osd timeouts in the OSD setup 2013-06-04 01:17:39 +02:00
svenhoefer
69d9045d50 - scan: using CComponentsHeader to paint header 2013-05-29 21:17:09 +02:00
Thilo Graf
8baec6d62a CVolumeBar: rework volumebar handling
Use CComponenets and separates the gui part from driver part

- add new class CVolumeBar as CComponentsForm
- Various changes for reworked volume bar handling in some classes
- Move AudioMute() from CVolume to new class CAudioMute
- Use CComponentsPicture to paint muteicon
2013-05-08 05:11:24 +01:00
[CST] Focus
8bb70d1ab3 Merge branch 'pu/cc' into next-cc
Conflicts:
	acinclude.m4
	data/locale/deutsch.locale
	data/locale/english.locale
	src/driver/volume.cpp
	src/eitd/SIlanguage.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp
	src/gui/bouquetlist.cpp
	src/gui/channellist.cpp
	src/gui/eventlist.cpp
	src/gui/osd_setup.cpp
	src/gui/scan.cpp
	src/gui/scan.h
	src/gui/test_menu.cpp
	src/gui/timeosd.cpp
	src/gui/widget/progressbar.cpp
	src/gui/widget/progressbar.h
	src/neutrino.cpp
	src/nhttpd/yconfig.h
2013-04-17 13:32:12 +04:00
Stefan Seyfried
5371fd6c90 CScanTs: add destructor to avoid leaks
Conflicts:
	src/gui/scan.h
2013-04-08 13:01:00 +04: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
Thilo Graf
860be9a412 CComponents: add progressbar class to cc-items
CProgressbar moved into components sub directory and adapt includes.
Progressbar objects are now usable as cc-item

TODO:
-some color and size corrections
-found some dub codes for sig and snr-bars, needs rework
2013-04-02 09:31:05 +02:00
[CST] Focus
8f500e80fd gui/scan.cpp: fix f567d3b85d,
inside start wizard zap crash, because neutrino channel list not created yet
2013-03-19 13:56:13 +04:00
[CST] Focus
b3923a7d5d neutrino.cpp, gui/scan.cpp: force re-zap without setSelected() 2013-03-13 18:59:44 +04:00
[CST] Focus
cbfa6f88c5 use ENABLE_PIP for pip code 2013-03-05 18:34:47 +04:00
[CST] Focus
69b4d366af Merge branch 'pip' into next
Conflicts:
	src/gui/channellist.cpp
2013-02-28 16:45:41 +04:00
[CST] Focus
026592e8fe Merge branch 'dvbsi++' into next
Conflicts:
	src/neutrino.cpp
	src/zapit/src/femanager.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/transponder.cpp
2013-02-28 16:39:34 +04:00
[CST] Focus
f567d3b85d gui/scan.cpp: add zap to current channel_id after scan 2013-02-28 15:53:07 +04:00
Stefan Seyfried
4dbeb3a31e neutrino: fix 32<->64bit format string warnings
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
2013-02-21 15:47:18 +01:00
[CST] Focus
4372df5a25 gui/scan.cpp: add delivery type member, use it to find scanned type 2013-01-16 15:58:13 +04:00
satbaby
b3db5f7f7c fix memleak 2012-10-16 15:42:10 +02:00
satbaby
87342fd0d9 my_system fix 2012-09-15 11:20:49 +02:00
satbaby
c6ae7255ac -add wakeup_hdd & file_exists to system-helpers 2012-09-11 20:35:47 +02:00
satbaby
3389defb17 start SCRIPTs with-my_system 2012-09-11 20:33:34 +02:00
satbaby
a3bfab0bcd remove doubles include 2012-09-11 20:31:33 +02:00
satbaby
7359504dd7 -fixes strncpy & buf size 2012-08-07 18:51:44 +02:00
[CST] Focus
a009146954 gui/scan.cpp: set SCAN_LOGICAL_HD in scan flags 2012-07-31 18:20:01 +04:00
[CST] Bas
b3038287d1 frontend: use a private version of FrontendParameters to include (optional) additional parameters like rolloff, delsys. 2012-06-22 14:15:30 +08:00
satbaby
7d8d995046 use empty() instead of size() 2012-06-18 16:57:44 +02:00
[CST] Focus
ce3f410871 gui/scan.cpp: cleanup some commented code 2012-04-20 15:18:48 +04:00
[CST] Focus
483315da8a gui/scan.cpp: add support for L/R, use transponder::pol to display polarization 2012-04-16 17:05:43 +04:00
[CST] Focus
888be3de95 gui/scan.cpp: get satellite transponders from CServiceManager 2012-04-13 18:00:52 +04:00
[CST] Focus
b69cb1019c replace GET_SATELLITEPOSITION_FROM_TRANSPONDER_ID with cached satellitePosition 2012-04-10 18:14:26 +04:00
[CST] Focus
a491fbd160 gui/scan.cpp: comment reset scanned transponders num, if total to scan is 0 2012-04-09 19:52:35 +04:00
[CST] Focus
0853780b47 gui/scan.cpp: set scan channel types in scan flags 2012-04-02 15:01:30 +04:00
[CST] Focus
e7d36a1c16 gui/scan.cpp: remove old scan_mode, make flags for CServiceScan 2012-03-25 16:39:41 +04:00
[CST] Focus
d39b174c75 fix conflicts 2012-03-20 11:07:28 +04:00
micha-bbg
6a5ffc315f * neutrino: GUI Painting of Vol. Mute and Clock (Part3)
- Use new class for volumebar
- Numeric display added for volumebar (switchable)
- Display of volumebar, mute icon and info clock optimized (top right)
- Volumebar better scalable

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2153 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-18 18:46:48 +00:00
[CST] Focus
9a2c303348 neutrino scan: use CServiceManager API to get satellite name;
use CServiceScan API to get frontend;
set cable nid if cable;
2012-01-13 15:27:58 +04:00
focus
6c6c2e9b29 Remove globals and use new zapit class members
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1698 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-18 13:35:08 +00:00
focus
0422f2b43d use CZapit class
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1651 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-01 12:29:05 +00:00
focus
deb7f68d66 Stop timeshift before scan
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1613 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-08-02 09:41:25 +00:00
focus
53f4be8a27 Remove extern frontend
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1568 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-21 10:34:32 +00:00
thilo
d2d3923635 *neutrino scansettings: moved scan setup into it's own modul
this was a port of original tuxbox neutrino as a
as similar for stand alone modules, hope it' works, but bugs are not excluded

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1331 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-23 10:57:55 +00:00
seife
2590adfe15 add generic dispatcher headers for frontend etc
add generic audio, video and demux headers in zapit/include (TODO: put them
into a better place, or put wrappers into lib directories) that automatically
dispatch to the hardware specific functions and use them in the code

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@962 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-12-25 17:43:28 +00:00