Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Vaadin Spring documentation for 1.1.0 | Henri Sara | 2016-12-09 | 1 | -55/+49 |
| | | | | Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60 | ||||
* | Update @since tag for 7.7.4. | Denis Anisimov | 2016-12-09 | 2 | -2/+2 |
| | | | | Change-Id: Ic6711221d0f09ad369c4074d805b237eccb2e5a7 | ||||
* | Correct addon init param widgetset IT test. | Denis Anisimov | 2016-12-09 | 2 | -4/+31 |
| | | | | Change-Id: I413481a325ebad15aa16dd639c788cc72f18dc52 | ||||
* | Make vaadin-server export the VAADIN package again (#20332) | Artur Signell | 2016-12-09 | 2 | -2/+2 |
| | | | | Change-Id: I7241ec11a9bfe7ebfa6a720b1abb3c4d0fabdb36 | ||||
* | Show a sensible message for missing extensions (#10799) | Artur Signell | 2016-12-09 | 11 | -27/+247 |
| | | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01 | ||||
* | Use US english (license) in all places | Artur Signell | 2016-12-09 | 3 | -4/+4 |
| | | | | Change-Id: I5fa99627a1c3302dd905d78149e5f32c7315a5c7 | ||||
* | Ensure #cell[N] always scrolls row N into view (#20423) | Artur Signell | 2016-12-09 | 2 | -8/+18 |
| | | | | Change-Id: I99347ee1d0f2f13fcb8e110d2e7192590e4f9456 | ||||
* | Publish Escalator.getBodyRowCount to JS (#20344) | Artur Signell | 2016-12-09 | 2 | -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 Signell | 2016-12-09 | 3 | -3/+49 |
| | | | | Change-Id: I6b045c3a693e88b3cba182ae9ea68cfa98c914b0 | ||||
* | Update Hierarchical container JavaDocs to match code (#5864) | Teemu Suo-Anttila | 2016-12-09 | 1 | -5/+3 |
| | | | | Change-Id: I7a8520ef61ddc4dff66c326d61acbf7ccf0e76cd | ||||
* | Make modal window block shortcuts for underlying components (#20366) | Artur Signell | 2016-12-09 | 3 | -0/+31 |
| | | | | Change-Id: Ibb3b52b652d77a1bfa786417b1c92fd0a578035f | ||||
* | Make Grid isWorkPending wait for scroll events to complete (#20417) | Artur Signell | 2016-12-09 | 2 | -1/+26 |
| | | | Change-Id: I3cfdac539111ff2e88c7ff81e6d6b9a579160423 | ||||
* | Update client side selection state when changing selection model (#20370) | Artur Signell | 2016-12-09 | 2 | -1/+4 |
| | | | | Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca | ||||
* | Send selection change events when changing selection mode (#20391) | Artur Signell | 2016-12-09 | 2 | -1/+46 |
| | | | | Change-Id: Iaeb772981f3ac039bf0fe3cde595cfdb3691cddf | ||||
* | Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380) | Artur Signell | 2016-12-09 | 2 | -0/+58 |
| | | | | Change-Id: I9bd845a08fa3c440f05d102ccf8920dfc1c95b6b | ||||
* | Add Grid.refreshRows to allow refreshing individual rows (#16765) | Artur Signell | 2016-12-09 | 3 | -0/+201 |
| | | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27 | ||||
* | Check for duplicate property ids when setting Grid columns or column order ↵ | Artur Signell | 2016-12-09 | 4 | -0/+101 |
| | | | | | | (#20386) Change-Id: I76be83642f0e56e55b0c0e502ac6769de1ee8af0 | ||||
* | Never check the selectAll checkbox in an empty grid (#20301) | Artur Signell | 2016-12-09 | 2 | -5/+26 |
| | | | | Change-Id: Ia15edb5a10de9bff047044161ffe83dd09f51098 | ||||
* | Workaround for deadlock issue (#18436) | Artur Signell | 2016-12-09 | 3 | -2/+291 |
| | | | | Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6 | ||||
* | Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ↵ | Sebastian Nyholm | 2016-12-09 | 3 | -6/+21 |
| | | | | | | true. (#20097) Change-Id: Ic453aaf16ea1d44792db868e04faaba069aab3b7 | ||||
* | Add a generic selection listener to Grid & SelectionModels (#105) | Pekka Hyvönen | 2016-12-09 | 22 | -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 BEAN | Aleksi Hietanen | 2016-12-08 | 4 | -25/+31 |
| | |||||
* | Change default suggestion popup width in ComboBox (#91) | Aleksi Hietanen | 2016-12-08 | 3 | -5/+11 |
| | | | Closes vaadin/framework8-issues#522 | ||||
* | Deprecate Button#setHtmlContentAllowed (#104) | Aleksi Hietanen | 2016-12-08 | 5 | -12/+16 |
| | | | Fixes vaadin/framework8-issues#525 | ||||
* | Introduce dedicated shared states for every core vaadin component/ext. (#98) | Denis | 2016-12-08 | 81 | -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) | Denis | 2016-12-07 | 3 | -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) | Denis | 2016-12-07 | 12 | -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 Åstrand | 2016-12-07 | 2 | -21/+3 |
| | |||||
* | Replace box-sizing @include with bare box-sizing (#92) | Artur | 2016-12-07 | 21 | -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) | Denis | 2016-12-06 | 17 | -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) | Denis | 2016-12-06 | 2 | -0/+60 |
| | | | | | | * Provide a shorthand for the HasValue::clear() method. Fixes vaadin/framework8-issues#496 | ||||
* | Fix classpath related tests under Windows | Ilia Motornyi | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Add Listing.setItems(Stream) (#90) | Pekka Hyvönen | 2016-12-05 | 2 | -1/+50 |
| | | | | | | | | * Add Listings.setItems(Stream) Fixes vaadin/framework8-issues#447 Change-Id: I4d557d346117d308b80a20effbf5359bebe1e8bb | ||||
* | Add screenshot submodule to master branch (#88) | Teemu Suo-Anttila | 2016-12-05 | 2 | -0/+4 |
| | |||||
* | Separate Binding and BindingBuilder (#80) | Leif Åstrand | 2016-12-05 | 14 | -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önen | 2016-12-05 | 17 | -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) | Denis | 2016-12-05 | 3 | -16/+70 |
| | | | Fixes vaadin/framework8-issues#392 | ||||
* | Introduce VaadinServiceInitListener (#18628) (#79) | Leif Åstrand | 2016-12-02 | 7 | -0/+280 |
| | |||||
* | Fix root POM SCM entries to point to GitHub (#73) | Henri Sara | 2016-12-02 | 1 | -2/+2 |
| | |||||
* | Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75) | Artur | 2016-12-02 | 6 | -13/+13 |
| | |||||
* | Remove obsolete release scripts (#74) | Henri Sara | 2016-12-02 | 2 | -176/+0 |
| | |||||
* | Remove Gerrit mentions from contribution guide | Artur | 2016-12-02 | 1 | -72/+2 |
| | |||||
* | Add comments clarifying the use of UUID for security tokens | Leif Åstrand | 2016-12-02 | 2 | -0/+12 |
| | | | | Change-Id: I3f48f9bb42b36d0a46926ec753f30df95491720b | ||||
* | Fix focus and blur tests for CheckBoxGroup, NativeSelect and RatioButtonGroup | Aleksi Hietanen | 2016-12-01 | 3 | -11/+14 |
| | | | | Change-Id: I8454ef0895708eaee0bb2771b28c0a0db2fc76a4 | ||||
* | Allow to set caption for the empty selection in a ComboBox. | Denis Anisimov | 2016-12-01 | 6 | -76/+275 |
| | | | | | | | Fixes vaadin/framework8-issues#163 Change-Id: Ib68ad5421934c8375a91d7948d860381a5adb9bb | ||||
* | Add test for NativeSelect caption generators8.0.0.alpha8 | Teemu Suo-Anttila | 2016-12-01 | 3 | -0/+129 |
| | | | | Change-Id: Id074c55b1c29dfb1cc499d918422bcf1c7bce0ba | ||||
* | Small fixes to javadocs | elmot | 2016-12-01 | 13 | -15/+15 |
| | | | | Change-Id: Ibbfe62395eb93f9349b65edba4425d9782ce15f9 | ||||
* | Fix ListDataProvider and SortOrder javadoc | Henri Sara | 2016-11-30 | 2 | -3/+13 |
| | | | | Change-Id: I99895bd13ecbc34bc85409fcde02a65e9f9a2f13 | ||||
* | Use item caption generator in NativeSelect | Teemu Suo-Anttila | 2016-11-30 | 1 | -2/+16 |
| | | | | Change-Id: I9725ce727fe06ac5f911e6b68108ad610a615434 | ||||
* | NoSelectionModel for Grid | Pekka Hyvönen | 2016-11-30 | 6 | -6/+346 |
| | | | | | | Fixes vaadin/framework8-issues#518 Change-Id: Ice6bdef03c3b62dd2c74376f98cfb8004dfa0bbf |