Commit Graph

6027 Commits

Author SHA1 Message Date
[CST] Focus
4338575cfc Revert "deutsch, english, nederlands locale: little change for twin, independent modes:"
This reverts commit b66fd564ae.


Origin commit data
------------------
Commit: 33caf8edca
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 15:07:40 +04:00
[CST] Focus
923aad737e zapit/src/femanager.cpp: determine if master has loop-linked frontends at link time
Origin commit data
------------------
Commit: 651c7e5426
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 15:07:40 +04:00
Thilo Graf
f33efdbdc4 CComponents: add new parameter 'parent'
Use strictly CComponentsForm as parent parameter in constructors.
Some parts have been cleaned up (Constructors, init methodes removed)

New parameter makes it possible already add current item in constructor.
So in mostly situations is it not necessary to use explicit addCCItem(),
but addCCItem()is still valid and necessary in certain situations.

Affected are all cc-classes and their derivates.
Some classes must or can be adapted later. The function is
not currently restricted, because usage of parent parameter is not explicit
defined in constructors, see CImageInfo, here yet are used addCCItem()
methodes.

Generally this parameter is located in the constructors before bool has_shadow,
but it is not sure whether it would be better to use this parameter as the first.
That remains to be clarified.


Origin commit data
------------------
Commit: 23d7b62cf0
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-03-03 (Mon, 03 Mar 2014)
2014-03-03 09:43:39 +01:00
Thilo Graf
111a2f9946 cc_types.h: add forward declaration for CComponentsForm()
required for parameter in CComponentsItem constructors


Origin commit data
------------------
Commit: 4a76ca953e
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-27 (Thu, 27 Feb 2014)
2014-03-03 08:54:11 +01:00
Thilo Graf
fb883e238a CComponentsPicture: add comment to isPicPainted()
Not to confuse with isPainted(). Because isPicPainted() is related to
internal image.


Origin commit data
------------------
Commit: 2fade10a11
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-27 (Thu, 27 Feb 2014)
2014-03-03 08:54:11 +01:00
Thilo Graf
bafa64bba9 CComponentsItem: add methodes to set width and height via percent value
Percent value is related to current screen or parent size


Origin commit data
------------------
Commit: a33cad448a
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-27 (Thu, 27 Feb 2014)
2014-03-03 08:54:10 +01:00
Thilo Graf
9aa9f374e6 CComponentsItem: comments corrected
Origin commit data
------------------
Commit: 9b18d0cf5b
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-27 (Thu, 27 Feb 2014)
2014-03-03 08:54:10 +01:00
Thilo Graf
cc24c195ee CComponentsItem: move/rename doCenter()to base class CComponentsItem
So it's possible to use this method for all cc-items.
setCenterPos() comes now with parameter 'along_mode' (CC_ALONG_X, CC_ALONG_Y).
So it's possible to center in x or y direction. As default are
both directions predefined.


Origin commit data
------------------
Commit: 8a897103ac
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-27 (Thu, 27 Feb 2014)
2014-03-03 08:54:10 +01:00
Thilo Graf
ecdc19e8bc CComponentsItem: add members to set item position via percent value
Origin commit data
------------------
Commit: 38dffb8456
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-26 (Wed, 26 Feb 2014)
2014-03-03 08:54:10 +01:00
Thilo Graf
5c8006256e CMenuItem: remove redundant member for background paint
It seems this method came with more functionality in past,
but it's currently not required in that Form.


Origin commit data
------------------
Commit: 8a39f01a79
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-26 (Wed, 26 Feb 2014)
2014-03-03 08:54:10 +01:00
Thilo Graf
20782a486c CComponentsInfoBox, CComponentsPicture: add overloaded members setPicture()
Origin commit data
------------------
Commit: c34f25bb7d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-26 (Wed, 26 Feb 2014)
2014-03-03 08:54:09 +01:00
Thilo Graf
afb44fe375 configure: add libbluray support into configure
It may happen that the build process aborts if this lib is not
expilzit specified, although this lib is not used directly
by neutrino.
It seems to be dependent of build environment, and should be understand
as a prevention.


Origin commit data
------------------
Commit: f2bfa22159
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)
2014-03-03 08:54:09 +01:00
Thilo Graf
aa7a96a5a8 CComponents: add member CheckFbData() for fbdata check
This check happens several times, therefore it is senseful, to move into own member.
Function returns false on error and is used here to show an error message if
something was wrong.
Such errors can happen on position or dimension errors e.g. out of screen or
too large display values.

Note: this is only an emergency helper for debugging on
fatal errors during developing of window stuff. Mostly errors
of this kind causing crashes and must be fixed.


Origin commit data
------------------
Commit: f813b9ea98
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)

Origin message was:
------------------
CComponents: add member CheckFbData() for fbdata check

This check happens several times, therefore it is senseful, to move into own member.
Function returns false on error and is used here to show an error message if
something was wrong.
Such errors can happen on position or dimension errors e.g. out of screen or
too large display values.

