Commit Graph

5485 Commits

Author SHA1 Message Date
Stefan Seyfried
6a158066d0 fix sign 2014-01-06 00:34:06 +01:00
Stefan Seyfried
34a2d55385 dboxinfo: avoid unnecessary 64bit math
The kernel uses 'unsigned long' for those values anyway,
so there is no need for 'long long' in userspace.
2014-01-05 21:12:20 +01:00
Stefan Seyfried
75e14b90e5 dboxinfo: remove impossible case
The kernel does (and has always) report memory in
kib units, so there is no need to check this.
2014-01-05 21:11:59 +01:00
Stefan Seyfried
171324fb95 dboxinfo: fix partition size display 2014-01-05 21:10:42 +01:00
M. Liebmann
c79c3e7cd7 Update satellites.xml (THX Houdini) 2014-01-05 10:31:24 +01:00
Jacek Jendrzej
52741fb1e4 move toEpoch to helpers.cpp, use strptime 2014-01-04 20:48:13 +01:00
martii
3bdb1af87e gui/moviebrowser: fix yt sort-by-date 2014-01-04 20:37:10 +01:00
martii
eda90ac834 gui/moviebrowser, system/ytparser: Google dropped most YouTube feeds. Limit code to what's left. 2014-01-04 16:59:11 +01:00
M. Liebmann
9af1cdb318 CMenuOptionChooser: Fix multiple menu items, when using sort option 2014-01-04 15:25:28 +01:00
martii
f953cd07b3 gui/filebrowser: don't segv when removing files with small names 2014-01-04 14:25:54 +01:00
M. Liebmann
3318812fbc CUserMenuSetup: Activate alphanumeric sort option 2014-01-04 13:08:48 +01:00
M. Liebmann
8832b803bd CMenuOptionChooser: Add alphanumeric sort option
- default is false
- Activate by OptionsSort = true
2014-01-04 13:08:48 +01:00
svenhoefer
621a712e81 - dboxinfo: show uptime even more human readable 2014-01-04 12:26:08 +01:00
martii
535f5dfc67 gui/dboxinfo: show remote volumes, too 2014-01-04 12:26:08 +01:00
Michael Liebmann
fb5aa513d6 - dboxinfo: prevent rendering outside window 2014-01-04 12:26:08 +01:00
svenhoefer
19bcfa5329 - dboxinfo: show uptime more human readable; show load average 2014-01-04 12:26:08 +01:00
svenhoefer
f2f2e208d6 - dboxinfo: don't show frontends 2014-01-04 12:26:08 +01:00
martii
5e9af14eb5 gui/dboxinfo: adjust spacing 2014-01-04 12:26:08 +01:00
martii
06a95008fd gui/dboxinfo: unbreak height calculation 2014-01-04 12:26:08 +01:00
martii
9285f9cdbd gui/dboxinfo: slightly re-arrange window 2014-01-04 12:26:08 +01:00
martii
b95f7298e9 gui/dboxinfo: fix widths 2014-01-04 12:26:08 +01:00
martii
bb7f90681f gui/dboxinfo: rework table alignment 2014-01-04 12:26:08 +01:00
Jacek Jendrzej
98c7d07246 CMenuOptionStringChooser:: optionValueString mismatch, supplement to cbc9299df8 2014-01-03 12:36:54 +01:00
svenhoefer
e529bd011b - usermenu: cleanup from unused code 2014-01-02 22:57:01 +01:00
svenhoefer
419cff8c8a - usermenu: add file player 2014-01-02 22:36:42 +01:00
svenhoefer
47a2cf0e54 - usermenu: add youtube player 2014-01-02 21:52:33 +01:00
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