- 09 Jul, 2018 1 commit
-
-
Bob Obara authored
Also renamed variables to match the name change when possible.
-
- 18 Nov, 2017 1 commit
-
-
David Thompson authored
+ Implement some stubbed methods in smtk::operation classes and test them. + Add C++11 callbacks for listening to operator events (all of them, not just individual operators like the model- operator callbacks did). + Add behaviors to the ParaView extensions that do client- server communication of selections. + Add pqSMTKResourceManager proxy that gets created by pqSMTKResourceManagerBehavior upon plugin startup. All the selection management stuff in the behavior should eventually be moved into the proxy class. + Add pqSMTKResource proxy that registers itself with the VTK/PV-wrapping of SMTK's resource manager. + Fix documentation and add stubs for documenting the `smtk/extension` directory. + Add Qt extension classes that expose the new descriptive phrase classes in `smtk/view`. + Use the new qtDescriptivePhraseModel in a panel to show resources in ParaView as a behavior. + Eliminate client-server duality. For now, we work only with PV's built-in server, not separate client+server processes. This means that there is no need for operator forwarding, separate resources on the client and server, problems synchronizing the client-only attribute panels with models that are modified only on the server, etc.
-
- 23 Aug, 2017 1 commit
-
-
Ben Boeckel authored
Some instances were missed here due to those not being compiled with the build settings I used; they can be picked out a lot easier now though.
-
- 26 Apr, 2017 1 commit
-
-
Kitware Robot authored
This allows the robot to enforce formatting and fix formatting issues automatically.
-
- 23 Mar, 2017 1 commit
-
-
Ben Boeckel authored
Qt4 and Qt5 can conflict when using the module in the include path.
-
- 18 May, 2016 2 commits
- 21 Apr, 2015 1 commit
-
-
David Thompson authored
This patch includes the following changes: + Eliminate a shiboken warning (do not wrap cJSON methods). + Fix a stupid mistake causing a warning in ExportJSON. + A scripted rename. Ran this command: find smtk/bridge -type f -exec vim -S /path/to/vscr {} \; where `vscr` contained %s/SMTKSessionExodusExports/Exports/g %s/SMTKSessionExodus/smtkExodusSession/g %s/SMTKSESSIONEXODUS_EXPORT/SMTKEXODUSSESSION_EXPORT/g %s/discreteSessionExports/Exports/g %s/SMTKRemoteExports/Exports/g %s/SMTKRemote/smtkRemoteSession/g %s/SMTKREMOTE_EXPORT/SMTKREMOTESESSION_EXPORT/g wq + Another scripted rename: find smtk/extension -type f -exec vim -S /path/to/vscr {} \; where `vscr` is a vim script containing: %s/QtSMTKExports.h/Exports.h/g %s/QTSMTK_EXPORT/SMTKQTEXT_EXPORT/g %s/vtkSMTKModule/smtkVTKExtModule/g %s/vtkSMTKExports/smtkVTKExtExports/g %s/VTKSMTK_EXPORT/SMTKVTKEXT_EXPORT/g %s/vtkSMTK/smtkVTKExt/g wq + Add VTK-style Python wrapping to the classes in vtkSMTKExt (which cannot be named smtkVTKExt because of VTK's build system). This should close #97. + Fixes to get things building again.
-
- 16 Feb, 2015 1 commit
-
-
Yumin Yuan authored
-
- 26 Sep, 2014 1 commit
-
-
Robert Maynard authored
-
- 24 Sep, 2014 2 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
-
- 26 May, 2014 1 commit
-
-
David Thompson authored
-
- 23 Dec, 2013 1 commit
-
-
David Thompson authored
-
- 04 Dec, 2013 1 commit
-
-
David Thompson authored
-