Provides a unified header file, so it is not required to select a
certain header file.
Origin commit data
------------------
Commit: f7798affc6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-24 (Thu, 24 Oct 2013)
- If necessary, Correct data types of the color values
Origin commit data
------------------
Commit: c60c5c5ce3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
if the EPG ID of a timer list entry is 0 or the corresponding EPG data
can't be found, then you see wrong infos in EPG viewer
Signed-off-by: Christian Schuett <Gaucho316@hotmail.com>
Origin commit data
------------------
Commit: 5964aa7ad4
Author: Gaucho316 <Gaucho316@hotmail.com>
Date: 2013-06-02 (Sun, 02 Jun 2013)
* add shadow
* change some calculations to be more equal to other windows
* get footerheight from paintButtons methode
* change ok button to blue button in footer
* blue button has same function as ok button
* init members in contructor
* remove unused code
* change rotating colors because COL_MENUCONTENTDARK_PLUS_0
is used for shadow
* replace info button with dummy if timer is not type REC or ZAP
* sort member variables in header
Origin commit data
------------------
Commit: c557c03695
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-27 (Mon, 27 May 2013)
Origin message was:
------------------
- timerlist: rework gui stuff
* add shadow
* change some calculations to be more equal to other windows
* get footerheight from paintButtons methode
* change ok button to blue button in footer
* blue button has same function as ok button
* init members in contructor
* remove unused code
* change rotating colors because COL_MENUCONTENTDARK_PLUS_0
is used for shadow
* replace info button with dummy if timer is not type REC or ZAP
* sort member variables in header
Name of header file was changed since last commits
Origin commit data
------------------
Commit: d8f31fb5a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-26 (Sun, 26 May 2013)
* move info icon to buttonbar
Origin commit data
------------------
Commit: 2cc07765c7
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-26 (Sun, 26 May 2013)
Origin message was:
------------------
- timerlist: using CComponentsHeader to paint header
* move info icon to buttonbar
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
Origin commit data
------------------
Commit: e09bc260da
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-03 (Mon, 03 Oct 2011)
Origin commit data
------------------
Commit: ab24123430
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Origin message was:
------------------
* Timerlist: Show rec icon when recording in progress.
Origin commit data
------------------
Commit: 295efb1e07
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
Origin message was:
------------------
* Timerlist: Ask if the timer of a running recording to be deleted.
NOTE: Only tested on single box by me, please send feedback
Origin commit data
------------------
Commit: 5a5ec2bba0
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-30 (Thu, 30 Aug 2012)
Origin message was:
------------------
*CTimerList: show warnings on overlapping recording only in single mode
NOTE: Only tested on single box by me, please send feedback
Prevents sending of key messages to parent menus with number shortcuts,
but probably needs a better solution.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1994 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: a7558578c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-12-23 (Fri, 23 Dec 2011)
Origin message was:
------------------
*neutrino timerlist: ignore numeric keys in open timerlist
Prevents sending of key messages to parent menus with number shortcuts,
but probably needs a better solution.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1994 e54a6e83-5905-42d5-8d5c-058d10e6a962
Help button is still working,
but we should 'help button' really use for help features only in future.
Note: means general for GUI.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1836 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 8713f58eba
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Origin message was:
------------------
*neutrino timerlist: use info button instead help button for eventinfo
Help button is still working,
but we should 'help button' really use for help features only in future.
Note: means general for GUI.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1836 e54a6e83-5905-42d5-8d5c-058d10e6a962
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
Origin commit data
------------------
Commit: e1f887af72
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-02-21 (Mon, 21 Feb 2011)
Origin message was:
------------------
*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