Commit Graph

10561 Commits

Author SHA1 Message Date
Jacek Jendrzej
1763bb9e64 Merge branch 'master' into pu/mp 2017-08-08 20:06:40 +02:00
Thilo Graf
57e410c052 english.locale: corrections in channellist locales
Consideration of rules for capitalization of headings, titles and labels.
2017-08-08 14:25:12 +02:00
svenhoefer
8c4fe6df2f - menu: fix icon for CGenericMenuNext forwarder
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-08-08 14:25:12 +02:00
Thilo Graf
67a71d5e4e CComponentsForm: add functions to get used or free space of form dimensions 2017-08-08 14:25:12 +02:00
Thilo Graf
a4af92d219 CComponentsForm: add methods to get previous and next item 2017-08-08 14:25:12 +02:00
Thilo Graf
a19a1f067e CComponentsItem: fix possible issues with position inside forms
This ensures relative position for items inside form
2017-08-08 14:25:12 +02:00
Thilo Graf
9687dda867 CCDraw: add missing member for real item position
Changes of real positions were not watched.
2017-08-08 14:25:12 +02:00
Thilo Graf
dcdff2c03b CComponentsItem: move real position methods from draw class into item class
These methods ar only relavant for items
2017-08-08 14:25:12 +02:00
TangoCash
bc5b3edc93 fix epgtitle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-08-08 14:25:12 +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
Thilo Graf
8e17eadb6a CComponentsHeader: disable permanent clock paint on interval. 2017-08-08 14:25:12 +02:00
Thilo Graf
356719cf3a CComponentsHeader: rework and simplified logo handling
This should fix some issues with possible overlapps
of logos with title. With some Conditions with text
alignment on the right side needs a fix.
There is an issue with size and position of text object, but is stll not
used at the moment. For all other conditions of logo and text alignments now
it should be not a problem (I hope) and have more code clarity.
2017-08-08 14:25:12 +02:00
Thilo Graf
58d4f13bb7 COsdSetup: add slot to ensure clean up icon cache on changed resolution.
Some old icon data makes no sense with changed resolution.
In some cases it could happens that no icons are to see on screen
after changed resolution. This should fix this,
2017-08-08 14:25:12 +02:00
Thilo Graf
4e66739ff5 CFrameBuffer: fb-generic.cpp - add methode for clean up icon cache
This could be required eg. on changed resoulutions or
changed iconsets on runtime.
2017-08-08 14:25:12 +02:00
Thilo Graf
9678adc401 CBuildinfo: Don't load graphical related objects if not needed.
Objects are only required in show mode. HasData() is renamed because of for more
plausibility.
2017-08-08 14:25:12 +02:00
Thilo Graf
c18e337d1f offsets: add SIDEBAR_WIDTH
required in window class
2017-08-08 14:25:12 +02:00
Thilo Graf
9c89f13cba CBuildInfo: add missing offset defines 2017-08-08 14:25:12 +02:00
Thilo Graf
c600b4c416 Colorsettings: add possibility to change shadow color
Shadow color was bound to infobar color and it's not really
understandable why, because with some colors eg. black, the shadow is
grey or with other colors it is exaggerated colored and seems to be
not realistically and looks unusual if shadow is brighter or colorful
than foreground. Some themes will thank it.

TODO: update theme files with matching values if required
2017-08-08 14:25:12 +02:00
GetAway
90de51de38 neutrino: disable some menus in upnp & ts mode
to prevent inoperability of neutrino
2017-08-07 07:52:41 +02:00
GetAway
95b535016f neutrino.cpp: repaint of background in radio mode, when close UPNP-Browser 2017-08-07 07:52:32 +02:00
Jacek Jendrzej
72a9fa40db Merge branch 'master' into pu/mp 2017-07-05 21:43:36 +02:00
TangoCash
57f46e1f2b no shutdown if streaming (thx dbo)
prevent shutdown from timer if stb is started from deep standby > does a
timer-record > and meanwhile streaming (eg. localTV or via web-if to PC)
is active

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-07-05 10:41:27 +02:00
svenhoefer
761a2b2e73 - epgscan: allow to set rescan period to catch a bug in epgscan
Scan isn't executed while a movie is played. When movie is stopped
the scan-timer is ignored too.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-07-04 12:22:53 +02:00
svenhoefer
f191f0730f - moviebrowser: another fix for deletion function ...
and add some temporary console output to see what happens

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-07-04 12:22:53 +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
Thilo Graf
6aa66b84c1 CLocaleManager: add casted version of getText() function
Allows easier handling with strings instead const char
for usage as string source. Separate casts are not requiered.

Overload of getText() was not possible but,
name  getTextAsString() is keeping namespace of base function
getText().
2017-07-04 12:22:53 +02:00
TangoCash
d7e196c58a fix epgplus detailsline hide bug (thx dbo)
Signed-off-by: Thilo Graf <dbt@novatux.de>

dline was not removed after called epg info.

btw. Small request:
It would be nice if a short brief justification would be included.
That would be make some things easier to track and saves unnecessary questions.
Thx!
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
Thilo Graf
3213999198 CUpnpBrowserGui: try to reduce flicker effects on scroll
Some parts on screen should be painted only if changed.
This should help to reduce some flicker effects.
2017-07-01 22:10:26 +02:00
Thilo Graf
baf441b5d0 CUpnpBrowserGui: fix dline paint during directory selection
Dline was not removed on directory selection.
2017-07-01 22:09:08 +02:00
Jacek Jendrzej
18e1ec060f src/gui/opkg_manager.cpp fix esource leak; supplement to 4bdacf39c8 2017-07-01 10:26:33 +02:00
Thilo Graf
acb5b7e292 CBouquetList: fix scrollbar shadow
Footer is painted as first item and scrollbar as last, so shadow
overpaint footer body. Either paint scrollbar as first or use
matching shadow parameter.
2017-06-30 13:53:43 +02:00
Jacek Jendrzej
4318615a60 src/gui/movieplayer.cpp fix play icon after pause->seek 2017-06-30 13:42:09 +02:00
Jacek Jendrzej
1f095b96c9 src/gui/movieplayer.cpp show FileTimeOSD only if setSpeed work 2017-06-30 13:40:19 +02:00
Jacek Jendrzej
fc5ba460a5 src/gui/moviebrowser/mb.cpp fix segfault if m_movieSelectionHandler is NULL 2017-06-29 19:04:10 +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
M. Liebmann
a6344b3527 lib-libtuxtxt-tuxtxt.cpp avoid segfault, supplement to 7aec84d 2017-06-29 15:05:30 +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
Thilo Graf
6aaa403197 settings.h: add define for minimal frame width
Mostly we are using a frame width of 2 lines. This should ensure
correct scaling with other screen resolution.
2017-06-28 21:24:09 +02:00
Thilo Graf
47f7426aa7 CComponentsFooter: remove FIXME tag
fixed since 2e24663a3f
Obsolete wrong types caused this.
2017-06-28 20:36:51 +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
b66ea2f9cc - audiometadata: add logo to metadata
# Conflicts:
#	src/driver/audiometadata.cpp
#	src/driver/audiometadata.h

cherry-picked from 9c115bec035114a4cec33834e0ab3a6385f44711

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
99d72a0b8a - audiodec: unify cover handling
(cherry picked from commit ae0f735d998b8cbc5caf969f342be7af747b05f5)
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
8b89baa7a2 Merge branch 'master' into pu/mp 2017-06-26 22:22:07 +02:00