[CST] Focus
6c7b80010e
neutrino.cpp: start epg scan on enter standby, wakeup epg scan on record stop
2013-10-10 19:01:46 +04:00
Jacek Jendrzej
35b49b302d
CNeutrinoApp::handleMsg: -fix segfault if Bouquets is empty
2013-10-08 07:18:32 +02:00
svenhoefer
7ccb3ef387
- change plugin_hdd_dir to a more suitable setting
...
auto-create plugin_hdd_dir
2013-10-07 17:22:52 +02:00
svenhoefer
4f1f1b6b86
- change logo_hdd_dir to a more suitable setting
...
auto-create logo_hdd_dir
2013-10-07 17:21:25 +02:00
Thilo Graf
0ac3656272
CNeutrinoApp: fix color of active channel in bouqets
...
supplement to 32ca9b848c
see also:
http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/p157782-next-cc-branch/#post157782
2013-10-06 17:07:17 +02:00
[CST] Focus
aff6f77cef
neutrino.cpp: fix epg_scan option saving
2013-10-02 18:35:11 +04:00
Michael Liebmann
d00cb6f8ec
Image backup apollo Part #6
...
- Menu option for including kernel/uldr/u-boot in the image backup
- Menu option for creating an image with a different erasesize
Tank <=> Trinity
2013-09-27 06:44:43 +02:00
[CST] Focus
8a8f996ca0
channel list: restrict adding channels to favorits only,
...
show empty bouquets only in channel add mode
2013-09-18 12:57:56 +04:00
[CST] Focus
d3ff93e12e
neutrino.cpp: fix malloc_stats call for uclibc
2013-09-09 12:42:01 +04:00
Jacek Jendrzej
d7224f4c99
neutrino: disable commit 4111ff45cb
for test
2013-09-09 08:03:29 +02:00
Jacek Jendrzej
ab1757a963
CNeutrinoApp::handleMsg:zap to rec channel in standby-mode
2013-09-07 21:16:47 +02:00
Jacek Jendrzej
be28b961c7
supplement to 4111ff45cb
fix
2013-09-07 17:11:47 +02:00
Jacek Jendrzej
352ab3e7c0
supplement to 4111ff45cb
2013-09-07 16:39:30 +02:00
Jacek Jendrzej
4111ff45cb
CNeutrinoApp::handleMsg:zap to rec channel if box start from deepstandby
2013-09-07 16:17:27 +02:00
Stefan Seyfried
50977ef2f5
Merge branch 'check/next-cc'
2013-09-03 09:36:49 +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
Stefan Seyfried
58f6480a34
neutrino: fix up non-extupdate build
...
this complements commit 5b72a7fe3c
after recent changes
2013-09-01 20:11:30 +02:00
Stefan Seyfried
32de6beef0
Merge remote-tracking branch 'check/next-cc'
...
needs buildfixing...
Conflicts:
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/infoclock.cpp
src/gui/infoviewer.cpp
src/gui/motorcontrol.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/widget/progresswindow.cpp
src/gui/widget/textbox.cpp
src/neutrino.cpp
src/zapit/include/zapit/femanager.h
2013-09-01 19:46:10 +02:00
Jacek Jendrzej
5e60b64469
gui/scan_setup:fix override gotoXXLongitude & gotoXXLatitude with uninitialized zapit_lat or zapit_long
2013-09-01 14:35:35 +02:00
Michael Liebmann
bc069b0a84
Softupdate: Use user-defined file names
...
for apply settings and saving partitions from the flash.
2013-08-20 02:55:54 +02:00
[CST] Focus
9436634220
neutrino.cpp: change apply_settings default to false
2013-08-13 20:13:09 +04:00
[CST] Focus
f210a8c048
neutrino: add EVT_BACK_ZAP_COMPLETE event for background epg scan zap
2013-08-13 20:10:02 +04:00
Stefan Seyfried
2e5a63f70c
fix screen mode selection logic error on TD
...
wrong screen mode default "LCD" was introduced with commit eb9eba891
,
leading to HD framebuffer settings which don't make sense :-)
2013-08-03 18:48:33 +02:00
Michael Liebmann
e473df6a43
CNeutrinoFonts: Use separate font renderer for dynamic fonts
...
- delete / initialize font renderer only if necessary
(e.g. start program, change the font file, change the scaling)
2013-07-26 14:52:37 +02:00
Michael Liebmann
aca97e210e
CNeutrinoFonts: Fix segfault, when fontfile changed
...
- use std::string for font and style names
2013-07-21 22:06:40 +02:00
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
0bcb7bcfae
Add dynamic fonts to CNeutrinoFonts
...
- Dynamic fonts with their size matched to a given text box.
The display size is retained even when changing the font size factor.
- "Normal" dynamic fonts, characterized by FONT_ID_SHARE in
CNeutrinoFonts::getDynFont() can be used by several objects
simultaneously. That is, if the calculated font size and font style
are the same, the existing font is used.
- Dynamic font for exclusive application will only be used by an object.
For this, a FontID (FONT_ID_xxx, defined in src/driver/neutrinofonts.h)
in CNeutrinoFonts::getDynFont() is specified.
- Objects with dynamic font for exclusive application can resize at
run time, the font size will be adjusted accordingly.
- The return value of CNeutrinoFonts::getDynFont() is a pointer
to a font, for example:
Font** font = CNeutrinoFonts::getInstance()->getDynFont(...);
(*font)->RenderString(...)
2013-07-21 22:05:18 +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
[CST] Focus
c31c9d0e7f
neutrino.cpp: add buttons backlight settings
2013-07-18 14:52:00 +04:00
tomworld
ea66aaaf8f
- keybind_setup: add possibility to disable/enable some special keys
2013-07-12 15:50:30 +02:00
Stefan Seyfried
7cfe54dc2f
Merge branch 'check/next-cc'
...
again: it compiles, but is not really tested...
Conflicts:
acinclude.m4
src/driver/volume.cpp
src/gui/infoviewer.cpp
src/gui/osd_setup.cpp
src/gui/start_wizard.cpp
src/zapit/src/getservices.cpp
2013-07-06 19:01:15 +02:00
Michael Liebmann
2a63a85584
CVolumeBar: add enums for volume bar pos
2013-07-03 07:30:09 +02:00
[CST] Focus
06a3533d68
neutrino.cpp: fix analog_mode1 on apollo
2013-06-27 15:03:49 +04:00
Stefan Seyfried
d5d5a60261
Merge branch 'check/next-cc'
...
it compiles, but is not really tested...
Conflicts:
src/driver/netfile.cpp
src/driver/volume.cpp
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bookmarkmanager.cpp
src/gui/bouquetlist.cpp
src/gui/eventlist.cpp
src/gui/movieplayer.cpp
src/gui/pictureviewer.cpp
src/gui/scan.cpp
src/gui/test_menu.h
src/gui/timerlist.cpp
src/gui/update.cpp
src/gui/widget/listbox.cpp
src/neutrino.cpp
src/system/flashtool.cpp
src/zapit/src/Makefile.am
src/zapit/src/femanager.cpp
2013-06-16 21:22:14 +02:00
Michael Liebmann
32617f5b3c
Software update: Disable epg scan before stop daemons
2013-06-15 04:46:59 +02:00
Michael Liebmann
c780676ce5
Software update: Copy flashimage to /tmp if it is not present in this directory
...
- unmount mounted network folders before flashing
- kill timerd before flashing
2013-06-13 01:36:03 +02:00
[CST] Focus
db40f59c84
neutrino.cpp: save/load epg_scan option;
...
process EVT_EIT_COMPLETE
2013-06-12 18:46:34 +04:00
Michael Liebmann
64974f0692
* neutrino.cpp/stop_daemons(): display "Stop daemons" only in flash mode
2013-06-08 17:19:40 +02:00
Michael Liebmann
c26fd64759
* Software update: Rework preparing the flash process
...
- Finish all unnecessary threads and processes before the flash process
- Use flash.start to stop other (user-defined) processes
2013-06-08 16:20:32 +02:00
Michael Liebmann
365661e841
* Software update: Apply the settings in the options menu switchable
2013-06-08 16:20:32 +02:00
Michael Liebmann
d08d18522e
* Add volume bar to osd timeouts in the OSD setup
2013-06-04 01:17:39 +02:00
[CST] Focus
6f8ef9ec46
Merge branch 'next' into next-cc
...
Conflicts:
data/locale/english.locale
src/driver/framebuffer.cpp
src/gui/channellist.cpp
src/gui/eventlist.cpp
src/gui/moviebrowser.cpp
2013-06-02 10:46:42 +04:00
Stefan Seyfried
6aee976490
neutrino: don't spam with --enable-cleanup
...
sectionsd already does malloc_stats()
2013-06-01 15:50:35 +02:00
Stefan Seyfried
eb9eba8914
neutrino: generic-pc is now also using 1280x70 FB per default
2013-05-29 15:30:06 +02:00
Stefan Seyfried
4bb8fd218a
neutrino/femanager: fix format string warnings
2013-05-28 16:24:35 +02:00
Jacek Jendrzej
a549b97924
fix comma at end of enumerator list
2013-05-28 15:52:31 +02:00
Jacek Jendrzej
a01551d360
ChannelList::quickZap -record mode- should zap if possible, else display transponderlist
2013-05-25 13:05:55 +02:00
Stefan Seyfried
a7f1e0e25e
Merge remote-tracking branch 'check/next-cc'
...
needs buildfixing in framebuffer class...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/fontrenderer.cpp
src/driver/volume.cpp
src/gui/audiomute.cpp
src/gui/audioplayer.cpp
src/gui/osd_setup.cpp
src/gui/widget/stringinput.cpp
src/neutrino.cpp
2013-05-24 20:24:39 +02:00
Michael Liebmann
5eb7f4aea8
* Mute icon: Fix minor bugs
...
- Fix display the mute icon when leaving the audio player
- Disable mute icon in channellist when 'Quickzap in list' active or allow
- Fix hide the mute icon in movie browser, picture viewer,
file browser and upnp browser
- Font::RenderString(): Use correct value of y for CFrameBuffer::checkFbArea()
2013-05-18 14:44:20 +01:00
Michael Liebmann
bf1c7bfdb7
* Various changes for reworked mute icon handling in some classes
...
- mute icon disabled for moviebrowser, upnpbrowser, pictureviewer
- extra handling for audioplayer
2013-05-16 11:01:41 +01:00