Commit Graph

10755 Commits

Author SHA1 Message Date
Jacek Jendrzej
4700523643 Merge branch 'master' into pu/mp 2017-08-29 16:33:21 +02:00
Jacek Jendrzej
c5dc1b7770 remove my stupid init 2017-08-29 15:01:31 +02:00
Jacek Jendrzej
23797d29c0 Merge branch 'master' into pu/mp 2017-08-29 11:26:54 +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
6be63f736c Merge branch 'master' into pu/mp 2017-08-23 13:10:49 +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
Jacek Jendrzej
8c45b2eea6 Merge branch 'master' into pu/mp 2017-08-21 13:13:03 +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
Jacek Jendrzej
0238049daf part from 382181e289ac990fa1bc69ec528b8c25be6c6537 2017-08-21 10:57:18 +02:00
Stefan Seyfried
e2db590797 Revert "- hardware_caps: fix has_fan and add detection of Neo Twin"
This reverts commit c225c2d4b6.
This leads to a segfault at start and the upstream solution
is not yet ready for primetime, so revert this for now.
2017-08-21 10:17:05 +02:00
Stefan Seyfried
d0a21abd9f rcinput: add two more keys in the ugly azbox translate() table 2017-08-21 10:17:05 +02:00
Stefan Seyfried
fd4a3516e5 zapit: trivial azbox compile fix 2017-08-21 10:17:05 +02:00
Stefan Seyfried
4978ed7675 rcinput: fix getKeyName for RC_none case 2017-08-21 10:17:05 +02:00
Stefan Seyfried
a1a5965017 CKeyChooserItemNoKey: fix type cast 2017-08-21 10:17:05 +02:00
Stefan Seyfried
223d1d709f fb_accel_sti: reorder blit_mutex locking
This seems to help spurious deadlocks in the STI framebuffer blit code.
Not 100% sure why, butthis helps, but I have not seen lockups with this.
2017-08-21 10:17:05 +02:00
Stefan Seyfried
ee031801e4 coolstream: disable uncoolinit build
it does not build right now for undefined fb_pixel_t, and it is unused
anyway after a workaround in zapit code has been introduced
2017-08-21 10:17:05 +02:00
Jacek Jendrzej
491e51beeb Revert "- neutrino: fix hw_caps init; it must be initialized after zapit start"
This reverts commit edb0a5937e.
2017-08-21 10:03:52 +02:00
Jacek Jendrzej
ed416416cd Merge branch 'master' into pu/mp 2017-08-14 16:26:49 +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
Jacek Jendrzej
61f1c51d50 Merge branch 'master' into pu/mp 2017-08-12 10:02: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
Jacek Jendrzej
0b781da031 Fix merge-error; add missing add_gxa_sync_marker() function 2017-08-09 11:36:14 +02:00
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