[mythtv-commits] mythtv/master commit: 7adbd5407 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Sat Feb 25 08:34:17 UTC 2012


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2012-02-25T00:08:41-08:00
   Push Date:  2012/02/25 00:33:56 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  7adbd54074db3977b6291f38873e529193c57ae8
   Changeset:  https://github.com/MythTV/mythtv/commit/7adbd5407

Log:

Delay String processing until after QApplication has been initialized.

This stores strings, stringlists, and maps containing strings as
QByteArrays instead, and waits until QApplication has been created and
configured proper text behavior based off the system locale, before
processing them into QString values.  This resolves an issue where
>8-bit unicode text passed on the command line would result in invalid
strings when used.

This bumps the library version.
Fixes #10371

Modified:

   mythtv/libs/libmythbase/mythcommandlineparser.cpp
   mythtv/libs/libmythbase/mythcommandlineparser.h
   mythtv/libs/libmythbase/mythversion.h



More information about the mythtv-commits mailing list