Commit Graph

5644 Commits

Author SHA1 Message Date
Thilo Graf
7403aa2d46 CTimeOSD: use class konform member names
CTimeOSD is inherited from CComponentsForm/Item.
Therefore, it is usual to keep the functional layout.
Overwritable virtual members should be used with same
functionality. kill() is similar with paintBackground() known from
CFrameBuffer, hide(bool) do restore saved background and expects a
parameter.

TODO: It works, but class layout of CTimeOSD is currently not conform
with Components, because the functionalities are partially undermined
and must be reworked.
For Example: timescale and clock object not used as sub objects
in a parent form object.
2014-01-08 08:18:44 +01:00
Thilo Graf
12fd92e3e4 CInfoClock: remove call of missing members, replace with simplified clear() 2014-01-07 09:44:40 +01:00
Thilo Graf
a6c2518017 CBuildInfo: remove destructor
CBuildInfo using already inherited destructor from CComponentsForm.
2014-01-07 09:42:54 +01:00
Thilo Graf
ed7a2fd625 CComponents: replace clear() with clearFbData(), remove cleanCCForm()
clear() replaces now clearCCItems() and cleanCCForm() is superfluous.
2014-01-07 09:41:06 +01:00
Thilo Graf
04574fc6eb CComponents: split some header files
Should bring more overview and less susceptibility to conflicts (merge etc)

License texts updated.
2014-01-06 22:27:59 +01:00
Thilo Graf
d2991b49c8 CComponentsForm: update license text 2014-01-06 14:47:13 +01:00
Thilo Graf
a08a418d88 CComponentsExtTextForm: use inherited class for localized version
Removed simple constructor and used default values in constructor has same
effect, this reduces some code parts. Usage is unchanged.
2014-01-06 14:47:12 +01:00
Thilo Graf
a0a4cc1355 CComponentsForm: avoid of height or width error due to odd values
Some calculations can resulting odd values and can provocate
unnecessary debug spam, but more lines should be repaired.
2014-01-06 14:47:12 +01:00
martii
8839256793 gui/dboxinfo: fix bytes2string() 2014-01-06 14:04:50 +01:00
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