Michael Liebmann
|
0a0035c2ae
|
Add option to resize the VolumeBar
- Minimum height: Height of NEUTRINO_ICON_VOLUME + 2 pixels
- Maximum height: 50 pixels
- Setting can be changed with:
Menu -> Settings -> OSD -> Volume -> Height of display
|
2013-07-21 22:06:05 +02:00 |
|
Michael Liebmann
|
5267667cfb
|
Use dynamic font in CVolumeBar
|
2013-07-21 22:06:00 +02:00 |
|
Michael Liebmann
|
465d2aba23
|
Add new class CNeutrinoFonts for setup and modify neutrino fonts
- move SetupFonts() from CNeutrinoApp to CFontSetup
|
2013-07-21 22:05:14 +02:00 |
|
Thilo Graf
|
2cffcf53a3
|
CComponentsText: do also paint text on changed text color
|
2013-07-21 22:05:07 +02:00 |
|
Thilo Graf
|
72c4deb17c
|
CChannelList: use matching datatype for color
|
2013-07-21 22:04:10 +02:00 |
|
Thilo Graf
|
8b4cff7146
|
CBEChannelWidget: use int instead float, is unnecessary here
|
2013-07-21 22:03:57 +02:00 |
|
Thilo Graf
|
71423089b0
|
CZapitChannel: use unsigned char instead size_t
This removes some annoying warnings with specific compiler flags.
|
2013-07-21 22:03:27 +02:00 |
|
Thilo Graf
|
a6c43a62bd
|
CComponentsText: try to use an inherited version of CBox class
It's a partial solution to use full functionality for size handling
of CTextBox in CComponentsText.
|
2013-07-21 22:02:43 +02:00 |
|
Thilo Graf
|
25c40a63dd
|
CComponentsText: remove delete of CBox() object
Obtain of one instance of CBox() should working
just as like a new instance.
|
2013-07-21 22:02:33 +02:00 |
|
Michael Liebmann
|
c60c5c5ce3
|
Replace color indexes of the text colors by real color values for RenderString()
- If necessary, Correct data types of the color values
|
2013-07-21 22:00:58 +02:00 |
|
Michael Liebmann
|
e60067545f
|
Define real text color for use in RenderString()
|
2013-07-21 22:00:46 +02:00 |
|
Michael Liebmann
|
d1f2726060
|
Add Member to change the OSD color
|
2013-07-21 22:00:33 +02:00 |
|
Michael Liebmann
|
61d36266c8
|
src/gui/update_ext.cpp: Fix memleak (Thx SatBaby)
- rename enum's 'RESET_Fxx' => 'CLOSE_Fxx'
|
2013-07-20 10:21:29 +02:00 |
|
[CST] Focus
|
9cb1a9c335
|
gui/cam_menu.cpp: dont show CI reset/CI clock if no CI slots
|
2013-07-18 14:52:00 +04:00 |
|
[CST] Focus
|
e6af083de8
|
gui/videosettings.cpp: fix unused variable
|
2013-07-18 14:52:00 +04:00 |
|
[CST] Focus
|
990dc117b4
|
gui/vfd_setup.cpp: add buttons backlight menu
|
2013-07-18 14:52:00 +04:00 |
|
[CST] Focus
|
baf2df01dd
|
gui/scan_setup.cpp: show sat diseqc and rotor position in sat config menu
|
2013-07-18 14:51:59 +04:00 |
|
[CST] Focus
|
ae1abb6fa6
|
gui/scan_setup.cpp: fix use usals for all option, use per-frontend use_usals
|
2013-07-18 14:51:59 +04:00 |
|
[CST] Focus
|
77f3f86d30
|
gui/nfs.cpp: RC_spkr clears selected mount entry, based on patch (c) martii <m4rtii@gmx.de>
|
2013-07-18 14:51:59 +04:00 |
|
[CST] Focus
|
cc115a3615
|
gui/filebrowser.cpp: restore selection,
remove double paint on exec(),
remember selected to restore on dir enter with OK button
|
2013-07-18 14:51:59 +04:00 |
|
[CST] Focus
|
4d7fb7e362
|
gui/scan_setup.cpp: fix manual frequency input lenght
|
2013-07-18 14:51:59 +04:00 |
|
[CST] Focus
|
5d95016b37
|
colorchooser: display selected color in menue, based on patch (c) martii <m4rtii@gmx.de>
|
2013-07-18 14:51:59 +04:00 |
|
[CST] Focus
|
1f02a0d49e
|
gui/widget/colorchooser.cpp: add getColor() member
|
2013-07-18 14:51:59 +04:00 |
|
martii
|
d6de6baebb
|
widget/menue: don't render text over right icon
|
2013-07-18 14:51:59 +04:00 |
|
martii
|
ca519aa074
|
widget/menue: implement CMenuOptionNumberChooser::getWidth()
|
2013-07-18 14:51:58 +04:00 |
|
martii
|
8f4eee554c
|
widget/menu: print right icon regardless of activation status
|
2013-07-18 14:51:58 +04:00 |
|
martii
|
3d187e56da
|
CMenuWidget: add action keys
Conflicts:
src/gui/widget/menue.h
|
2013-07-18 14:51:58 +04:00 |
|
[CST] Focus
|
8b5bbf8911
|
gui/widget/menue.cpp: add CMenuItem isStatic param, (c) martii <m4rtii@gmx.de>
|
2013-07-18 14:51:58 +04:00 |
|
Christian Schuett
|
7702408456
|
- menue.cpp: fix macro usage of SUB_HEAD
|
2013-07-15 23:16:44 +02:00 |
|
Jacek Jendrzej
|
6948ab4258
|
fix compil without ENABLE_FASTSCAN
|
2013-07-15 23:16:07 +02:00 |
|
J. Krieg
|
a1640dd958
|
imageinfo: add possibility to display a custom text for image version
|
2013-07-15 23:10:13 +02:00 |
|
J. Krieg
|
1557dafabc
|
imageinfo: display other version info on missing '.version' file
|
2013-07-15 23:10:06 +02:00 |
|
tomworld
|
ea66aaaf8f
|
- keybind_setup: add possibility to disable/enable some special keys
|
2013-07-12 15:50:30 +02:00 |
|
FlatTV
|
153d2f3c78
|
CTextBox: expand parameters of member setTextBorderWidth()
This allows to use different horizontal and vertical width of borders
in text boxes.
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2013-07-07 14:24:02 +02:00 |
|
Michael Liebmann
|
dfd5c29371
|
COsdSetup: Fix segfault due 'double free or corruption' (glibc)
- remove 'delete mfFontFile' & 'delete mfTtxFontFile' from destructor
- initialize variables mfFontFile & mfTtxFontFile
|
2013-07-04 22:58:36 +02:00 |
|
Michael Liebmann
|
5f4d598b1e
|
Revert "CMenuForwarder: Use std::string (not pointer to std::string or char) for option"
This reverts commit b5d1322617 .
|
2013-07-04 07:45:51 +02:00 |
|
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
|
d313392144
|
info viewer: Fix corner radius
|
2013-07-03 07:30:10 +02:00 |
|
Michael Liebmann
|
6d3a05fe0a
|
COsdSetup: Display file names in font setup menu
|
2013-07-03 07:30:10 +02:00 |
|
Michael Liebmann
|
31e2dae622
|
Fix paint VolumeBar on InfoViewer
|
2013-07-03 07:30:09 +02:00 |
|
Michael Liebmann
|
2a63a85584
|
CVolumeBar: add enums for volume bar pos
|
2013-07-03 07:30:09 +02:00 |
|
Michael Liebmann
|
4003d5f434
|
CMenuWidget: fix simplified up/down code
- supplement to c5186c82dd
|
2013-07-01 12:49:37 +02:00 |
|
[CST] Focus
|
d5e57f8877
|
start wizard: add easy mode as requested by customers,
which only ask for gui language and show fast scan (sat) and/or simple cable scan menu
|
2013-06-28 15:55:19 +04:00 |
|
[CST] Focus
|
584405883d
|
src/gui/scan_setup.cpp: prevent crash in wizard - channel list not created yet
|
2013-06-28 15:55:19 +04:00 |
|
svenhoefer
|
b1f2f4dc98
|
- pluginlist: using CComponentsHeader to paint header
* fix scrollbar painting
|
2013-06-27 14:03:34 +02:00 |
|
[CST] Focus
|
9f63e80629
|
gui/videosettings.cpp: do not set g_settings.analog_mode2 on apollo
|
2013-06-27 15:03:49 +04:00 |
|
[CST] Focus
|
5c60ba98e6
|
Revert "gui/scan_setup.cpp: disable intro items in select satellite -"
seems to be fixed.
This reverts commit 41aaf96278 .
|
2013-06-27 15:03:48 +04:00 |
|
Thilo Graf
|
ac53313da4
|
CComponentsWindow: fix missing init of footer
|
2013-06-25 11:36:04 +02:00 |
|
Thilo Graf
|
f3cb2bc41c
|
CComponentsForm: add more debug details
|
2013-06-25 11:36:04 +02:00 |
|
Thilo Graf
|
7fd870a063
|
CComponentsForm: fix possible segfault
|
2013-06-25 11:36:04 +02:00 |
|