vanhofen
932a535b6a
- remove unused nkplay stuff
2017-09-13 13:35:23 +02:00
vanhofen
816de89898
- drop easymenu
2017-09-13 13:35:23 +02:00
Jacek Jendrzej
6576729fd1
remove double includes
2017-09-08 21:21:32 +02:00
Jacek Jendrzej
c5dc1b7770
remove my stupid init
2017-08-29 15:01:31 +02:00
Thilo Graf
3987c3a306
CTimerList: adjust label width in footer dependent by count of buttons
2017-08-28 12:16:45 +02:00
Thilo Graf
4dd12767f9
CTimerList: paint header only if required
...
Avoid possible flicker effects.
TODO: fix clock background with enabled gradient on header repaint.
2017-08-28 12:16:45 +02:00
Thilo Graf
6e310a8157
comments: fix copy paste errors
2017-08-28 12:16:45 +02:00
Thilo Graf
c743cb632b
cc_item_shapes.cpp/h: Add method to create draw boxes without explicit objects
2017-08-28 12:16:45 +02:00
Thilo Graf
b5d33f10e1
Helpbox: add missing check for null pointer
2017-08-28 12:16:45 +02:00
Thilo Graf
5221769840
CComponentsHeader: add missing check for null pointer
2017-08-28 12:16:45 +02:00
Thilo Graf
d42389b167
CProgressBarCache: remove benchmark lines
...
Was only for debugging.
2017-08-28 12:16:45 +02:00
Thilo Graf
f07a27825d
CComponentsPicture: remove benchmark lines
...
Was only for debugging.
2017-08-28 12:16:45 +02:00
Thilo Graf
16dac64ed2
CComponentsFooter: fix possible error with non-POD element type
...
affected is struct type 'button_label_cc'
2017-08-28 12:16:45 +02:00
Thilo Graf
27995b19fa
CComponentsFooter: fix possible conversion warning
...
For platform compatibility. eg. with neutrino-pc on it is possible
that size_t is long unsigned ini, for others unsinged int
2017-08-28 12:16:45 +02:00
Thilo Graf
fe6a24351b
cc_frm.cpp, cc_frm_button.cpp: remove unread stored variables
2017-08-28 12:16:45 +02:00
Thilo Graf
758081a0ac
CComponentsFrmClock: fix wrong initialization of w_tmp
2017-08-28 12:16:45 +02:00
Jacek Jendrzej
350a73ce08
fix possible out of bound memory access
2017-08-23 13:05:57 +02:00
Jacek Jendrzej
527c0de33a
null pointer check
2017-08-23 13:03:34 +02:00
Jacek Jendrzej
e58e72635b
fxi possible buffer overflow
2017-08-23 13:00:24 +02:00
Jacek Jendrzej
ba600f0e5c
some inits and never read var
2017-08-23 12:58:26 +02:00
Jacek Jendrzej
c99486520e
some inits warnings
2017-08-21 14:42:24 +02:00
vanhofen
c307ed5b36
- hw_caps: remove CFEManager-code; ...
...
the relevant boxmodels are handled now in a "dirty part of hw_caps"
in neutrino.cpp after zapit-start
2017-08-21 12:56:00 +02:00
Jacek Jendrzej
8c8ae9595c
Revert "- neutrino: fix hw_caps init; it must be initialized after zapit start"
...
This reverts commit edb0a5937e
.
2017-08-21 12:53:05 +02:00
svenhoefer
6659dbb6f3
- upnpbrowser: fix mode_ts for videos; was switched back to mode_upnp by stopAudio()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-08-12 14:05:23 +02:00
svenhoefer
944ad7cb63
Revert "neutrino: disable some menus in upnp & ts mode"
...
This reverts commit 90de51de38
.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-08-12 14:05:17 +02:00
Thilo Graf
40fee47523
Revert "infoviewer.cpp: handle timeout of mode upnp like mode ts"
...
This reverts commit 0225b043db
.
2017-08-12 11:27:55 +02:00
Thilo Graf
71f5779a40
CComponentsScrollBar: try to fix handling with very much segment count
...
In some cases, eg. with very much pages in channellist, the effort
to handle with all count of scrollbar segments was too much. Result: long
waiting times during page scrolling and slider was not visible. This
should be fixed now.
2017-08-11 22:35:07 +02:00
GetAway
0225b043db
infoviewer.cpp: handle timeout of mode upnp like mode ts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Infobar timeout in the upnp mode is fixed to 6 sec.
Because it's acting about streams, so we should use the same timeout
such as with playing a movie file.
2017-08-11 20:14:49 +02:00
Thilo Graf
b863f874b0
CComponentsScrollBar: use matching type names
2017-08-09 21:36:26 +02:00
Thilo Graf
431cfadcc2
CComponentsScrollBar: fix possible build error with -Werror=sign-compare
2017-08-09 20:29:22 +02:00
Thilo Graf
379d1ffa76
CComponentsScrollBar: fix possible too small type size
...
Possible segment count could be more than 265.
Was a remnant from scrollbar test phase.
2017-08-09 19:13:36 +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