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
Thilo Graf
12e778773b
*user_menu: personalize also yellow and green buttons
2012-11-05 21:26:19 +01:00
Thilo Graf
69c22d1594
*CTextBox: remove printf
...
it' makes osd too slow
2012-11-05 21:26:18 +01:00
satbaby
4e3791be72
src/driver/streamts.cpp: use new instead of malloc
2012-11-05 16:48:41 +01:00
satbaby
80fe0c9307
src/gui/bouquetlist.cpp: close FAV window with rc-fav only in FAV mode
2012-11-05 16:45:34 +01:00
svenhoefer
b6535a4823
- satellites.xml: update astra 19.2
2012-11-05 14:06:24 +01:00
satbaby
926e0ce141
initialize not initialized var
2012-11-05 09:24:51 +01:00
satbaby
5e284c68c3
src/gui/epgview.cpp: further corrections for followlist
2012-11-04 22:13:36 +01:00
Stefan Seyfried
3ecbdb76c5
simple_display: replace umlauts with visible characters
...
The SPARK VFD/LED cannot display umlauts, so add a crude function that
replaces the most common ones with characters that can be displayed.
TODO: test on azboxme.
2012-11-04 18:42:59 +01:00
Stefan Seyfried
646c8351f4
hdd_menu: wait for HDD to be mounted by mdev after format
2012-11-04 14:49:38 +01:00
Stefan Seyfried
09498d8231
hdd_menu: replace check_and_umount() with umount_all()
...
create mount / umount functions which integrate well with
the preferred mdev-mount.sh method
2012-11-04 14:09:15 +01:00
Stefan Seyfried
d22a162f88
hdd_menu: allow hdd format if rootfs is on USB stick
2012-11-04 14:06:38 +01:00
satbaby
9cec234d73
src/driver/record.cpp: -fix auto_delete
2012-11-04 13:25:44 +01:00
Stefan Seyfried
684e9ce0f4
videosettings: simplify code for different platforms
...
make the videomode selection code more dynamic, the future
goal is to get rid of the #ifdefs and select available modes
at runtime
2012-11-03 23:07:21 +01:00
Stefan Seyfried
badf556cf6
videosettings: select more options based on hw_caps
2012-11-03 22:23:32 +01:00
Stefan Seyfried
5cb4f511db
zapit: silence valgrind warning in setFrontend()
2012-11-03 21:35:34 +01:00
Stefan Seyfried
18f4ec087e
zapit: disable unused config setting
2012-11-03 21:34:22 +01:00
Stefan Seyfried
a918f64bcf
epgview: don't paint out-of-bounds background box
2012-11-03 21:33:21 +01:00
Stefan Seyfried
84609f22ab
neutrino: wait for timerd to avoid race on startup
2012-11-03 21:26:44 +01:00
Stefan Seyfried
fa9f7f92ec
streamts: use demux(0) to fix streaming
2012-11-03 17:19:21 +01:00
Stefan Seyfried
7194ac346d
neutrino: fix segfault during startup when updating config
2012-11-03 16:25:17 +01:00
micha-bbg
01d44a6272
* Software Update with apply the settings (Part8)
...
- src/gui/ext_update.cpp: Use new instead of malloc
2012-11-03 16:19:29 +01:00
micha-bbg
7a5f5e8220
* Software Update with apply the settings (Part7)
...
- Clean osrelease at user defined kernelversion (THX snafed)
2012-11-03 16:19:29 +01:00
micha-bbg
f4f954415b
* Software Update with apply the settings (Part6)
...
- Use identifier '#:' for config vars in settingsupdate.conf
2012-11-03 16:19:29 +01:00
Stefan Seyfried
a41951961a
locale: fix(?) circular dep, don't install unmaintained locales
2012-11-03 14:15:43 +01:00
Stefan Seyfried
0a8ef1c058
SIevents: fix C++11 compiler warning
...
The slightly obscure code caused the following warning:
SIevents.cpp:280:148: warning: narrowing conversion of
‘tolower(((int)evt->descr_extended_event_header::
iso_639_2_language_code_lo))’
from ‘int’ to ‘char’ inside { } is ill-formed in C++11
[-Wnarrowing]
2012-11-03 14:06:41 +01:00
Stefan Seyfried
e0acbd3ddb
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
2012-11-03 14:05:48 +01:00
Stefan Seyfried
13714e7f36
rcsim: remove unused label
2012-11-03 12:52:23 +01:00
Stefan Seyfried
ad959d9e08
menuewidget: fix menu position code after last uncool merge
2012-11-03 12:33:52 +01:00
Stefan Seyfried
cc02aec30a
scan: make radar display more smooth
2012-11-03 12:33:16 +01:00
Stefan Seyfried
5707fb7104
scan: keep last found channel/prov on screen
2012-11-03 12:32:49 +01:00