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
Michael Liebmann
bace5ce91b
Audioplayer: Remove special handling for display mute icon
2013-11-04 17:00:34 +01:00
svenhoefer
a3173c82cf
- audioplayer: fix corner_type in header
2013-11-04 12:44:25 +01:00
Thilo Graf
6dd1da0628
revert 6ee7fac1a5
...
Was bad idea to rename. Other Classes can also inherit this. See CMenuTarget
2013-10-26 23:25:59 +02:00
Thilo Graf
6ee7fac1a5
CComponents: rename hide() to hideCC()
...
There are too many name conflicts with hide-members in other classes.
2013-10-24 21:39:04 +02: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
33ec56ad6f
CComponents: remove member setCornerRadius(),
...
setCorner() replaces this function, 2nd parameter sets type
2013-09-19 08:24:40 +02: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
[CST] Focus
4850e6d77a
set infobox color to COL_MENUCONTENTDARK_PLUS_0:
...
same color as main window looks boring, probably make sense to add color config option for this
2013-06-10 15:59:21 +04:00
Stefan Seyfried
a33086568b
neutrino: fix possible div-by-zero in scrollbar calculation
2013-05-30 11:19:39 +02:00
Stefan Seyfried
ca3e06b3fc
audioplayer: avoid out-of-bounds access
2013-05-28 16:25:19 +02:00
Stefan Seyfried
013c0e9494
audioplayer: g_Sectionsd is gone when destructor runs
2013-05-28 16:23:44 +02:00
svenhoefer
6c41ffbe47
- neutrino: don't save screen while paint headers
2013-05-28 10:42:39 +02:00
svenhoefer
ad20474050
- ENABLE_GUI_MOUNT: globalize
2013-05-27 23:56:54 +02:00
svenhoefer
66e61d433d
- audioplayer: using CComponentsHeader to paint header
2013-05-27 21:14:57 +02:00
Michael Liebmann
ad7bb42fc6
* CAudioPlayerGui: Fix display mute icon
2013-05-22 07:48:04 +02:00
Michael Liebmann
bf1c7bfdb7
* Various changes for reworked mute icon handling in some classes
...
- mute icon disabled for moviebrowser, upnpbrowser, pictureviewer
- extra handling for audioplayer
2013-05-16 11:01:41 +01:00
[CST] Focus
8bb70d1ab3
Merge branch 'pu/cc' into next-cc
...
Conflicts:
acinclude.m4
data/locale/deutsch.locale
data/locale/english.locale
src/driver/volume.cpp
src/eitd/SIlanguage.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bedit/bouqueteditor_chanselect.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/eventlist.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan.h
src/gui/test_menu.cpp
src/gui/timeosd.cpp
src/gui/widget/progressbar.cpp
src/gui/widget/progressbar.h
src/neutrino.cpp
src/nhttpd/yconfig.h
2013-04-17 13:32:12 +04:00
Michael Liebmann
55e37eb2b5
* src/gui/audioplayer.cpp: Fix osd (draw frame)
2013-04-08 16:01:27 +01:00
Stefan Seyfried
a5c6160384
audioplayer: don't free curl_handle too early
2013-04-08 10:36:18 +02:00
Stefan Seyfried
fcd65c2ce3
audioplayer: don't free curl_handle too early
2013-04-08 10:14:17 +04:00
Michael Liebmann
f1740ac21b
* src/gui/audioplayer.cpp: Fix segfault in audioplayer osd
2013-04-08 10:02:40 +04:00
Michael Liebmann
9a9a347ee3
* src/gui/audioplayer.cpp: Fix segfault in audioplayer osd
2013-04-07 22:07:38 +01: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
4714a30f83
- strech most windows to full screen
...
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
Conflicts:
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bedit/bouqueteditor_chanselect.cpp
2013-04-01 15:42:38 +04:00
svenhoefer
759966f935
- strech most windows to full screen
...
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
2013-03-25 09:45:22 +01:00
Thilo Graf
bdce50780d
CAudioPlayerGui: set missing corner mode for info box
2013-03-06 11:51:38 +01:00
Thilo Graf
14f8e63cc9
CAudioPlayer: adapt for last changes in CComponents
2013-03-06 11:27:53 +01:00
Thilo Graf
360feb8db9
CAudioPlayerGui: adapt to current CComponentsInfoBox changes
2013-03-06 11:27:50 +01:00
svenhoefer
ca8f8251ed
- audioplayer.cpp: fix comparison operator
2013-02-28 10:02:59 +01:00
svenhoefer
57317aae31
- audioplayer.cpp: reducing console spam
2013-02-27 21:23:15 +01:00
svenhoefer
ac3e482cca
- audioplayer.cpp: center horizontally
2013-02-20 23:52:30 +01:00
svenhoefer
92e6d383bd
- audioplayer.cpp: fix display of buttons and round corners in footer
2013-02-20 03:00:09 +01:00
svenhoefer
178ec028cb
- audioplayer: don't paint something if screensaver is active
2013-02-20 02:09:26 +01:00
svenhoefer
ed52353607
- audioplayer.cpp: remove not working code with mute-icon handling
2013-02-20 00:59:39 +01:00
svenhoefer
95b51f6993
- audioplayer.cpp: ignore first keypress when screensaver is on
...
just quit the screensaver and return to loop
2013-02-19 22:09:47 +01:00
svenhoefer
59642214f7
- audioplayer.cpp: fix cursor-background with round borders
2013-02-19 11:11:58 +01:00
svenhoefer
6e828fa0a4
- audioplayer.cpp: restore correct background when leaving screensaver
...
and remove background-pic from screensaver-loop
2013-02-19 00:11:12 +01:00
[CST] Focus
6d7f1efd06
gui/audioplayer.cpp: return menu_return::RETURN_EXIT_ALL on standby/shutdown,
...
thanks satbaby for patch
2012-11-16 15:45:39 +04:00
snafed
e145f9a5e8
- add pictureviewer to info-key in audioplayer
2012-11-06 23:04:55 +01:00
striper
dc95ffa37c
- audioplayer: fix memleak (THX martii)
2012-10-11 21:05:44 +02:00
satbaby
87342fd0d9
my_system fix
2012-09-15 11:20:49 +02:00