Commit Graph

68 Commits

Author SHA1 Message Date
[CST] Focus
e11434f417 gui/bouquetlist.cpp: add menu option to switch bouquet epg scan on/off 2014-03-27 18:56:49 +04:00
[CST] Focus
90768b15ac gui/bouquetlist.cpp: allow to delete whole satellite from satellite bouquet view 2014-03-13 16:06:20 +04:00
[CST] Focus
040b2a958e gui/bouquetlist.cpp: fix inactive color when called to add channel to bouquet 2014-03-06 16:09:10 +04:00
Thilo Graf
bcf4e4fbf9 revert cd5fd9dab3
use an easier solution, based up neutrino-mp
2014-01-26 20:30:41 +01:00
M. Liebmann
cd5fd9dab3 Fix compiler warnings (-Wconversion)
- THX SatBaby for the info
2014-01-25 23:06:27 +01:00
Thilo Graf
5ea7ec48df CComponentsHeader: rework constructors, add CComponentsHeaderLocalized
Member initVarHeader() now used with parameters, so it's  possible
to remove multiple code in constructors, but some class must be
renamed to CComponentsHeaderLocalized.
2014-01-24 23:09:56 +01:00
martii
4d0eea3b23 gui/bouquetlist: fix 73152bd and 4dcc804 2013-12-13 16:53:05 +01:00
martii
73152bd30b gui/bouquetlist: use Font::getMaxDigitWidth() 2013-12-13 16:44:59 +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
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
acb256ba53 CBouquetList: use required type
fix some possible compiler warnings
2013-10-02 10:07:34 +02:00
[CST] Focus
1d63e4048e src/gui/bouquetlist.cpp: do not add dublicate channels while copy bouquet to favorite,
if favorite bouquet already exist
2013-09-25 17:08:34 +04:00
[CST] Focus
8a8f996ca0 channel list: restrict adding channels to favorits only,
show empty bouquets only in channel add mode
2013-09-18 12:57:56 +04: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
Stefan Seyfried
a33086568b neutrino: fix possible div-by-zero in scrollbar calculation 2013-05-30 11:19:39 +02:00
svenhoefer
6c41ffbe47 - neutrino: don't save screen while paint headers 2013-05-28 10:42:39 +02:00
svenhoefer
2204631859 - bookmarkmanager/bouquetlist: add missing includes 2013-05-27 22:08:24 +02:00
svenhoefer
a9012e4699 - bouquetlist: using CComponentsHeader to paint header 2013-05-27 21:19:23 +02:00
Stefan Seyfried
c0c008190e neutrino: make g_channel_list_changed private
Add a setter function MarkChannelListChanged() instead for
bouquet/channel list. This avoids sometimes not reloading
channels after changes in the service menu.
2013-04-17 10:21:33 +04: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
svenhoefer
fc614004cf - bouquetlist.cpp: use existing loop to calc max height of buttons 2013-04-01 15:10:01 +04:00
[CST] Focus
96cd5c94af gui/bouquetlist.cpp: fix b523fe59c0:
double ::paintButtons calls was added ?
2013-03-14 11:57:02 +04:00
Stefan Seyfried
b523fe59c0 bouquetlist: only show active buttons 2013-03-12 16:32:51 +04:00
Stefan Seyfried
6c982e3d49 bouquetlist: fix width calculation 2013-03-12 16:32:19 +04:00
Stefan Seyfried
25de0d4380 bouquetlist: mark autogenerated bouquets as readonly
this at least prevents modification from the context menu,
needs more work in the service->bouquetmanagement menus
2013-03-12 16:32:12 +04:00
satbaby
80fe0c9307 src/gui/bouquetlist.cpp: close FAV window with rc-fav only in FAV mode 2012-11-05 16:45:34 +01:00
satbaby
cc73e4de86 src/gui/bouquetlist.cpp: fix width 2012-10-27 20:00:35 +02:00
[CST] Focus
d71ad8700a gui/bouquetlist.cpp: bouquet id safe-checks 2012-10-23 16:15:53 +04:00
[CST] Focus
6fad279231 gui/bouquetlist.cpp: fix message loop, if bouquet list is empty 2012-10-22 15:49:55 +04:00
[CST] Focus
6a0b42e962 gui/bouquetlist.cpp: add updateSelection(),
fix indent
2012-10-22 14:23:16 +04:00
satbaby
35138088e3 Neutrino: Channel list: add method isEmpty() and use it, ported from tuxbox cvs (THX Gaucho316) 2012-10-20 13:20:49 +02:00
satbaby
4a6f9467c9 bouquetlist.cpp: fix width for buttontext 2012-10-18 17:17:00 +02:00
satbaby
e50a5ef013 /bouquetlist.cpp: close Favo also with RC_favorites 2012-09-12 22:48:15 +02:00
satbaby
a3bfab0bcd remove doubles include 2012-09-11 20:31:33 +02:00
[CST] Focus
5fabe3d425 gui/bouquetlist.cpp: dont repaint, if mode not changed 2012-07-16 17:18:41 +04:00
satbaby
bc574e9688 use empty() instead of size() 2012-06-16 09:44:42 +02:00
satbaby
bb347b3a44 performance Prefer prefix ++/-- operators for non-primitive types. 2012-04-28 10:56:27 +02:00
[CST] Focus
f5f819f598 gui/bouquetlist.cpp: use locals for HD and other bouquets 2012-03-29 13:13:33 +04:00
satbaby
163052cd39 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
2012-01-17 20:07:13 +00:00
satbaby
dc734f7d2a bouquetlist: use settings key
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1998 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-24 14:17:17 +00:00
satbaby
1bb6885cb1 bouquetlist: use settings key
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1992 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-23 20:22:12 +00:00
focus
83e0e1bc98 Move left/right handling after user-defined keys
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1987 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-22 15:51:46 +00:00
focus
e0ef7a0680 Use new class to fade
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1946 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-06 13:07:53 +00:00
focus
82d3290d98 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
2011-11-26 12:45:02 +00:00
focus
da65f42575 Switch list modes also with left/right keys
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1886 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-24 15:28:13 +00:00
focus
5c8429673a Allow killTimer to check and reset timer id
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1562 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-21 10:04:05 +00:00
striper
8accc074a7 - fix RadioChannels
- fix delete-button color

patch by Janus -> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/board310-coolstream-svn/10639-bug-kontext-men%C3%BC-bouquetsliste/

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1499 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-05-31 17:13:20 +00:00
focus
1df85f6ea3 Fade changes for new fb driver
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1413 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-04-23 10:24:09 +00:00
thilo
e1f887af72 *neutrino buttonbars: reworked painting of buttonbar in
channellist,
stringinput (also cleared some char format problems),
audioplayer,
bouqueteditor_bouqets,
bouqueteditor_channels,
bouqueteditor_chanselect,
bookmarkmanager,,
bouquetlist,
filebrowser,
epgplus,
epgview,
pictureviewer,
timerlist,
upnpbrowser

TODO:
This is still not a final solution. I would like to see buttonhandling in
own class for better integration and handling of window structure.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1179 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-02-21 09:08:10 +00:00