[mythtv-firehose] mythtv branch master updated by danielk. v0.26-pre-417-g3a086e3

Git Repo Owner noreply at mythtv.org
Tue May 29 21:28:11 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  3a086e3dbd18c9147202a299fc1c080c282f37e6 (commit)
       via  517a34867563021abd084490dd367e78e98d3b60 (commit)
      from  69118953bd8e0853899eef5b13c486ec606b2e36 (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 3a086e3dbd18c9147202a299fc1c080c282f37e6
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Mon, 28 May 2012 22:11:44 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Tue, 29 May 2012 17:27:58 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3a086e3dbd18c9147202a299fc1c080c282f37e6

Refs #10768. Allow ComboBoxSetting::SetDBValue() to set a value for a not yet loaded selection list.



commit 517a34867563021abd084490dd367e78e98d3b60
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Mon, 28 May 2012 13:06:59 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Tue, 29 May 2012 17:27:58 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=517a34867563021abd084490dd367e78e98d3b60

Refs #10311. Reimplements RefererenceCounter using QAtomicInt for lockless reference counting.
This also renames AddRef to IncrRef and DownRef to DecrRef. This is solely for the benefit of any plugins that might be using the reference counters in MythUI when this is extended to those objects. The MythUI reference counters start at zero instead of one so anything using those will need to remove the UpRef/AddRef immediately post creation.



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

Summary of changes:
 mythtv/libs/libmyth/settings.h                     |    2 +
 mythtv/libs/libmythbase/mythcommandlineparser.cpp  |   38 +++++++-------
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythbase/referencecounter.cpp       |   56 ++++++++------------
 mythtv/libs/libmythbase/referencecounter.h         |   46 ++++++++++++----
 .../libs/libmythprotoserver/mythsocketmanager.cpp  |    8 ++--
 .../requesthandler/basehandler.cpp                 |    2 +-
 .../requesthandler/deletethread.cpp                |   14 +++---
 .../requesthandler/fileserverhandler.cpp           |   16 +++---
 .../requesthandler/fileserverutil.h                |    1 -
 .../requesthandler/outboundhandler.cpp             |    2 +-
 mythtv/libs/libmythprotoserver/sockethandler.h     |    5 +-
 .../sockethandler/filetransfer.h                   |    4 --
 13 files changed, 101 insertions(+), 95 deletions(-)

-- 



More information about the mythtv-firehose mailing list