- Aug 05, 2015
-
-
David C. Lonie authored
-
David C. Lonie authored
-
David C. Lonie authored
Just use the requested font size to label ticks, rather than dynamically resizing the text. Ref #15379.
-
- Aug 04, 2015
-
-
333d1bef BUG #15602: Fix the default count for values in vtkBlockColors. 29ad585f Update tests and baselines. b39237ff BUG #15601: Show scalar bar for vtkBlockColors. 93a603ae Fix missing include (cstdlib for std::abs(int)). Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !267
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
e84fec56 BUG #15596: Fix support for transparent backgrounds. 7b94574d Fix invalid write in vtkSMViewProxy::CaptureWindow(). Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !268
-
Utkarsh Ayachit authored
Multi-view image capture was not handling transparent background properly. Fixed that.
-
- Aug 03, 2015
-
-
Utkarsh Ayachit authored
There was an invalid write in vtkSMViewProxy::CaptureWindow() that was caught by valgrind. Thus occurred when using transparent backgrounds. Fixed that.
-
- Aug 02, 2015
-
-
0516ee2f Fix issues with tracing exporting/saving data. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !265
-
Utkarsh Ayachit authored
Fixes TraceExportAndSaveData test. The finalize() was being called prematurely in the trace methods. Commit 743eaa35 made it so that the vtkObject was released in finalize() which needed these methods to finalize at proper times. Fixed that.
-
- Aug 01, 2015
-
-
743eaa35 BUG #15486: Release reference in Accessor. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !264
-
d753b103 Limit button size (esp on OsX). 9d113b9f Update icons for menu items. c754b5ba Disable AnimatePipeline collaboration test. 03239291 Use property Copy/Paste icons. 5bd6a557 Add test for CopyPasteProperties. 73fc89a5 Make pqCopyReaction use vtkSMProxyClipboard. 5e197a11 BUG #15577: Adding support for copy/paste. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !256
-
Utkarsh Ayachit authored
We limit the size of the buttons for copy/paste/rest-to-default etc. on Properties panel to 50px. This keeps the buttons from becoming too large (esp on OsX) and then causing test failures, in turn.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
This is a flacky test. At some point we need to consider removing collab support.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
The Properties panel now supports copy/paste on property values for each of the groups: source, display, view. vtkSMProxyClipboard encapsulates the code and custom logic to support copy/paste.
-
Utkarsh Ayachit authored
smtrace creates accessor was each proxy object it traces. We were missing a reference release in finalize that was causing traced objects to be held on to for longer than needed. Since the view was alive, a timer event would trigger a render on it and that would cause the reported bug with the chart window popping out.
-
- Jul 31, 2015
-
-
a7c193a4 BUG #15611: Added ability to restrict rotations to axes. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !260
-
9f1cab55 FIX: refs #15542 - Fixed openGL2 header and local render issues Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !261
-
cca5a7ff 15609: Fix a crash that could occures in pqSGWritersMenuManager. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !259
-
- Jul 30, 2015
-
-
Schuyler Kylstra authored
altered the included headers for openGL2 made a render check before presenting the openGL info to prevent seg faults
-
Utkarsh Ayachit authored
Using x,y and z keys, one can now restrict rotation to one of the 3 coordinate axes.
-
2d0cf320 FIX #15542 - Added OpenGL info to AboutDialog Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !243
-
Schuyler Kylstra authored
Will return info for both client and Render server.
-
Joachim Pouderoux authored
Add test to avoid function call on a null pointer when the session proxy manager is null (during a connection?),
-
f9131e86 BUG #15604: Added ability to edit current palette from tool button. 24d87a1b BUG #15605: Update palettes. d555ddb1 Added a new toolbar button to load palette. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !257
-
060b812e Make XdmfRead more robust for collab tests. 277f4f03 Make RescaleTransferFunction robust for zero-ranges. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !255
-
18a79693 Fix a crash in the plugin loader. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !258
-
Joachim Pouderoux authored
The current behaviour was to register all dynamic libraries that were opened as potential plugins. If some were not there were close but their reference was keeped in the plugin list of libraries to close at application exit. The plugin library registration is now moved when we are sure that the library is a correct plugin.
-
- Jul 29, 2015
-
-
Utkarsh Ayachit authored
We delay the change in color array to see if that makes this test more robust.
-
Utkarsh Ayachit authored
Making vtkSMTransferFunctionProxy::RescaleTransferFunction() handle zero-ranges by adjusting the range internally. Earlier, I was assuming the calling code would do that, but that's too much of an assumption, evidently.
-
ff6eeac7 Update VTK to pull in OpenGL2 fix. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !253
-
Utkarsh Ayachit authored
LoadPalette tool button now allows the user to edit the current palette. pqLoadPaletteReaction simply uses pqApplicationSettingsReaction to popup the Settings dialog.
-
Utkarsh Ayachit authored
Update available palettes. Also add Gradient to the palette.
-