--User changes

-Allow locking of the scale at which affine circles are displayed.
 -Allow user to toggle whether xform will be animated when generating sequences. Also show the animate value when loading.

--Code changes
 -More conversion to C++11 style code.
 -Add another value to the eXformUpdate enum called UPDATE_CURRENT_AND_SELECTED in anticipation of future work.
 -Remove some old #defines.
This commit is contained in:
mfeemster
2016-02-02 17:51:58 -08:00
parent 96d53113a0
commit f10e4e610a
24 changed files with 424 additions and 358 deletions

View File

@ -2350,7 +2350,7 @@
<property name="minimumSize">
<size>
<width>291</width>
<height>613</height>
<height>632</height>
</size>
</property>
<property name="features">
@ -2756,7 +2756,7 @@
</item>
</widget>
</item>
<item row="2" column="0">
<item row="3" column="0">
<widget class="QTabWidget" name="XformsTabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="MinimumExpanding">
@ -2780,7 +2780,7 @@
<enum>QTabWidget::Triangular</enum>
</property>
<property name="currentIndex">
<number>2</number>
<number>1</number>
</property>
<widget class="QWidget" name="XformColorTab">
<property name="sizePolicy">
@ -3444,6 +3444,13 @@
<property name="bottomMargin">
<number>5</number>
</property>
<item>
<widget class="QCheckBox" name="LockAffineCheckBox">
<property name="text">
<string>Lock Affine Scale</string>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="AffineTabScrollArea">
<property name="autoFillBackground">
@ -3464,7 +3471,7 @@
<x>0</x>
<y>0</y>
<width>263</width>
<height>743</height>
<height>700</height>
</rect>
</property>
<property name="autoFillBackground">
@ -5479,7 +5486,7 @@
<x>0</x>
<y>0</y>
<width>259</width>
<height>673</height>
<height>652</height>
</rect>
</property>
<property name="sizePolicy">
@ -5529,6 +5536,16 @@
</widget>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="AnimateXformCheckBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Rotate this xform when creating a sequence for animation&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Animate</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>