defans
8fceac0245
- osd-setup: enable/disable screensaver options by conditions
2016-01-16 12:33:20 +01:00
Thilo Graf
523b273af8
Colors: init global color gradient implementation
2015-12-27 14:42:27 +01:00
vanhofen
8d84a4387d
- osd_setup: fix active status of ca_dotmatrix and ca_frame
2015-06-18 21:18:32 +02:00
svenhoefer
af90286a30
- start_wizard: use a global enum; switch detection from bool to int
2015-05-15 03:46:50 +02:00
svenhoefer
ca5d85986e
- osd_setup: try to bring more structure in infoviewer setup
2015-05-05 11:43:17 +02:00
svenhoefer
7f35a67426
- channellist: allow show/hide bottom infobox
2015-04-14 11:08:24 +02:00
svenhoefer
026c8b4389
- osd_setup: improve/clarify screensaver off option
2015-01-08 20:01:15 +01:00
vanhofen
3206e35e20
- screensaver: move configuration to own submenu
2014-12-29 22:13:02 +01:00
[CST] Focus
0cda142ba7
Revert "CChannelList/COsdSetup: use showOsdChanlistSetup() from OSD-Setup"
...
commit has problems: bad looking, if fade is ON, menu missed channel list fonts config
This reverts commit 253579909f
.
2014-07-17 17:02:43 +04:00
Thilo Graf
253579909f
CChannelList/COsdSetup: use showOsdChanlistSetup() from OSD-Setup
...
This removes multiple code parts from COsdSetup without
loss of functionality.
2014-06-23 18:43:47 +02:00
M. Liebmann
025295b6b4
CInfoClock: menu item for setting color of the digit added
2013-12-25 18:32:01 +01:00
M. Liebmann
435d25c0ce
CInfoClock: Use dynamic font for display
2013-11-28 16:07:49 +01:00
[CST] Focus
aaf9d3edf6
gui/osd_setup.cpp: add support to change window width and height,
...
use buttons up/down to change height, left/right to change width, page up/down to change both
2013-11-07 17:27:23 +04:00
Thilo Graf
f7798affc6
CComponents: add unfied header file for general include of cc classes
...
Provides a unified header file, so it is not required to select a
certain header file.
2013-10-24 21:19:07 +02:00
svenhoefer
6ed30528f9
- osd_setup: introduce g_settings.window_size to scale some windows
...
* remove g_settings.big_windows
* add setup window (use up/down to change size)
2013-09-02 20:59:26 +02:00
Michael Liebmann
6d3a05fe0a
COsdSetup: Display file names in font setup menu
2013-07-03 07:30:10 +02:00
svenhoefer
655ae5d51f
- osd-setup: move menu-related stuff to a submenu 'menus'
...
* re-sort remaining items
2013-05-10 21:36:34 +02:00
Michael Liebmann
3d33901e5e
* OSD Setup: Move volume settings in a separate submenu.
2013-05-09 16:58:52 +01:00
svenhoefer
473d6f38ba
- eventlist: make additional infos switchable
...
* new menu 'eventlist' in osd-setup
* fix offset in infozone
* fontsize for infozone adjustable
2013-04-13 11:13:23 +02:00
satbaby
7b06b3fd38
Neutrino: rework COnOffNotifier and use it if possible, ported from tuxbox cvs
2012-10-11 14:11:05 +02:00
micha-bbg
7a414b7c56
osd_setup.cpp: Fix segfault in mode single tuner/display tuner icon
2012-10-02 11:08:48 +01:00
Thilo Graf
260af3fb65
*COsdSetup: change order of includes
...
- typo fix in member name
showOsdScreenshottSetup->showOsdScreenShotSetup
2012-08-21 09:48:22 +01:00
[CST] Focus
39a297e8b2
gui/osd_setup.cpp: add notify code for radiotext
2012-05-31 16:25:11 +04:00
satbaby
382ec004ab
-add settings menu screenshot
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2113 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-18 17:16:30 +00:00
satbaby
101870c27a
-add alternative remote controls option (thx, patch by bellum)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2060 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-15 15:44:52 +00:00
thilo
eff98c661e
*neutrino menu: fix 'memory ' of selected items in submenues
...
Add small helper class to manage missing values
e.g. needed for deallocated widget objects.
This class we can also use for other things in future!
In this context I added a vector for 'selected' values needed for
deeper and deallocated submenues.
The identification of widgets working now with a new widget parameter named 'w_index'.
setSelected() and getSelected() functions are still working, but are not needed, if we use an index
-add define for default widget index
-add new header file for enums
-adapted many menu classes for this parameter
Hope it' works fine. If you find any menu without a 'memory', please add an index.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1908 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 23:48:18 +00:00
focus
1d4b37a262
Move menu to selected position on menu position option change
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1880 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-22 16:26:06 +00:00
focus
9c021d73f7
Add channel list settings to channel list menu
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1872 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-22 11:03:38 +00:00
focus
158d22a3c7
add COsdSetup::changeNotify, atm only for new option
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1866 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-18 15:22:44 +00:00
focus
3f8558688d
osd_setup: close all menus on menu key. I want recall to all: this is missed behavior, MENU key should quit menus, not return to prev
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1854 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-16 17:06:11 +00:00
micha-bbg
469d06a95a
Switchover remote control standard / neo1
...
- Disable virtual zap when Neo1 remote control
- OSD setup (remote control) optimized.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1772 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-23 14:56:54 +00:00
thilo
0fd23488fe
*neutrino radiotext: added radiotext settings to infobar settings
...
Radiotext don't working fine.
If you want to test or fix it, please remove the comment tags and report!
see: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/10635-radiotext-einbauen/
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1559 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-03 12:01:08 +00:00
thilo
4eee095aad
*neutrino osd settings: use enums
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1435 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-05-06 18:15:53 +00:00
thilo
8a88de5edb
*neutrino port: moved osd relevant items from extended settings into osd settings
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1211 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-02-26 08:26:51 +00:00
thilo
026a27a521
*neutrino: cleanup unused members and includes
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1182 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-02-21 09:08:32 +00:00
thilo
d095af0da8
*neutrino osd_setup: remember last selected item
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1005 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-08 14:32:20 +00:00
thilo
a508e4ab5f
tuxbox-port: modul files added
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@894 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-11-27 23:16:38 +00:00