Stefan Seyfried
7a3ac0a89a
videosettings: use standard values for tripledragon
2013-11-03 01:29:55 +01:00
svenhoefer
ad9e8e1ce3
- neutrino_menue: show always seperator line for secons section
2013-11-02 14:08:40 +01:00
svenhoefer
be1e8facac
- locales: more suitable locales for networkmenu.setuponstartup
2013-11-02 13:33:10 +01:00
svenhoefer
d976dbbba0
- deutsch.locale: add locales for wlan scan
2013-11-02 13:30:51 +01:00
Michael Liebmann
c9aa4bd707
deutsch.locale mainmenu.service/settings: Restore original values
2013-11-02 08:01:59 +01:00
[CST] Focus
22138336d4
src/gui/widget/stringinput.cpp: copy valueString to value in ::exec,
...
to follow extenal valueString updates
2013-11-01 16:43:06 +04:00
[CST] Focus
595c6a961b
src/gui/network_setup.cpp: add wlan scan
2013-11-01 16:43:06 +04:00
[CST] Focus
71510aa3f0
locals: add locales for wlan scan
2013-11-01 16:43:06 +04:00
[CST] Focus
7f01a5740d
add libiw to build
2013-11-01 16:43:06 +04:00
[CST] Focus
9a40a9f740
lib/libiw: add libiw from wireless tools v29, and wrapper to scan wlan networks
2013-11-01 16:43:06 +04:00
[CST] Focus
de8262f03f
gui/scan_setup.cpp: fix 96b7d939ca
,
...
do not show tuner name in tuner select menu for easymenu mode
2013-11-01 09:08:58 +04:00
[CST] Focus
694714b73e
gui/record_setup.cpp: fix double-blue key
2013-10-31 11:48:04 +04:00
[CST] Focus
b52d36ff54
zapit/src/femanager.cpp: set all cable tuner default mode to independent
2013-10-30 18:53:04 +04:00
[CST] Focus
74ba3ca979
gui/videosettings.cpp: add font scaling for easymenu mode
2013-10-30 18:49:41 +04:00
[CST] Focus
53b351fc2b
gui/update_menue.cpp: re-enable 'save current software' for easymenu mode
2013-10-30 18:49:11 +04:00
[CST] Focus
96b7d939ca
gui/scan_setup.cpp: add tuner type to tuner select menu
2013-10-30 18:44:48 +04:00
Thilo Graf
f9764e5e65
CMovieBrowser: force paint of background after show of movieinfo
...
Movieinfo text background was transparent after closed info message box and
reset of text causes a repaint.
see also:
http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/p158375-next-cc-branch/#post158375
2013-10-27 17:12:30 +01:00
Thilo Graf
5c7e926a86
CTextBox: fix repaint of background of textbox on scroll and changed text
...
suplement to ca22cb9241
2013-10-27 14:53:59 +01:00
Thilo Graf
6dd1da0628
revert 6ee7fac1a5
...
Was bad idea to rename. Other Classes can also inherit this. See CMenuTarget
2013-10-26 23:25:59 +02:00
Michael Liebmann
ca22cb9241
CTextBox: Fix background paint
2013-10-26 18:55:40 +02:00
Michael Liebmann
36e20a8535
Update deutsch.locale an fix sort order in english.locale
2013-10-26 18:55:40 +02:00
[CST] Focus
dd509ef0c2
gui/miscsettings_menu.cpp: add video.h header
2013-10-25 16:41:03 +04:00
[CST] Focus
7bf76aad3d
gui/scan_setup.cpp: fix broken zapit config for frontend setup
2013-10-25 16:17:55 +04:00
[CST] Focus
c437b8cf6a
gui/scan_setup.cpp: fix crashes due to move tuner setup;
...
auto-save settings;
re-order menu options;
should fix satSelect memleak
2013-10-25 15:51:34 +04:00
[CST] Focus
15c280b46a
gui/update_menue.cpp: cut update menu for easy mode
2013-10-25 15:49:51 +04:00
[CST] Focus
067891fe52
move tuner setup to Service menu
2013-10-25 14:27:38 +04:00
[CST] Focus
6b58f32c48
gui/personalize.cpp: fix memleak, fix warnings
2013-10-25 13:53:36 +04:00
[CST] Focus
606bd01878
as requested, implement 'easy' menu mode for novice users;
...
default behavior should not be changed, easy mode forced by /var/etc/.easymenu file inside image;
at the moment switch between modes is done by main menu -> 'stop' button -> enter pin code,
restart needed after mode switch
2013-10-25 13:03:26 +04:00
[CST] Focus
af49e54d22
driver/rcinput.cpp: increase neutrino.sock listen backlog -
...
try to avoid dead-lock on zap flood, when neutrino wait response for command,
while zapit try to send event to neutrino
2013-10-25 13:03:11 +04:00
Michael Liebmann
c9e48064d6
mtdutils: Add missing include paths
2013-10-25 06:29:45 +02:00
Thilo Graf
6ee7fac1a5
CComponents: rename hide() to hideCC()
...
There are too many name conflicts with hide-members in other classes.
2013-10-24 21:39:04 +02: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
ad630c5acb
CComponentsText: Add function getTextLinesAutoHeight()
...
- Function is used for determine the number of lines
in a text box in AUTO_HIGH mode.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2013-10-24 21:19:07 +02:00
Thilo Graf
64c6eb5945
CComponentsHeader: add possibility to modify text alignment
...
usable in header and its derived classes and in class CComponentsWindow
2013-10-24 21:19:07 +02:00
Thilo Graf
ad102b69fd
CComponentsHeader: use isAdded() to avoid add multiple items
2013-10-24 21:19:06 +02:00
Michael Liebmann
3d404afc7f
CTextBox: Add function getLinesPerPage()
...
- Add AUTO_LINEBREAK_NO_BREAKCHARS to textbox_modes for
auto linebreak without '-' and '.' char
2013-10-24 21:19:06 +02:00
Thilo Graf
5323e92a6f
CComponentsWindow: add member showHeader()
...
Provides show or hide window header
2013-10-24 21:19:06 +02:00
Thilo Graf
adba310c1c
CTextBox: ensure paint of text and background only if required
...
It's not new, but this involves also other properties,
like color or position...
It's possible that more properties are required, maybe needs to be watched
and evaluation of comparison might require further revisions.
2013-10-24 21:19:06 +02:00
Thilo Graf
9f150435a7
CChannelList: set some clock item properties in dependency from header
2013-10-24 21:19:06 +02:00
Thilo Graf
e613971c0d
CComponentsText: add member to get text color
2013-10-24 21:19:06 +02:00
Thilo Graf
1b0d4fdd05
CComponentsHeader: add member to get header text
2013-10-24 21:19:05 +02:00
svenhoefer
c239f7af95
- locale: remove confusing string 'squashFS'
2013-10-23 10:41:47 +02:00
Stefan Seyfried
39ff44e60d
only recreate rcsim.h if necessary
...
TODO: move it from source to object tree
2013-10-21 23:00:48 +02:00
Stefan Seyfried
d244a5991a
Merge branch 'check/next-cc'
...
Compiles on most platforms, starts. Not really tested.
Conflicts:
acinclude.m4
lib/libdvbsub/Makefile.am
lib/libtriple/Makefile.am
lib/libtuxtxt/Makefile.am
src/Makefile.am
src/create_rcsim_h.sh
src/daemonc/Makefile.am
src/driver/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/pictureviewer/Makefile.am
src/eitd/Makefile.am
src/gui/Makefile.am
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/streaminfo2.h
src/gui/update.cpp
src/gui/widget/Makefile.am
src/gui/widget/listbox.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/Makefile.am
src/rcsim.c
src/system/Makefile.am
src/zapit/src/Makefile.am
src/zapit/src/frontend.cpp
src/zapit/src/zapit.cpp
2013-10-21 22:58:55 +02:00
Michael Liebmann
df43ca24fa
CFrameBuffer: Fix query for Apollo hardware
2013-10-21 09:32:15 +02:00
Michael Liebmann
b3559e37f8
CComponentsItem: Remove parameter from function isAdded()
2013-10-21 09:32:15 +02:00
striper
b91960f82a
- zapit: only read sizeof(s) instead of fixed number
2013-10-20 21:07:59 +02:00
striper
920a119833
- zapit: memset info
2013-10-20 21:07:59 +02:00
striper
b2c37c556f
- tuxtxt: pageinfo = NULL
2013-10-20 21:07:59 +02:00
striper
80fbe7db4c
- fix annoying gui flickering when fading is activated on nevis
2013-10-20 21:07:59 +02:00