Revision 6b8e129...

Go back to digest for 21st October 2012

Bug Fixes in Multimedia

Edward Hades Toroshchin committed changes in [amarok] /collectionscanner:

collectionscanner: prevent writing malformed XML

As you probably know already, Qt deviates from the "output strictly,
input relaxed" practice by producing shit in QXmlStreamWriter, which is
then being rejected by QXmlStreamReader.

This is a temporary solution, to try to escape all possible occurences
of invalid characters in the XML.

REVIEW: 106944

File Changes

Modified 4 files
  • /collectionscanner
  •   shared/Directory.cpp
  •   shared/Playlist.cpp
  •   shared/Track.cpp
  •   shared/Track.h
4 files changed in total