[mythtv-commits] mythtv branch master updated by pbennett. v29-pre-507-g7d2be78

Git Repo Owner noreply at mythtv.org
Thu Jun 15 18:34:13 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
       via  7d2be781fee67bb2da2bd7c1c16bcf670e2e4e40 (commit)
      from  43d3fff9cf11d014548400ea70413741d84686ee (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 7d2be781fee67bb2da2bd7c1c16bcf670e2e4e40
Author:    Peter Bennett <pbennett at mythtv.org> at Thu, 15 Jun 2017 14:30:18 -0400
Committer: Peter Bennett <pbennett at mythtv.org> at Thu, 15 Jun 2017 14:30:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7d2be781fee67bb2da2bd7c1c16bcf670e2e4e40

Fixes for MythUI settings
- Startup Database settings screen now uses MythUI settings
- Change DatabaseSettings class to use MythUI.
- Remove DatabaseGroupSetting which is a duplicate of DatabaseSettings
  class. Now uses the same class for both cases.

Refs #13046



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

Summary of changes:
 mythtv/libs/libmyth/dbsettings.cpp              |  390 ++++++++---------------
 mythtv/libs/libmyth/dbsettings.h                |   38 ++-
 mythtv/libs/libmyth/dbsettings_private.h        |   72 -----
 mythtv/libs/libmyth/libmyth.pro                 |    2 +-
 mythtv/libs/libmyth/mythcontext.cpp             |   46 ++-
 mythtv/libs/libmyth/mythcontext.h               |    3 +
 mythtv/programs/mythfrontend/globalsettings.cpp |  222 +-------------
 7 files changed, 205 insertions(+), 568 deletions(-)
 delete mode 100644 mythtv/libs/libmyth/dbsettings_private.h

-- 



More information about the mythtv-commits mailing list