- 17 Aug, 2015 4 commits
-
-
Scott Wittenburg authored
-
Scott Wittenburg authored
Also fix a bug caused by backward-incompatible macro name change.
-
1c67a432 BUG: 15618 Fix auto-format label values Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !302
-
37ae5d8a Adding a cmake var for each plugin autoload Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !298
-
- 16 Aug, 2015 1 commit
-
-
Cory Quammen authored
Auto-formatted labels where often artificially short. The target height for a label value was based on the space between label tick marks. This spacing is often larger than the space required for the desired font size. Using this target height would make the vtkTextActor that figures out whether a particular label fits in its allotted space scale up the font size, making longer labels not fit in the allotted space. Hence, labels would be unnecessarily short. As a fix, reduce the target height to the minimum of the currently computed target height and the height of a '|' character as reported by a helper vtkTextActor. This should produce better label.
-
- 14 Aug, 2015 3 commits
-
-
Mathieu Westphal authored
-
575e2a0b BUG: 15639 prevent modulo-by-zero error Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !294
-
b3f9dce4 Fixing location of User-Settings.json and user servers.pvsc Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !297
-
- 13 Aug, 2015 5 commits
-
-
8551863e BUG: 15327 Fixed font size problems with scalar bar actor Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !295
-
1fb2cc6d Fix for uncertainty plugin to avoid unstability problem and bad design Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !296
-
Mathieu Westphal authored
1. Using pqSettings location to provide User Setting path in pqCoreUtilities::getParaViewUserDirectory() 2. Emulating QSettings use of XDG_CONFIG_HOME in vtkInitializationHelper::GetUserSettingsDirectory() 3. Use of pqCoreUtilities::getParaViewUserDirectory in pqServerConfigurationCollection::userServers()
-
Mathieu Westphal authored
1. Putting piecewise_function subproxy as proxylistdomain of transfer function property 2. Removing vtkSMUncertaintySurfaceRepresentationProxy as it is useless now
-
2b6b54e1 fix: refs #13645 - Added documentation of annotation filter. 7c7b41fd Fix: refs #13645 - fixed the header test errors ae4d9731 FIX: refs #13645 - correcting memory leaks and other bugs. d78039b2 FIX: refs #13645 - Reworked Domain and widget logic 5b54bc68 FIX: refs #13645 - minor fixes for annotation filter. ca502b72 FIX: refs #13645 - Completed functionality for environ annotation 2ef2d257 FIX: refs #13645 - Developed environment annotation filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !185
-
- 12 Aug, 2015 11 commits
-
-
Schuyler Kylstra authored
-
Schuyler Kylstra authored
-
Schuyler Kylstra authored
-
Schuyler Kylstra authored
Domain now has SetDefault function Widget now has different structure to avoid checks and deletion.
-
Schuyler Kylstra authored
style corrections and logic changes to take out unnecessary code.
-
Schuyler Kylstra authored
Now there is a box that appears when fileName is checked. you can automatically fill the box if source is a file can also fill it manually. added FileName Domain and FileName Property Widget.
-
Schuyler Kylstra authored
Can display system type, date/time, username, and user defined filename. When the file name changes that the annotation function is interested in, it will change the domain automatically. this means the default name will change internally. However, the user still has the option to overwrite the default with whatever she likes. Default is just a suggestion.
-
Cory Quammen authored
The scalar bar has been plagued by a variety of font size problems. This was caused by a swapping of the target width and height arguments to the vtkTextActor::SetConstrainedFontSize() member function. Swapped the arguments to appear in the correct order
-
Cory Quammen authored
When all annotations where deleted, a SIGFPE exception was triggered by a modulo-by-zero operation. Added check to not compute color map color when there are no annotations to prevent this error.
-
8f3ba6fe Fixed up button names and their references in tests af4efea1 Add disable camera tool buttons hint 89c83206 Add hints to show/hide toolbar buttons in view frame Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !284
-
8a6e6fe9 Replace old typecheck code with a call to isinstance. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !244
-
- 11 Aug, 2015 6 commits
-
-
7cd5776b BUG #15588: Mute warnings from label mapper. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !286
-
b04c66b9 More cleanups, improvements and minor bug fixes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !292
-
933a0d61 fix: refs #15555 - Updated the tests for the new default color palettes 3a0710e3 FIX: refs #15555 - Updated default color palettes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !263
-
aa00462c 15489: Reordered colors in KAAMS colormap Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !276
-
afa78743 Bump VTK to silence #13130 warning. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !293
-
David C. Lonie authored
-
- 10 Aug, 2015 7 commits
-
-
Dave DeMarle authored
Fixed max, min material ancestry for consistency with val, -1. Updated, removed and hid advanced material array names in the extractor and made the default compatible with manta. Increased max ray depth so black pixels won't be so prevalent.
-
Cory Quammen authored
-
Cory Quammen authored
Added a hint for RenderView proxies (and subclasses) that disables the camera reset tool buttons. This can be useful for views that restrict camera interactions. The hint is of the form <Hints> <DisableCameraToolbarButtons/> </Hints> and should be a child of the RenderView proxy's XML element.
-
Cory Quammen authored
View proxies can now add hints to control which toolbar buttons in the view frame are visible/active. <Hints> <StandardViewFrameActions default_actions="none" /> </Hints> disables all toolbar buttons while <Hints> <StandardViewFrameActions default_actions="none" /> <ToggleInteractionMode /> </Hints> disables all toolbar buttons except for the button that toggles between 2D/3D camera interactions. This type of hint can be used to add only the toolbar buttons that are desired for the view. To show all the default toolbar buttons except for the button that brings up the camera control dialog, use <Hints> <StandardViewFrameActions> <AdjustCamera visibility="never" /> </StandardViewFrameActions> </Hints>
-
Cory Quammen authored
White is the now the first. Removed dark green. Updated baselines to use the new colors.
-
7d3f7bdc Handle edition dir names ending with "/" better. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !290
-
Dan Lipsa authored
When selecting points and showing cell array labels the label mapper issues an warning that the array does not exist. This may be confusing for the user, so we mute these warnings.
-
- 09 Aug, 2015 3 commits
-
-
57956348 Updating the STP python scripts to work for data extracts. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !283
-
1d46db2e Update VTK for LSDYNA ALE Support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !277
-
Utkarsh Ayachit authored
This is continuation of the fix started in 5f35dfb4. If the edition directories end with a "/", this fix better handles the edition name determination logic. Without this, we get broken editions.
-