Thilo Graf
2803bf6f81
CComponentsDetailLine: cleanup constructors
...
Remove single constructor, usage of default parameters in main constructor
have same effect.
2013-12-25 19:50:31 +01:00
M. Liebmann
7536370432
CThemes: Add clock color to neutrino themes
2013-12-25 18:32:02 +01:00
M. Liebmann
025295b6b4
CInfoClock: menu item for setting color of the digit added
2013-12-25 18:32:01 +01:00
M. Liebmann
ec01f884fd
CMenuItem: Set right_bgcol as inactiv, when menu item not active
2013-12-25 18:32:01 +01:00
Jacek Jendrzej
0866bc65a7
CControlAPI::GetBouquetsCGI: -add TV/RADDIO mode selectable (THX martii)
2013-12-25 18:11:33 +01:00
Jacek Jendrzej
4f65509d60
src/gui/dboxinfo.cpp: switch to martii boxinfo + adaptation
2013-12-25 17:38:50 +01:00
Jacek Jendrzej
e59ca796d0
CEpgScan::Start: fix epgscan start in standby
2013-12-25 13:14:18 +01:00
martii
993b21bf7a
gui/hdd_menu: cleanup (untested)
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:21 +01:00
martii
4b44d47acf
gui/hdd_menu: Permit AAM if hd-idle is installed, but don't show the configuration option if there's only the busybox hdparm variant available.
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:21 +01:00
martii
7341dce214
gui/hdd_menu: use hd-idle instead of hdparm, if available
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:21 +01:00
martii
b45511b196
system/settings: store epg times in integers
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
martii
d125301ede
system/settings: use integers for shutdown_count/_min
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
martii
2cee6929d6
more char* -> std::string conversions
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
martii
35eb31ad89
gui/moviebrowser: char->string conversions
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
martii
f681dfa07c
gui/nfs: fix menue strings
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
martii
cbc9299df8
convert most char[...] configuration values to std::string
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
[CST] Bas
fce161b70b
libcoolstream2/ca_cs.h: add SetTS() method and related type.
2013-12-24 18:31:10 +04:00
[CST] Focus
9a1bee440f
Makefile.am: sync apollo libs
2013-12-24 18:29:02 +04:00
[CST] Bas
8230291097
src/zapit/src/zapit.cpp: call SetTS to let CI follow the live tuner.
2013-12-24 18:28:31 +04:00
[CST] Bas
149e142135
Makefile.am: fix includes (missing '\').
2013-12-24 18:28:25 +04:00
Thilo Graf
eb16ea3ac6
CComponents: add new class CComponentsFrmChain
...
CComponentsFrmChain provides a form for chained cc-items with
optional dynamic arrangement or direction parameters
2013-12-23 23:55:43 +01:00
Thilo Graf
28e344d600
CComponents: add new class CComponentsSlider()
...
Provides a slider item
2013-12-23 23:55:43 +01:00
M. Liebmann
3266287253
CInfoClock: Fix segfault at 'standby mode after boot'
...
- Initialize InfoClock before standby mode
2013-12-23 23:28:52 +01:00
[CST] Focus
a0afda1c11
gui/scan_setup.cpp: fix tune timeout: value is in 1/10 sec (100ms)
2013-12-23 19:53:32 +04:00
Jacek Jendrzej
9ea73f95d2
supplement to 8d7fd8de75
2013-12-23 11:38:41 +01:00
M. Liebmann
944dac5a67
audiodecoder: Fix compile with ENABLE_FFMPEGDEC
2013-12-23 08:45:18 +01:00
svenhoefer
aacc4189a4
- locales: update (align to last changes)
2013-12-22 23:30:37 +01:00
svenhoefer
6a357c1b53
- keybind_setup: remove double line
2013-12-22 22:09:51 +01:00
svenhoefer
798e926f3f
- osd-setup: use a more suitable value for maximal osd-timeout
2013-12-22 21:38:51 +01:00
martii
697b1a75b3
gui/osd_setup, gui/record_setup: use CMenuOptionNumberChooser ...
...
... instead of CStringInput to enter numbers
* neutrino.cpp: drop SetupTiming method
* system/settings: use integers for timing values#
* system/setting_helpers: drop CTimingSettingsNotifier
2013-12-22 21:13:45 +01:00
Thilo Graf
9b299824d6
CComponents: prevent possible segfaults, remove redundant delete
...
- if dx, dy == 0, it is not senseful to save screen.
- delete[] v_fbdata[i].pixbuf is also called in clear()
2013-12-22 20:07:33 +01:00
martii
787ab2e554
timerd/timerd: don't let getSleeptimerID return an already terminated id
2013-12-22 16:36:13 +01:00
martii
f7ccedf620
remove unused locale
2013-12-22 16:36:13 +01:00
martii
8d7fd8de75
gui/keybind_setup: add units to repeat blocker chooser
2013-12-22 16:36:13 +01:00
martii
dc61c83103
gui/keybind_setup: use CMenuOptionNumberChooser instead of CStringInput
2013-12-22 16:36:13 +01:00
martii
5131b0e55f
gui/audio_setup: remove disabled code
2013-12-22 16:36:13 +01:00
martii
7d59c8a079
yweb: remove audio_PCMOffset configuration option
2013-12-22 16:36:13 +01:00
martii
da0142eb0d
gui/pictureviewer_setup, gui/audioplayer_setup: use CMenuOptionNumberChooser instead of CStringInput
2013-12-22 16:36:13 +01:00
martii
b69bdc38d9
gui/scan_setup: use locale when displaying seconds
2013-12-22 16:36:13 +01:00
martii
18c97c17d3
gui/scan_setup: use language specific decimal separator
2013-12-22 16:36:13 +01:00
martii
a0f2960501
gui/scan_setup: show unit for motor speed
2013-12-22 16:36:13 +01:00
martii
9ead2b459b
src/eitd/edvbstring: unbreak isUTF8()
2013-12-22 16:36:13 +01:00
martii
11b8541f4e
zap back to previous channel id when recording from standby mode has finished [experimental, untested]
2013-12-22 16:36:13 +01:00
svenhoefer
31f93c4740
- locale: add unit.decimal from martii-neutrino-mp
2013-12-22 01:23:50 +01:00
martii
60e6647244
gui/scan_setup: add unit to fe timeout chooser
...
(and add unit-locals from martiis-neutrino-mp)
2013-12-21 22:04:32 +01:00
martii
86221de3d9
gui/widget/menu: CMenuOptionNumberChooser: add option to show units
2013-12-21 22:04:24 +01:00
Jacek Jendrzej
3a8e9cf95d
src/gui/moviebrowser.cpp : init m_settings.ytsearch_history_size/max
2013-12-21 15:35:08 +01:00
[CST] Focus
1e1df7bc39
neutrino.cpp: pause sectionsd after set its current channel to 0
2013-12-21 14:07:44 +04:00
[CST] Focus
c57f0385c6
eitd/sectionsd.cpp: try to fix messaging_zap_detected flag
2013-12-21 14:03:35 +04:00
[CST] Focus
f3fdbca8cd
driver/scanepg.cpp: do not restart rescan timer every end of scan
2013-12-21 14:03:35 +04:00