Commit Graph

205 Commits

Author SHA1 Message Date
Michael Liebmann
b5d1322617 CMenuForwarder: Use std::string (not pointer to std::string or char) for option 2013-07-04 02:05:33 +02:00
Michael Liebmann
4003d5f434 CMenuWidget: fix simplified up/down code
- supplement to c5186c82dd
2013-07-01 12:49:37 +02:00
Stefan Seyfried
ecef1e8ab8 CMenuWidget: fix simplified up/down code 2013-06-20 12:13:54 +02:00
Stefan Seyfried
c5186c82dd CMenuWidget: simplify up/down selection code 2013-06-20 12:13:04 +02:00
Stefan Seyfried
4774366474 menu: fix artifacts on page change 2013-06-20 12:12:29 +02:00
Stefan Seyfried
ed039d6ba9 menu: make page_start[] int, avoids lots of casts 2013-06-20 12:11:45 +02:00
[CST] Focus
4850e6d77a set infobox color to COL_MENUCONTENTDARK_PLUS_0:
same color as main window looks boring, probably make sense to add color config option for this
2013-06-10 15:59:21 +04:00
svenhoefer
07b4716ebf - menue-widget: set header-offset and align sub-headers 2013-05-30 23:06:27 +02:00
svenhoefer
6c41ffbe47 - neutrino: don't save screen while paint headers 2013-05-28 10:42:39 +02:00
svenhoefer
d3f259444e - menue-widget: using CComponentsHeader to paint header 2013-05-28 02:16:38 +02:00
Jacek Jendrzej
3a62b97fcb supplement to 28198dc320 2013-05-10 13:43:23 +02:00
Jacek Jendrzej
28198dc320 CMenuWidget::paintItems: clean only last multipage menu 2013-05-09 13:10:23 +02:00
Jacek Jendrzej
6f552797b4 src/gui/widget/menue.cpp: don't paint icon if no space for this 2013-04-29 21:08:44 +02:00
[CST] Focus
8bb70d1ab3 Merge branch 'pu/cc' into next-cc
Conflicts:
	acinclude.m4
	data/locale/deutsch.locale
	data/locale/english.locale
	src/driver/volume.cpp
	src/eitd/SIlanguage.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp
	src/gui/bouquetlist.cpp
	src/gui/channellist.cpp
	src/gui/eventlist.cpp
	src/gui/osd_setup.cpp
	src/gui/scan.cpp
	src/gui/scan.h
	src/gui/test_menu.cpp
	src/gui/timeosd.cpp
	src/gui/widget/progressbar.cpp
	src/gui/widget/progressbar.h
	src/neutrino.cpp
	src/nhttpd/yconfig.h
2013-04-17 13:32:12 +04:00
svenhoefer
4714a30f83 - strech most windows to full screen
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on

