Commit Graph

8559 Commits

Author SHA1 Message Date
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
svenhoefer
74c54d885a - timerlist: remove menu button from footer; is available in header too 2016-12-08 13:41:38 +01:00
Thilo Graf
f8b295b818 CTimerList: remove timeout for delete warning
Timeout for deletions are not a really good idea. This should be
controlled by user and it should be durable visualized what
he just is doing.
2016-12-08 12:54:37 +01:00
Thilo Graf
36e1a98a1d CMsgBox: rework result values
Makes it possible to use bit operators. Current available
compare operations still should be compatible.
In case not please report to fix!
2016-12-08 12:54:37 +01:00
Thilo Graf
4382daf5e4 Message timeout: try to fix timeout defines
Some parameters were confused.
2016-12-08 12:54:37 +01:00
Thilo Graf
bd5e82fdc4 CCDraw: try to avoid rendering with bad dimensions 2016-12-08 09:33:40 +01:00
svenhoefer
9fe560fa53 - bouquetlist: fix round corners of selected item 2016-12-08 00:36:26 +01:00
svenhoefer
8be61c8763 - bouquetlist: fix initialisation of empty sting 2016-12-07 16:46:24 +01:00
svenhoefer
0dc0789de8 - rename BUTTON_TOP to BUTTON_UP; it isn't a top-button 2016-12-07 15:37:03 +01:00
svenhoefer
0842a7ac35 - bouquetlist: add "menu", "left" and "right" context buttons to header 2016-12-07 15:24:45 +01:00
svenhoefer
3d78174b8f - cc_frm_header: show left button before the right one 2016-12-07 15:24:45 +01:00
svenhoefer
d5ca9aa0bd - icons: move icons into categorized subdirectories 2016-12-07 10:36:47 +01:00
Jacek Jendrzej
f5e00f277a src/zapit/src/femanager.cpp init sat_config_t delsys 2016-12-06 15:49:36 +01:00
Thilo Graf
5dacec7dee CMovieBrowser: remove context menu button
I forgot, it's already in footer
2016-12-06 12:17:04 +01:00
TangoCash
0c4c90bf2e cc_frm correct scroll direction if more than 2 pages (thx dbo)
Signed-off-by: Thilo Graf <dbt@novatux.de>

picked from:
	github.com/TangoCash/neutrino-mp-cst-next
commit:
	abce1c6be4bae17f343d3ff878670184708aa185
2016-12-06 11:34:59 +01:00
Thilo Graf
bb895befef CMovieBrowser: add missing context buttons
No user can see anything about available submenu and help window,
because access to help via submenu is not longer possible
since 21ed22cb6e
2016-12-06 11:34:59 +01:00
svenhoefer
9d949c7074 - eventlist: fix icon-alignment ...
some small text-alignment fixes; use OFFSET defines
2016-12-06 09:54:56 +01:00
M. Liebmann
2045e91c47 MoviePlayer: Rework enable/disable of osd time, file time and mute icon 2016-12-05 15:54:56 +01:00
M. Liebmann
fd21f57406 Sort locales 2016-12-05 15:54:56 +01:00
svenhoefer
ca53cbeb53 - locale: typo; we shouldn't open Manu XD 2016-12-05 12:46:01 +01:00
svenhoefer
69e34a3020 - locale: more movieplayer additional help text 2016-12-05 12:46:01 +01:00
svenhoefer
1b42318a2a - helpbox: allow multi-line lines 2016-12-05 12:46:01 +01:00
Thilo Graf
05bbf4d9b5 Helpbox: add doc
Doc was missed.
2016-12-05 10:02:10 +01:00
svenhoefer
5ad794e004 - movieplayer: rework help; use rc_help to show help 2016-12-05 00:50:39 +01:00
svenhoefer
c901dff079 - helpbox: fix height of CComponentsText element 2016-12-05 00:50:39 +01:00
svenhoefer
6094bd7209 - helpbox: fix icon alignment 2016-12-05 00:50:39 +01:00
svenhoefer
21ed22cb6e - moviebrowser: rework help ...
* remove from menu; this breakes menu's logic (rc_help is to switch hints)
* use rc_help to show help window
* rework content
2016-12-04 22:44:44 +01:00
svenhoefer
ce82966c75 - helpbox: some reworks ...
* rename line_space to line_height
* separators uses half line height
* add getLineHeight() function
* small cleanups
2016-12-04 22:08:44 +01:00