Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add screenshots and workaround for Firefox 45 (#8450) | Henri Sara | 2017-02-06 | 2 | -0/+3 |
| | |||||
* | Add Firefox 45 workaround in ComboBoxElement (#8449) | Henri Sara | 2017-02-06 | 1 | -3/+13 |
| | |||||
* | Disable test method on which build got stuck. (#8445) | Henri Sara | 2017-02-04 | 1 | -0/+2 |
| | |||||
* | Fix JBoss 6 integration tests | Ilia Motornyi | 2017-02-03 | 6 | -196/+42 |
| | |||||
* | Add Firefox 45 screenshots (#8438) | Henri Sara | 2017-02-03 | 1 | -0/+0 |
| | |||||
* | Fix exception on remove column. (#8432) | caalador | 2017-02-03 | 1 | -2/+4 |
| | | | Schedule column ordering so that possible onUnregister methods get run first. | ||||
* | Update ValoThemeTest screenshots (#8431) | Henri Sara | 2017-02-03 | 1 | -0/+0 |
| | |||||
* | Add isValid to Binder (#8274) | Aleksi Hietanen | 2017-02-03 | 5 | -11/+118 |
| | | | | | | | | | | | | | | | * Add isValid to Binder isValid enables you to check the current validation status of a given Binder, without firing events or invoking handlers. This patch also clarifies the javadocs of StatusChangeEvents' hasValidationErrors. * Throw in Binder.isValid if no bean is set and bean validators exist * Add test cases to BinderTest | ||||
* | Add selection methods to grid that delegate to its selection model (#8315) | Aleksi Hietanen | 2017-02-03 | 2 | -2/+99 |
| | | | | | | | | * Add selection methods to grid that delegate to the selection model * Merge remote-tracking branch 'github/master' into 577-alt * Remove getFirstSelected, isSelected | ||||
* | Fix absolute layout component resize test (#8429) | caalador | 2017-02-03 | 1 | -16/+29 |
| | | | | Fix test checking for left:auto by testing the actual wrapper width that should change. | ||||
* | Fix some broken tests and ComboBoxElement (#8430) | Henri Sara | 2017-02-03 | 3 | -15/+34 |
| | |||||
* | Run tests on Firefox 45 (#8428) | Artur | 2017-02-03 | 1 | -1/+4 |
| | | | | * Run tests on Firefox 45 | ||||
* | Add Grid editor events. (#8365) | Denis | 2017-02-02 | 13 | -11/+576 |
| | | | | | | | | | | * Migrate v7 Grid tests. Next round. Fixes #8419 * Add Grid editor events. Fixes #8202. | ||||
* | Add default getEmptyValue for MultiSelect interface (#8420) (#8421)8.0.0.beta2 | caalador | 2017-02-02 | 2 | -5/+11 |
| | | | | | | | * Add deafult getEmptyValue for MultiSelect interface (#8420) Added an default implementation for getEmptyValue to the MultiSelect interface. | ||||
* | Typo fix; screenshots update. | Ilia Motornyi | 2017-02-02 | 3 | -2/+2 |
| | |||||
* | Add header required by docs site (#8425) | Artur | 2017-02-02 | 1 | -0/+5 |
| | | | | * Add header required by docs site | ||||
* | Add scrollTo methods to Grid (#8203) (#8410) | caalador | 2017-02-02 | 9 | -0/+969 |
| | | | | | | | | | | | | | | * Add scroll methods to serverside grid (#8203) Added scrollToTop(), scrollToEnd() and scrollTo(int row) * Fix scrolling to view of opened details (#8203) Removed dependency for DetailsManagerConnector from GridConnector. GridConnector now handles one off listeners. * Rename detailsRefresh to better show that it's one-off. Add missing copyright header. | ||||
* | Grid tests migration. Next round. (#8412) | Denis | 2017-02-02 | 14 | -425/+330 |
| | | | | | | * Grid tests migration. Next round. Fixes #8373 | ||||
* | Handle system properties for failsafe plugin (#8414) | Teemu Suo-Anttila | 2017-02-02 | 2 | -33/+23 |
| | | | | * Handle system properties for failsafe plugin | ||||
* | Add helpers for dealing with columns based on its id (#8411) | Leif Åstrand | 2017-02-02 | 8 | -40/+506 |
| | | | | | | | | | * Add helpers for dealing with columns based on its id setColumns(Column...) is removed since it's not possible to re-add a removed column instance. Fixes #8361 | ||||
* | Make it easy to invoke ServerRpc methods as part of unit tests (#8346) | Artur | 2017-02-02 | 8 | -39/+42 |
| | | | | | Executing RPC methods is useful when testing component interaction with the server. Not only inside the framework but also when creating add-ons and applications. | ||||
* | Require Maven 3.1 or newer for uitest (#8418) | Pekka Hyvönen | 2017-02-02 | 1 | -0/+5 |
| | |||||
* | Replace FontAwesome with Vaadin Icons (#8208) | Pekka Hyvönen | 2017-02-01 | 36 | -129/+472 |
| | | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219 | ||||
* | Refactor testing of the framework (#8393) | Teemu Suo-Anttila | 2017-02-01 | 44 | -273/+1088 |
| | | | | | | | | | * Integration tests moved from uitest to separate test modules * Run TB4 tests with maven profile * Remove old ant/ivy build scripts from uitest * Add 'needs-ssh' test category for reconnection test * Add default values for testing and validation builds * Add placeholder build.xml with instructions to run Maven | ||||
* | Update release notes for 8.0.0.beta2 (#8402) | Pekka Hyvönen | 2017-02-01 | 1 | -9/+14 |
| | | | | * Update release notes for 8.0.0.beta2 | ||||
* | Make Grid add columns based on bean properties (#8392) | Leif Åstrand | 2017-02-01 | 12 | -110/+404 |
| | | | | | | | | | * Make Grid add columns based on bean properties The property set concept used for Binder is slightly generalized and used by Grid as well to support similar functionality. Fixes vaadin/framework8-issues#250 | ||||
* | Introduce Binder.addFialdValueChangeListener (#8273) | Denis | 2017-02-01 | 2 | -0/+195 |
| | | | Fixes #8273 | ||||
* | Add a maven plugin for formatting according to Eclipse settings | Leif Åstrand | 2017-02-01 | 57 | -313/+340 |
| | | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file. | ||||
* | Revert widget-set-testutil parent change (#8404) | Teemu Suo-Anttila | 2017-01-31 | 1 | -6/+15 |
| | | | | * Revert widget-set-testutil parent change | ||||
* | Add test for compiling a widgetset that inherits Vaadin7WidgetSet (#8403) | Teemu Suo-Anttila | 2017-01-31 | 5 | -2/+66 |
| | | | | | | | | * Add test for compiling a widgetset that inherits Vaadin7WidgetSet * Remove unnecessary dependency management block * Minor style fixes | ||||
* | Fix documentation examples | Ilia Motornyi | 2017-01-31 | 1 | -7/+10 |
| | |||||
* | Add styling to the unsupported browser page (#570) (#8354) | caalador | 2017-01-31 | 1 | -1/+47 |
| | |||||
* | Patameterize the ValueChangeListeners for rebuilt fields (#8369) (#8388) | caalador | 2017-01-31 | 8 | -42/+45 |
| | | | | | | | * Patameterize the ValueChangeListeners for rebuilt fields (#8369) Listeners are now defined with the correct type parameter for each field type so the event.getValue() is what one would expect. | ||||
* | Refactor editor API to use Binding instead of a component generator (#8368) | Leif Åstrand | 2017-01-31 | 11 | -213/+190 |
| | | | Fixes #8366 | ||||
* | Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383) | Artur | 2017-01-30 | 2 | -1/+62 |
| | | | | * Fix userOriginated state for CheckBox ValueChangeEvent from the user | ||||
* | Make compatibility aliases for isRequiredIndicatorVisible() (#8372) | Denis | 2017-01-30 | 1 | -0/+16 |
| | | | | | | * Make compatibility aliases for isRequiredIndicatorVisible() Fixes #8337 | ||||
* | Increase threshold in server side performance test for stability (#8370) | Henri Sara | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Add reference to Column.setId in javadocs of methods accepting col ids (#8360) | Leif Åstrand | 2017-01-30 | 4 | -2/+14 |
| | |||||
* | Fix NPE when grid is sorted by column with null values | Ilia Motornyi | 2017-01-30 | 2 | -25/+180 |
| | | | | | Fixes #8282 | ||||
* | Add convenience constructors to new components (#598) (#8351) | caalador | 2017-01-30 | 15 | -7/+955 |
| | | | | | | Add convenience constructors (#598) Added convenience constructors to ui components that have been reimplemented for Vaadin 8 | ||||
* | Add regression tests for HasValue.getOptionalValue (#8352) | Leif Åstrand | 2017-01-28 | 1 | -0/+44 |
| | |||||
* | Introduce empty selection functionality for NativeSelect. (#8336) | Denis | 2017-01-27 | 9 | -7/+245 |
| | | | | | | * Introduce empty selection functionality for NativeSelect. Fixes vaadin/framework8-issues#545 | ||||
* | Allow to disable user selection in the grid model. (#8345) | Denis | 2017-01-27 | 7 | -11/+145 |
| | | | | | | * Allow to disable user selection in the grid model. Fixes vaadin/framework8-issues#546 | ||||
* | Add a default getOptionalValue() to HasValue (#8324) | Giovanni Lovato | 2017-01-27 | 1 | -0/+13 |
| | | | Fixes #8323 | ||||
* | Add convenience constructors for TextField (#597) (#8341) | caalador | 2017-01-27 | 2 | -1/+120 |
| | | | | | | | Add convenience constructors for TextField (#597) Added TextField convenience constructors similar to the ones found in Vaadin framework 7 | ||||
* | Implement GridSortOrder and SortOrderBuilders (#8338) | Aleksi Hietanen | 2017-01-27 | 11 | -38/+441 |
| | |||||
* | JspIntegrationTest as a separate module (#8228) | Ilia Motornyi | 2017-01-26 | 8 | -40/+188 |
| | | | Part of vaadin/framework8-issues#539 | ||||
* | Fix some faulty javaDoc names | caalador | 2017-01-26 | 16 | -36/+22 |
| | |||||
* | Extract Bean validation logic from Binder to BeanValidationBinder | Denis | 2017-01-25 | 8 | -43/+94 |
| | | | Fixes #8253 | ||||
* | Update @HtmlImport javadoc to match implementation (#8331) | Artur | 2017-01-25 | 1 | -7/+8 |
| |