[mythtv-commits] mythtv branch master updated by pbennett. v29-pre-303-g37c172e

Git Repo Owner noreply at mythtv.org
Sat Feb 4 20:40:13 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
       via  37c172e79fee9ddb422aa5ddf4e3ba1ee489ae5b (commit)
      from  2a667305fb6ec3420fc7b80c7b563784d4690310 (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 37c172e79fee9ddb422aa5ddf4e3ba1ee489ae5b
Author:    Peter Bennett <pbennett at mythtv.org> at Sat, 4 Feb 2017 15:36:46 -0500
Committer: Peter Bennett <pbennett at mythtv.org> at Sat, 4 Feb 2017 15:36:46 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=37c172e79fee9ddb422aa5ddf4e3ba1ee489ae5b

Add a new MythTV startup page.
The new page is displayed if the database and backend are not immediately
available at startup. Displays the progress of wake up and connecting and
gives user options to retry or change database settings. This page is
available to all GUI programs - mythfrontend, mythtv-setup, mythwelcome and
mythavtest.

Fixes #12977



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

Summary of changes:
 mythtv/libs/libmyth/guistartup.cpp              |  192 ++++++++++
 mythtv/libs/libmyth/guistartup.h                |   65 ++++
 mythtv/libs/libmyth/libmyth.pro                 |    2 +
 mythtv/libs/libmyth/mythcontext.cpp             |  440 ++++++++++++++++++++---
 mythtv/libs/libmyth/mythcontext.h               |    3 +-
 mythtv/libs/libmythbase/mythcorecontext.cpp     |    8 +-
 mythtv/libs/libmythui/mythuihelper.cpp          |    9 +
 mythtv/libs/libmythui/mythuihelper.h            |    1 +
 mythtv/programs/mythavtest/main.cpp             |    2 +-
 mythtv/programs/mythfrontend/globalsettings.cpp |    1 +
 mythtv/programs/mythfrontend/main.cpp           |    9 +-
 mythtv/programs/mythwelcome/main.cpp            |    2 +-
 mythtv/themes/MythCenter/base.xml               |    6 +-
 mythtv/themes/default/config-ui.xml             |  134 +++++++-
 14 files changed, 820 insertions(+), 54 deletions(-)
 create mode 100644 mythtv/libs/libmyth/guistartup.cpp
 create mode 100644 mythtv/libs/libmyth/guistartup.h

-- 



More information about the mythtv-commits mailing list