Commit Graph

153 Commits

Author SHA1 Message Date
svenhoefer
5b0faeab8c - unify DetailsLine-names; move define to settings.h 2017-03-13 12:40:04 +01:00
svenhoefer
eb477aee8e - audioplayer: fix small typo 2017-02-24 18:26:07 +01:00
svenhoefer
a5bc693282 - enable epg-scan while audioplayer, movieplayer, pictureviewer and
upnp-browser runs
2016-11-24 21:41:23 +01:00
Thilo Graf
dde298b1b7 CMsgBox: rework msgbox classes with Window class implementation
Replacing messagebox, hintbox_ext and some derivated parts with
basic class hintbox and derivated class CMsgBox. This should unify
window handling and avoids maintain of multiple classes with quasi
same purpose and adds more functionality.

TODO: fix and optimize details
2016-10-24 10:31:24 +02:00
svenhoefer
957b1e05df - various: use DARK text color on DARK background 2016-10-19 14:35:38 +02:00
svenhoefer
3a80241b0c - audioplayer: use getItemColors function 2016-10-19 10:06:35 +02:00
M. Liebmann
01f3a56229 Fix compile error at src/gui/audioplayer.cpp
- Complement to commit 98500fd
2016-10-10 20:53:05 +02:00
vanhofen
02e07e4d7e - audioplayer: fix connectline paint 2016-10-10 14:19:55 +02:00
vanhofen
6629b64d6c - colors: add COL_SCROLLBAR_PASSIVE wrapper 2016-10-10 14:19:54 +02:00
vanhofen
7e7d4e5fc1 - colors: add COL_SCROLLBAR_ACTIVE wrapper 2016-10-10 14:19:54 +02:00
svenhoefer
75fe6e407d - colors: add COL_FRAME wrapper 2016-10-10 14:19:54 +02:00
svenhoefer
c7e1a77a21 - audioplayer: fix detailsline position 2016-10-01 11:06:11 +02:00
svenhoefer
974ef11d5b - detailsline: remove unneeded position/dimension additions 2016-09-12 12:11:04 +02:00
svenhoefer
54f2ac510f - fonts: add and use own font for all footers 2016-08-15 19:02:42 +02:00
svenhoefer
cc5258e6d5 - colors: make footer background color configurable
TODO: footer text color and maybe footer font
2016-08-15 00:14:47 +02:00
svenhoefer
bc39d1e14e - colors: some internal renamings
* INFOBAR_SHADOW to SHADOW because it's not only used in infoviewer
* INFOBAR_SHADOW_TEXT to MENUFOOT_TEXT because it's the proper name

