- 24 Apr, 2012 9 commits
-
-
Benjamin Long authored
The player back widget allow users to : * load severals scripts * play all the scripts * stop/pause/play step by step one script * give feedbacks to the users All players are now QObject so that it's possible to retrieve the associated class name using the metaobject. This required to provide feedback associated with the newly introduced event type "comment". (See pqCommentEventPlayer)
-
Benjamin Long authored
-
Benjamin Long authored
The delta associated with Qt Mouse Wheel is sometimes greater than 120 (for example when the wheel is turned very fast). This is expected. From our observation, it seems additional event are also emitted/recorded. Further investigation are needed to exactly identified the issue. The CTK issue #132 will allow us to track that problem.
-
Benjamin Long authored
-
Benjamin Long authored
-
Benjamin Long authored
-
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
-