[CST] Focus
476f6f8da9
locals: add locale for rotor options menu hints
2014-03-06 16:09:10 +04:00
[CST] Focus
a3f4cbaa90
gui/miscsettings_menu.cpp: remove global rotor_swap option
2014-03-06 16:09:09 +04:00
[CST] Focus
929eb86760
gui/scan_setup.cpp, gui/motorcontrol.cpp: use per frontend rotor swap option
2014-03-06 16:09:09 +04:00
[CST] Focus
af99ce3a28
zapit/src/femanager.cpp: add per frontend rotor swap option
2014-03-06 16:09:09 +04:00
[CST] Focus
1b450382e6
zapit/data/frontend.conf: remove config for fe1
2014-03-06 16:09:09 +04:00
svenhoefer
a05121d9b7
- user_menue.cpp: whitespace cleanup
2014-03-06 12:56:24 +01:00
svenhoefer
7c19f53e4b
- user_menu: add some pointers to delete
2014-03-06 12:45:48 +01:00
svenhoefer
ea89eae41e
- hdd_menu: fix hdd_sleep 'off'
2014-03-06 09:59:18 +01:00
Thilo Graf
e6a004be87
CComponents: remove error message.
...
Log output should be enough.
2014-03-05 12:10:17 +01:00
M. Liebmann
8505e1c6d7
CTimerList: Fix eventType CTimerd::TIMER_EXEC_PLUGIN
2014-03-04 07:17:41 +01:00
M. Liebmann
d1b8246316
CComponents: More precise error message (commit f813b9e
)
2014-03-03 20:20:57 +01:00
M. Liebmann
c0245159f4
CPluginList: Supplement to commit cf43a6f
(RC_setup for exit all menus)
2014-03-03 20:20:57 +01:00
M. Liebmann
409df1b809
src/system/helpers.cpp - htmlEntityDecode(): Add various html codes
2014-03-03 20:20:57 +01:00
[CST] Focus
06f31f9655
zapit/src/femanager.cpp: add have_rotor flag, limit check for the same
...
position to frontend with configured rotor (usals or rotor positions enable).
this should allow TWIN multisat setups
2014-03-03 15:07:40 +04:00
[CST] Focus
33caf8edca
Revert "deutsch, english, nederlands locale: little change for twin, independent modes:"
...
This reverts commit 8beb80c246
.
2014-03-03 15:07:40 +04:00
[CST] Focus
651c7e5426
zapit/src/femanager.cpp: determine if master has loop-linked frontends at link time
2014-03-03 15:07:40 +04:00
Thilo Graf
23d7b62cf0
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.
2014-03-03 09:43:39 +01:00
Thilo Graf
4a76ca953e
cc_types.h: add forward declaration for CComponentsForm()
...
required for parameter in CComponentsItem constructors
2014-03-03 08:54:11 +01:00
Thilo Graf
2fade10a11
CComponentsPicture: add comment to isPicPainted()
...
Not to confuse with isPainted(). Because isPicPainted() is related to
internal image.
2014-03-03 08:54:11 +01:00
Thilo Graf
a33cad448a
CComponentsItem: add methodes to set width and height via percent value
...
Percent value is related to current screen or parent size
2014-03-03 08:54:10 +01:00
Thilo Graf
9b18d0cf5b
CComponentsItem: comments corrected
2014-03-03 08:54:10 +01:00
Thilo Graf
8a897103ac
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.
2014-03-03 08:54:10 +01:00
Thilo Graf
38dffb8456
CComponentsItem: add members to set item position via percent value
2014-03-03 08:54:10 +01:00
Thilo Graf
8a39f01a79
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.
2014-03-03 08:54:10 +01:00
Thilo Graf
c34f25bb7d
CComponentsInfoBox, CComponentsPicture: add overloaded members setPicture()
2014-03-03 08:54:09 +01:00
Thilo Graf
f2bfa22159
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.
2014-03-03 08:54:09 +01:00
Thilo Graf
f813b9ea98
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
2b65f1d1b3
CComponentsFrmClock: remove statement
...
stopThread() is doing check against NULL itself
2014-03-03 08:54:09 +01:00
Thilo Graf
c6db496de6
CComponentsFrmClock: change wording of comment, was unsuituable
2014-03-03 08:54:08 +01:00
martii
cf43a6f2a6
gui/pluginlist: drop custom menu implementation
...
(but use the menu-hint as plugin-description)
2014-03-02 23:00:30 +01:00
martii
eb206ae523
gui/widget/menue, gui/osdlang_setup: drop CMenuOptionLanguageChooser class
2014-03-02 21:31:26 +01:00
FlatTV
c161760670
cYTFeedParser: Fix decodeVideoInfo()
2014-03-02 12:58:41 +01:00
M. Liebmann
3fa31ef441
CLuaInstance: Add footer_height function
2014-03-02 12:58:41 +01:00
svenhoefer
4b5242c254
- plugins: cleanup
...
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
2014-03-02 00:43:59 +01:00
svenhoefer
580fcc97e5
- fix (and enable) one-key-plugin; fix movieplayer-plugin
2014-03-01 23:33:45 +01:00
svenhoefer
fd063bbd96
gui/zapit_setup: add initial channel list mode options (MenuOptionChooser fix)
2014-03-01 21:45:19 +01:00
Stefan Seyfried
04fd8c277c
my_popen: fix indentation
2014-03-01 21:17:56 +01:00
Stefan Seyfried
64a61f5aa2
hdd_menu: better error message
...
...when trying to check unsupported file system type
2014-03-01 21:17:11 +01:00
Stefan Seyfried
a25bc90d7b
hdd_menu: improve error resilience in getFmtType()
2014-03-01 21:16:29 +01:00
martii
dbdf6b6afe
gui/zapit_setup: add initial channel list mode options (locale fix)
2014-03-01 21:14:52 +01:00
martii
b0a77a8e26
gui/zapit_setup: add initial channel list mode options
2014-03-01 21:14:15 +01:00
martii
26aecaf408
CNeutrinoApp::SetChannelMode: adjust to live channel instead of a semi-random one at startup
2014-03-01 21:12:17 +01:00
[CST] Focus
3a4b873b88
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
2014-02-28 13:56:57 +04:00
[CST] Focus
b322403f19
zapit/src/getservices.cpp: fix missed DVB-T footer
2014-02-28 13:44:23 +04:00
[CST] Focus
196fcc397b
gui/streaminfo2.cpp: fix DVB-T label
2014-02-28 13:44:23 +04:00
[CST] Focus
a26af0104b
gui/scan_setup.cpp: fix DVB-T frontend labels
2014-02-28 13:44:23 +04:00
martii
aee3647fef
gui/streaminfo2: fix DVB-T label
...
Conflicts:
data/locale/deutsch.locale
2014-02-28 13:44:23 +04:00
Stefan Seyfried
1a4f65302e
scansetup: add DVB-T
...
Conflicts:
src/gui/scan_setup.cpp
src/gui/scan_setup.h
2014-02-28 13:44:22 +04:00
Stefan Seyfried
8415c345b8
getservices: add code for DVB-T
...
Conflicts:
src/zapit/src/getservices.cpp
2014-02-28 13:44:22 +04:00
Stefan Seyfried
1486109a28
frontend: add helpers for DVB-T
...
Conflicts:
src/zapit/include/zapit/femanager.h
src/zapit/src/femanager.cpp
2014-02-28 13:44:22 +04:00