Jacek Jendrzej
4f387ae87f
CEventFinderMenu -add epg search history
2013-11-26 16:23:24 +01:00
svenhoefer
3c8d47fa49
Revert "global.h: Use forward-declarations to reduce number of dependencies"
...
This reverts commit 4bc6e43ad4
.
2013-11-13 23:40:16 +01:00
svenhoefer
014dd3ac7b
Revert "- add missing include of vfd header"
...
This reverts commit 3845feb0e4
.
2013-11-13 23:39:55 +01:00
svenhoefer
3845feb0e4
- add missing include of vfd header
2013-11-13 10:40:18 +01:00
Stefan Seyfried
4bc6e43ad4
global.h: Use forward-declarations to reduce number of dependencies
2013-11-13 10:40:03 +01:00
svenhoefer
37fce25dac
- eventlist: change hotkeys in searchmenu for a smoother handling
2013-10-20 21:06:59 +02:00
Stefan Seyfried
f485bceff7
initialize variables (mostly to silence valgrind)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2013-10-01 14:00:20 +02:00
svenhoefer
dea8e8bbc8
- eventlist: fix paint of background in right box
2013-09-27 18:07:40 +02:00
svenhoefer
f468f9c176
- eventlist: use left/right to switch channels
2013-09-27 18:02:26 +02:00
Thilo Graf
ccddafa427
CNeutrinoEventList: don't paint explicit background
2013-09-19 08:24:40 +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
Jacek Jendrzej
917e95aea3
CNeutrinoEventList::findEvents - fix iterator
2013-05-31 18:54:48 +02:00
Stefan Seyfried
a33086568b
neutrino: fix possible div-by-zero in scrollbar calculation
2013-05-30 11:19:39 +02:00
Jacek Jendrzej
35bac1ff40
CNeutrinoEventList::findEvents - add search all epg option
2013-05-17 21:08:09 +02:00
Jacek Jendrzej
017b2d58d9
supplement to 8079c9126b
typo
2013-05-16 22:43:51 +02:00
Jacek Jendrzej
4a461c1801
supplement to 8079c9126b
, THX Gaucho316 for correction
2013-05-16 22:40:52 +02:00
Jacek Jendrzej
8079c9126b
CNeutrinoEventList::findEvents -fix segfault if Bouquets not in current mode, remove unique sort
2013-05-16 10:21:45 +02:00
Jacek Jendrzej
5869af605b
CNeutrinoEventList::findEvents - remove events for not found channels in channelList
2013-05-15 17:36:33 +02:00
Jacek Jendrzej
63bb0996da
CNeutrinoEventList::findEvents - speedup search in all channelList
2013-05-15 14:39:09 +02:00
Jacek Jendrzej
f23be72ee0
CNeutrinoEventList::paintDescription - show info1 if info2 is empty
2013-05-13 20:56:14 +02:00
Jacek Jendrzej
3ee3452fda
CNeutrinoEventList::findEvents - search in unique channelList
2013-05-13 10:13:29 +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
Jacek Jendrzej
28c67bbc9b
CNeutrinoEventList::exec call hide only once
2013-05-10 11:28:22 +02:00
Jacek Jendrzej
1d2ac01ecc
* CNeutrinoEventList: Skip unnecessary drawing of the background
2013-05-04 12:08:36 +01:00
Michael Liebmann
266a975e5b
* CNeutrinoEventList: Paint event list alone after the list was sorted
...
- paintDescription(): force paint of text
2013-05-04 11:01:31 +01:00
svenhoefer
24a4277863
- eventlist: cleanup from unnecessary calculations
2013-04-30 16:22:59 +02:00
svenhoefer
d892a700af
- eventlist: re-align prev/next channelnames in header
2013-04-30 13:50:13 +02:00
svenhoefer
997bd1bc7f
- eventlist: move info button from header to buttonbar
...
* remove unused button_label structs
2013-04-30 12:59:13 +02:00
Thilo Graf
4511d292b7
CNeutrinoEventList:kill text background during scrolling through event list
...
This is necessary because the background of text
is not automatically deleted.
2013-04-28 16:48:11 +02:00
[CST] Focus
8bb70d1ab3
Merge branch 'pu/cc' into next-cc
...
Conflicts:
acinclude.m4
data/locale/deutsch.locale
data/locale/english.locale
src/driver/volume.cpp
src/eitd/SIlanguage.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bedit/bouqueteditor_chanselect.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/eventlist.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan.h
src/gui/test_menu.cpp
src/gui/timeosd.cpp
src/gui/widget/progressbar.cpp
src/gui/widget/progressbar.h
src/neutrino.cpp
src/nhttpd/yconfig.h
2013-04-17 13:32:12 +04:00
svenhoefer
3ee9d53fca
- eventlist: fix round borders for current unselected event
...
Conflicts:
src/gui/eventlist.cpp
2013-04-17 10:21:32 +04:00
svenhoefer
473d6f38ba
- eventlist: make additional infos switchable
...
* new menu 'eventlist' in osd-setup
* fix offset in infozone
* fontsize for infozone adjustable
2013-04-13 11:13:23 +02:00
svenhoefer
d937082cd5
- eventlist: fix round borders for current unselected event
2013-04-13 09:31:39 +02:00
Stefan Seyfried
e09bc260da
neutrino: make button bar use available space intelligently
...
modify the paintButtons() function, so that it spreads the buttons
over the available width with constant space between them.
Port over all users to the new method and clean up quite some custom
button drawing code on the way.
Conflicts:
src/gui/audioplayer.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/filebrowser.cpp
src/gui/widget/buttons.cpp
src/gui/widget/stringinput.cpp
2013-04-05 14:50:28 +04: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
Thilo Graf
5cd01b8cc8
CNeutrinoEventList: remove include of textbox.h
...
Is already included by cc.h
2013-04-04 09:56:51 +02:00
svenhoefer
825ec2f5cc
- eventlist: fix delete of cc_infozone
2013-04-02 01:28:38 +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
5e284c68c3
src/gui/epgview.cpp: further corrections for followlist
2012-11-04 22:13:36 +01:00
satbaby
c40361147d
src/gui/epgview.cpp:check res after exec
2012-11-02 22:00:01 +01:00
satbaby
377772e242
src/gui/eventlist.cpp:typo fix for 87fe3bd406
2012-11-02 11:21:52 +01:00
satbaby
87fe3bd406
eventlist: -add notifier to search menu, ported from tuxcvs, THX Gaucho316
2012-11-01 18:55:03 +01:00
satbaby
324a4721f4
sectionsd.cpp:-fix search mode
2012-09-16 20:15:38 +02:00
[CST] Focus
9fdbdbd343
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-09-13 11:24:13 +04:00
satbaby
a3bfab0bcd
remove doubles include
2012-09-11 20:31:33 +02:00
[CST] Focus
3f5a0e5bb1
remove channel_id mask for CEitManager getXXX calls
2012-08-30 14:50:01 +04:00
[CST] Focus
74a761ef50
use CEitManager to get EIT data
2012-08-30 11:40:02 +04: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