summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Erase type of BeanBinder#bindInstanceFields parameter in equality test 8.0.0.alpha9Aleksi Hietanen2016-12-092-2/+30
| | | Fixes vaadin/framework8-issues#466
* Add list of breaking changes in FW8 to release notes (#102)Pekka Hyvönen2016-12-091-12/+108
| | | | | | * Add list of breaking changes in FW8 to release notes Fixes vaadin/framework8-issues#226
* Fix license headerAleksi Hietanen2016-12-091-5/+5
| | | | Change-Id: I4f91be6d0e9d706c00ad5907c54c56e39292a95d
* Revert changes to ComboBoxSelectingWithNewItemsAllowedTestAleksi Hietanen2016-12-091-10/+2
| | | | Change-Id: I7fa2b3fd79b8fddbfbd7dcfec6d4263b233789c4
* Fix UnknownComponentConnector and ComponentMissingFromDefaultWidgetSet testsAleksi Hietanen2016-12-092-1/+49
| | | | Change-Id: I050c9e07a80c73ff9cf301427e2f32e2d90ce3bb
* Migrate Escalator changes to compatibility escalatorAleksi Hietanen2016-12-091-10/+28
| | | | Change-Id: Ie19f0f2c2202dcdcaebc67dd5d16df91c18633be
* Add missing import in FlashIsVisibleTestAleksi Hietanen2016-12-091-0/+1
| | | | Change-Id: I9587edcf6f3832d474b499638a5fb2abd5dc0356
* Fix python list syntax in BuildDemosHenri Sara2016-12-091-1/+1
| | | | Change-Id: I42f2f3fa3597f67f259c3ff9f158560303ffb328
* Make clicking outside a ComboBox add a pending new item (#18366)Aleksi Hietanen2016-12-092-2/+13
| | | | | | | | | It should not matter how you move from a field to the next. Tabbing to the next field already previously caused the new item handler to be invoked. This fixes the case when you click in the next field to work the same way. Change-Id: I3978d87cde8f05dce92edda2a4a116f4a15e0749
* Fix some modern browsers tests failures.Aleksi Hietanen2016-12-092-2/+6
| | | | Change-Id: I2a89d3493e2f98ab1b9a0666d9dc075a2457e432
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-12-091-55/+49
| | | | Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
* Update @since tag for 7.7.4.Denis Anisimov2016-12-092-2/+2
| | | | Change-Id: Ic6711221d0f09ad369c4074d805b237eccb2e5a7
* Correct addon init param widgetset IT test.Denis Anisimov2016-12-092-4/+31
| | | | Change-Id: I413481a325ebad15aa16dd639c788cc72f18dc52
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-12-092-2/+2
| | | | Change-Id: I7241ec11a9bfe7ebfa6a720b1abb3c4d0fabdb36
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-0911-27/+247
| | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
* Use US english (license) in all placesArtur Signell2016-12-093-4/+4
| | | | Change-Id: I5fa99627a1c3302dd905d78149e5f32c7315a5c7
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-12-092-8/+18
| | | | Change-Id: I99347ee1d0f2f13fcb8e110d2e7192590e4f9456
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-12-092-9/+37
| | | | | | This is needed to be able to get the information from e.g. TestBench Change-Id: I95ec6064f602e6a8b24e35cc59d467e9c8b31c1e
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-12-093-3/+49
| | | | Change-Id: I6b045c3a693e88b3cba182ae9ea68cfa98c914b0
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-12-091-5/+3
| | | | Change-Id: I7a8520ef61ddc4dff66c326d61acbf7ccf0e76cd
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-12-093-0/+31
| | | | Change-Id: Ibb3b52b652d77a1bfa786417b1c92fd0a578035f
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-12-092-1/+26
| | | Change-Id: I3cfdac539111ff2e88c7ff81e6d6b9a579160423
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-092-1/+4
| | | | Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca
* Send selection change events when changing selection mode (#20391)Artur Signell2016-12-092-1/+46
| | | | Change-Id: Iaeb772981f3ac039bf0fe3cde595cfdb3691cddf
* Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380)Artur Signell2016-12-092-0/+58
| | | | Change-Id: I9bd845a08fa3c440f05d102ccf8920dfc1c95b6b
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-093-0/+201
| | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
* Check for duplicate property ids when setting Grid columns or column order ↵Artur Signell2016-12-094-0/+101
| | | | | | (#20386) Change-Id: I76be83642f0e56e55b0c0e502ac6769de1ee8af0
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-12-092-5/+26
| | | | Change-Id: Ia15edb5a10de9bff047044161ffe83dd09f51098
* Workaround for deadlock issue (#18436)Artur Signell2016-12-093-2/+291
| | | | Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ↵Sebastian Nyholm2016-12-093-6/+21
| | | | | | true. (#20097) Change-Id: Ic453aaf16ea1d44792db868e04faaba069aab3b7
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-0922-66/+338
| | | | | | | | * Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541
* Change return type of Binder#getBean to BEANAleksi Hietanen2016-12-084-25/+31
|
* Change default suggestion popup width in ComboBox (#91)Aleksi Hietanen2016-12-083-5/+11
| | | Closes vaadin/framework8-issues#522
* Deprecate Button#setHtmlContentAllowed (#104)Aleksi Hietanen2016-12-085-12/+16
| | | Fixes vaadin/framework8-issues#525
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-0881-104/+1161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce dedicated shared states for every core vaadin component/ext. Updated components are: - PasswordField - CustomField - AbstractListing - AbstractMultiSelect - ColorPicker - ColorPickerArea - DataCommunicator - Responsive - AbstractListingExtension - DetailsManager - AbstractRenderer - ClickableRenderer - ButtonRenderer - CheckBoxRenderer - DateRenderer - HtmlRenderer - ImageRenderer - NumberRenderer - ProgressBarRenderer - TextRenderer Fixes vaadin/framework8-issues#480.
* Implement "afterViewChange()" as no-op by default. (#99)Denis2016-12-073-11/+13
| | | | | | | | | * Implement "afterViewChange()" as no-op by default. ViewChangeListener is functional interface now and has empty implementation for "afterViewChange()" Fixes vaadin/framework8-issues#502
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-0712-146/+61
| | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363
* Remove internal method from application-facing API (#97)Leif Åstrand2016-12-072-21/+3
|
* Replace box-sizing @include with bare box-sizing (#92)Artur2016-12-0721-39/+39
| | | | | | | | | Browsers support unprefixed box-sizing since: Chrome 10 Firefox 29 Opera 10 Safari 5.1 iOS 5.1 IE 8
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-0617-99/+524
| | | | | | * Add read-only support for single and multi select views for Grid. Fixes vaadin/framework8-issues#516
* Provide a shorthand for the HasValue::clear() method. (#94)Denis2016-12-062-0/+60
| | | | | | * Provide a shorthand for the HasValue::clear() method. Fixes vaadin/framework8-issues#496
* Fix classpath related tests under WindowsIlia Motornyi2016-12-061-1/+1
|
* Add Listing.setItems(Stream) (#90)Pekka Hyvönen2016-12-052-1/+50
| | | | | | | | * Add Listings.setItems(Stream) Fixes vaadin/framework8-issues#447 Change-Id: I4d557d346117d308b80a20effbf5359bebe1e8bb
* Add screenshot submodule to master branch (#88)Teemu Suo-Anttila2016-12-052-0/+4
|
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-0514-216/+306
| | | | | BindingBinder is API that is used before calling bind() Binding is API that is used after calling bind()
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-0517-179/+347
| | | | | | | | | | | * Add a SelectionMode shorthand for Grid. Hides setSelectionModel(...) by making it protected. Refactores the usage of constructor / extend method for Abstract-, Single- and MultiSelectionModelImpl. Fixes vaadin/framework8-issues#519 Change-Id: I48c30886450506639be9ee6e21c45b0c06755c88
* Extends declarative tests for selection components for "data-" attribute (#85)Denis2016-12-053-16/+70
| | | Fixes vaadin/framework8-issues#392
* Introduce VaadinServiceInitListener (#18628) (#79)Leif Åstrand2016-12-027-0/+280
|
* Fix root POM SCM entries to point to GitHub (#73)Henri Sara2016-12-021-2/+2
|
* Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75)Artur2016-12-026-13/+13
|