Note: this is only an emergency helper for debugging on
fatal errors during developing of window stuff. Mostly errors
of this kind causing crashes and must be fixed.
2014-03-03 08:54:09 +01:00
Thilo Graf
217b46e625 CComponentsFrmClock: remove statement
stopThread() is doing check against NULL itself


Origin commit data
------------------
Commit: 2b65f1d1b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-16 (Mon, 16 Dec 2013)
2014-03-03 08:54:09 +01:00
Thilo Graf
247a4d7c1c CComponentsFrmClock: change wording of comment, was unsuituable
Origin commit data
------------------
Commit: c6db496de6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-16 (Mon, 16 Dec 2013)
2014-03-03 08:54:08 +01:00
martii
e6743c853c gui/pluginlist: drop custom menu implementation
(but use the menu-hint as plugin-description)


Origin commit data
------------------
Commit: cf43a6f2a6
Author: martii <m4rtii@gmx.de>
Date: 2014-03-02 (Sun, 02 Mar 2014)
2014-03-02 23:00:30 +01:00
martii
8aa16fc376 gui/widget/menue, gui/osdlang_setup: drop CMenuOptionLanguageChooser class
Origin commit data
------------------
Commit: eb206ae523
Author: martii <m4rtii@gmx.de>
Date: 2014-03-02 (Sun, 02 Mar 2014)
2014-03-02 21:31:26 +01:00
FlatTV
e40867a4f0 cYTFeedParser: Fix decodeVideoInfo()
Origin commit data
------------------
Commit: c161760670
Author: FlatTV <FlatTV@gmx.de>
Date: 2014-03-02 (Sun, 02 Mar 2014)
2014-03-02 12:58:41 +01:00
Michael Liebmann
47f4e447f1 CLuaInstance: Add footer_height function
Origin commit data
------------------
Commit: 3fa31ef441
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-02 (Sun, 02 Mar 2014)
2014-03-02 12:58:41 +01:00
vanhofen
e45d1c6a11 plugins: cleanup
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin


Origin commit data
------------------
Commit: 4b5242c254
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-02 (Sun, 02 Mar 2014)

Origin message was:
------------------
- plugins: cleanup

* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
2014-03-02 00:43:59 +01:00
vanhofen
b18da46a5e fix (and enable) one-key-plugin; fix movieplayer-plugin
Origin commit data
------------------
Commit: 580fcc97e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)

Origin message was:
------------------
- fix (and enable) one-key-plugin; fix movieplayer-plugin
2014-03-01 23:33:45 +01:00
vanhofen
41c8f244dc gui/zapit_setup: add initial channel list mode options (MenuOptionChooser fix)
Origin commit data
------------------
Commit: fd063bbd96
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
2014-03-01 21:45:19 +01:00
Stefan Seyfried
14d60eff3e my_popen: fix indentation
Origin commit data
------------------
Commit: 04fd8c277c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
2014-03-01 21:17:56 +01:00
Stefan Seyfried
99781688bb hdd_menu: better error message
...when trying to check unsupported file system type


Origin commit data
------------------
Commit: 64a61f5aa2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)
2014-03-01 21:17:11 +01:00
Stefan Seyfried
37eb35403c hdd_menu: improve error resilience in getFmtType()
Origin commit data
------------------
Commit: a25bc90d7b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
2014-03-01 21:16:29 +01:00
martii
d78321a578 gui/zapit_setup: add initial channel list mode options (locale fix)
Origin commit data
------------------
Commit: dbdf6b6afe
Author: martii <m4rtii@gmx.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
2014-03-01 21:14:52 +01:00
martii
0c55abe493 gui/zapit_setup: add initial channel list mode options
Origin commit data
------------------
Commit: b0a77a8e26
Author: martii <m4rtii@gmx.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
2014-03-01 21:14:15 +01:00
martii
b7e75976da CNeutrinoApp::SetChannelMode: adjust to live channel instead of a semi-random one at startup
Origin commit data
------------------
Commit: 26aecaf408
Author: martii <m4rtii@gmx.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
2014-03-01 21:12:17 +01:00
[CST] Focus
cc6c0ec9cc zapit/src/getservices.cpp: try to add workaround for reported bug,
under some circumstances sat name= written to services instead of cable name=.
Real bug reason unknown yet


Origin commit data
------------------
Commit: 3a4b873b88
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-28 (Fri, 28 Feb 2014)
2014-02-28 13:56:57 +04:00
[CST] Focus
731b6e53e4 zapit/src/getservices.cpp: fix missed DVB-T footer
Origin commit data
------------------
Commit: b322403f19
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-19 (Wed, 19 Feb 2014)
2014-02-28 13:44:23 +04:00
[CST] Focus
b813b4858b gui/streaminfo2.cpp: fix DVB-T label
Origin commit data
------------------
Commit: 196fcc397b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-19 (Wed, 19 Feb 2014)
2014-02-28 13:44:23 +04:00
[CST] Focus
6bd5c2d6ab gui/scan_setup.cpp: fix DVB-T frontend labels
Origin commit data
------------------
Commit: a26af0104b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-19 (Wed, 19 Feb 2014)
2014-02-28 13:44:23 +04:00
martii
3de17ab0fe gui/streaminfo2: fix DVB-T label
Conflicts:
	data/locale/deutsch.locale


