- 04 Aug, 2011 1 commit
-
-
Robert Maynard authored
The timer calling quit on the event loop would be called before the exec happend
-
- 25 May, 2011 1 commit
-
-
Clinton Stimpson authored
-
- 23 May, 2011 2 commits
-
-
Clinton Stimpson authored
3D view recording/playback is generic and works off a given class name. pqTestUtility has methods for an application to add data directories. If a file is opened or saved from under a data directory, a label for that directory is recorded. Playback reverses the label to an absolute file.
-
Clinton Stimpson authored
Fix playback to do lookups for menu items the same way they are recorded. Improve menu recording/playback for items that are not named.
-
- 09 May, 2011 2 commits
-
-
Robert Maynard authored
Because you can't use Qt processEvents method and have tests play properly we need a proper replacement.
-
Utkarsh Ayachit authored
This should help diagnose if timeouts occur due to a hang or just a slow test.
-
- 04 Mar, 2011 1 commit
-
-
David Partyka authored
-
- 17 Feb, 2011 2 commits
-
-
David Partyka authored
-
David Partyka authored
Allows control over installing headers and cmake development files.
-
- 04 Jan, 2011 2 commits
-
-
Marcus D. Hanwell authored
If you want to check for events in an XML input using a flag would probably be the best way to go.
-
Marcus D. Hanwell authored
pqBasicWidgetEventPlayer was not correctly generating mouse move events, and they were silently dropped by Qt. These should now be propagated as expected in normal Qt widgets - verified with the Avogadro QGLWidget derived 3D widget.
-
- 03 Jan, 2011 1 commit
-
-
David Partyka authored
By default this setting is 100 miliseconds. One can overide this setting on machines where this delay is not enough resulting in test playback to raise events faster than the gui can respond.
-
- 17 Nov, 2010 1 commit
-
-
David Partyka authored
-
- 16 Nov, 2010 2 commits
-
-
David Partyka authored
-
Matthew Woehlke authored
Add QtTestingConfig.cmake (in both build and install flavors) so a stand-alone QtTesting build can be used by other projects.
-
- 29 Oct, 2010 1 commit
-
-
Utkarsh Ayachit authored
-
- 11 Oct, 2010 1 commit
-
-
David Partyka authored
-
- 19 Aug, 2010 1 commit
-
-
David Partyka authored
Upgrade HDF5 from 1.6.2 to 1.8.5. Include c++ hl and hl_c++ libraries Conflicts: CMake/ParaViewCommon.cmake
-
- 03 Aug, 2010 2 commits
-
-
David Partyka authored
-
David Partyka authored
This should enable one to record plugin tests without the maintenance of constantly updating test indeces whenever a plugin is added or removed.
-
- 30 Jul, 2010 1 commit
-
-
David Partyka authored
Otherwise as we make selections, selection events will accumulate and get emited for each connection we created but did not disconnect.
-
- 22 Jul, 2010 1 commit
-
-
David Partyka authored
-
- 28 Jun, 2010 1 commit
-
-
Utkarsh Ayachit authored
* Removed obsolete classes. * Added test for camera dialog in Clip.xml * Added test for server configuration xml in AboutDialog. It test all xmls mentioned on the wiki.
-
- 15 Apr, 2010 1 commit
-
-
Robert Maynard authored
ENH: Added support for the command "set_boolean" on QGroupBoxes
-
- 14 Apr, 2010 1 commit
-
-
Brad King authored
This commit was manufactured during conversion from CVS to merge the ParaView 3.8 release branch.
-
- 30 Mar, 2010 1 commit
-
-
Dave Partyka authored
ENH: Multiple fixes from head including enabling the Cosmo Reader and fixing the Reader Slection tests to select the Reader by name.
-
- 29 Mar, 2010 1 commit
-
-
Dave Partyka authored
ENH: Change reader tests to select the reader by name rather than index. This should make adding new readers much easier.
-
- 17 Mar, 2010 1 commit
-
-
Utkarsh Ayachit authored
-
- 14 Mar, 2010 1 commit
-
-
Utkarsh Ayachit authored
-
- 12 Mar, 2010 1 commit
-
-
Utkarsh Ayachit authored
Removed QApplication::processEvents() calls from pqAbstractActivateEventPlayer. Reduced timeout for block-detection timer, increasing playback speed.
-
- 10 Mar, 2010 1 commit
-
-
Utkarsh Ayachit authored
slow.
-
- 07 Mar, 2010 2 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
don't need those since the pqEventDispatcher has a processEvents..() call after playing every event.
-
- 06 Mar, 2010 1 commit
-
-
Utkarsh Ayachit authored
events when waiting is a bad idea since we post user events during playback, so those won't get processed, possibly.
-
- 05 Mar, 2010 1 commit
-
-
Utkarsh Ayachit authored
windows.
-
- 04 Mar, 2010 2 commits
-
-
Utkarsh Ayachit authored
time to popup before we start processing the events.
-
Utkarsh Ayachit authored
BUG: Restructuring the testing event dispatcher (again) since the playback wasn't working reliably on Windows after upgrade to Qt 4.6. Hopefully this does not cause issues on other platforms. If it does, we'll have to start using different dispatchers for different platforms.
-
- 03 Mar, 2010 1 commit
-
-
Utkarsh Ayachit authored
using the same bypass as mac for windows as well. Hopefully this will fix the windows test running issues.
-
- 07 Jan, 2010 2 commits
-
-
Utkarsh Ayachit authored
Now, this timeout can happen, even when we are not really waiting a modal dialog's exec() e.g. when we are simply waiting for a short time for the GUI to refresh. This was resulting in the test playing continuing oddly causing some tests that use too many modal dialogs to fail. This should fix that that issue.
-
Francois Bertel authored
ENH:Removed statements in CMakeLists.txt files or source code that depend on Qt<4.5 such as DESIRED_QT_VERSION and #if QT_VERSION < 0x040500 ...
-