[mythtv-commits] mythtv branch master updated by dblain. v0.28-pre-2169-g7ab2995

Git Repo Owner noreply at mythtv.org
Wed Sep 10 19:25:30 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user dblain.
       via  7ab2995e57b67af73a99b6a3bf825783eb90125b (commit)
       via  1c0fe84ef9a6feefafc7e7bd0784d678eacd378b (commit)
      from  fd72f58f9e91196090e827e45631035153e8999c (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 7ab2995e57b67af73a99b6a3bf825783eb90125b
Author:    David Blain <dblain at mythtv.org> at Wed, 10 Sep 2014 15:22:44 -0400
Committer: David Blain <dblain at mythtv.org> at Wed, 10 Sep 2014 15:22:44 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7ab2995e57b67af73a99b6a3bf825783eb90125b

Handle Script Exceptions generated in QObjects
Linux & Windows handle the catching of exceptions differently when generated by a QScript.
This code protects all code paths on both environments.

NOTE: This commit only implements fix for Dvr service.  The remaining services will be fixed in a future commit.



commit 1c0fe84ef9a6feefafc7e7bd0784d678eacd378b
Author:    David Blain <dblain at mythtv.org> at Wed, 10 Sep 2014 15:17:47 -0400
Committer: David Blain <dblain at mythtv.org> at Wed, 10 Sep 2014 15:17:47 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1c0fe84ef9a6feefafc7e7bd0784d678eacd378b

Add Qt Script Debugger for Windows Builds
The debugger requires mythbackend to use QApplication instead of QCoreApplication.
If you wish to use the debugger in linux, remove all conditions included in this commit and change main.cpp in mythbackend to use QApplication.



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

Summary of changes:
 mythtv/libs/libmythservicecontracts/service.h   |   44 ++++++
 mythtv/libs/libmythupnp/libmythupnp.pro         |    8 +
 mythtv/libs/libmythupnp/serverSideScripting.cpp |   26 ++++-
 mythtv/libs/libmythupnp/serverSideScripting.h   |    8 +
 mythtv/programs/mythbackend/services/dvr.h      |  164 +++++++++++++++--------
 5 files changed, 192 insertions(+), 58 deletions(-)

-- 



More information about the mythtv-commits mailing list