Commit Graph

201 Commits

Author SHA1 Message Date
Thilo Graf
deab17dc25 CChannelList: ensure new init of dline
Causes correct paint of details line, if osd settings
have been changed.
2013-03-24 21:16:49 +01:00
Thilo Graf
407d9fe800 CChannelList: remove details line on changing pages
details line was not completely killed changed page.
2013-03-21 11:38:40 +01:00
svenhoefer
3584a11872 - fix my last commit 0064c6c (recalc height) 2013-03-17 20:15:17 +01:00
svenhoefer
0064c6c704 - channellist: fix dimensions when using very large fonts
* paint scrollbar over full height of main box
2013-03-16 23:47:23 +01:00
Stefan Seyfried
f8aacb7a10 channellist: preset favorite bouquets when adding channels
when adding channels from the channellist context menu, the
useful targets are the favorites bouquets, so pre-select them
2013-03-11 13:32:06 +01:00
Stefan Seyfried
99e2ff32c9 channellist: don't change bouquetmode when adding favs
when adding a channel to favorites from the channellist contextmenu
the favorites bouquet was chosen, which is not helpful if further
favorites should be added
2013-03-11 13:32:06 +01:00
Thilo Graf
ba4e026b33 CChannelList: fix compile error
clearItem2DetailsLine()candidate expects 1 argument, 2 provided
2013-03-06 11:28:17 +01:00
Thilo Graf
ce2e95cc5a CChannelList: revert of some implementations of CComponents classes
Current state of CChannelList is mostly not compatible with CC-classes and
implementations are  to expensive at the moment, because more preparations are necessary.
2013-03-06 11:28:17 +01:00
Thilo Graf
ec0a91813a CChannelList: devel_cc fix merge errors
var full_width was lost during merge, this fixes
header and details width
2013-03-06 11:28:16 +01:00
micha-bbg
505d14c0a1 channellist.cpp: Fix segfault at 'delete Infobox' when changes in bouquet list. 2013-03-06 11:28:05 +01:00
Thilo Graf
d0af8fb7bf CChannelList: adapt for new functionality in CComponents 2013-03-06 11:28:02 +01:00
Thilo Graf
936e965909 CChannellist: remove calculateElements()
is already included in print()clHead->paint() and refreshElement()
2013-03-06 11:28:00 +01:00
micha-bbg
cd4cb6645e Channellist: Use CComponentsTitleBar for paint head 2013-03-06 11:28:00 +01:00
Thilo Graf
32f2f8a85d CChannelList: use own function to get transponder info 2013-03-06 11:27:57 +01:00
Thilo Graf
c53a0a7ab4 CChannelList: adapt for new CComponentsInfoBox functionality
TODO:
paint text into infobox with CComponentsInfoBox
2013-03-06 11:27:57 +01:00
Thilo Graf
d59eb05427 CChannelList: adapt for last changes in CComponents 2013-03-06 11:27:53 +01:00
micha-bbg
413e224128 * channellist.cpp: paint details
- Rework paintItem2DetailsLine()
- Use CComponentsInfoBox for paintDetails()
- Set missing height of down mark
2013-03-06 11:27:52 +01:00
Stefan Seyfried
b0c7ca94a7 channellist: initialize values to satisfy valgrind 2013-02-24 13:56:47 +01:00
Thilo Graf
f90395b81d CChannelList: fix position of minitv, small cleanups
This is only a provisionally fix. A rework of initialisation for
many member variables seems to be necessary.
2013-02-22 09:23:33 +01:00
Stefan Seyfried
4dbeb3a31e neutrino: fix 32<->64bit format string warnings
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
2013-02-21 15:47:18 +01:00
Thilo Graf
0a961a4cf6 CComponents: move class into its own source directory
The components could over time become quite large,
so it makes more sense, coming features to split into
multiple files and to do it in a separate directory.
2013-02-19 11:27:46 +01:00
svenhoefer
b307f4c8d4 - channellist.cpp: change order of painting to be more liquid 2013-02-18 21:54:52 +01:00
svenhoefer
8a7687abe1 - channellist.cpp: show pic instead of miniTV in radiomode 2013-02-18 21:00:19 +01:00
svenhoefer
782c9f107c - channellist.cpp: fix logo position if new_zap_mode is off 2013-02-17 23:20:04 +01:00
svenhoefer
9632f3bad7 - channellist.cpp: fix broken display of infobar while zapping 2013-02-17 22:57:37 +01:00
svenhoefer
505c4ba80d Revert "Revert '- channellist.cpp: enable to lock new_zap_mode'"
This reverts commit fb892d18ff.
2013-02-17 22:55:28 +01:00
svenhoefer
ddbac1b248 - channellist.cpp: allow colored events (for time) in right eventlist 2013-02-17 21:55:21 +01:00
svenhoefer
fb892d18ff Revert "- channellist.cpp: enable to lock new_zap_mode"
This reverts commit 15d787f79b
because the display of infobar while zapping is broken with
this commit.
2013-02-15 22:55:45 +01:00
micha-bbg
91d76a9487 * channellist.cpp: Show channel list vertically centered 2013-02-13 23:34:55 +01:00
micha-bbg
b2f5ca589d * channellist.cpp: Fix time display in event list
- fix compiler warning
2013-02-12 21:34:18 +01:00
tomworld
105c6b4c70 * channellist.cpp: Use extra font for event list 2013-02-12 15:45:27 +01:00
svenhoefer
15d787f79b - channellist.cpp: enable to lock new_zap_mode 2013-02-10 21:03:43 +01:00
TangoCash
31080fa98c - channellist.cpp: add epg-desc to blue button ...
... if g_settings.channellist_additional is not off.

