- 03 Mar, 2022 7 commits
-
-
75e86d5a Changed pqNerscLoginBehavior::onLoginComplete() dialog to qtProgressDialog 194db38d Added dialogs that warn the user when a remote server is about to timeout bbe0d74c Added qtMessageDialog - a class that adds a auto-close timer to QMessageBox Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !76
-
72a360b7 Removed unnecessary qobject_cast<QMainWindow*> 73016f66 Changes to display project name in Title Bar Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !75
-
e921dce7 Removed automatic blocking of auto-close when errors are shown 77b0b914 Changed so Progress Dialog does not auto-close if it shows error messages 03cee113 Fixed a center-on-parent-window bug Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !74
-
Stan Hammon authored
It is now up to the code using qtProgressDialog to call setAutoClose(false) when needed
-
Stan Hammon authored
-
Stan Hammon authored
-
Stan Hammon authored
This uses pre-existing signals emitted by pqServer
-
- 02 Mar, 2022 11 commits
-
-
afcb2877 Change paraview config for windows to use ssh.exe instead of plink.exe 0b3d0f22 Editorial updates to Track3P docs b7d269ce Update recent projects list when project is created 7d753195 Hide upload button for ACDTool jobs 6d6f386b Fix bug storing NERSC input folder in Track3P export operations b4548cb9 Add annotated versions of several screenshots Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !78
-
John Tourtellott authored
Windows 10 has included ssh and scp since the April 2018 update
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
-
0e75de5f Added new docs image f63c3010 Documentation update for window stage 2 (Track3P) ec8e3b01 Revise Track3P UI to make "Nersc Data Directory" required 0bf2269c Made edits to existing tutorials, and added new Window and RfGun tutorials Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !72
-
Stan Hammon authored
-
Stan Hammon authored
-
Also make newt session id advance level
-
- 01 Mar, 2022 1 commit
-
-
Stan Hammon authored
-
- 28 Feb, 2022 4 commits
-
-
Stan Hammon authored
-
Stan Hammon authored
-
Stan Hammon authored
-
Stan Hammon authored
-
- 25 Feb, 2022 1 commit
-
-
10e7c5ed Add documentation example for remote visualization Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !65
-
- 24 Feb, 2022 4 commits
-
-
08ed8bb7 Check if project is modified when app closes cc92bc8a Fix issue displaying new jobs in jobs panel 1a7f674b Fix unwanted behavior displaying Track3P particles 80a5ac73 Add progress dialog for job download fba8d902 Add queue for multiple download requests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !73
-
John Tourtellott authored
Compiled when ENABLE_ACE3P_UI_FEATURES is defined, which also prevents race condition with smtk logic
-
John Tourtellott authored
On some machines, the jobs panel doesn't update when a job is submitted. The underlying reason is that we are doing it wrong but updating the project before notifying the jobs panel. The fix for now is to do a full model reset when each job is added. It's overkill but should work for now.
-
John Tourtellott authored
Fixes problem with local rendering hijacking the render view when it displays .ncdf data. Relates to the fact that vtkSLACReader is used for .ncdf files. The fix defers the initialization of the particle reader for the builtin server. (But does *not( do this for remote servers because the particle initialization doesn't work in that case.)
-
- 23 Feb, 2022 2 commits
-
-
John Tourtellott authored
* Track3P downloads can take a long time * Instantiate in pqACE3PJobsBehavior in order to set parent to main widget
-
John Tourtellott authored
* Download requester can only handle one folder at a time * EM codes download mesh and mode files * Track3P download mode and particle files * Also move job status connection to jobs model
-
- 21 Feb, 2022 3 commits
-
-
8ac29351 Change tool button layout in job details widget Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !69
-
65950f2c Fixed a bug where the currently selected job would not update in Jobs Panel... a51f7529 (John) fixed "Add Stage" menu item visibility to correctly update Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !68
-
John Tourtellott authored
Documentation not fully updated but should be good enough to proceed
-
- 18 Feb, 2022 3 commits
-
-
Stan Hammon authored
...upon job completion, the ParaView and Download buttons would not enable as you would expect them to
-
Stan Hammon authored
-
John Tourtellott authored
-
- 17 Feb, 2022 4 commits
-
-
112a43c2 Take out references to Cori server config file (no longer used) 0bf72d0b Fix bug using char* for field name in pqACE3PJobLoader 3ddf58a5 Add process events to qtJobsModel::onJobAdded() 1b1c701d Remove some obsolete messages re active server & pvserver config Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !67
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
Expectation is that this will fix a problem on macOS that new jobs do no show up in the view when submitted.
-