Affine2D: Remove * operator, it's unused.

RendererBase: Add ComputeCamera() as a virtual function. Add strips parameter to TotalIterCount().

Renderer: Implement ComputeCamera() as an override.

SpatialFilter: Ensure filters that are too small are made large enough to create.

FinalRenderDialog: Add estimated iters table row and populate on all UI updates.

FractoriumParams: Zoom was not being saved, loaded. Fixed.

GLWidget: Prevent mouse wheel event from being passed to the scroll bars. It should only affect the scale.
This commit is contained in:
mfeemster
2014-10-18 12:56:37 -07:00
parent f5a707ea63
commit 2df1f7a52b
15 changed files with 94 additions and 90 deletions

View File

@ -565,13 +565,13 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>178</height>
<height>198</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>178</height>
<height>198</height>
</size>
</property>
<property name="focusPolicy">
@ -680,6 +680,11 @@
<string>Memory Usage</string>
</property>
</row>
<row>
<property name="text">
<string>Iterations</string>
</property>
</row>
<row>
<property name="text">
<string>Output</string>
@ -769,23 +774,20 @@
</item>
<item row="5" column="0">
<property name="text">
<string>Output</string>
</property>
<property name="toolTip">
<string>The output file path for rendering a single flame, or folder location for rendering multiple flames</string>
<string>Iterations</string>
</property>
</item>
<item row="5" column="1">
<property name="text">
<string/>
<string>0</string>
</property>
</item>
<item row="6" column="0">
<property name="text">
<string>Prefix</string>
<string>Output</string>
</property>
<property name="toolTip">
<string>The prefix to attach to all image filenames</string>
<string>The output file path for rendering a single flame, or folder location for rendering multiple flames</string>
</property>
</item>
<item row="6" column="1">
@ -794,6 +796,19 @@
</property>
</item>
<item row="7" column="0">
<property name="text">
<string>Prefix</string>
</property>
<property name="toolTip">
<string>The prefix to attach to all image filenames</string>
</property>
</item>
<item row="7" column="1">
<property name="text">
<string/>
</property>
</item>
<item row="8" column="0">
<property name="text">
<string>Suffix</string>
</property>
@ -801,7 +816,7 @@
<string>The suffix to attach to all image filenames</string>
</property>
</item>
<item row="7" column="1">
<item row="8" column="1">
<property name="text">
<string/>
</property>