- 20 Aug, 2015 2 commits
-
-
Scott Wittenburg authored
-
8393c22f Fixes BUG #15645. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !306
-
- 19 Aug, 2015 5 commits
-
-
7275fa51 Fix extent collecting when dealing with invalid extents. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !308
-
c14bd41f Update VTK. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !307
-
Utkarsh Ayachit authored
Fixes BUG #15661. vtkPVDataInformation was not properly handling invalid extents when combining extents from multiple ranks together.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
The reported issue was arising because of the fact the pqSpinBox would fire editingFinished() event when it is disabled while it had the focus. Since disabling a widget makes it loose the focus, it would fire the editingFinished() signal. pqAnimationTimeWidget was observing that signal and then trying to change the time on a non-existant TimeKeeper proxy and hence the segfault. The fix extends pqSpinBox to add new signal valueChangedAndEditingFinished (similar in spirit to what we do with pqLineEdit) to limit the overzealous firing of editingFinished() signal. That addresses the reported segfault.
-
- 18 Aug, 2015 5 commits
-
-
f9634ba0 BUG: 13130 fixed scalar bar settings Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !301
-
7badc4f4 Fix copy/paste buttons in separate panels mode. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !304
-
a851534d Move protobuf: BUG: protobuf was linking with the system zlib. 56647d1b BUG: protobuf was using the system zlib. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !275
-
Utkarsh Ayachit authored
When pqPropertiesPanel was used such that the view/source/display parts were on separate panels, the copy/paste buttons were not being hidden as expected. This fixes that issue.
-
6c12d5a9 SLACToolsPlotOverZ: update baselines 5f0c41fd VTK: update for xdmf3 and system HDF5 errors Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !303
-
- 17 Aug, 2015 5 commits
-
-
Dan Lipsa authored
-
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
-
Ben Boeckel authored
VTK received a change to remove leading '0' in the exponents for axes labels.
-
Ben Boeckel authored
Also comes with some Python3 support changes and bugfixes from the 6.3 release.
-
- 16 Aug, 2015 2 commits
-
-
Cory Quammen authored
The AutoOrient and Orientation seetetings were not being restored from the settings file. Since these have an information property, they were being reset to the value of the information property. Added a <NoDefault /> hint to stop this from happening. Also, changed the position of scalar bars oriented horizontally when they are initially added to keep them in the view.
-
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 4 commits
-
-
Dan Lipsa authored
As we don't use protobuf + zlib we disable zlib for protobuf.
-
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 1 commit
-
-
7cd5776b BUG #15588: Mute warnings from label mapper. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !286
-