- 20 Apr, 2016 1 commit
-
-
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
-
- 23 May, 2011 1 commit
-
-
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.
-
- 22 Nov, 2009 1 commit
-
-
Utkarsh Ayachit authored
This commit makes it possible to make custom clients based on ParaView. There are a host of changes in this commit that restucture the Qt client level classes. For more details refer to the following links: http://www.paraview.org/ParaView3/index.php/ParaView-based_Applications http://www.paraview.org/Wiki/Writing_Custom_Applications
-
- 04 Apr, 2008 1 commit
-
-
Berk Geveci authored
-
- 15 Aug, 2007 1 commit
-
-
Clinton Stimpson authored
-
- 20 Oct, 2006 1 commit
-
-
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.
-
- 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.
-
- 19 Jul, 2006 1 commit
-
-
Clinton Stimpson authored
ENH: New directory structure
-
- 22 Mar, 2006 1 commit
-
-
Utkarsh Ayachit authored
Update CMake scripts to work with the restructured repository. A new CVS repository was created on 2006-03-22 to re-organize the ParaQ source tree into a layout similar to that of ParaView 2.x and drop the Tcl/Tk GUI. This was in preparation for the final transition to the Qt-based GUI as the official ParaView 3.0 GUI. This commit was manufactured during conversion from CVS to represent the layout change as part of the first commit to the new repository.
-
- 20 Dec, 2005 1 commit
-
-
Timothy M. Shead authored
-
- 18 Nov, 2005 1 commit
-
-
Timothy M. Shead authored
ENH: pqEventPlayerXML reports errors to callers
-
- 04 Nov, 2005 1 commit
-
-
Timothy M. Shead authored
STYLE: Yet another round of style updates, undoing some mistakes
-
- 03 Nov, 2005 1 commit
-
-
Timothy M. Shead authored
This commit was manufactured as the start of QtTesting when splitting its history out from the ParaView Qt/Testing directory. The content came from ParaView commit c1620c50ee6410c491651f8618c0d21cb3796368.
-