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
[CST] Focus
4ab22136d9
gui/audioplayer.cpp: add AAC file type, save last used directory
2013-12-15 14:40:54 +04:00
martii
5d02024ae1
audioplayer, ffmpegdec: embedded cover support
...
Conflicts:
src/gui/audioplayer.cpp
2013-12-15 14:40:54 +04:00
martii
bf694d32f1
drop #ifdef ENABLE_FLAC
2013-12-15 14:40:54 +04:00
Thilo Graf
4d213e9ed9
CAudioPlayerGui: move scope of char *type
...
scope can be reduced
2013-12-03 14:55:39 +01:00
Thilo Graf
074713bb29
CAudioPlayerGui: assign value of variable 'step' with current value
...
Variable 'step' is reassigned a value before the old one has been used.
2013-12-03 14:55:39 +01:00
svenhoefer
22c3cec0ca
- audioplayer: fix cover handling
2013-11-14 23:52:21 +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
svenhoefer
fe07423ad1
- audioplayer: show cover from id3-tag or folder.jpg in header
...
if exist a file called folder.jpg in same dir as the audiofile
or a audiocover is defined in id3-tag it will be displayed in header.
cover in tag is preferred.
ported from mohusch. original patch by tangocash. thx!
2013-11-09 18:34:09 +01:00
svenhoefer
395767adf4
- audioplayer: use and show play/pause/stop/rew/ff keys
2013-11-07 22:09:23 +01:00