Stefan Seyfried
b982458d2d
reduce dependencies on driver/rcinput.h
...
* add new header that only contains neutrino_msg_t and friends, often this
is all that's needed instead of full rcinput.h
* directly include rcinput.h in some cpp files instead of relying on
accidental inclusion in some header
* add class forward declarations to avoid dragging in rcinput indirectly
This could use more work to further reduce the impact; maybe separating
the CRCinput::key_* constants from the rcinput class would be good.
2018-01-13 20:08:20 +01:00
svenhoefer
c93be1dfe7
- audioplayer: minor format changes in title box
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-20 11:25:56 +02:00
svenhoefer
edb4ce3e4f
- eventlist: minor cosmetics;
...
rename getPrvNextChannelName() to getChannelNames()
2017-05-08 21:08:23 +02:00
Jacek Jendrzej
5f9f82b8e6
src/gui/eventlist.cpp show prev next channel name on start
2017-05-08 17:39:30 +02:00
Thilo Graf
8f3fcc6060
CEpgData/CEventList: use class CNaviBar for bottom box
2017-05-06 00:02:30 +02:00
Thilo Graf
43fda8bc11
CEventList: optimize handling of header and bottom box
...
Mainly to reduce flicker effects on right/left scroll.
2017-05-03 21:29:41 +02:00
TangoCash
ae0810e339
-eventlist: fix gradient background
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
review required
2017-05-03 21:29:41 +02:00
TangoCash
3ac2f99a67
-eventlist,epgview: adjust style, implement new header class
...
picked from: https://github.com/TangoCash/neutrino-mp-cst-next
commit: 477db186ee4f306e191035ed2201ff4fc9d70b9d
Signed-off-by: Thilo Graf <dbt@novatux.de >
review reqiured
2017-05-03 21:29:41 +02:00
Stefan Seyfried
c14c15ea24
remove unnecessary sectionsdclient.h includes
2017-02-12 22:48:35 +01:00
Stefan Seyfried
648c00f26a
move gui/color.h includes from headers to cpp files
2017-02-07 17:23:42 +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
f04493b7e5
- eventlist: remove obsolete bool show from CEventList::showFunctionBar
2016-10-12 20:55:28 +02:00
Jacek Jendrzej
be2417068e
src/gui/eventlist.cpp restore channel name after call search if not used
2016-06-01 15:41:08 +02:00
Jacek Jendrzej
374a172aef
remove unused and some clang compil fixes
2016-04-17 13:46:16 +02:00
Thilo Graf
65f4b82f62
CEventList: hold header instance to reduce flicker effects
2016-03-22 13:15:19 +01:00
Stefan Seyfried
99453de557
eventlist: use CListHelpers::UpDownKey
2016-01-18 08:10:16 +01:00
Jacek Jendrzej
81049d89cd
src/gui/eventlist.cpp -add fsk filter to epg-search
2015-07-01 21:39:20 +02:00
Jacek Jendrzej
39796eda68
src/gui/eventlist.cpp-add program category filter to epg-search
2015-06-30 14:23:39 +02:00
svenhoefer
a6bf50f666
- shorten CNeutrinoEventlist to CEventlist
2015-04-16 13:39:35 +02:00
svenhoefer
069d19f701
- eventlist: rework header
...
show channellogo, prev channel, next channel if possible
2014-06-11 23:07:19 +02:00
martii
5fb5ea91bf
gui/infoviewer, gui/eventlist: localization fixes
2014-05-06 12:28:25 +02:00
M. Liebmann
b41819190d
Preparing the menu classes for Lua Part #2
...
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
2014-01-19 20:57:37 +01:00
Stefan Seyfried
1d0a23dbf3
reduce direct dependencies on timerdclient.h
...
Include timerdtypes.h instead of timerdclient.h where feasible, add direct instead of indirect includes of timerdclient.h where necessary. This reduces the number of files which depend on timerdclient.h from 134 to 16. Add/update copyright notices in the affected files.
2014-01-13 21:01:26 +01:00
Jacek Jendrzej
4f387ae87f
CEventFinderMenu -add epg search history
2013-11-26 16:23:24 +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
Thilo Graf
d39eaa22fc
CComponents: split some header files
...
CComponentsInfoBox
CComponentsShapeCircle/Square
CComponentsDetailLine
CComponentsPIP
CComponentsText/CComponentsLabel
CComponentsPicture
2013-05-27 09:30:50 +02:00
Jacek Jendrzej
35bac1ff40
CNeutrinoEventList::findEvents - add search all epg option
2013-05-17 21:08:09 +02:00
rhabarber1848
f6413891b2
eventlist: Use selected event title as default search word, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?p=382712#p382712
2013-05-11 19:02:19 +02:00
Michael Liebmann
a841aa3790
* CNeutrinoEventList: Fix flicker when page is changed
2013-04-04 10:11:49 +01:00
Thilo Graf
399dbad350
CNeutrinoEventList: use CComponentsText instead CComponentsInfoBox
...
add doPaintBg(false), causes no paint or repaint and save of item
background.
CC-Items comes with its own hide(), but it's not very sensefull
to store or paint background here.
NOTE: CComponentsText is more of appropriate for embedded text items
than CComponentsInfoBox. CComponentsInfoBox is more made for hint or
messageboxes.
2013-04-04 09:56:52 +02:00
svenhoefer, SatBaby, snafed
68cf021581
- eventlist: add right infobox with current eventinfo
...
* use getScreen{Width/Height}Rel()
2013-04-01 22:06:19 +02:00
satbaby
87fe3bd406
eventlist: -add notifier to search menu, ported from tuxcvs, THX Gaucho316
2012-11-01 18:55:03 +01:00
satbaby
ab24c127c8
-add: show sore screenings in in extra window
2012-08-06 20:22:43 +02:00
Thilo Graf
c213221b4c
channellist: update license text
2012-07-08 22:01:12 +02:00
[CST] Focus
8e3c19d448
rename EventList to CNeutrinoEventList - conflict with libdvbsi++
2012-03-07 21:03:47 +04:00
micha-bbg
6d9b72ed15
Erase the event list from the display fixed.
...
- Related with custom icons.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1795 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-29 18:03:32 +00:00
thilo
fe181e7d01
*neutrino eventlist: show timer conflicts
...
This is a partial port from tuxbox.
TODO: solution for zapto timer events
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1791 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-28 22:16:04 +00:00
thilo
c9a5284455
*neutrino eventlist: move and define some member variables in constructor
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1788 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-28 22:15:49 +00:00
thilo
151a55b852
*neutrino eventlist: rework adding of record and zap timer events
...
Now we use buttons class to manage button bar.
Pressing of red button adds a new record timer event and caption changes
to 'delete'.
The same procedure happens with the yellow button, but for zap events.
This changes are a partial port from tuxbox neutrino.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1784 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-28 22:15:25 +00:00
satbaby
15c474a6d8
fix Wextra compil
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@770 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-09-14 17:13:29 +00:00
satbaby
e08246132c
-add show epg with rc forward/rewind from prev/nex channel in bouquet (test version)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@765 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-09-12 17:56:44 +00:00
focus
3fb6607ba0
Mode fb and picviewer cleanup; unify channel logo display code
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@259 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-05 15:26:57 +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