Thilo Graf
f26103cd65
CTextBox: More precise function description
...
Note: In this context i noticed, it seems method getRenderWith()
in Fontrender class returns wrong values with
BOLD font types. It would be nice if anybody could
verify this possible bug. If I see that correctly,
we should fix this.
2016-12-21 11:08:47 +01:00
Thilo Graf
9839db9729
CVolumeHelper: remove unnecessary reinit of font
...
Is already done in previous block.
2016-12-21 10:19:35 +01:00
TangoCash
1ea12764da
volumebar font reset after change (thx dboxoldie)
...
to avoid segfault
Signed-off-by: Thilo Graf <dbt@novatux.de >
picked from Duckbox-Developers/neutrino-mp-cst-next
4365761b2a47e12666154821c2ce982f74ef0627
needs supplements
2016-12-21 10:13:48 +01:00
Jacek Jendrzej
c868ad5300
src/gui/timerlist.cpp init changed
2016-12-20 22:03:43 +01:00
Jacek Jendrzej
20268781e3
lib/libtuxtxt/tuxtxt_common.h fix out of bounds
2016-12-20 16:35:43 +01:00
svenhoefer
52ad1f76c2
- cc_frm_scrollbar: use SCROLLBAR_WIDTH define
2016-12-20 10:26:59 +01:00
svenhoefer
97cfb36041
- menue: use SCROLLBAR_WIDTH define
2016-12-20 10:26:59 +01:00
svenhoefer
e427ae5bf6
- settings-h: add SCROLLBAR_WIDTH define
2016-12-20 10:26:59 +01:00
svenhoefer
8faaec552a
- personalize: pluralize 'usermenu' item; these are 'usermenus'
2016-12-18 22:20:12 +01:00
Thilo Graf
239496c207
CComponentsHeader: ensure to have correct font instances after changed font
...
On possible changed font settings, font objects can be invalid and
we have a crash. With this fix it's possible, that
CNeutrinoApp::setupFont() method clean up header font object itself.
2016-12-18 20:30:41 +01:00
svenhoefer
7e077bb7ee
- screensaver: fix clock positions
2016-12-18 01:22:24 +01:00
Thilo Graf
2e2d0d6b19
CTestMenu: edd expanded sample for blinking items with syncroinized effect
2016-12-17 22:39:15 +01:00
Thilo Graf
f7ad79c371
CCDraw: add overloaded version of paint Blink()
...
It's useful to have synchronized timer for more than one item.
2016-12-17 22:39:15 +01:00
Thilo Graf
644e8196db
CMenuWidget: add external methode to paint scrollbar
2016-12-17 22:39:14 +01:00
svenhoefer
d513480354
- moviebrowser: reset filter at startup if filter-directory not exists ...
...
to avoid a wrong display in footer
2016-12-16 23:13:43 +01:00
svenhoefer
615c4f360a
- moviebrowser: fix crash; disable non-existing movie directories
2016-12-16 22:23:38 +01:00
svenhoefer
4fc60600f7
- locale: right names for timerlist repeat-hints
2016-12-16 20:32:09 +01:00
svenhoefer
38c621ad5e
- cc_frm_scrollbar: fix offsets; use OFFSET defines
2016-12-16 09:03:07 +01:00
svenhoefer
c3439ad09d
- cc_frm_scrollbar: set default height to 0
2016-12-16 09:03:07 +01:00
svenhoefer
5b3d451551
- helpbox: avoid artificially offsets
2016-12-16 09:03:07 +01:00
svenhoefer
b46a35cdf4
- cc_frm: avoid artificially offsets
2016-12-16 09:03:07 +01:00
Thilo Graf
689866c872
CCDraw: reduce debug spam
2016-12-15 22:02:21 +01:00
Thilo Graf
6dda28d612
CComponentsScrollBar: fix pos and use current width to set height of arrows
...
This fix size and position and dimensions of arrows.
2016-12-15 21:56:41 +01:00
Thilo Graf
1d541834b1
CComponentsScrollBar: use corner settings for scrollbar body
2016-12-15 16:53:32 +01:00
Thilo Graf
728b95ac1c
CComponentsScrollBar: add easy to handle scrollbar methode
2016-12-15 16:53:25 +01:00
svenhoefer
a4b4f26ad9
- doc: remove outdated ir.html
2016-12-15 14:00:45 +01:00
svenhoefer
69edfcd244
- doc: remove outdated nhttpd changelog
2016-12-15 14:00:45 +01:00
svenhoefer
6b084689b4
- move nhttdp-documentation to /doc-directory
2016-12-15 14:00:45 +01:00
svenhoefer
48d0c1321d
- configure.ac: sort Makefiles alphabetically
2016-12-15 14:00:45 +01:00
svenhoefer
29847283ad
- yWeb: move data from /src to /data
2016-12-15 14:00:45 +01:00
svenhoefer
fdca96f7db
- yWeb: fix extentions-url to (still empty) gui-yweb repository
2016-12-15 11:37:57 +01:00
Thilo Graf
c5f1a03a31
CNeutrinoApp: simplify shutdown message handling
...
Usage of only one cancel button is more plausible.
'cancel' means cancel this action. And not more!
2016-12-14 22:50:37 +01:00
Thilo Graf
ab8aa77687
CComponentsHeader: fix font and height handling
...
Font was not changeable. setCaptionFont() was without effect.
2016-12-14 16:21:15 +01:00
svenhoefer
8dcaad4f07
- usermenu: add brackets to code; fix compilation
2016-12-13 12:32:00 +01:00
svenhoefer
b22b276d18
- settings.h: completion of e0f860664c
2016-12-13 11:10:58 +01:00
svenhoefer
e0f860664c
- usermenu: sort/cleanup code by items; just code cosmetics
2016-12-13 10:53:24 +01:00
Thilo Graf
bd75701fc3
CHintBox: fix timeout comparsion
...
default timeout was not defined
2016-12-12 21:37:17 +01:00
Thilo Graf
b273334f46
CRecordManager: use default timeout from settings
2016-12-12 21:37:17 +01:00
Thilo Graf
8eae5c5d09
CNeutrinoApp: use default timeout from settings
2016-12-12 21:37:17 +01:00
Jacek Jendrzej
af9c914013
fix next epginfo and sat/freq info for webtv
2016-12-12 17:20:48 +01:00
svenhoefer
aa9417a550
- infoviewer_bb: remove broken code around left/right handling in ca_bar
...
This code wasn't used anymore since years.
2016-12-12 11:15:14 +01:00
svenhoefer
6b4ef6d3f8
- channellist: try to fix right status-icon alignment
2016-12-12 08:30:22 +01:00
GetAway
0330515abc
pzapit: add -lockrc/-unlockrc options; port from martii
...
I've pulled it from Duckbox-Developers/neutrino-mp-cst-next
and modified it to work
2016-12-11 20:20:02 +01:00
Thilo Graf
864cda9cfc
CTestMenu: add sample to visualize current running records
2016-12-10 00:19:16 +01:00
Thilo Graf
cddf1835b5
CTextBox: try to fix getMaxLineWidth() methode
...
If found no linebreak, return value could be too small.
Space char simulates a line termination as a workaround to get
largest possible width.
2016-12-09 21:32:58 +01:00
Jacek Jendrzej
2649e909df
src/gui/osd_setup.cpp fix menu item (possible segfault)
2016-12-09 16:16:02 +01:00
svenhoefer
3b3af8a6d2
- msgbox: remove obsolete include
2016-12-08 18:05:31 +01:00
svenhoefer
62b8faf19c
- settings.h: add OFFSET_INNER_NONE define
2016-12-08 17:55:27 +01:00
svenhoefer
cc338db273
- widgets: remove obsolete drawable wrapper sources
2016-12-08 17:49:47 +01:00
Jacek Jendrzej
f7cfe0256b
src/gui/timerlist.cpp dont check empty timerlist
2016-12-08 16:16:57 +01:00