svenhoefer
4f911979e0
- rename COVERDIR => COVERDIR_TMP
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-02 23:24:53 +02:00
svenhoefer
5db053cbc2
- audioplayer: remove all covers when playback is stopped or title is changed
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-02 23:24:52 +02:00
svenhoefer
3ab66aa9de
- audioplayer: don't remove station-logo immediately; ...
...
this allows the usage of station-logo as screensaver
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-02 23:24:52 +02:00
svenhoefer
b0590ff20d
- audioplayer: remove some code; since 2588700 it's to find in helpers.cpp|h
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
this is a fix for: adding some curl helpers
2018-08-23 10:37:58 +02:00
GetAway
15572e2d7c
Revert "- audioplayer: fix station logo handling for icecast"
...
This reverts commit 2e96ac3
- it is incomplete!
2018-05-26 18:31:03 +02:00
vanhofen
ff926297df
- internetradio: clear playlist before loading a new one
2018-05-20 17:59:26 +02:00
svenhoefer
2e96ac359f
- audioplayer: fix station logo handling for icecast
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-05-20 17:59:07 +02:00
Thilo Graf
c1a3f02dad
src/gui/audioplayer.cpp: add missing 'else'
...
Comes in with picked commit 0d0553a639
Original commit was noiseless deleted and its content was replaced.
2018-01-27 16:15:38 +01:00
svenhoefer
0d0553a639
- audioplayer: split RC_home/RC_stop handling; ...
...
now RC_home do not stop playback anymore and RC_stop do not close gui.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-26 23:39:58 +01:00
svenhoefer
3b65251e00
- framebuffer: better name for getWindowWidth/Height() functions
...
getScreenWidth/HeightRel() was confusing because it depends on users window settings.
Replace names in old unused framebuffer code too.
Signed-off-by: Thilo Graf <dbt@novatux.de >
Conflicts:
gui/channellist.cpp
2018-01-22 19:19:08 +01:00
svenhoefer
3d5aa5977a
- neutrino: add more RC_playpause handling
...
Conflicts:
src/gui/movieplayer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:30 +01:00
svenhoefer
0fc3e793a4
- neutrino: unify modes handling; ...
...
remove double enum from CNeutrinoApp and move mostly used enum from NeutrinoMessages to new NeutrinoModes
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
5ec2e9c11e
- audioplayer: allow RC_previoussong and RC_nextsong
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-30 17:33:42 +01:00
Jacek Jendrzej
b7ceb705a0
Merge branch 'master' into pu/mp
2017-09-26 12:52:04 +02:00
Stefan Seyfried
163815a2e0
audioplayer: allow to add https:// urls from playlist
2017-09-26 12:41:05 +02:00
Stefan Seyfried
96006a04f6
audioplayer: fix buffer overflow
2017-09-26 12:41:05 +02:00
M. Liebmann
abfb02aa47
Merge branch 'master' into pu/mp
2017-09-21 09:07:15 +02:00
svenhoefer
6ee3e54741
- add and use FRAME_WIDTH defines; ...
...
replace other fixed frame widths with OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-09-20 21:29:53 +02:00
Jacek Jendrzej
1763bb9e64
Merge branch 'master' into pu/mp
2017-08-08 20:06:40 +02:00
svenhoefer
bfedeffb61
- audioplayer: fix right offsets for item
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-08-08 14:25:12 +02:00
Jacek Jendrzej
72a9fa40db
Merge branch 'master' into pu/mp
2017-07-05 21:43:36 +02:00
svenhoefer
dd19314000
- audioplayer: don't scale covers to quadrat-dimensions
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# src/gui/audioplayer.cpp
2017-07-04 12:22:53 +02:00
Jacek Jendrzej
f791ee1455
Merge branch 'master' into pu/mp
2017-07-02 17:22:23 +02:00
svenhoefer
6a7ac6c0b0
- settings.h: rename FRAME_MIN_WIDTH to FRAME_WIDTH_MIN ...
...
to get same name-structure as in the existing defines
(cherry picked from commit f77c2b897c269810c15a1780ae4918a7a0deec3d)
Signed-off-by: Thilo Graf <dbt@novatux.de >
Conflicts:
src/system/settings.h
2017-06-29 17:18:06 +02:00
M. Liebmann
542626c0da
Merge branch 'master' into pu/mp
2017-06-29 15:06:39 +02:00
Thilo Graf
86742b1d72
CAudioPlayerGui: add cc scquare objekt as title box, fix caption bg colors
...
Use of cc square object saves unnecessary paintBoxRel() calls.
BgColors of metatdata and time display were different to
titlebox body color, but was not to see with all themes.
btw: time box was too much on the right side. Frame of titelbox
was overpainted but was not very noticeable if frame width < 2.
2017-06-28 22:07:34 +02:00
svenhoefer
b62bb3715f
- audioplayer: reset idle time to avoid screensaver ...
...
when returning from shoutcast-filebrowser
(cherry picked from commit 0a8024cdef84d9e60fa1e64c65e687f16c1d90ce)
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:20 +02:00
svenhoefer
bb7b9e2207
- audioplayer: fix round borders in footer when playlist is hidden ...
...
and use large roundings as in the other gui-elements
cherry-picked from 8a3d8f8b51a8bd97966f8b0708f0a0a631d07bc8
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:20 +02:00
svenhoefer
bab708281a
- audioplayer: reset idle time to avoid screensaver ...
...
when returning from filebrowser
(cherry picked from commit d4f366c0dd9ab7f997a7c4f85948168ccf80f4ad)
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:19 +02:00
svenhoefer
f0c70b854c
- audioplayer: fix position of meta data in titlebox
...
(cherry picked from commit 37c61fa12f6961048f1382ae48873d7c06bd9c64)
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:19 +02:00
svenhoefer
4b4cf14d6b
- audioplayer: fix coordinates to clear title-box
...
(cherry picked from commit 0dfe5becbbc832c4379e957abdcea92604eb1caf)
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:18 +02:00
svenhoefer
d75a3b0f58
- audioplayer: change scanXmlData() arguments order ...
...
switch url <-> name to get the same order as in other used functions
(cherry picked from commit f31f8c5bc84c817e3fc955d816bb57cb0dcdfab7)
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:17 +02:00
Jacek Jendrzej
2ddad19873
Merge branch 'master' into pu/mp
2017-06-21 13:54:49 +02:00
svenhoefer
980e293517
- cc_frm_header: remove CComponentsHeaderLocalized() subclass
...
use another constructor of CComponentsHeader() instead
Signed-off-by: Thilo Graf <dbt@novatux.de >
Good idea, this I had already in mind too.
2017-06-21 10:31:22 +02:00
Jacek Jendrzej
cf951434d5
Merge branch 'master' into pu/mp
2017-06-20 14:26:38 +02:00
svenhoefer
000edc2942
- simplify last shadow-changes ...
...
I didn't know about the possibility to add a shadow directly to
the scrollbar.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-20 09:55:37 +02:00
svenhoefer
cc42ee1e42
- audioplayer: fix coordinates in hide() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-20 09:55:29 +02:00
svenhoefer
37e5f8032e
- audioplayer: add shadow to gui-elements
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-20 09:55:24 +02:00
svenhoefer
c1460ef905
- audioplayer: don't show not recognized bitrates
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-20 09:55:21 +02:00
svenhoefer
cd6c123e56
- audioplayer: minor format changes in title box
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-20 09:55:18 +02:00
Jacek Jendrzej
d612fbc05f
Merge branch 'master' into pu/mp
2017-06-18 12:21:18 +02:00
svenhoefer
4c21971b4a
- audioplayer: small design reworks ...
...
* use OFFSET defines
* use CComponentsScrollbar
* rename some variables
* many, many position calculation fixes
* re-format code
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-18 00:04:40 +02:00
Jacek Jendrzej
ca83324763
Merge branch 'master' into pu/mp
2017-06-07 16:20:47 +02:00
svenhoefer
6c1d7eea59
- audioplayer: use NEUTRINO_ICON_AUDIO in header
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-07 14:17:11 +02:00
Jacek Jendrzej
f292ba6b69
Merge branch 'master' into pu/mp
2017-04-24 21:33:15 +02:00
svenhoefer
fe5f84c1d0
- scrollbars: avoid usage of COL_SCROLLBAR_PASSIVE_PLUS_0 ...
...
... outside of CComponentsScrollBar(). Since the color-changes in
89bda2d
the non-CC scrollbars looks weird.
2017-04-24 12:29:52 +02:00
svenhoefer
8bdb16cec6
Merge remote-tracking branch 'neutrino-mp/master' into pu/mp
...
Conflicts:
src/neutrino.cpp
src/nhttpd/tuxboxapi/neutrinoyparser.cpp
2017-03-13 16:14:33 +01:00
svenhoefer
5b0faeab8c
- unify DetailsLine-names; move define to settings.h
2017-03-13 12:40:04 +01:00
Stefan Seyfried
abec1c311b
Merge remote-tracking branch 'tuxbox/master'
2017-03-04 19:32:30 +01:00
svenhoefer
eb477aee8e
- audioplayer: fix small typo
2017-02-24 18:26:07 +01:00