Stefan Seyfried
ad959d9e08
menuewidget: fix menu position code after last uncool merge
2012-11-03 12:33:52 +01:00
Stefan Seyfried
7e23ac7223
Merge branch 'uncool/dvbsi++' commit '7ea3a20a808'
...
...needs buildfixing...
Conflicts:
data/Makefile.am
src/driver/volume.cpp
src/gui/infoviewer.cpp
src/gui/miscsettings_menu.cpp
src/gui/movieplayer.cpp
src/gui/scan.cpp
src/gui/widget/buttons.cpp
src/gui/widget/menue.cpp
src/gui/widget/stringinput.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/controlapi.cpp
src/system/setting_helpers.cpp
src/zapit/src/capmt.cpp
2012-11-03 10:45:33 +01:00
Stefan Seyfried
d5d136f6c1
add CRCInput::getKeyNameC to fix lifetime issues
...
in menu.cpp, getKeyName().c_str()'s destructor was already invoked
when the value was used, triggering a valgrind warning.
2012-10-31 22:52:12 +01:00
Stefan Seyfried
047223440b
CMenuWidget: fix width calculation for large menus
...
with small screen offsets, large menus could get too large for
the screen and displayed outside -> possible segfault
2012-10-31 21:17:40 +01: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
Stefan Seyfried
adb23b23ee
Merge branch 'uncool/dvbsi++' commit 'dc95ffa37c6'
...
...needs buildfixing...
Conflicts:
data/icons/shutdown.jpg
data/icons/start.jpg
lib/libtuxtxt/tuxtxt.h
src/driver/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/framebuffer.cpp
src/driver/record.cpp
src/driver/volume.cpp
src/gui/audio_setup.cpp
src/gui/audioplayer.cpp
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/filebrowser.cpp
src/gui/infoviewer.cpp
src/gui/keybind_setup.cpp
src/gui/miscsettings_menu.cpp
src/gui/movieplayer.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/update.cpp
src/gui/videosettings.cpp
src/gui/widget/menue.cpp
src/neutrino.cpp
src/neutrino_menue.cpp
src/system/Makefile.am
src/system/configure_network.cpp
src/system/httptool.cpp
src/system/setting_helpers.cpp
src/timerd/timermanager.cpp
src/zapit/include/zapit/frontend_c.h
src/zapit/src/Makefile.am
src/zapit/src/capmt.cpp
src/zapit/src/frontend.cpp
src/zapit/src/zapit.cpp
2012-10-14 12:51:07 +02:00
Stefan Seyfried
2e46d81b88
Merge branch 'neutrino-hd-tripledragon' into neutrino-mp
2012-09-15 12:14:33 +02: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
Stefan Seyfried
c6ff06736a
neutrino: fix menu position for right or bottom aligned
2012-07-28 23:50:03 +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
Stefan Seyfried
ae1b98aa38
Merge branch 'uncool/dvbsi++' commit '6e0bc85a6c0'
...
This is the last commit before the "menu hints" started.
Needs buildfixing...
Conflicts:
configure.ac
src/daemonc/remotecontrol.cpp
src/daemonc/remotecontrol.h
src/driver/audiodec/basedec.cpp
src/driver/fb_window.cpp
src/driver/rcinput.cpp
src/driver/volume.cpp
src/global.h
src/gui/channellist.cpp
src/gui/eventlist.cpp
src/gui/infoviewer.cpp
src/gui/keybind_setup.cpp
src/gui/miscsettings_menu.cpp
src/gui/movieplayer.cpp
src/gui/osd_setup.cpp
src/gui/plugins.cpp
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/videosettings.cpp
src/gui/widget/buttons.cpp
src/neutrino.cpp
src/sectionsd/dmx.cpp
src/sectionsd/dmxapi.cpp
src/sectionsd/sectionsd.cpp
src/system/setting_helpers.cpp
src/zapit/include/zapit/client/zapittypes.h
src/zapit/include/zapit/frontend_c.h
src/zapit/include/zapit/satconfig.h
src/zapit/include/zapit/scan.h
src/zapit/lib/zapitclient.cpp
src/zapit/src/Makefile.am
src/zapit/src/frontend.cpp
src/zapit/src/getservices.cpp
src/zapit/src/pmt.cpp
src/zapit/src/scan.cpp
src/zapit/src/sdt.cpp
src/zapit/src/zapit.cpp
2012-07-23 01:02:29 +02: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
[CST] Focus
e295500984
gui/widget/menue.cpp: check item's direct key only on key events
2012-07-17 11:45:28 +04:00
[CST] Focus
2205ac67a0
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-07-17 10:15:19 +04:00
Thilo Graf
53d4ef64aa
*menu: hide detail line objects without paintBackgroundBoxRel()
2012-07-16 22:28:02 +02:00
Thilo Graf
261904acd0
*neutrino: remove dub code
...
using class 'CComponentsDetailLine' instead multiple code
details line rendering
2012-07-16 22:28:02 +02:00
[CST] Focus
52834d73fb
gui/widget/menue.cpp: remove one indent level in CMenuWidget::exec
2012-07-16 20:56:52 +04:00
[CST] Focus
eb5b8328ec
gui/widget/menue.cpp: fade-in, if menu was hidden, for testing
2012-07-16 19:11:17 +04:00
[CST] Focus
ab69ee272f
gui/widget/menue.cpp: fix screen save/restore;
...
use RADIUS_LARGE (without -2)
2012-07-16 16:13:51 +04:00
[CST] Focus
a2ff6f7675
gui/widget/menue.cpp: fix hint box height calc
2012-07-16 15:26:54 +04:00
[CST] Focus
e02258276e
gui/widget/menue.cpp: fix menu_left_exit option;
...
remove can_arrow member - isMenueOptionChooser() is enough
2012-07-16 14:33:22 +04:00
satbaby
d2b948933a
fix tiny OSD shadow
2012-07-12 17:58:32 +02:00
micha-bbg
ee781bd880
* Menu hints: Extra font added
...
- Font size set by Menu/Settings/Font settings/Menu/Menu hints
2012-07-11 23:41:08 +01:00
micha-bbg
108b8d9523
* Menu hints: Shadow for hint box enabled
2012-07-11 23:41:08 +01:00
micha-bbg
f732fe749e
* Menu hints: Optimize presentation
2012-07-11 23:41:08 +01:00
satbaby
f7fe36a8dc
fix OSD
2012-07-11 14:36:21 +02:00
[CST] Focus
7ab0876611
gui/osd_setup.cpp: lets just hide menu and repaint on corners option change
2012-07-09 17:37:34 +04:00
satbaby
5420af701a
menue.cpp:-fix OSD on corners switch (upper side)
2012-07-09 15:00:08 +02:00
Thilo Graf
f836f3c3f3
menu: add overloaded version for CMenuOptionStringChooser
2012-07-08 22:01:12 +02:00
Thilo Graf
ddab0fd734
update license text in some files
...
TODO: many other files still need corrections
2012-07-08 22:01:11 +02:00
satbaby
e3b52d9a2b
menue.cpp:-fix OSD clear in hint+angular mode
2012-07-08 21:06:12 +02:00
satbaby
d81a9229b1
menue.cpp:-fix OSD on corners switch (-fix hint mode)
2012-07-08 20:15:20 +02:00
[CST] Focus
0dc164bc8e
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-07-08 21:44:41 +04:00
[CST] Focus
c5f60b5b47
gui/widget/menue.cpp: add menu hints paint
2012-07-08 21:33:59 +04:00
satbaby
d8cdb87e83
menue.cpp:-fix OSD on corners switch
2012-07-08 18:30:03 +02:00