mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
0.4.0.9 Beta 07/27/2014
0.4.0.9 Beta 07/27/2014 --User Changes Properly set tab order on all controls. Calculate and report iters/second in the final render dialog. Immediately draw yellow dot on xform mouse down on previously unselected xform. --Bug Fixes Fix GlynnSim1, GlynnSim2, GlynnSim3 and juliaNab by ensuring the first argument to pow() is >= 0. Ensure OpenCL platform and device combo boxes in the final render dialog expand as needed. --Code Changes Make VariationTreeSpinbox take its parent VariationTreeWidgetItem as a constructor argument. This makes SetupVariationTree() and VariationSpinBoxValueChanged() more efficient. Make Interference2 and ho use fabs().
This commit is contained in:
@ -340,7 +340,7 @@
|
||||
<enum>QTabWidget::Triangular</enum>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>2</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="usesScrollButtons">
|
||||
<bool>true</bool>
|
||||
@ -403,6 +403,9 @@
|
||||
</property>
|
||||
<item row="1" column="0">
|
||||
<widget class="QTreeWidget" name="LibraryTree">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
</property>
|
||||
@ -525,6 +528,9 @@
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
</property>
|
||||
@ -603,6 +609,9 @@
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
</property>
|
||||
@ -688,7 +697,7 @@
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="acceptDrops">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
@ -705,6 +714,9 @@
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -923,6 +935,9 @@
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -1105,6 +1120,9 @@
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
</property>
|
||||
@ -1183,6 +1201,9 @@
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
</property>
|
||||
@ -1276,6 +1297,9 @@
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -1520,6 +1544,9 @@
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -1899,7 +1926,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="autoFillBackground">
|
||||
<bool>false</bool>
|
||||
@ -1922,6 +1949,9 @@
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::DoubleClicked|QAbstractItemView::SelectedClicked</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
@ -2312,6 +2342,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="showDropIndicator" stdset="0">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -2498,6 +2531,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
@ -2600,6 +2636,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
@ -2674,6 +2713,9 @@ SpinBox
|
||||
<height>16</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>255</number>
|
||||
</property>
|
||||
@ -2739,8 +2781,8 @@ SpinBox
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>118</width>
|
||||
<height>597</height>
|
||||
<width>238</width>
|
||||
<height>752</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="palette">
|
||||
@ -2882,6 +2924,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
@ -3483,6 +3528,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
@ -4352,6 +4400,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="showDropIndicator" stdset="0">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -4569,6 +4620,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
@ -4661,7 +4715,7 @@ SpinBox
|
||||
<item row="2" column="0">
|
||||
<widget class="QTableWidget" name="PaletteListTable">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
@ -4678,6 +4732,9 @@ SpinBox
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
@ -4944,6 +5001,9 @@ SpinBox
|
||||
<height>250</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="autoFillBackground">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -5250,6 +5310,9 @@ SpinBox
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Rendering</string>
|
||||
</property>
|
||||
@ -5271,9 +5334,18 @@ SpinBox
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QTextEdit" name="InfoRenderingTextEdit">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="tabChangesFocus">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@ -5287,6 +5359,9 @@ SpinBox
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>File Opening</string>
|
||||
</property>
|
||||
@ -5308,6 +5383,9 @@ SpinBox
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QTextEdit" name="InfoFileOpeningTextEdit">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@ -5644,6 +5722,86 @@ SpinBox
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>DockWidget</tabstop>
|
||||
<tabstop>SaveCurrentAsXmlButton</tabstop>
|
||||
<tabstop>SaveEntireFileAsXmlButton</tabstop>
|
||||
<tabstop>SaveCurrentToOpenedFileButton</tabstop>
|
||||
<tabstop>ParamsTabWidget</tabstop>
|
||||
<tabstop>LibraryTree</tabstop>
|
||||
<tabstop>scrollArea</tabstop>
|
||||
<tabstop>CurrentXformCombo</tabstop>
|
||||
<tabstop>AddXformButton</tabstop>
|
||||
<tabstop>DuplicateXformButton</tabstop>
|
||||
<tabstop>ClearXformButton</tabstop>
|
||||
<tabstop>DeleteXformButton</tabstop>
|
||||
<tabstop>AddFinalXformButton</tabstop>
|
||||
<tabstop>XformWeightNameTable</tabstop>
|
||||
<tabstop>XformsTabWidget</tabstop>
|
||||
<tabstop>XformColorIndexTable</tabstop>
|
||||
<tabstop>XformColorScroll</tabstop>
|
||||
<tabstop>XformColorValuesTable</tabstop>
|
||||
<tabstop>SoloXformCheckBox</tabstop>
|
||||
<tabstop>scrollArea_3</tabstop>
|
||||
<tabstop>PreAffineTable</tabstop>
|
||||
<tabstop>PreFlipVerticalButton</tabstop>
|
||||
<tabstop>PreResetButton</tabstop>
|
||||
<tabstop>PreFlipHorizontalButton</tabstop>
|
||||
<tabstop>PreRotate90CcButton</tabstop>
|
||||
<tabstop>PreRotateCcButton</tabstop>
|
||||
<tabstop>PreRotateCombo</tabstop>
|
||||
<tabstop>PreRotateCButton</tabstop>
|
||||
<tabstop>PreRotate90CButton</tabstop>
|
||||
<tabstop>PreMoveUpButton</tabstop>
|
||||
<tabstop>PreMoveDownButton</tabstop>
|
||||
<tabstop>PreMoveCombo</tabstop>
|
||||
<tabstop>PreMoveLeftButton</tabstop>
|
||||
<tabstop>PreMoveRightButton</tabstop>
|
||||
<tabstop>PreScaleUpButton</tabstop>
|
||||
<tabstop>PreScaleCombo</tabstop>
|
||||
<tabstop>PreScaleDownButton</tabstop>
|
||||
<tabstop>ShowPreAffineCurrentRadio</tabstop>
|
||||
<tabstop>ShowPreAffineAllRadio</tabstop>
|
||||
<tabstop>PostAffineGroupBox</tabstop>
|
||||
<tabstop>PostAffineTable</tabstop>
|
||||
<tabstop>PostFlipVerticalButton</tabstop>
|
||||
<tabstop>PostResetButton</tabstop>
|
||||
<tabstop>PostFlipHorizontalButton</tabstop>
|
||||
<tabstop>PostRotate90CcButton</tabstop>
|
||||
<tabstop>PostRotateCcButton</tabstop>
|
||||
<tabstop>PostRotateCombo</tabstop>
|
||||
<tabstop>PostRotateCButton</tabstop>
|
||||
<tabstop>PostRotate90CButton</tabstop>
|
||||
<tabstop>PostMoveUpButton</tabstop>
|
||||
<tabstop>PostMoveDownButton</tabstop>
|
||||
<tabstop>PostMoveCombo</tabstop>
|
||||
<tabstop>PostMoveLeftButton</tabstop>
|
||||
<tabstop>PostMoveRightButton</tabstop>
|
||||
<tabstop>PostScaleUpButton</tabstop>
|
||||
<tabstop>PostScaleCombo</tabstop>
|
||||
<tabstop>PostScaleDownButton</tabstop>
|
||||
<tabstop>ShowPostAffineCurrentRadio</tabstop>
|
||||
<tabstop>ShowPostAffineAllRadio</tabstop>
|
||||
<tabstop>LocalPivotRadio</tabstop>
|
||||
<tabstop>WorldPivotRadio</tabstop>
|
||||
<tabstop>VariationsFilterLineEdit</tabstop>
|
||||
<tabstop>VariationsFilterClearButton</tabstop>
|
||||
<tabstop>VariationsTree</tabstop>
|
||||
<tabstop>XaosTable</tabstop>
|
||||
<tabstop>PaletteAdjustTable</tabstop>
|
||||
<tabstop>PaletteListTable</tabstop>
|
||||
<tabstop>scrollArea_5</tabstop>
|
||||
<tabstop>InfoFileOpeningGroupBox</tabstop>
|
||||
<tabstop>InfoFileOpeningTextEdit</tabstop>
|
||||
<tabstop>InfoRenderingGroupBox</tabstop>
|
||||
<tabstop>InfoRenderingTextEdit</tabstop>
|
||||
<tabstop>PreAffineGroupBox</tabstop>
|
||||
<tabstop>scrollArea_4</tabstop>
|
||||
<tabstop>ClearXaosButton</tabstop>
|
||||
<tabstop>InfoBoundsGroupBox</tabstop>
|
||||
<tabstop>XaosFromRadio</tabstop>
|
||||
<tabstop>XaosToRadio</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="Fractorium.qrc"/>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user