initially patch by TangoCash with marginal modifications
2013-02-09 10:36:11 +01:00
svenhoefer
c6155f29b4 - channellist.cpp: fix restore to fullTV
... when turning miniTV off from the menu inside the channellist
2013-02-06 21:19:49 +01:00
svenhoefer
d4635b690f - channellist.cpp: 'fix' the double determination of dimensions/coordinates 2013-02-05 23:56:48 +01:00
svenhoefer
d6f4ea5baa - channellist.cpp: determinate startTimeWidth from a fixed value 2013-02-05 17:01:18 +01:00
svenhoefer
54ed166d1f - channellist.cpp: remove time for no further events
thx to TangoCash.
2013-02-05 01:36:28 +01:00
svenhoefer
3bdb3bbc07 - channellist.cpp: fix wrong time for no further events
patch by TangoCash. thx!
2013-02-05 00:58:31 +01:00
svenhoefer
ee0cb25258 - channellist.cpp: fix shortcuts in submenu and add a seperator line 2013-02-05 00:30:16 +01:00
svenhoefer
d8bd46e9d1 - channellist: make miniTV switchable 2013-02-04 22:25:15 +01:00
svenhoefer
77bbdfa0c9 - channellist.cpp: rework header and buttonbar
* paint channellogo in mini-tv-mode
* strech the positions of right elements in header marginally
* paint buttonbar over the full width
2013-02-02 02:10:35 +01:00
svenhoefer
1e45607ae1 - channellist.cpp: change color for infozone 2013-02-01 23:26:33 +01:00
svenhoefer
ec4a5bf3c1 - channellist.cpp: fix round borders for infozone 2013-02-01 22:59:07 +01:00
micha-bbg
49667088f7 * src/gui/channellist.cpp: miniTV osd fix
- Screen coordinate x could possibly receive a value under 0
2013-01-31 20:05:03 +01:00
satbaby
2e5b54c509 src/gui/channellist.cpp: fix possible segfault 2013-01-31 16:18:05 +01:00
satbaby
17cfb97f9e src/gui/channellist.cpp: minitv osd fix 2013-01-31 11:14:38 +01:00
satbaby
e509f19361 src/gui/channellist.cpp: fix minitv gui & segfault 2013-01-30 23:37:11 +01:00
satbaby
deeed028d4 compil fix for commit 1a425308ed 2013-01-30 19:31:57 +01:00
TangoCash
1a425308ed add optional mini-tv to channellist
Signed-off-by: satbaby <crashdvb@googlemail.com>
2013-01-30 19:17:52 +01:00
satbaby
c47aebdb64 src/gui/channellist.cpp:-add sort by channel number 2012-11-09 17:32:15 +01:00