Commit Graph

3932 Commits

Author SHA1 Message Date
satbaby
8a89f09e64 src/gui/zapit_setup.cpp: use COnOffNotifier 2012-11-09 13:45:57 +01:00
micha-bbg
11b2242d2e * CTextBox: Fix displayed text width in function setText() 2012-11-08 22:37:37 +01:00
Thilo Graf
08e66deb75 CTextBox: remove dub allocation of m_pcFontText 2012-11-08 22:37:18 +01:00
satbaby
0cce4b9c80 src/system/configure_network.cpp: use old startNetwork/stop 2012-11-08 20:08:17 +01:00
satbaby
0acc943a4f src/gui/miscsettings_menu.cpp: -add COnOffNotifier for EPG menu 2012-11-08 17:24:10 +01:00
satbaby
de5004bd86 Merge branch 'dvbsi++' of ssh://coolstreamtech.de/cst-public-gui-neutrino into dvbsi++ 2012-11-08 16:19:47 +01:00
[CST] Focus
7c27c08014 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++ 2012-11-08 19:14:35 +04:00
[CST] Focus
a2a6a7d5c8 driver/record.cpp: stop streaming before record start 2012-11-08 19:14:20 +04:00
[CST] Focus
e5a2b0336c neutrino.cpp: update for new streamts code,
keep stream running in soft-standby
2012-11-08 19:13:22 +04:00
[CST] Focus
ae6cbc9479 driver/streamts.cpp: replace old code with class,
support multi-client and multi-channel,
experimental / testing - please read comments at the top of driver/streamts.cpp
2012-11-08 19:10:37 +04:00
satbaby
a47c6593dc neutrino: -add save epg on stadbyOn/Off option 2012-11-08 13:35:00 +01:00
satbaby
299e20387d src/neutrino.cpp: -add lockStandbyCall 2012-11-08 12:24:23 +01:00
[CST] Focus
2b0f9efbc8 driver/record.cpp: use CGenPsi class 2012-11-08 15:09:10 +04:00
[CST] Focus
0578ef7c30 driver/Makefile.am: replace genpsi.c with genpsi.cpp 2012-11-08 15:08:41 +04:00
[CST] Focus
861a5a4a51 driver/genpsi.cpp: replace old code with class 2012-11-08 15:08:08 +04:00
[CST] Focus
01383e083d gui/start_wizard.cpp: move initial settings question before calling scan setup 2012-11-07 20:50:18 +04:00
[CST] Focus
02c3cfb173 driver/file.h: define __USE_FILE_OFFSET64 instead of error 2012-11-07 20:49:06 +04:00
[CST] Focus
7c311a7d97 zapit/src/capmt.cpp: disable capmt dump 2012-11-07 20:48:27 +04:00
svenhoefer
c9a6a8721b - stringinput.cpp: center NEUTRINO_ICON_NUMERIC_PAD horizontally 2012-11-07 13:49:01 +01:00
svenhoefer
d9625254e0 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++ 2012-11-07 13:04:52 +01:00
svenhoefer
6472840127 - network_setup.cpp: add more suitable hints to hostname-setup 2012-11-07 13:02:40 +01:00
Stefan Seyfried
f631c7b830 infoviewer: simplify and fix display of "HD" and "SD" icons 2012-11-07 09:48:27 +01:00
micha-bbg
0c84840e10 * Software Update with apply the settings (Part9)
- Functions now available for internet & local update.
- Rename writemtdExt() to applySettings()
2012-11-07 04:06:48 +01:00
snafed
e145f9a5e8 - add pictureviewer to info-key in audioplayer 2012-11-06 23:04:55 +01:00
svenhoefer, snafed
24ffee6bb2 - infoviewer_bb.cpp,h: fix determination of hdd-usage in thread 2012-11-06 22:05:45 +01:00
Stefan Seyfried
af1383229e neutrino: add feedback when entering or leaving standby
Leaving standby can take a few seconds until HDMI is reinitialized,
the frontend is tuned etc.
Add feedback on a frontpanel display to show that the box is alive.
2012-11-06 19:25:22 +01:00
Stefan Seyfried
8f2d77911f videosettings: only show 'TV SCART' if box has SCART
Boxes without hw_caps->has_SCART still showed an empty "TV
SCART" section. Remove the leftover menu separator line.
2012-11-06 19:07:13 +01:00
Thilo Graf
94a49e3a51 CTextBox: remove dub var
revert of 6016c60b4c
2012-11-05 22:04:42 +01:00
Thilo Graf
6016c60b4c CTextBox: fix build
merge error, max_width is not declared
2012-11-05 21:26:22 +01:00
Thilo Graf
694d995415 CMsgBox: fix build
merge error: mode is not declared
2012-11-05 21:26:22 +01:00
Thilo Graf
474a35a254 CTextBox: modified AUTO_WIDTH, add some printfs and comments
If is set m_nMaxWidth, then use this to calculate m_cFrameTextRel.iWidth.
To set m_nMaxWidth use setWindowMaxDimensions(width) and setText(maxwidth).
This should help, to paint text with clean linebreaks
into defined textboxes.
2012-11-05 21:26:22 +01:00
Thilo Graf
55bc93f642 *CMovieBrowser: apply CTextBox::TOP for movie infobox
Default align is centered and to beware the old window style must add
CTextBox::TOP
2012-11-05 21:26:22 +01:00
Thilo Graf
fee315f642 *CTextBox: add option BOTTOM
BOTTOM was missed
2012-11-05 21:26:22 +01:00
Thilo Graf
33e684bc20 *CTextBox: add optional text align TOP 2012-11-05 21:26:21 +01:00
Thilo Graf
c25edc0b74 *CTextbox: add text align option RIGHT
This supports paint of text on the right side of frame and
also considers scroll bar width.
2012-11-05 21:26:21 +01:00
Thilo Graf
c9472dc3f3 *CTextBox: set text y position depends of lines count
If we have only one line, text will be painted horizontal centered,
otherwise text begins on top of frame.
2012-11-05 21:26:21 +01:00
Thilo Graf
07fa858d6c *CTextBox: add missing textmode comments 2012-11-05 21:26:21 +01:00
Thilo Graf
130d7bf6c2 CTextbox: add members setWindowMaxDimensions, setWindowMinDimensions
so we can control max an mnin width and height
2012-11-05 21:26:21 +01:00
Thilo Graf
1244af4666 *CTextBox: fix freezes in channellist and bedit
refreshTextLineArray() was to much in reSizeMainFrameHeight() and
initFramesRel(), caused endless loops under certain circumstances
2012-11-05 21:26:21 +01:00
Thilo Graf
550300078e *CTextbox: add Member setWindowPos() 2012-11-05 21:26:21 +01:00
Thilo Graf
a7bdf41dfe *CTextBox: trivial change for better readability in initVar() 2012-11-05 21:26:20 +01:00
Thilo Graf
ed3be21ebd *CTextBox: add member initFramesAndTextArray(), move max_width into initVar
this combines initFramesRel() and	refreshTextLineArray()
2012-11-05 21:26:20 +01:00
Thilo Graf
57cb8cc3e0 *CTextBox: style, reworked statements for better readability 2012-11-05 21:26:20 +01:00
Thilo Graf
ad72c62471 *CTextBox: remove frameBuffer = NULL
already happens in initVar()
2012-11-05 21:26:20 +01:00
Thilo Graf
d7dc44146c *CTextBox: add missed init of lineBreakWidth
lineBreakWidth is not initialized, but some othe values also not defined,
here is seems somthing wrong
2012-11-05 21:26:20 +01:00
Thilo Graf
55896356f1 *CTextBox: move framebuffer define only into initVar
framebuffer = NULL was called in all constructors,
so it should be enough to define this only at one point.
2012-11-05 21:26:20 +01:00
Thilo Graf
323393548d *CTextBox: some small style clean ups for better readability 2012-11-05 21:26:19 +01:00
Thilo Graf
342fa5f88a *CTextBox/CMsgBox: reduce data type conflicts 2012-11-05 21:26:19 +01:00
Thilo Graf
d2b9429669 *CTextBox: add methodes setTextMode() and setBackGroundColor() 2012-11-05 21:26:19 +01:00
Thilo Graf
da63457eef *CMovieBrowser: set button yes in message box as default on delete ts file 2012-11-05 21:26:19 +01:00