[CST] Focus
6b80fec434
gui/channellist.cpp: safe-check in setSelected(), to prevent crash if incorrect selected set
...
Origin commit data
------------------
Commit: a3621a73ca
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-20 (Fri, 20 Apr 2012)
2012-04-20 20:09:25 +04:00
Stefan Seyfried
3dda6ee00f
neutrino: adapt to the framebuffer_spark blitter change
...
basically add fb->blit() in every widget where necessary to
make sure the framebuffer is updated with current content
Origin commit data
------------------
Commit: a029333c1a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-04-01 (Sun, 01 Apr 2012)
2012-04-17 19:33:57 +02:00
Stefan Seyfried
9c93e4eabf
channellist: always start video if parental lock is disabled
...
this fixes an obscure wakeup-from-standby bug if parental locking is
disabled but a bouquet is marked as "locked" anyway
Origin commit data
------------------
Commit: 98e8e0f856
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-02-25 (Sat, 25 Feb 2012)
2012-04-17 19:33:54 +02:00
Stefan Seyfried
692621d4b4
neutrino: do not display expired events in channel list
...
Origin commit data
------------------
Commit: 3f84fb416f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-01-22 (Sun, 22 Jan 2012)
2012-04-17 19:33:52 +02:00
Stefan Seyfried
87b161bb16
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.
Attention: This code is GPL v3+ only for now!
Origin commit data
------------------
Commit: 2f65aea744
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2011-10-03 (Mon, 03 Oct 2011)
2012-04-17 19:33:49 +02:00
Stefan Seyfried
593aba68a4
neutrino: add the possibility to lock bouquets by default
...
This basically inverts the "locked" attribute of bouquets.xml and
allows to selectively enable only favourites or similar.
Origin commit data
------------------
Commit: 3999e8d0e2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2011-10-30 (Sun, 30 Oct 2011)
2012-04-17 19:33:49 +02:00
Stefan Seyfried
2ffdc7e0d3
neutrino: port "EPG title in LCD" from tuxbox
...
Origin commit data
------------------
Commit: a99ff05934
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2011-01-26 (Wed, 26 Jan 2011)
2012-04-17 19:33:45 +02:00
[CST] Focus
233b39dde0
gui/scan_setup.cpp,
...
gui/channellist.cpp,
gui/bedit/bouqueteditor_channels.cpp,
gui/bedit/bouqueteditor_chanselect.cpp: use transponder::description to show channel details
Origin commit data
------------------
Commit: 1c2363cfb4
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-17 (Tue, 17 Apr 2012)
2012-04-17 18:42:52 +04:00
[CST] Focus
d3a2e853ee
GUI: add support for L/R, use transponder::pol to display polarization
...
Origin commit data
------------------
Commit: c14741dcd2
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-16 (Mon, 16 Apr 2012)
2012-04-16 16:56:26 +04:00
[CST] Focus
0fda29614e
gui/channellist.cpp: remove bouquetList checks, it never should be NULL
...
Origin commit data
------------------
Commit: 9bcc63ea01
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-05 (Thu, 05 Apr 2012)
2012-04-05 20:29:07 +04:00
[CST] Focus
feb8ad00d3
gui/channellist.cpp: remove unused if/else in CChannelList::paintDetails
...
Origin commit data
------------------
Commit: 7abc312042
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-05 (Thu, 05 Apr 2012)
2012-04-05 19:57:49 +04:00
[CST] Focus
9bae735344
gui/channellist.cpp: remove CmpChannel..
...
Origin commit data
------------------
Commit: 07a250130b
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-05 (Thu, 05 Apr 2012)
2012-04-05 18:57:50 +04:00
[CST] Focus
f68ef9fd75
gui/channellist.cpp: remove switch(), use CRCInput::getNumericValue
...
Origin commit data
------------------
Commit: 2cb3edd0eb
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-04 (Wed, 04 Apr 2012)
2012-04-04 18:45:40 +04:00
[CST] Focus
1d130adc7e
gui/channellist.cpp: reuse code as updateSelection()
...
Origin commit data
------------------
Commit: 3d5d834f3c
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-04 (Wed, 04 Apr 2012)
2012-04-04 18:34:51 +04:00
[CST] Focus
ad35ccbc83
Mark some found bugs with FIXME
...
Origin commit data
------------------
Commit: 2209489d3e
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-22 (Thu, 22 Mar 2012)
2012-03-22 18:15:18 +04:00
[CST] Focus
7ee579ca93
gui/channellist.cpp: bugfix, reset selected chid in setSelected
...
Origin commit data
------------------
Commit: 70371b93a9
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-19 (Mon, 19 Mar 2012)
2012-03-19 18:06:57 +04:00
[CST] Focus
5566fa4cc6
gui/channellist.cpp: comment CVFD::getInstance()->setMode in show(),
...
call it after channel list closed, to prevent recursive calls on
bouquet lists close. Some places to call could be missed
Origin commit data
------------------
Commit: a0fff2b417
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-16 (Fri, 16 Mar 2012)
2012-03-16 15:08:09 +04:00
[CST] Focus
e538503806
gui/channellist.cpp: fix warning
...
Origin commit data
------------------
Commit: 984eccc84a
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-16 (Fri, 16 Mar 2012)
2012-03-16 14:27:58 +04:00
[CST] Focus
d699d54d64
Merge branch 'multituner' into dvbsi++
...
Origin commit data
------------------
Commit: 5027559691
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-16 (Fri, 16 Mar 2012)
2012-03-16 14:22:37 +04:00
[CST] Focus
846e9a1f11
gui/channellist.cpp: add getActiveChannel;
...
remove old and commented code;
add left key as backspace in numericZap;
simplify numericZap and virtual zap;
Origin commit data
------------------
Commit: 521486229c
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-16 (Fri, 16 Mar 2012)
2012-03-16 14:18:40 +04:00
[CST] Focus
539781822a
fix conflict
...
Origin commit data
------------------
Commit: 68201bad9e
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-16 (Fri, 16 Mar 2012)
2012-03-16 14:11:06 +04:00
Michael Liebmann
c055d3b43f
Fix error message in CChannelList::putChannel
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2148 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: f13a3203af
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2012-03-15 (Thu, 15 Mar 2012)
Origin message was:
------------------
* Fix error message in CChannelList::putChannel
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2148 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-15 08:24:43 +00:00
[CST] Focus
1f64ea04fd
WIP. stop assuming whole channel list selected == channel number
...
Origin commit data
------------------
Commit: 008940a3b7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-14 (Wed, 14 Mar 2012)
2012-03-14 19:44:06 +04:00
[CST] Focus
2423afd411
gui/channellist.cpp: style, remove space before ()
...
Origin commit data
------------------
Commit: d0af67f529
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-03-13 (Tue, 13 Mar 2012)
2012-03-13 14:49:52 +04:00
[CST] Focus
fedd70b214
Merge remote-tracking branch 'origin/master' into dvbsi++
...
Origin commit data
------------------
Commit: e9430aec0d
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-02-19 (Sun, 19 Feb 2012)
2012-02-19 13:20:19 +04:00
[CST] Focus
5a1ee9bfd0
Merge branch 'master' into multituner
...
Origin commit data
------------------
Commit: 97b72836a9
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-02-19 (Sun, 19 Feb 2012)
2012-02-19 12:25:28 +04:00
Thilo Graf
330df85965
neutrino channellist: hide list on starting record
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2102 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: e0b3e556e8
Author: Thilo Graf <dbt@novatux.de >
Date: 2012-02-15 (Wed, 15 Feb 2012)
Origin message was:
------------------
*neutrino channellist: hide list on starting record
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2102 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-15 18:21:45 +00:00
[CST] Focus
498eee39b8
Merge branch 'master' into multituner
...
Origin commit data
------------------
Commit: 7e469e7c4f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-01-26 (Thu, 26 Jan 2012)
2012-01-26 19:37:46 +04:00
Jacek Jendrzej
2fafab9ef7
dont reload chanellist after manuel reload
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2065 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 163052cd39
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-01-17 (Tue, 17 Jan 2012)
2012-01-17 20:07:13 +00:00
[CST] Focus
55ad5c1b9a
channellist: new SameTP with channel param; use CFEManager to get frontend and check is it possible to zap
...
Origin commit data
------------------
Commit: 7a5d87d6b1
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-01-13 (Fri, 13 Jan 2012)
2012-01-13 15:08:14 +04:00
[CST] Focus
c326df4e72
Fix ghost infobar, if channel zap not possible because of recording
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1972 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: c253d606c7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-12-14 (Wed, 14 Dec 2011)
2011-12-14 13:34:25 +00:00
[CST] Focus
02e2745f22
Use new class to fade
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1942 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 3c2845d590
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-12-06 (Tue, 06 Dec 2011)
2011-12-06 12:29:16 +00:00
[CST] Focus
74d57ebc3c
Experimental: save/restore screen for channel list context menu
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1935 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: e85c48501f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-12-05 (Mon, 05 Dec 2011)
2011-12-05 14:16:28 +00:00
[CST] Focus
ff2de7c8cb
Remove unused g_settings.gtx_alpha1/2
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1917 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 82d3290d98
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-11-26 (Sat, 26 Nov 2011)
2011-11-26 12:45:02 +00:00
[CST] Focus
70204c7dce
Remove global c_SMSKeyInput
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1915 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: a73ea424b9
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-11-26 (Sat, 26 Nov 2011)
2011-11-26 11:28:17 +00:00
[CST] Focus
7688f18263
Add channel list settings to channel list menu
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1872 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 9c021d73f7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-11-22 (Tue, 22 Nov 2011)
2011-11-22 11:03:38 +00:00
[CST] Focus
3f30dcd4da
Experimental: save/restore channel list mode for history zaps
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1870 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: a9cb9c4733
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-11-22 (Tue, 22 Nov 2011)
2011-11-22 09:49:51 +00:00
Michael Liebmann
971c3d4fb3
Correct calculation of the size of logo in list header.
...
- Function for calculating from infoviewer.cpp to pictureviewer.cpp moved
- Correct calculation in channellist.cpp, epgview.cpp and moviebrowser.cpp
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1869 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 4f4f46a912
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2011-11-22 (Tue, 22 Nov 2011)
2011-11-21 23:11:52 +00:00
gixxpunk
092a550804
neutrino channellist: switch button sort order blue <-> yellow (patch by bellum)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1863 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 61031262b1
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2011-11-18 (Fri, 18 Nov 2011)
Origin message was:
------------------
- neutrino channellist: switch button sort order blue <-> yellow (patch by bellum)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1863 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-18 13:54:14 +00:00
Michael Liebmann
4595ea6f41
Mute-Zap switch channel list (r1840)
...
- Restored the original state with mute button.
- Switched off via the channel list menu, default value is the original state.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1845 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: d90b967328
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2011-11-13 (Sun, 13 Nov 2011)
2011-11-13 17:18:33 +00:00
Michael Liebmann
31ef7763da
Display error of channel logo in the EPG display 'next'
...
- Fixed display error of the channel logo.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1841 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 59c33572bf
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2011-11-09 (Wed, 09 Nov 2011)
2011-11-09 01:10:54 +00:00
Michael Liebmann
133a0783d4
Mute-Zap switch channel list
...
- Mute-Zap Icon remove from the channel list
- Moved Mute-Zap switch in the Misc Settings menu
- Mute function restored in the channel list
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1840 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: d837bbbbaf
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2011-11-09 (Wed, 09 Nov 2011)
2011-11-09 01:02:27 +00:00
Michael Liebmann
9765d68841
Remove old DBox2 identifier (patch by svenhoefer)
...
- Renaming NEUTRINO_ICON_BUTTON_DBOX* to NEUTRINO_ICON_BUTTON_MENU*
- Changed menu icons
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1839 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: fa2f642e4f
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2011-11-07 (Mon, 07 Nov 2011)
2011-11-07 20:48:41 +00:00
Michael Liebmann
137f6442b5
Time display in channel list corrected.
...
- See also: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p135527-anzeige-bugs/#post135527
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1798 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: b466e718e5
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2011-10-31 (Mon, 31 Oct 2011)
2011-10-31 09:55:21 +00:00
gixxpunk
cbe9cdce54
correct a 2 pixel offset in channellist
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1794 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: b1c888e38e
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2011-10-29 (Sat, 29 Oct 2011)
Origin message was:
------------------
- correct a 2 pixel offset in channellist
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1794 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-29 08:18:27 +00:00
gixxpunk
95d6a70b8e
extend colored events to channellist
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1779 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 80c84efb7c
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2011-10-28 (Fri, 28 Oct 2011)
Origin message was:
------------------
- extend colored events to channellist
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1779 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-28 16:39:12 +00:00
gixxpunk
d05c2acd64
switch button color in channellist (blue <-> yellow) to align with tuxbox cvs
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1764 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: c0f6d00ed8
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2011-10-21 (Fri, 21 Oct 2011)
Origin message was:
------------------
- switch button color in channellist (blue <-> yellow) to align with tuxbox cvs
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1764 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-21 09:45:16 +00:00
Thilo Graf
44469f6969
neutrino icons: renamed some icons
...
relevant for user defined icons
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1756 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 1036795755
Author: Thilo Graf <dbt@novatux.de >
Date: 2011-10-10 (Mon, 10 Oct 2011)
Origin message was:
------------------
*neutrino icons: renamed some icons
relevant for user defined icons
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1756 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-10 17:16:39 +00:00
Thilo Graf
49db9c4aa2
neutrino channellist: optimize space for rec icon
...
relevant for userdefined icons
patch by michabbg
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1754 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: a01ca5e1e3
Author: Thilo Graf <dbt@novatux.de >
Date: 2011-10-08 (Sat, 08 Oct 2011)
Origin message was:
------------------
*neutrino channellist: optimize space for rec icon
relevant for userdefined icons
patch by michabbg
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1754 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-08 12:42:05 +00:00
gixxpunk
c31888eeea
channellist: better readability for right-aligned list
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1749 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 0f5bac8050
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2011-10-05 (Wed, 05 Oct 2011)
Origin message was:
------------------
- channellist: better readability for right-aligned list
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1749 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-05 16:52:27 +00:00