| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
This patch applies following fixes:
* ContextMenu with correct version for Vaadin 8
* Correctly skip install plugin for test submodules
* Make widgetset-test-util a test depdendency, don't use test-jar
* Fix vaadin-test project structure and dependencies
* Clean up testutil pom
* Add README.md
|
| |
|
|
|
|
|
| |
It's an implementation detail that UriFragmentManager uses a
UriFragmentChangedListener, so this shouldn't be exposed in its public
API.
|
|
|
| |
Fixes texts and a couple errors in IDEA, components and layout chapters.
|
|
|
| |
Part of vaadin/framework8-issues#538
|
|
|
|
| |
* Add LocalDateToDateConverter
|
| |
|
|
|
| |
The SplitPanel chapter still uses a Tree in its example.
|
|
|
| |
Fixes vaadin/framework8-issues#592
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Documentation/application screenshots update
* Avoid redundant autoboxing in BackEndDataProvider's size callback (#8127)
* Update general Component documentation
Part of vaadin/framework8-issues#538
* Documentation/application screenshots update
* Notification types fixed
* Merge branch 'documentation-screenshots-part1' of https://github.com/vaadin/framework into documentation-screenshots-part1
|
|
|
|
|
|
| |
* Restore all current instance values after running access tasks
Fixes vaadin/framework8-issues#593
|
|
|
| |
Part of vaadin/framework8-issues#538
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Grid UI tests migration P2.
Fixes vaadin/framework8-issues#588
* Grid UI tests migration P3.
Fixes vaadin/framework8-issues#589
* Merge branch 'master' into 589-grid-tests-migration
Conflicts:
uitest/src/main/java/com/vaadin/tests/components/grid/GridCellFocusOnResetSize.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridClientDataChangeHandler.java
* Update screenshot submodule reference.
|
| |
|
| |
|
|
|
| |
Fixes vaadin/framework8-issues#580
|
|
|
| |
Closes vaadin/framework8-issues#511
|
|
|
|
|
| |
Correction after migration fix for (#20469).
|
|
|
|
|
|
|
| |
Change-Id: I2fe67ae961bfb0f7c44ba704346762a0faf6da2c
# Conflicts:
# client/src/main/java/com/vaadin/client/widgets/Grid.java
|
|
|
|
|
|
|
| |
Change-Id: Icbed14cbef14c434f1909fa0350cb0364235c774
# Conflicts:
# client/src/main/java/com/vaadin/client/widgets/Grid.java
|
|
|
|
| |
Change-Id: I67dad4cfbd6e9e355c48703253ff3d6da00e4eef
|
| |
|
|
|
|
|
|
|
| |
Change-Id: I0ae9144817db3bb730c80748d5e9190484b323e7
# Conflicts:
# uitest/src/main/java/com/vaadin/tests/widgetset/client/grid/EscalatorBasicClientFeaturesWidget.java
|
|
|
|
|
|
|
|
|
|
|
| |
Change-Id: I73201908b537ca0a65106e03c9bad913b59fae9f
Re-added back disappeared commit from 7.7.5 migration PR:
Mark TextField/TextArea as busy when a text change event is pending
(#20469)
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
|
|
|
| |
Fixes vaadin/framework8-issues#588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update documentation chapters 1 - 5.3
Images and diagrams have not been updated,
but unnecessary images have been removed.
* Sync application declarative and architecture sections source code.
Screenshot image is updated to match the source code.
* Old datamodel image is removed.
* Ivy install image is removed.
* Remove unnecessary linking / reference
|
|
|
|
|
|
| |
* Migrate Grid tests P1.
Fixes vaadin/framework8-issues#586
|
| |
|
| |
|
|
|
| |
Fixes vaadin/framework8-issues#585
|
|
|
| |
* Converted old Framework TestBench test docs to markdown
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#584
|
|
|
|
|
| |
Only one UI smoke test for the SQL container (along with a Table).
Fixes vaadin/framework8-issues#582
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Remove unused caption from Column constructor
Fixes #8063
|
| |
|
|
|
|
| |
Also fixes a syntax error in the script.
|
|
|
|
|
|
| |
This makes it possible to use the latest Element classes in the
framework tests and to simplify the build process.
The license for the included element classes are changed to Apache2
|
|
|
|
|
| |
Sending click even in JS to a RadioButton in RadioButtonGroup doesn't
trigger focus event for RadioButtonGroup in IE11. Fix it.
Same fix for CheckBoxGroup.
|
| |
|
|
|
|
|
|
| |
* Remove Google App Engine support and tests
Fixes #8033
|
| |
|
| |
|
|
|
|
|
|
| |
* Fix for Grid declarative format (read).
Fixes vaadin/framework8-issues#576
|
|
|
|
|
|
|
|
|
| |
* Improved English in line 17
Changed
"There is only one Binder instance per form and it is used for all fields in that form" into
"There is only one Binder instance for each form and it is used for all fields in that form"
|
| |
|
|
|
|
| |
Temporarily ignore the test as it does not really work and takes a
very long time during builds.
|