- 27 Feb, 2017 2 commits
-
-
6be6b822 cmake: don't set the minimum version if not the top-level Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !4
-
Ben Boeckel authored
See paraview#17161.
-
- 10 Feb, 2017 2 commits
-
-
e936b75c Add feature to record interaction timings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Julien Finet <julien.finet@kitware.com> Merge-request: !2
-
Mathieu Westphal authored
This add a new checkbox in the event recorder dialog When checked, "pause" event will be recorded between user interactions, allowing to record a test to be played and understood at the same time be the user playing the test.
-
- 07 Feb, 2017 2 commits
-
-
Utkarsh Ayachit authored
Qt5 fixes See merge request !3
-
Utkarsh Ayachit authored
With Qt 5, on OsX all file dialog (and other modal dialog) tests would fail. The problem was that the modal dialog's event loop would not quite even after `QDialog::accept()` was called. This happened when `QApplication::processEvents` was called by the testing framework when processing a test item while the modal dialog was open. Skipping the calling of `QApplication::processEvents` overcomes that issue.
-
- 25 Jan, 2017 2 commits
-
-
6ec9392d Enable use of continuous flush Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1
-
Mathieu Westphal authored
Continous flush options was available, however not accessible. This commit add a checkbox to control this options, Modify slughtly the signal api so it is standardized and actually use the signal in the only provided observer. When true, continuous flush ensure that events are written on file as sson as they are recorded.
-
- 27 Jul, 2016 1 commit
-
-
Utkarsh Ayachit authored
Cleanup to use imported targets.
-
- 26 Jul, 2016 1 commit
-
-
Utkarsh Ayachit authored
Also updates CMake minimum version to 2.8.12.
-
- 22 Jul, 2016 1 commit
-
-
Utkarsh Ayachit authored
Add guard for context menu in some view event players
-
- 21 Jul, 2016 1 commit
-
-
Yumin Yuan authored
The pqAbstractItemViewEventPlayer, pqTreeViewEventPlayer and pqAbstractItemViewEventPlayerBase all try to handle an object command for the object's parent if the object itself is not what the players expects. This will not work in case of a context menu for these views, because the context menu's parent is the view, and in some cases, the view and the context menu commands are same, for example, "activate", so the view player will try to handle the command for context menu, which apparently will fail. The fix is not to look at the parent if it is a QMenu.
-
- 14 Jun, 2016 1 commit
-
-
Utkarsh Ayachit authored
Add new command to pause while processing events.
-
- 10 Jun, 2016 1 commit
-
-
Utkarsh Ayachit authored
Often in test playback, one may want to pause while still letting the application process events e.g. timer events. Added a new command (in pqAbstractMiscellaneousEventPlayer) for the same.
-
- 13 May, 2016 2 commits
-
-
Utkarsh Ayachit authored
Using isPrint() instead of isLetterOrNumber() to check if a key is di…
-
Mathieu Westphal authored
Using isPrint() instead of isLetterOrNumber() to check if a key is displayed in the widget. It was causing a bug in paraview where some modification when not recorded properly.
-
- 03 May, 2016 2 commits
-
-
Utkarsh Ayachit authored
Fix warnings on certain version of qt5
-
Mathieu Westphal authored
-
- 22 Apr, 2016 1 commit
-
-
Utkarsh Ayachit authored
Qt testing check
-
- 20 Apr, 2016 7 commits
-
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
Corecting pqObjectNaming visibility, with a check for visible/non visible widget when not found the first time
-
Mathieu Westphal authored
-
Mathieu Westphal authored
1. A new check button has been added 2. When toggled, reoding is paused and recorder goes into check mode 3. In check mode, the recorder will call translateCheckEvent in the event filter 4. A generic implementation of the translateCheckEvent method 5. In Check mode, input event are not forwarded 6. Some input event are treated to draw a rectangle on hovering and check a widget in clicking 7. Adding the icon for check 8. Tests 9. Opengl support 10. Generalizing Translator and player for QAbstractItemView Check Event playing 1. Adding a eventType parameter to getNextEvent method 2. Adding a playCheckEvent method in pqEventPlayer Buxfixes 1.Correcting pause/unpause language error in pqEventRecorder 2. Support for ContextMenu via generalizing contextMenu 3. QtoolBar bugs 4. Fix activate recording of pqAbstractButtonEventTranslator Some "activate" events where missing when a toolbutton menu was opened. This happened with some combination of defaultAction with menu and popup mode. 5. Ignore events conditionally based on their command name 6. Correcting mouse wheel bug
-
- 08 Feb, 2016 2 commits
-
-
Utkarsh Ayachit authored
Take the Qt5 find calls out of the conditional
-
Marcus D. Hanwell authored
This wasn't always getting called, and then the link line was surprising. Also simplified the block as those calls only require one line which makes them easier to read too.
-
- 05 Feb, 2016 2 commits
-
-
Utkarsh Ayachit authored
QtTesting does not use the QtTest module
-
Marcus D. Hanwell authored
Remove CMake code finding/linking to this, we do not make use of that module in the QtTesting code.
-
- 25 Nov, 2015 4 commits
-
-
Julien Finet authored
Ignore events conditionally based on their command name
-
Julien Finet authored
Fix button player
-
Julien Finet authored
Some "activate" events where missing when a toolbutton menu was opened. This happened with some combination of defaultAction with menu and popup mode.
-
Julien Finet authored
During tests, the dialog is not needed
-
- 22 Oct, 2015 2 commits
-
-
Utkarsh Ayachit authored
Compilation fix
-
Mathieu Westphal authored
-
- 21 Oct, 2015 2 commits
-
-
Utkarsh Ayachit authored
Correcting Intel compiler check
-
Mathieu Westphal authored
-
- 20 Oct, 2015 1 commit
-
-
Mathieu Westphal authored
-
- 09 Oct, 2015 1 commit
-
-
Utkarsh Ayachit authored
pqObjectNaming: list all available object as a last resort
-