[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-3513-g531a36a

Git Repo Owner noreply at mythtv.org
Sun Jan 31 22:39:24 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  531a36aa0d403f88026fe9ca7a3a3b721e358c2f (commit)
      from  c5e0ff88fb47dd0868ee0b200397ae92b2fee0e1 (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 531a36aa0d403f88026fe9ca7a3a3b721e358c2f
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 1 Feb 2016 09:36:23 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 1 Feb 2016 09:37:06 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=531a36aa0d403f88026fe9ca7a3a3b721e358c2f

Don't use localeAwareCompare on Qt < 5.3.
On Qt 5.2 and earlier, this function is extremely slow (https://bugreports.qt.io/browse/QTBUG-36149).
On my local system it caused the videos screen to not display anything for around 15s. With this workaround, load time is < 2s.

Thanks to Angela Schmid for identifying the cause.



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

Summary of changes:
 mythtv/libs/libmythbase/mythmiscutil.cpp |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-commits mailing list