Stefan Seyfried
10ad29afb7
remove unneeded rcinput.h include in headers
2018-01-13 20:08:15 +01:00
svenhoefer
ce0aa768b9
- infoviewer_bb: small renamings to get more logic in function names
...
showOne_CAIcon() => showIcon_CA()
paint_ca_icons() => paint_ca_icon()
showIcon_CA_Status() => paint_ca_icons()
Conflicts:
src/gui/infoviewer.cpp
src/gui/infoviewer_bb.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-15 18:42:18 +01:00
svenhoefer
77db4a63e3
- infoviewer_bb: use OFFSET defines; ...
...
height of ca-bar now depends on height of ca-icons
cleanup from commented code
2017-12-02 15:23:19 +01:00
M. Liebmann
cc05d272f2
CInfoViewer::showTitle: Add parameter forcePaintButtonBar
2017-02-28 15:04:09 +01:00
Stefan Seyfried
c14c15ea24
remove unnecessary sectionsdclient.h includes
2017-02-12 22:48:35 +01:00
Stefan Seyfried
2303d94300
replace fontrenderer.h include with forward declaration
...
in order to flatten the build dependency tree further, include
fontrenderer.h directly where needed, in header files a forward
declaration is enough
2017-02-07 17:23:42 +01:00
Stefan Seyfried
e490f84ea8
replace framebuffer.h include with forward declaration
...
instead of including framebuffer.h almost everywhere, replace it with
class CFrameBuffer forward declarations and/or generic system includes.
Add a hack to define fb_pixel_t to config.h (one reason for
framebuffer.h includes was the fb_pixel_t define)
2017-02-07 17:23:42 +01:00
svenhoefer
aa9417a550
- infoviewer_bb: remove broken code around left/right handling in ca_bar
...
This code wasn't used anymore since years.
2016-12-12 11:15:14 +01:00
svenhoefer
23242e605c
- infoviewer: fix overlaps on buttons while zapping
2016-01-22 10:49:45 +01:00
svenhoefer
1a290fb0cc
- infoviewer_bb: make showIcon_DD() public
2016-01-21 08:24:21 +01:00
Jacek Jendrzej
9aa1420ca7
src/gui/infoviewer.cpp try to fix segfault after PB change
2016-01-04 20:13:59 +01:00
Thilo Graf
523b273af8
Colors: init global color gradient implementation
2015-12-27 14:42:27 +01:00
svenhoefer
7ccb57548b
- infoviewer_bb: rename infobar buttons
2015-12-15 08:15:17 +01:00
svenhoefer
62daf1dc4c
- infoviewer: add color-to-color gradient feature; THX to TangoCash ...
...
... for basic inspiration and dbt for some optimizations
2015-05-04 09:41:41 +02:00
Stefan Seyfried
8658fb41a4
move hddstat.h include from infoviewer_bb to neutrino
2015-02-14 14:31:11 +01:00
Stefan Seyfried
dc99e757e9
infoviewer_bb: remove unnecessary (char *) casts
...
change paint_ca_icons to accept (const char *) to achieve this
2015-02-14 14:31:11 +01:00
martii
7c15db185f
add thread for determining free hdd (recording dir) space, enable hdd usage icons on vfd (untested)
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/simple_display.cpp
src/gui/hdd_menu.cpp
src/gui/infoviewer_bb.cpp
src/gui/infoviewer_bb.h
src/gui/moviebrowser.cpp
src/gui/record_setup.cpp
src/neutrino.cpp
src/system/ytcache.h
2014-09-11 17:58:19 +04:00
[CST] Focus
420af7a4dc
neutrino: sync keybind and usermenu code with neutrino-mp, code (C) martii
2014-09-05 17:49:11 +04: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
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
svenhoefer, snafed
24ffee6bb2
- infoviewer_bb.cpp,h: fix determination of hdd-usage in thread
2012-11-06 22:05:45 +01:00
svenhoefer
7c01980e94
- system/helpers: rework get_fs_usage()
...
also comment some unuses variables in src/infoviever_bb.{h,cpp}
2012-09-27 12:22:33 +02:00
svenhoefer
87f7a224f7
- infoviewerbb: determination of hdd-percentage in a seperate thread
2012-09-19 21:23:50 +02:00
satbaby
a3bfab0bcd
remove doubles include
2012-09-11 20:31:33 +02:00
micha-bbg
364b323607
* Infoviewer: rework buttonbar
...
- add new class 'CInfoViewerBB' (infoviewer_bb.cpp)
- rework paint and calculate icons
- unused icons in the radio mode will not be displayed
- activate 'show resolution = off' in osd setup
- insert 'Display active tuner' in osd setup
2012-05-19 15:46:37 +01:00