- 24 Apr, 2012 3 commits
-
-
Benjamin Long authored
-
Benjamin Long authored
-
Benjamin Long authored
-
- 08 Mar, 2012 1 commit
-
-
Utkarsh Ayachit authored
-
- 07 Mar, 2012 4 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Timers cause major issues with the test playback since they may not timeout as tests are being played back, but the tend to when user is using the application. To avoid such issues, we now add mechanism to register such timer with the pqEventDispatcher.
-
Utkarsh Ayachit authored
QTest code uses notifyEvent() to post events. That being the case, it may be more appropriate for our testing code to use notifyEvent() as well. This may improve test playback reliability across platforms.
-
- 16 Feb, 2012 2 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
With Qt 4.8, we have started seeing change in the order of the tab-widgets created for docked panels. That results in the names not aligning to the ones used while recording the test. In that case, we can attempt to locate a sibling tab-bar that has a pane with the expected name. If none is found, then alone do we give up.
-
- 10 Nov, 2011 1 commit
-
-
Utkarsh Ayachit authored
pqTabBarEventPlayer still supports old-style test scripts that use indexes for tab widget.
-
- 30 Aug, 2011 3 commits
-
-
Matthew Woehlke authored
When QT_TESTING_INSTALL_DEVELOPMENT is on, also install the headers, instead of (in the installed QtTestingConfig.cmake) referencing them from a combination of the source and build directories.
-
Matthew Woehlke authored
-
Matthew Woehlke authored
-
- 24 Aug, 2011 1 commit
-
-
Matthew Woehlke authored
find_package was unable to find the QtTesting library due to the installed .cmake having the wrong QtTesting_LIBRARY_DIR ("lib", rather than the full path). Fix by determining the full path, and writing that to the installed .cmake instead.
-
- 17 Aug, 2011 1 commit
-
-
David Partyka authored
-
- 12 Aug, 2011 1 commit
-
-
Kyle Lutz authored
-
- 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.
-