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
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
8ceb480ee5
- dboxinfo: switch to new martii boxinfo + adaptation
2013-12-29 21:51:35 +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
martii
2804d80463
gui/dboxinfo: gui cosmetics
2013-12-26 13:35:01 +01:00
Jacek Jendrzej
4f65509d60
src/gui/dboxinfo.cpp: switch to martii boxinfo + adaptation
2013-12-25 17:38:50 +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
Thilo Graf
f7798affc6
CComponents: add unfied header file for general include of cc classes
...
Provides a unified header file, so it is not required to select a
certain header file.
2013-10-24 21:19:07 +02:00
Michael Liebmann
c60c5c5ce3
Replace color indexes of the text colors by real color values for RenderString()
...
- If necessary, Correct data types of the color values
2013-07-21 22:00:58 +02:00
Thilo Graf
f70a30defa
Progressbars: use default frame thickness
...
It's unnecessary overhead to set the value everywhere, except it's needed.
2013-04-06 08:33:51 +02:00
Michael Liebmann
adfbfe079c
* Fix order of colors for some progress bars
2013-04-05 19:43:50 +01:00
Thilo Graf
860be9a412
CComponents: add progressbar class to cc-items
...
CProgressbar moved into components sub directory and adapt includes.
Progressbar objects are now usable as cc-item
TODO:
-some color and size corrections
-found some dub codes for sig and snr-bars, needs rework
2013-04-02 09:31:05 +02:00
[CST] Focus
bc74b0c3a6
gui/dboxinfo.cpp: show free mem without cached/buffers; add 5 seconds timer to update window
2012-09-21 17:45:19 +04:00
focus
725da8ec70
Use new class to fade
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1949 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-06 13:35:26 +00:00
focus
82d3290d98
Remove unused g_settings.gtx_alpha1/2
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1917 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-26 12:45:02 +00:00
focus
b92ca9b515
Close all on menu key; allow sat and fav keys
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1890 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 09:30:29 +00:00
striper
4660584bdc
- dboxinfo.cpp: fix font rendering with some themes
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1739 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-03 14:11:22 +00:00
focus
5c8429673a
Allow killTimer to check and reset timer id
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1562 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-21 10:04:05 +00:00
focus
1df85f6ea3
Fade changes for new fb driver
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1413 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-04-23 10:24:09 +00:00
seife
fd8a469974
dboxinfo: simplify code for FS/memory size display
...
Before, the units to display for filesystems / memory was based solely
on the filesystem type. This would lead to e.g. a 16MB FAT partition
being displayed as "0.01G" which is not too useful. Additionally, the
code made the distinction between RAM and FS in many places. Simplify
the code by determining the total/free/used in bytes, then pass that
number to a conversion function which returns a string with suffix.
Additional benefit: avoids use of float, code size significantly
smaller.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1375 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-04-02 13:21:42 +00:00
seife
0fb7db27ec
neutrino: fix boxinfo for rootfs != JFFS2
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1374 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-04-02 13:21:40 +00:00
seife
9283bfa4e2
dboxinfo: remove extraneous '\n' (thanks TheDuke for reporting)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@873 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-10-31 17:39:29 +00:00
focus
253324226e
Windows fade emulation. Some main windows at the moment only. New drivers needed.
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@644 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-06-27 13:06:12 +00:00
satbaby
60598aa682
-tiny change
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@629 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-06-18 03:45:57 +00:00
satbaby
393ef2a20d
memory percent
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@571 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-05-06 14:16:33 +00:00
satbaby
00d9b35c08
-add menu rounded corners on/off
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@395 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-20 21:29:30 +00:00
focus
e642e6f345
Fix black color corruption after scan; Change progressbar logic to follow progressbar_color setting, if bar created with blink enabled
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@333 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-13 10:52:19 +00:00
satbaby
d974484c3e
-use: getWidth()
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@256 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-04 12:13:19 +00:00
satbaby
0e92f5d4e9
-add: fta channels scan option (for Dr.Dish ;)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@252 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-03 11:02:16 +00:00
satbaby
6e27f0c02b
show rec hdd
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@215 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-27 15:55:16 +00:00
satbaby
da6bceda79
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@209 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-24 10:43:40 +00:00
satbaby
feb16a8ed7
osd fix
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@208 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-24 10:26:45 +00:00
satbaby
573534280c
fix to long mount name
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@203 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-23 14:01:27 +00:00
satbaby
0efa0ba641
add change blink
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@182 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-18 15:37:10 +00:00
seife
1943d704cb
dboxinfo: automatically resize info window
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@172 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-16 22:46:16 +00:00
satbaby
e748ccf2e5
shadow var
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@158 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-13 12:21:18 +00:00
satbaby
30a9711e17
rework
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@154 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-12 14:56:11 +00:00
satbaby
49e009134b
port rounded corner code from tuxbox CVSuse getScreenStartX(),getScreenStartY(),h_max(),w_max() routines
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@87 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-17 09:58:55 +00:00
seife
b0b471210f
neutrino: port rounded corner code from tuxbox CVS
...
This allows to set all four corners separately. The default is
now to have all four corners rounded if radius is > 0 in paintBoxRel.
It also places hard coded integer numbers for CORNER_TOP and
CORNER_BOTTOM with the respective #defines.
This should make it much easier to port over code parts from tuxbox.org.
However, there are probably bugs and oversights in that I did not find
yet. Reports are welcome.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@45 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-13 22:23:23 +00:00
mrcolor
bc5bd4154e
our current experimental Neutrino branch
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 11:05:11 +00:00