Origin commit data
------------------
Commit: aee3647fef
Author: martii <m4rtii@gmx.de>
Date: 2013-06-01 (Sat, 01 Jun 2013)
2014-02-28 13:44:23 +04:00
Stefan Seyfried
02fc993e74 scansetup: add DVB-T
Conflicts:
	src/gui/scan_setup.cpp
	src/gui/scan_setup.h


Origin commit data
------------------
Commit: 1a4f65302e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-12 (Sun, 12 May 2013)
2014-02-28 13:44:22 +04:00
Stefan Seyfried
2bfe31821f getservices: add code for DVB-T
Conflicts:
	src/zapit/src/getservices.cpp


Origin commit data
------------------
Commit: 8415c345b8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-12 (Sun, 12 May 2013)
2014-02-28 13:44:22 +04:00
Stefan Seyfried
db70ca7e01 frontend: add helpers for DVB-T
Conflicts:
	src/zapit/include/zapit/femanager.h
	src/zapit/src/femanager.cpp


Origin commit data
------------------
Commit: 1486109a28
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-11 (Sat, 11 May 2013)
2014-02-28 13:44:22 +04:00
Stefan Seyfried
fcf785599d add basic support for DVB-T
This needs more fine tuning wrt scan setup etc, but should work for now.

Conflicts:
	data/Makefile.am
	data/locale/english.locale
	src/gui/scan.cpp
	src/gui/scan_setup.cpp
	src/neutrino.cpp
	src/zapit/include/zapit/getservices.h
	src/zapit/src/frontend.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/transponder.cpp


Origin commit data
------------------
Commit: 5f4c1b986c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-07 (Sun, 07 Oct 2012)
2014-02-28 13:44:22 +04:00
Michael Liebmann
68844defe1 CPluginList::exec: Add CRCInput::RC_setup to exit all menus
Origin commit data
------------------
Commit: c745b636f8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-28 (Fri, 28 Feb 2014)
2014-02-28 00:04:08 +01:00
Michael Liebmann
9e820bc45f CLuaInstance: Add has_shadow and window colors to cwindow.new
Origin commit data
------------------
Commit: 8d1e6b1e00
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-27 (Thu, 27 Feb 2014)
2014-02-27 22:52:02 +01:00
vanhofen
f601b078af cables.xml: update unitymedia as suggested by OneOfNine
Origin commit data
------------------
Commit: 3ae6f13202
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-02-26 (Wed, 26 Feb 2014)

Origin message was:
------------------
- cables.xml: update unitymedia as suggested by OneOfNine
2014-02-26 21:03:46 +01:00
Michael Liebmann
e39a1c6264 CLuaInstance: Add DECODE_HTML flag to ctext.new for decode html string
- Use function htmlEntityDecode()


Origin commit data
------------------
Commit: a250436d29
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-26 (Wed, 26 Feb 2014)
2014-02-26 10:11:40 +01:00
Michael Liebmann
77f8ef3aa3 src/system/helpers.cpp: Add htmlEntityDecode() for decode html string
Origin commit data
------------------
Commit: 0028ad0d9b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-26 (Wed, 26 Feb 2014)
2014-02-26 10:11:40 +01:00
Michael Liebmann
4e6195aabe src/system/helpers.cpp: Add str_replace() function
Origin commit data
------------------
Commit: 21f7c930ae
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-26 (Wed, 26 Feb 2014)
2014-02-26 10:11:40 +01:00
Michael Liebmann
a633413936 Update deutsch.locale
Origin commit data
------------------
Commit: d750c9e0f9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-26 (Wed, 26 Feb 2014)
2014-02-26 10:11:40 +01:00
Michael Liebmann
feb15dd9a5 neutrino: Use uint32_t again for neutrino_msg_t & neutrino_msg_data_t
Origin commit data
------------------
Commit: 6d18d1cfa1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
2014-02-25 19:05:28 +01:00
[CST] Focus
b66fd564ae deutsch, english, nederlands locale: little change for twin, independent modes:
TWIN meant for TWIN LNB, independent also suitable for monoblock


Origin commit data
------------------
Commit: 8beb80c246
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
2014-02-25 18:59:21 +04:00
[CST] Bas
76fedd3e74 nederlands.locale: fix spelling error.
Origin commit data
------------------
Commit: b8d5a61c1d
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
2014-02-25 18:56:45 +04:00
[CST] Bas
a21e3d92ce nederlands.locale: fix some weird characters that were supposed to be newlines.
Origin commit data
------------------
Commit: 9805f0abb7
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
2014-02-25 18:56:39 +04:00
[CST] Focus
cee449e244 src/Makefile.am: fix -liconv
Origin commit data
------------------
Commit: 3f7e757dca
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
2014-02-25 17:22:59 +04:00
[CST] Focus
80e2fbf184 gui/movieplayer.cpp: add text subtitles charset select and conversion
Origin commit data
------------------
Commit: c4f4babb6f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
2014-02-25 16:48:55 +04:00