summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix vaadin-test version number (#7998)Teemu Suo-Anttila2016-12-152-2/+2
* (Re)introduce server side sort for Grid.Denis2016-12-154-55/+259
* Add EditorComponentGenerator interface (#7990)Aleksi Hietanen2016-12-152-6/+56
* Add ValueProvider interface, use where appropriateAleksi Hietanen2016-12-1511-32/+91
* Combine and rename setFilter and applyFilter (#7963)Leif Åstrand2016-12-156-27/+16
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-1459-94/+93
* Remove unused JsonUtil (#7989)Pekka Hyvönen2016-12-142-452/+0
* Provide more extensive JavaDoc for DataProviderTeemu Suo-Anttila2016-12-141-2/+13
* Miscellaneous Interface RefactoringIlia Motornyi2016-12-147-47/+127
* Make AbstractListing implement Focusable (#7965)Aleksi Hietanen2016-12-1415-4/+220
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-1432-200/+216
* Rename setRequired to asRequired since it's logically not a setter (#7986)Leif Åstrand2016-12-144-17/+18
* Provide configuration for events order in month and week viewsDenis2016-12-147-50/+672
* Rename SelectAllCheckBoxVisible enumeration. (#7981)Denis2016-12-144-55/+55
* Add Vaadin Spring dependency version to BOM (#112)Teemu Suo-Anttila2016-12-146-22/+223
* Fix Grid.addColumn without renderer to accept any type (#7974)Teemu Suo-Anttila2016-12-141-7/+9
* Add SerializableEventListener, make it parent of ConnectorEventListener (#7980)Pekka Hyvönen2016-12-142-3/+41
* fixed bug reporting url to point to github (#7968)Matti Tahvonen2016-12-141-2/+2
* Add compatibility layouts with old defaults. (#7967)Henri Sara2016-12-142-0/+120
* Remove references to Firebug and the firebug chapter from the documentation (...Henri Sara2016-12-145-45/+3
* Fix broken test for RadioButtonGroup and CheckBoxGroup (#7970)Pekka Hyvönen2016-12-134-81/+18
* Provide declarative support for Grid. (#7961)Denis2016-12-1314-64/+1501
* No inherited threadlocalIlia Motornyi2016-12-1313-363/+85
* Remove vaadin-widgets module (#7960)Teemu Suo-Anttila2016-12-137-314/+0
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-1264-137/+190
* Change Upload to be in immediate mode by default (#111)Pekka Hyvönen2016-12-1210-13/+42
* Reduce javadoc errors by adding missing dependenciesPekka Hyvönen2016-12-121-2/+18
* Update liferay dependency to 6.2.5Pekka Hyvönen2016-12-122-2/+2
* Remove unused removeListener method (#7958)Leif Åstrand2016-12-121-20/+0
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-1237-2/+54
* Remove unused EventListener interface (#7953)Aleksi Hietanen2016-12-122-54/+6
* Fix margin in declarative format is recognized as unsupported property gridla...Tien Nguyen2016-12-122-0/+28
* Erase type of BeanBinder#bindInstanceFields parameter in equality test 8.0.0.alpha9Aleksi Hietanen2016-12-092-2/+30
* Add list of breaking changes in FW8 to release notes (#102)Pekka Hyvönen2016-12-091-12/+108
* Fix license headerAleksi Hietanen2016-12-091-5/+5
* Revert changes to ComboBoxSelectingWithNewItemsAllowedTestAleksi Hietanen2016-12-091-10/+2
* Fix UnknownComponentConnector and ComponentMissingFromDefaultWidgetSet testsAleksi Hietanen2016-12-092-1/+49
* Migrate Escalator changes to compatibility escalatorAleksi Hietanen2016-12-091-10/+28
* Add missing import in FlashIsVisibleTestAleksi Hietanen2016-12-091-0/+1
* Fix python list syntax in BuildDemosHenri Sara2016-12-091-1/+1
* Make clicking outside a ComboBox add a pending new item (#18366)Aleksi Hietanen2016-12-092-2/+13
* Fix some modern browsers tests failures.Aleksi Hietanen2016-12-092-2/+6
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-12-091-55/+49
* Update @since tag for 7.7.4.Denis Anisimov2016-12-092-2/+2
* Correct addon init param widgetset IT test.Denis Anisimov2016-12-092-4/+31
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-12-092-2/+2
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-0911-27/+247
* Use US english (license) in all placesArtur Signell2016-12-093-4/+4
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-12-092-8/+18
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-12-092-9/+37