Conflicts:
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp
2013-04-01 15:42:38 +04:00
[CST] Focus
f21b291fcd gui/widget/menue.cpp: fix CMenuForwarderNonLocalized::getWidth 2013-03-29 17:12:23 +04:00
svenhoefer
759966f935 - strech most windows to full screen
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
2013-03-25 09:45:22 +01:00
Thilo Graf
7ac1550277 CMenuWidget: branch devel_cc Fix merge errors
Some braces were lost during the last merges.
2013-03-06 11:28:16 +01:00
Thilo Graf
7df6748f74 CMenuWidget: set frame thickness
default value in CComponentsInfoBox is inherit from CComponentsContainer
and =0, baut we need =2
2013-03-06 11:27:55 +01:00
Thilo Graf
12cb192341 CMenuWidget: init instance of CComponentsDetailsLine in constructor 2013-03-06 11:27:55 +01:00
Thilo Graf
232933f9fc CComponentsInfoBox: create instance of CComponentsInfoBox in constructor 2013-03-06 11:27:55 +01:00
micha-bbg
2101a32862 * CMenuWidget: Use removeLineBreaks() in paintHint() 2013-03-06 11:27:54 +01:00
micha-bbg
ff12f2b5b5 CMenuWidget: Remove line breaks from hint text
- Add font to Constructor & setText()
- remove CTextBox::AUTO_HIGH
2013-03-06 11:27:54 +01:00
Thilo Graf
53ff9cdddf CMenuWidget: implement CComponentsInfoBox functionality for text and icon 2013-03-06 11:27:53 +01:00
Thilo Graf
b0f9cde09f CMenuWidget: adapt for last changes in CComponents 2013-03-06 11:27:52 +01:00
Thilo Graf
9027ac6fba CMenuWidget: define system colors during runtime 2013-03-06 11:27:51 +01:00
Thilo Graf
485dca43e2 CComponents: add more basic members and sub classes
- change default colors for info box
- add member methode to synchronize system colors
- add class CComponentsShapeCircle
- add class CComponentsShapeSquare
- add sub class CComponentsPIP
2013-03-06 11:27:51 +01:00
Thilo Graf
03d276d90a CMenuWidget: adapt to current CComponentsInfoBox changes 2013-03-06 11:27:51 +01:00
Thilo Graf
ec2c78537c *menu.cpp: refresh radius settings
Changed corner settings in osd setup
have no effect in unchanged menu widget instances.
2013-03-06 11:27:50 +01:00
[CST] Focus
e178488bf4 gui/widget/menue.cpp: dont allow to exec non-active item -
in case old, selected, was disabled
2013-01-09 16:19:08 +04:00
[CST] Focus
6ea053c2e9 gui/widget/menue.cpp: fix hintbox color if theme changed;
fix hint paint for page-up button
2012-11-21 20:37:54 +04:00
[CST] Focus
405ac286e3 gui/widget/menue.cpp:
always call paintHint(-1) in hide() to clear hintbox;
comment additional hintbox w/h from full_width/full_height - CComponents should clear itself;
dont always save/restore menu hint screens - why it was enabled ??
comment GenericMenuBack->setHint() in ::exec - checkHints() do the same
2012-10-19 19:30:28 +04:00
satbaby
e45aa72605 moviebrowser.cpp: -fix2 vfd 2012-09-14 20:12:04 +02:00
satbaby
a3bfab0bcd remove doubles include 2012-09-11 20:31:33 +02:00
satbaby
7359504dd7 -fixes strncpy & buf size 2012-08-07 18:51:44 +02:00
micha-bbg
bc8128d8d7 * CComponentsInfoBox: Small display bug fixed 2012-07-25 04:37:01 +01:00
[CST] Focus
04f1e9c3f2 gui/widget/menue.cpp: disable 'back' hint, if no other hints present 2012-07-24 15:13:18 +04:00
micha-bbg
1511edb51e * src/gui/widget/menue.cpp: Comment paintHint debug output 2012-07-23 23:49:03 +01:00
micha-bbg
a5d8bd4e13 * CComponentsInfoBox: Switch parameter h and w in constructor 2012-07-22 17:16:37 +01:00
micha-bbg
ecadf79a8f * Correct restore the screen to exit menu 2012-07-22 17:16:37 +01:00
micha-bbg
1a654403cc * CComponentsInfoBox: save/restore screen
- Own save/restore screen routine
- Shadow can be switched off
- Small fixes
2012-07-22 17:16:37 +01:00
Thilo Graf
bc01ed9a86 *components: add members for generic paint, hide and restore items 2012-07-22 17:16:36 +01:00
Thilo Graf
084fb88f50 *menu: ensure also correct x-position of details line
It's possible that x pos is changeing during runtime
2012-07-22 17:16:36 +01:00
[CST] Focus
2a0c197c1f src/gui/widget/menue.cpp: fix crash, if class inherit from CMenuWidget
i.e. CFileChooser
2012-07-19 17:35:23 +04:00
[CST] Focus
e52367edd8 gui/widget/menue.cpp: dont repaint menu on help key, if no hints 2012-07-19 17:30:53 +04:00
[CST] Focus
4046849a9e Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++ 2012-07-18 16:01:57 +04:00
[CST] Focus
00f77bec3d gui/widget/menue.cpp: paint body without head;
disable menu name display on VFD - it overwritten by option name anyway;
little cleanup
2012-07-18 16:01:48 +04:00
micha-bbg
301193ce01 * CComponentsInfoBox: missing shadow
- Removed wrong parameter 'rad' from function call CComponentsInfoBox
2012-07-17 21:36:57 +01:00
micha-bbg
ea33afbcf8 * Fix the position of CComponentsDetailLine 2012-07-17 20:52:55 +01:00
micha-bbg
fd1ec29d83 * Use CComponentsInfoBox for menu hint 2012-07-17 20:52:55 +01:00