[mythtv-firehose] mythtv branch devel/mythui/settings updated by natanojl. v29-pre-470-g3af397f

Git Repo Owner noreply at mythtv.org
Mon May 15 22:39:11 UTC 2017


The branch, devel/mythui/settings has been updated on the
mythtv repository by gitolite user natanojl.
       via  3af397f455729aeccb4dfb3f46a9d878fb5fecb4 (commit)
       via  1728e4ff17a0b10425ebd6d1b1ed4f09ff11f912 (commit)
       via  da28762430ee08b1170b99370ef37119002326ed (commit)
       via  400f4a26f7843b1e9a8244a8c80dfe3e6ce097d2 (commit)
       via  e6731080f13cf2eec307673abdc2067bb004f131 (commit)
       via  eaa5316238cad266750db04d2ae80d37ca674b6a (commit)
      from  1ab44f09bdbad08917dc5ed7fa396368ea9b0724 (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 3af397f455729aeccb4dfb3f46a9d878fb5fecb4
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 8 May 2017 22:28:53 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 16 May 2017 00:07:24 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3af397f455729aeccb4dfb3f46a9d878fb5fecb4

Settings: Remove TODO comment
Refs #10092



commit 1728e4ff17a0b10425ebd6d1b1ed4f09ff11f912
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 8 May 2017 22:26:37 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 16 May 2017 00:07:24 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1728e4ff17a0b10425ebd6d1b1ed4f09ff11f912

Settings: Fix some settings being incorrectly marked as changed
Refs #10092



commit da28762430ee08b1170b99370ef37119002326ed
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 8 May 2017 22:25:34 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 16 May 2017 00:07:24 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=da28762430ee08b1170b99370ef37119002326ed

Settings: Move the new playback group editor to libmythtv
Refs #10092



commit 400f4a26f7843b1e9a8244a8c80dfe3e6ce097d2
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 1 May 2017 18:31:02 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 16 May 2017 00:06:16 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=400f4a26f7843b1e9a8244a8c80dfe3e6ce097d2

Settings: Add support for deleting playback groups
Support for using the menu remains to be implemented.

Refs #10092



commit e6731080f13cf2eec307673abdc2067bb004f131
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Thu, 13 Apr 2017 17:57:18 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 16 May 2017 00:05:18 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e6731080f13cf2eec307673abdc2067bb004f131

Settings: Port the creation of input groups to MythUI
Refs #10092



commit eaa5316238cad266750db04d2ae80d37ca674b6a
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 3 Apr 2017 18:46:47 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 16 May 2017 00:05:18 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=eaa5316238cad266750db04d2ae80d37ca674b6a

Settings: Port the transport editor to MythUI
Refs #10092



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

Summary of changes:
 mythtv/libs/libmyth/standardsettings.cpp        |    3 +-
 mythtv/libs/libmyth/standardsettings.h          |    2 +-
 mythtv/libs/libmythtv/diseqcsettings.cpp        |    1 +
 mythtv/libs/libmythtv/playgroup.cpp             |  287 +++++++------
 mythtv/libs/libmythtv/playgroup.h               |   44 ++-
 mythtv/libs/libmythtv/transporteditor.cpp       |  532 +++++++++++------------
 mythtv/libs/libmythtv/transporteditor.h         |   42 +-
 mythtv/libs/libmythtv/videosource.cpp           |   81 ++--
 mythtv/libs/libmythtv/videosource.h             |    1 +
 mythtv/programs/mythfrontend/globalsettings.cpp |  214 ---------
 mythtv/programs/mythfrontend/globalsettings.h   |   17 -
 mythtv/programs/mythfrontend/main.cpp           |    3 +-
 mythtv/programs/mythtv-setup/channeleditor.cpp  |   16 +-
 13 files changed, 507 insertions(+), 736 deletions(-)

-- 



More information about the mythtv-firehose mailing list