This is in preparation to make footer colors configurable
2016-08-14 21:55:18 +02:00
vanhofen
1f224be672 - disable shoutcast, when shoutcast_dev_id is empty 2016-08-06 22:52:37 +02:00
Jacek Jendrzej
75a96a2fb3 avoid division by zero 2016-06-04 15:36:46 +02:00
Thilo Graf
0f7985c95c CAudioPlayerGui:try to fix infocklock view in audioplayer.
after closed screensaver, infoclock was painted. That looks not good.
This should fix this.
2015-12-27 14:42:29 +01:00
svenhoefer
736343d35b - neutrino: press tv/radio key to return to plain tv/radio 2015-12-15 08:15:17 +01:00
Jacek Jendrzej
29aa47aef0 audioplayer: -add flv format (THX Houdini) 2015-07-27 12:40:41 +02:00
svenhoefer
edc8527379 - framebuffer: revival of showFrame() function to allow ...
... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
2015-05-05 12:01:04 +02:00
Thilo Graf
a58f1621b4 Merge branch 'cst-next.pre' into cst-next 2015-04-30 09:20:43 +02:00
Jacek Jendrzej
422c91d117 add pugixml 2015-04-28 10:12:23 +02:00
Stefan Seyfried
5ab6b53054 global.h: Use forward-declarations to reduce number of dependencies 2015-04-16 13:39:35 +02:00
Thilo Graf
08cb42d22f gui/audioplayer.cpp/h: fix some type conversions 2015-03-29 22:40:05 +02:00
Thilo Graf
98d18f3ff4 CAudioPlayerGui: paint of id3 info with info box
Infobox provides already paint of text, so is not required to
call explicit fontrenderer methods.
2015-03-29 22:40:01 +02:00
Thilo Graf
c2a1299438 CAudioPlayerGui: replace showGlobalStatus() with showStatus() 2015-03-29 22:39:59 +02:00
Jacek Jendrzej
8227a01592 xmlinterface use const char instand char 2015-03-20 12:05:22 +01:00
Jacek Jendrzej
138e5d4763 audioplayer.cpp: prevent possible segfault 2015-03-19 18:18:13 +01:00
[CST] Focus
798b6f4945 gui/audioplayer.cpp: fix refresh after open picture viewer 2015-03-10 15:32:23 +03:00
[CST] Focus
4f5ac78e7f gui/audioplayer.cpp: fix missing frame around infobox 2015-03-09 14:58:05 +03:00
svenhoefer
90f968c19d - vfd/audioplayer: fix vfd progress in audioplayer
don't update full vfd every second
2015-01-09 11:18:52 +01:00
svenhoefer
df18f1f4e5 - screensaver: remove audioplayer_screensaver; add screensaver_delay 2014-12-29 23:50:18 +01:00
svenhoefer
9d34d4ba97 - audioplayer: don't paint cover while screensaver 2014-12-29 23:50:18 +01:00
svenhoefer
f023ff1651 - audioplayer: remove bool screen_saver from updateMetaData() ...
... using member m_screensaver instead of this
2014-12-29 23:50:18 +01:00
svenhoefer
dec7d42ffe - audioplayer: move videodecoder/pain away from screensaver() function 2014-12-29 23:50:18 +01:00
defans
6a23a1c36a CScreenSaver: add class CScreenSaver 2014-12-29 22:13:02 +01:00
[CST] Focus
549e110e14 change most code to use CKeyboardInput in place of CStringInputSMS 2014-11-19 18:21:38 +03:00
[CST] Focus
a473fe8194 webtv channels integration port,
initial code (C) martii,
initial patch from jacek
2014-08-27 17:32:26 +04:00
svenhoefer
649d1b1f9d - change RenderString() default to UTF8 2014-06-11 23:07:13 +02:00
svenhoefer
8b91cda918 - change getRenderWidth() default to UTF8 2014-06-11 23:07:00 +02:00
Thilo Graf
6fe7b452c1 CComponentsHeader: rework context button handling
CComponentsHeader uses now CComponentsIconForm, which is now derived
from CComponentsFrmChain. Some methods should be now simplified and
allow to handle some modifications easier.
2014-04-02 08:40:21 +02: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
svenhoefer
53f5801d6f - adapt ShowMsg handling from martii's neutrino-mp 2014-01-22 12:37:21 +01:00
M. Liebmann
31842369cc Preparing the input classes for Lua
- Add non locale variants for CExtendedInput, CStringInput,
  CStringInputSMS, CPINInput
  THX Martii
2014-01-19 20:57:38 +01:00
martii
cbc9299df8 convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
2013-12-25 12:08:14 +01:00
martii
da0142eb0d gui/pictureviewer_setup, gui/audioplayer_setup: use CMenuOptionNumberChooser instead of CStringInput 2013-12-22 16:36:13 +01:00
[CST] Focus
5d5493e2f5 gui/audioplayer.cpp: add m4a extension 2013-12-15 14:46:45 +04:00
[CST] Focus
937c23bc20 gui/audioplayer.cpp: disable screen save for dline/ibox;
always load metadata when adding files to play list;
cleanup code
2013-12-15 14:46:45 +04:00