Commit Graph

5485 Commits

Author SHA1 Message Date
martii
8baab17dda gui/filebrowser: SMS input: fix RC_7, rewrite handler 2013-12-26 13:35:01 +01:00
martii
0b730409ed nhttpd/controlapi: add mode=all to GetBouquetCGI 2013-12-26 13:35:01 +01:00
martii
83534791ef nhttpd/controlapi: GetBouquetsCGI: support "mode=all" (compiles, untested) 2013-12-26 13:35:01 +01:00
[CST] Focus
69be3676ec gui/movieplayer.h: use MAX_PLAYBACK_PIDS in place of REC_MAX_APIDS 2013-12-26 15:24:17 +04:00
[CST] Focus
13fb2bc67a playback_cs.h: add MAX_PLAYBACK_PIDS define 2013-12-26 15:23:52 +04:00
Thilo Graf
bc8b81a190 CComponentsFrmClock: cleanup constructors
Remove single constructor, usage of default parameters in main constructor
have same effect.
2013-12-25 19:50:32 +01:00
Thilo Graf
82ed49a45a CComponents: clean up unused stuff
Subclasses are never used, and the functionality is already provided or
can be constructed from current classes.
2013-12-25 19:50:32 +01:00
Thilo Graf
0079782696 CComponentsSlider: fix possible null pointer dereference
csl_body_obj, csl_slider_obj,
otherwise it is redundant to check it against null.
2013-12-25 19:50:31 +01:00
Thilo Graf
9ac35f0d92 CComponentsButton: reduce scope of variable face_x
The scope of the variable 'face_x' can be reduced. (style)
2013-12-25 19:50:31 +01:00
Thilo Graf
abe1de16b0 CComponentsForm: use passed by reference in addCCItem()
Function parameter 'cc_Items' should be passed by reference (performance).
2013-12-25 19:50:31 +01:00
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