- 22 Nov, 2006 2 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
ENH: Enable the play/pause buttons in the VCR control. Fixes #3856 in bug tracker. Adding an animation test.
-
- 09 Nov, 2006 1 commit
-
-
Clinton Stimpson authored
COMP: Fix build with older versions of Python.
-
- 06 Nov, 2006 1 commit
-
-
Clinton Stimpson authored
BUG: Fix recording of menu events on the Mac. Bug #3764.
-
- 01 Nov, 2006 1 commit
-
-
Clinton Stimpson authored
-
- 31 Oct, 2006 1 commit
-
-
Clinton Stimpson authored
-
- 27 Oct, 2006 1 commit
-
-
Clinton Stimpson authored
-
- 25 Oct, 2006 1 commit
-
-
Clinton Stimpson authored
-
- 24 Oct, 2006 2 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
BUG: Fix linking of release Qt in debug builds. QtTesting's CMakeLists.txt was always linking with the release QtTest library. Should fix some windows dashboards.
-
- 21 Oct, 2006 2 commits
-
-
Clinton Stimpson authored
BUG: Rewrite thread sync-ing code in hopes to prevent deadlock on Windows. Replace mutexes on both threads with a wait condition on the python thread.
-
Clinton Stimpson authored
COMP: Try to fix BlackRoSE dashboard build.
-
- 20 Oct, 2006 3 commits
-
-
Clinton Stimpson authored
COMP: Fix Windows build without debug python libraries.
-
Clinton Stimpson authored
ENH: Forgot to commit new files.
-
Clinton Stimpson authored
ENH: Integrate Python testing framework with ParaView. If testing with python is enabled, the play/record menus/dialogs give python as an option. It currently can query any QObject property and in python you can compare it to a known value. Just throw an exception if the test fails. It can also take snapshots of arbitrary widgets and compare them to baselines. Also added a test that loads a histogram and takes a snapshot of the histogram widget and compares it to a baseline.
-
- 18 Oct, 2006 1 commit
-
-
Clinton Stimpson authored
ENH: Add ability to record/playback a python script. Also add ability to query QObject properties from python.
-
- 12 Oct, 2006 1 commit
-
-
Clinton Stimpson authored
ENH: Add ability to record/playback for QTabBar.
-
- 14 Sep, 2006 1 commit
-
-
Clinton Stimpson authored
ENH: Add ability to record and playback QPushButton's with QMenu's. Fall back to QAction::text() if QAction::objectName() is null.
-
- 12 Sep, 2006 1 commit
-
-
Clinton Stimpson authored
BUG: Fix Tim's testing problem. Put the Mac workaround in an #ifdef, and restore code that worked on Windows and Linux.
-
- 11 Sep, 2006 1 commit
-
-
Clinton Stimpson authored
BUG: Attempt to fix pqClientCalculator test on Mac. Make sure scrollable menus are scrolled to the action before simulating a button click on the action.
-
- 07 Sep, 2006 1 commit
-
-
Clinton Stimpson authored
BUG: Workaround to fix hanging tests on Mac. Use OS event queue (with QTimers), instead of Qt event queue(with queued connections).
-
- 29 Aug, 2006 1 commit
-
-
Timothy M. Shead authored
-
- 27 Aug, 2006 1 commit
-
-
Utkarsh Ayachit authored
BUG: update after playing each event. That way any GUI signal-slot connections that are Qt::QueuedConnection will be processed before the next event (which is the case while recording the test).
-
- 25 Aug, 2006 2 commits
-
-
Clinton Stimpson authored
ENH: Speed up playback with new refactor.
-
Timothy M. Shead authored
-
- 23 Aug, 2006 2 commits
-
-
Clinton Stimpson authored
ENH: Add ranges in color by combo box. Make test fail if item isn't found in a combo box at playback time.
-
Utkarsh Ayachit authored
-
- 10 Aug, 2006 1 commit
-
-
Timothy M. Shead authored
-
- 26 Jul, 2006 1 commit
-
-
Clinton Stimpson authored
BUG: Fix crash on Mac when exiting the test playback.
-
- 19 Jul, 2006 1 commit
-
-
Clinton Stimpson authored
ENH: New directory structure
-
- 22 Mar, 2006 1 commit
-
-
Utkarsh Ayachit authored
Update CMake scripts to work with the restructured repository. A new CVS repository was created on 2006-03-22 to re-organize the ParaQ source tree into a layout similar to that of ParaView 2.x and drop the Tcl/Tk GUI. This was in preparation for the final transition to the Qt-based GUI as the official ParaView 3.0 GUI. This commit was manufactured during conversion from CVS to represent the layout change as part of the first commit to the new repository.
-
- 21 Mar, 2006 2 commits
-
-
Timothy M. Shead authored
-
Timothy M. Shead authored
-
- 16 Jan, 2006 1 commit
-
-
Clinton Stimpson authored
ENH: Add support for unamed QToolButtons that have named actions. QToolBar->addAction() produces unamed QToolButtons.
-
- 10 Jan, 2006 1 commit
-
-
Clinton Stimpson authored
COMP: Remove compiler warnings.
-
- 21 Dec, 2005 1 commit
-
-
Timothy M. Shead authored
-
- 20 Dec, 2005 1 commit
-
-
Timothy M. Shead authored
-
- 19 Dec, 2005 1 commit
-
-
Timothy M. Shead authored
-
- 01 Dec, 2005 1 commit
-
-
Timothy M. Shead authored
-
- 29 Nov, 2005 1 commit
-
-
Timothy M. Shead authored
COMP: ParaQ builds successfully using shared libs on Win32 (required to support PVS Python wrappings)
-