[CST] Focus
c60b8fc741
gui/channellist.cpp: add 'force' arg to zap functions, to trigger zap
2013-03-13 18:54:30 +04:00
[CST] Focus
d2472e64cf
gui/channellist.cpp: use CNeutrinoApp::StartPip
2013-03-13 16:26:59 +04:00
Stefan Seyfried
b8cd692257
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-12 16:33:15 +04:00
Stefan Seyfried
367f6f6559
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-12 16:33:00 +04: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
Stefan Seyfried
a91b58aac4
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-10 00:15:46 +01:00
Stefan Seyfried
21f79f1284
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-10 00:07:26 +01:00
[CST] Focus
e05ab5297d
gui/channellist.cpp: use zapit client for PiP
2013-03-08 14:14:26 +04: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
[CST] Focus
cbfa6f88c5
use ENABLE_PIP for pip code
2013-03-05 18:34:47 +04:00
[CST] Focus
69b4d366af
Merge branch 'pip' into next
...
Conflicts:
src/gui/channellist.cpp
2013-02-28 16:45:41 +04:00
[CST] Focus
682c3c4f37
gui/channellist.cpp: start/stop PiP for selected channel on play button
2013-02-27 11:02:13 +04:00
Stefan Seyfried
b0c7ca94a7
channellist: initialize values to satisfy valgrind
2013-02-24 13:56:47 +01:00
Stefan Seyfried
94883e0877
channellist: initialize values to satisfy valgrind
2013-02-22 17:16:43 +01:00
Stefan Seyfried
901b7cbd38
channellist: use "classic" width if minitv is unused
2013-02-22 16:21:24 +01:00
Thilo Graf
fedb9132d7
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 16:15:03 +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
0cf191822a
Merge branch 'check/dvbsi++' commit 5db16ee2ff
...
Conflicts:
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/channellist.cpp
src/gui/components/Makefile.am
src/gui/components/cc.h
src/gui/components/components.cpp
src/gui/moviebrowser.cpp
src/gui/scan.cpp
src/neutrino.cpp
src/zapit/src/bouquets.cpp
src/zapit/src/getservices.cpp
src/zapit/src/transponder.cpp
2013-02-21 17:07:18 +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
Thilo Graf
f3f347bdb3
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-16 12:13:24 +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