Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse gestures #80

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open

Mouse gestures #80

wants to merge 67 commits into from

Conversation

artbez
Copy link
Contributor

@artbez artbez commented Apr 2, 2017

Add mouse gesture UI-testing

1. Add spring framework support
2. Add Opener and Auther services
3. Add PropertySourcesPlaceholderConfigurer
4. Add some auth and open page tests
1. Create Scene service
2. Create Pallete service
3. Add dragAndDrop test
1. Add remove method
2. Add move method
3. Test them
4. Add getPosition method
5. Add JavaDoc
1. Add logging to Scene
2. Add logging to Pallete
1. Now scene can link two elements
2. Add test for it
3. Add JavaDoc
1. Add setProperty
2. Add getProperty
3. Add test of them
1. Add SceneWindow class which describes part of the scene that user see
2. Add moveElement test
1. Code refactor
2. Add moveToCell method in Scene
3. Add focus method in Scene
4. Add tests
1. Add test with 3 nodes and 2 links
2. Add Exception for authorization
1. Fix movement bug
2. Fix remove element bug
1. Change names of nodes to string values, which are shown in browser
2. Add moveSomeNodes test
1. Make checkbox property working
2. Add fillProperty test
3. Removed unused package
1. Add clickToDashboard functional
2. Add newDiagram functional
3. Add corresponding tests
# Conflicts:
#	editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts
#	ui-testing/ui-testing.iml
# Conflicts:
#	editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts
#	ui-testing/ui-testing.iml
# Conflicts:
#	editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts
#	ui-testing/ui-testing.iml
# Conflicts:
#	editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts
#	ui-testing/ui-testing.iml
Fix bug with context-menu
Add tests for all available gestures
@artbez artbez force-pushed the mouse-gestures branch 6 times, most recently from 620ae29 to 80e7e82 Compare April 2, 2017 20:54
# Conflicts:
#	.travis.yml
#	editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/Page.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/PageFactory.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/PageLoader.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/palette/Palette.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/palette/PaletteImpl.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/pallete/PalleteElement.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/property/PropertyEditor.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/Coordinate.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/Scene.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/SceneImpl.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/elements/Block.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/elements/SceneElementImpl.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/providers/BlockProvider.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/AuthPage.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/DashboardPage.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/EditorPage.java
#	ui-testing/ui-testing.iml
# Conflicts:
#	.travis.yml
#	editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/PageFactory.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/PageLoader.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/DefaultScene.java
#	ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/editor/DefaultEditorPage.java
#	ui-testing/src/test/java/com/qreal/wmp/uitesting/innertests/SaveOpenDiagramTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant