summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing source encoding to wiget-set-testutil8.2.0.alpha1Teemu Suo-Anttila2017-09-081-0/+2
|
* Add wait for UI load to testTeemu Suo-Anttila2017-09-081-6/+13
|
* Fix vaadin-osgi-integration dependency for Karaf testTeemu Suo-Anttila2017-09-081-1/+2
|
* Changed ContentMode Package in Label docJonathan Ilk2017-09-081-1/+1
|
* Combine Archetype and Demo build scripts (#9943)Teemu Suo-Anttila2017-09-073-189/+81
|
* Update build report scripts for 8.2 (#9939)Henri Sara2017-09-073-42/+37
|
* Add missing since tags for 8.2 (#9938)Henri Sara2017-09-076-20/+20
|
* Update release notes for 8.2.0.alpha1 (#9937)Henri Sara2017-09-071-31/+17
|
* Fix making components visible by push (#9934)Henri Sara2017-09-068-54/+173
| | | | | | | | Fix connector tracker cleanup for the case where a component is hidden by a request and is made visible again by push. This fixes a regression caused by #9305. Fixes #9905
* Add methods to remove Bindings from Binder (#9932)Teemu Suo-Anttila2017-09-052-0/+117
|
* Update Binder isValid() javadoc (#9930)Henri Sara2017-09-051-1/+4
|
* Fix grid client side performance regression (#9913)Aleksi Hietanen2017-09-051-2/+4
| | | | | Trigger update of header/footer only if visibility changes. Fixes #9884
* Fix Binder bindInstanceFields code example in JavaDoc (#9929)Teemu Suo-Anttila2017-09-051-1/+1
| | | Closes #8994
* Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)Petter Holmström2017-09-047-0/+118
| | | | | | The related tests have a workaround for another (Chrome specific) GridLayout bug #9921. Those workarounds should be removed once that issue is fixed. Fixes #9148
* Remove scroll bar inherited borders and background for Tree (#9924)Adam Wagner2017-09-041-0/+16
| | | Resolves #9644
* Position caption correctly in GridLayout (#9909)Petter Holmström2017-09-043-1/+83
| | | | | Position caption correctly when using different vertical alignment than TOP in GridLayout. Fixes #7895
* Add 3 wiki articles (#9903)Henri Muurimaa2017-08-3127-1/+491
| | | | | | | Add articles: - Configure ComboBoxes wisely - Letting the user download a file - Using Vaadin in IBM Domino
* Update DOCTYPE in WidgetSetBuilderHenri Sara2017-08-311-1/+1
|
* Make BaseThemeTest more stable on IE11Henri Sara2017-08-311-1/+2
| | | | | Try to make the test more stable by using a different way of detecting the presence of a notification. This approach is used e.g. in GridComponentsTest.
* Correct DOCTYPE of GWT widgetsetAhmed Ashour2017-08-311-2/+2
|
* Migrate first Wiki article (#9902)Henri Muurimaa2017-08-303-0/+108
| | | Created the folder "articles" under documentation, added img folder for article images and added one article.
* Fix AbstractClientConnector stateTypeCache memory leak (#9896)Aleksi Hietanen2017-08-302-7/+75
| | | Fixes #9883
* Update and rename vaadin-icons.scss to _vaadin-icons.scss (#9895)Knoobie2017-08-301-1/+1
| | | Rename the vaadin-icons.scss to allow other libsass to compile the project successful.
* Omit duplicate caption for a Panel in a CompositeHenri Sara2017-08-303-0/+85
| | | | | | Correctly render components that handle their own captions inside a Composite. Fixes #9848
* Fix missing since tag in compatibility package GridAleksi Hietanen2017-08-301-1/+1
|
* Add missing Tree#getContentMode (#9889)Aleksi Hietanen2017-08-291-2/+14
|
* Remove drag over style on file drop (#9888)Henri Sara2017-08-291-0/+2
| | | Fixes #9870
* Fix since tags for 8.1.3 release (#9887)Aleksi Hietanen2017-08-292-3/+3
|
* Binder javadoc fix (#9886)Aleksi Hietanen2017-08-291-8/+9
|
* Enable Declarative Services in OSGi portlet UI (#9879)Mirjan Merruko2017-08-294-9/+75
| | | | | If the UI scope is not prototype, show a warning that declarative services are not available in the UI. Fixes #9589
* Minor javadoc improvements (#9885)Aleksi Hietanen2017-08-292-11/+11
|
* Add declarative support to Tree (#9881)Aleksi Hietanen2017-08-293-2/+348
| | | Closes #9838
* Fix capitalization of single character strings (#9880)Artur2017-08-282-1/+2
|
* Create setter name in a Turkish compatible manner (#9878)Artur2017-08-281-2/+3
|
* Move ComboBox popup with ComboBox on scroll (#9869)Henri Sara2017-08-253-14/+99
| | | | | | Keep the ComboBox popup at the same position relative to the ComboBox when the view is scrolled. Fixes #5043
* Fix item description tests on IE for RadioButtonGroup and CheckBoxGroup (#9866)Aleksi Hietanen2017-08-242-0/+11
|
* Fix ValoThemeUI button text (#9865)Henri Sara2017-08-241-1/+2
|
* Improve stability of JavaScriptRenderersTest (#9864)Henri Sara2017-08-241-0/+2
|
* Avoid detaching VL/HL children unnecessarily (#9862)Henri Sara2017-08-233-16/+104
| | | | | | | When child components are removed from a VerticalLayout/HorizontalLayout, do not remove other children from the DOM if no other hierarchy changes are made. Fixes #7713
* Add item description to RadioButtonGroup and CheckBoxGroup (#9841)Teemu Suo-Anttila2017-08-2312-1/+249
|
* Avoid detaching CssLayout children unnecessarily (#9861)Henri Sara2017-08-233-25/+69
| | | | | | When child components are removed from a CssLayout, do not remove other children from the DOM if no other hierarchy changes are made. Fixes #7712
* Button icon constructor (#9857)Stephan Knitelius2017-08-232-3/+16
| | | | | Added utility constructor for Button(Icon, ClickActionListener): new Button(VaadinIcons.AIRPLANE, e -> { ... });
* Fix IE tooltip test in TreeBasicFeaturesTest (#9860)Henri Sara2017-08-231-0/+6
|
* Fix null check in BackEndDataProvider (#9858)Henri Sara2017-08-231-1/+1
| | | Fixes #9855
* Resize should work within Grid details row (#9808)Ansku2017-08-228-9/+779
| | | Fixes #7341
* Add item descriptions to Tree (#9840)Teemu Suo-Anttila2017-08-213-3/+43
| | | Fixes #9803
* Fix focus when Grid editor is saved or cancelled (#9835)Teemu Suo-Anttila2017-08-184-12/+54
| | | Fixes #9832
* Exclude PhantomJS from flaky GridComponentsTestHenri Sara2017-08-181-0/+5
| | | The test testReuseTextFieldOnScroll() often crashes PhantomJS 1.
* Fix state update on Grid Column hide in client (#9836)Teemu Suo-Anttila2017-08-182-4/+22
| | | Fixes #9152
* Use getter instead of field for keyMapper (#9831)Leif Åstrand2017-08-171-1/+1
|