- 09 Jan, 2007 1 commit
-
-
Clinton Stimpson authored
ENH: Add ability to call any Qt slot in the application with "QVariant foo()" signature from python. Will be used to validate menu/toolbar stuff.
-
- 05 Jan, 2007 5 commits
-
-
Clinton Stimpson authored
BUG: change wait function to wait on window events for an interval instead of sleeping for an interval.
-
Clinton Stimpson authored
BUG: Adjust logic so event processing state doesn't change during waits.
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
- 04 Jan, 2007 2 commits
-
-
Clinton Stimpson authored
ENH: Upgrade to Qt 4.2 allows glib to be used on X11, which causes problems. Refactored pqEventDispatcher to handle event dispatching in a more controlled way and be more immune to the implementation of Qt's event handling. ifdef Q_OS_MAC's also removed. BUG: This fixes sporadic hangs on some dashboards with python tests.
-
Clinton Stimpson authored
ENH: Improve error handling when testing with python.
-
- 03 Jan, 2007 1 commit
-
-
Clinton Stimpson authored
BUG: Fix menu playback on the Mac with Qt 4.2. ENH: Menu playback no longer uses mouse events (Qt 4.1.3 or greater). Which means one no longer has to move the mouse cursor out of the way when running tests to prevent interference with menu playback.
-
- 21 Dec, 2006 2 commits
-
-
Utkarsh Ayachit authored
BUG: fixed test utility behaviour when using a list of filenames to match that when using a single filename.
-
Utkarsh Ayachit authored
-
- 19 Dec, 2006 4 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
ENH: Make QtTesting module available to paraview's python shell.
-
- 08 Dec, 2006 1 commit
-
-
Clinton Stimpson authored
BUG: Fix another possible race condition. And force Qt to process remaining events upon completion, since we can't guarentee anyone else will make sure its done before doing something else. Fixes one more test with Qt 4.2.
-
- 05 Dec, 2006 1 commit
-
-
Clinton Stimpson authored
Qt 4.1 and Qt 4.2.
-
- 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).
-