Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-2960

Canonical XML for uia and uip

    XMLWordPrintable

Details

    • All
    • 74b2def81b8f3f52406359b5f68eef4e440e053e

    Description

      Qt 3D Studio project and presentation files are not in a canonical output format. This is important if we wan't to merge the work of two designers.

      The .uia project file gets written with Windows-style line endings when edited on Windows, and with UNIX-style line endings when edited on Linux. Another problem is that XML attributes are not written in a consistent order. For example these kind of changes can happen even though presentation is not changed:

      -        <presentation id="clustertest" src="presentations/clustertest.uip"/>

      +        <presentation src="presentations/clustertest.uip" id="clustertest"/>

       

      -                    <goto-slide rel="next" element="main:Scene"/>

      +                    <goto-slide element="main:Scene" rel="next"/>

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tokorpip Tomi Korpipää
            samakkon Sami Makkonen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes