[mythtv-commits] mythtv branch master updated by mspieth. v30-Pre-484-gdfd0216

Git Repo Owner noreply at mythtv.org
Sun Feb 11 11:01:39 UTC 2018


The branch, master has been updated on the
mythtv repository by gitolite user mspieth.
       via  dfd02164f0cebc744bddda019652d06ce745eabf (commit)
       via  bf4763c43d64ffb8d12e02ac8a37ef68adcf3a1d (commit)
       via  310b9a3167223f4ed985910c0cd55da8ebb195c5 (commit)
       via  bd170c0119aeb4d58d100fa7bb0934e7442ec03a (commit)
       via  f6e5481a1212fb025dcaa679ee662130b9290548 (commit)
       via  67d8e32bd68918d54c851df96968034f6b2b710a (commit)
       via  a3fdc6038e5865b6f73fc5526155c58584acf4c5 (commit)
      from  73caed175f0a19e232759e3bab00b23b576b16e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dfd02164f0cebc744bddda019652d06ce745eabf
Author:    Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:59:49 +1100
Committer: Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:59:49 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dfd02164f0cebc744bddda019652d06ce745eabf

Remove command line arg override for android, its done in AndroidManifest.xml
refs #12420



commit bf4763c43d64ffb8d12e02ac8a37ef68adcf3a1d
Author:    Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:58:52 +1100
Committer: Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:58:52 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bf4763c43d64ffb8d12e02ac8a37ef68adcf3a1d

Fix htonl et al header includes for android for qt 5.10
refs #12420



commit 310b9a3167223f4ed985910c0cd55da8ebb195c5
Author:    Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:57:16 +1100
Committer: Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:57:16 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=310b9a3167223f4ed985910c0cd55da8ebb195c5

Better OpenGLES2 capabilities debug
refs #12420



commit bd170c0119aeb4d58d100fa7bb0934e7442ec03a
Author:    Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:56:06 +1100
Committer: Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:56:06 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bd170c0119aeb4d58d100fa7bb0934e7442ec03a

Use OPENGL_QT5 for Android
refs #12420



commit f6e5481a1212fb025dcaa679ee662130b9290548
Author:    Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:55:08 +1100
Committer: Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:55:08 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f6e5481a1212fb025dcaa679ee662130b9290548

Set window and parent window surface types to OpenGL for Android
Otherwise the raster overwrites the opengl window.
refs #12420



commit 67d8e32bd68918d54c851df96968034f6b2b710a
Author:    Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:52:54 +1100
Committer: Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 21:52:54 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=67d8e32bd68918d54c851df96968034f6b2b710a

Show window early for egl and android
This makes the show event triggerred by the timer to
be processed before init is complete, showing
the theme background.
refs #12420



commit a3fdc6038e5865b6f73fc5526155c58584acf4c5
Author:    Mark Spieth <mspieth at digivation.com.au> at Sat, 10 Feb 2018 17:50:11 +1100
Committer: Mark Spieth <mspieth at digivation.com.au> at Sun, 11 Feb 2018 13:36:53 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a3fdc6038e5865b6f73fc5526155c58584acf4c5

Defer FanartLoader instantiate after main() runs.
This can cause the main thread and the UI thread to be different
causing UI races. This occurs in android. There should be no
qt objects created before QApplication is created.
refs #12420



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythui/mythmainwindow.cpp       |    8 +++-
 mythtv/libs/libmythui/mythrender_opengl.cpp    |   19 ++++++++
 mythtv/libs/libmythui/mythrender_opengl.h      |   10 ++--
 mythtv/libs/libmythui/mythrender_opengl2es.h   |   60 +++++++++++++++--------
 mythtv/libs/libmythupnp/msocketdevice_unix.cpp |    4 +-
 mythtv/programs/mythfrontend/main.cpp          |   12 -----
 mythtv/programs/mythfrontend/videodlg.cpp      |    7 ++-
 7 files changed, 77 insertions(+), 43 deletions(-)

-- 



More information about the mythtv-commits mailing list