M. Liebmann
|
7ea08502fe
|
CNFSMountGui: Supplement to cbc9299df8
- Fix saving automount
|
2013-12-31 07:31:14 +01:00 |
|
Christian Schuett
|
9f10fc9821
|
Neutrino: show remaining sleep time in main menu if sleeptimer exists
based on idea by martii <m4rtii@gmx.de> in Neutrino-MP Git
|
2013-12-30 23:27:04 +01:00 |
|
Christian Schuett
|
7d04113307
|
Neutrino menu forwarder: add possibility to show value from jump target
based on idea by martii <m4rtii@gmx.de> in Neutrino-MP Git
|
2013-12-30 23:25:26 +01:00 |
|
Christian Schuett
|
0a195c7c48
|
Neutrino sleeptimer: speed up timer deletion
|
2013-12-30 22:41:26 +01:00 |
|
svenhoefer
|
3bb33bb9ef
|
- dboxinfo: move init of mount-head to mount-section
|
2013-12-30 21:44:48 +01:00 |
|
svenhoefer
|
673a6dc424
|
- dboxinfo: use CComponents to paint header
|
2013-12-30 21:32:10 +01:00 |
|
martii
|
6c117ff03e
|
gui/dboxinfo: cleanup
|
2013-12-30 21:07:09 +01:00 |
|
martii
|
74e454fc80
|
gui/dboxinfo: rename some poorly named variables
|
2013-12-30 21:06:11 +01:00 |
|
Jacek Jendrzej
|
b179ee5143
|
CUpnpBrowserGui::selectDevice(): disable MuteIcon, supplement to ce0d122813
|
2013-12-30 19:02:36 +01:00 |
|
martii
|
ce0d122813
|
gui/upnpbrowser: leave infoclock alone
|
2013-12-30 18:20:15 +01:00 |
|
martii
|
6fff156164
|
gui/dboxinfo: move cpu load calculation to dedicated thread ...
... that keeps history; show load graph
|
2013-12-30 01:51:20 +01:00 |
|
svenhoefer
|
7fbe179a1f
|
Revert "gui/dboxinfo: move cpu load calculation to dedicated thread ..."
This reverts commit ce18925333 .
|
2013-12-30 01:51:08 +01:00 |
|
svenhoefer
|
ce18925333
|
gui/dboxinfo: move cpu load calculation to dedicated thread ...
... that keeps history; show load graph
|
2013-12-30 01:34:07 +01:00 |
|
svenhoefer
|
4382f45236
|
- epgplus: use CComponents to paint header; move header-icon to footer
|
2013-12-29 22:24:34 +01:00 |
|
svenhoefer
|
8ceb480ee5
|
- dboxinfo: switch to new martii boxinfo + adaptation
|
2013-12-29 21:51:35 +01:00 |
|
M. Liebmann
|
8004604957
|
CStringInput: Fix commit aadf191115
- Don't paint background on NEUTRINO_ICON_NUMERIC_PAD
|
2013-12-29 16:01:14 +01:00 |
|
svenhoefer
|
9fb63a20d9
|
- channellist: channellogos can be disabled
|
2013-12-28 23:39:51 +01:00 |
|
svenhoefer
|
e24877f560
|
- dboxinfo: show correct values in RAM section
|
2013-12-27 22:27:16 +01:00 |
|
svenhoefer
|
eec30dfb1a
|
- dboxinfo: fix space between sections
|
2013-12-27 21:30:42 +01:00 |
|
Jacek Jendrzej
|
a7f68a519f
|
supplement to b45511b196
|
2013-12-27 11:39:42 +01:00 |
|
M. Liebmann
|
f817f18ffb
|
CRecordSetup: Fix save RecordingSafety
|
2013-12-26 22:37:03 +01:00 |
|
Stefan Seyfried
|
081e35b3e5
|
rcinput: avoid theoretically possible timerid overflow
|
2013-12-26 13:37:36 +01:00 |
|
Stefan Seyfried
|
17ba068850
|
sectionsd: set time at start, even if diff is <120s
|
2013-12-26 13:37:28 +01:00 |
|
martii
|
2804d80463
|
gui/dboxinfo: gui cosmetics
|
2013-12-26 13:35:01 +01:00 |
|
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 |
|