| Commit message (Expand) | Author | Age | Files | Lines |
* | Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo... | elmot | 2016-11-11 | 34 | -129/+129 |
* | Remove HasValue from Grid | Pekka Hyvönen | 2016-11-10 | 6 | -25/+16 |
* | Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456) | Anna Miroshnik | 2016-11-04 | 2 | -0/+122 |
* | Create MultiSelect interface to replace Multi selection model. | Denis Anisimov | 2016-11-04 | 10 | -99/+67 |
* | Make SelectionModel API only server side. | Denis Anisimov | 2016-11-02 | 6 | -8/+6 |
* | Move setReadOnly from Component to HasValue | Teemu Suo-Anttila | 2016-11-02 | 6 | -25/+22 |
* | Replace setRequired & HasRequired with setRequiredIndicator | Pekka Hyvönen | 2016-11-01 | 7 | -26/+33 |
* | Add target test-all for UI tests | Henri Sara | 2016-11-01 | 1 | -0/+25 |
* | Implement focus/blur events for RadioButtonGroup. | Denis Anisimov | 2016-10-31 | 5 | -33/+206 |
* | M-day calendar event is hidden if firstVisibleHourOfDay is set (#14737) | Anna Miroshnik | 2016-10-31 | 2 | -0/+194 |
* | Implement focus/blur listeners for NativeSelect. | Denis Anisimov | 2016-10-31 | 2 | -0/+105 |
* | Update ServletIntegrationUI to use Valo | Aleksi Hietanen | 2016-10-31 | 1 | -2/+0 |
* | Implement focus and blur events for CheckBoxGroup. | Denis Anisimov | 2016-10-31 | 2 | -0/+127 |
* | Date/time issues are fixed in the tests. | Denis Anisimov | 2016-10-31 | 1 | -0/+5 |
* | Serve static files also in servletPath/VAADIN (#14398) | Artur Signell | 2016-10-29 | 2 | -0/+82 |
* | Fix broken GridSortingTest caused by theme change | Aleksi Hietanen | 2016-10-27 | 1 | -1/+1 |
* | Update VerifyBrowserVersionTest to Chrome 54 | Aleksi Hietanen | 2016-10-26 | 1 | -1/+1 |
* | Rename Binder methods | Pekka Hyvönen | 2016-10-26 | 3 | -7/+7 |
* | Grid html/component content in headers | Aleksi Hietanen | 2016-10-25 | 3 | -12/+140 |
* | Update ValueChange API to use Component and HasValue<>. | Denis Anisimov | 2016-10-25 | 6 | -14/+14 |
* | Binder.bindInstanceFields(Object) method implementation (#47). | Denis Anisimov | 2016-10-25 | 6 | -6/+6 |
* | Correct serializable issues and test that components can be serialized | Leif Åstrand | 2016-10-24 | 1 | -2/+2 |
* | Move old SelectionEvent to V7 and create a new selection event supertype | Denis Anisimov | 2016-10-24 | 8 | -16/+16 |
* | Implement basic footer support for Grid | Teemu Suo-Anttila | 2016-10-19 | 2 | -8/+83 |
* | Add "valo-menu-hover" stylename to make responsive menu appear w/o adding cod... | Marc Englund | 2016-10-17 | 4 | -16/+88 |
* | Use identifiers for Grid Columns | Teemu Suo-Anttila | 2016-10-17 | 2 | -25/+28 |
* | Use diffstate for JS connectors (#20335) | Leif Åstrand | 2016-10-17 | 3 | -0/+141 |
* | Memory measurement test for V7&V8 Grids, 1 item and 100 000 items. | Denis Anisimov | 2016-10-14 | 6 | -8/+316 |
* | Use placeholder instead of inputPrompt for DateField | Pekka Hyvönen | 2016-10-14 | 4 | -152/+2 |
* | Move all themes except Valo into a new compatibility-themes package | Aleksi Hietanen | 2016-10-13 | 53 | -69/+75 |
* | Remove AbstractComponent.immediate | Pekka Hyvönen | 2016-10-13 | 96 | -808/+29 |
* | Add Grid V7/V8 memory test UIs. | Denis Anisimov | 2016-10-11 | 3 | -0/+304 |
* | Separate immediate mode for Upload from AbstactComponent.immediate | Pekka Hyvönen | 2016-10-07 | 7 | -8/+8 |
* | Fix broken tests because of default theme change (Valo). | Denis Anisimov | 2016-10-07 | 3 | -16/+13 |
* | Add Upload to compatibility packages | Pekka Hyvönen | 2016-10-07 | 2 | -0/+203 |
* | Use reindeer theme in servlet integration test | Teemu Suo-Anttila | 2016-10-07 | 1 | -0/+2 |
* | Reintroduce reordering of grid columns | Aleksi Hietanen | 2016-10-06 | 3 | -0/+386 |
* | Make Valo the default theme | Pekka Hyvönen | 2016-10-06 | 609 | -1229/+1133 |
* | Fix for ValoThemeUI test: use new sreenshots with updated DateField. | Denis Anisimov | 2016-10-05 | 1 | -1/+1 |
* | Make ColorPicker subcomponents HasValues | Johannes Dahlström | 2016-10-05 | 1 | -1/+1 |
* | Fix GridColumnHidingTest: don't use moveToElement() in TB with FF. | Denis Anisimov | 2016-10-05 | 1 | -2/+4 |
* | Add ItemDataSource for tests | Henri Sara | 2016-10-05 | 7 | -58/+39 |
* | Fix broken tests (#376). | Denis Anisimov | 2016-10-05 | 1 | -2/+0 |
* | Fix itemCaptionProvider test case in ListSelectTest | Aleksi Hietanen | 2016-10-04 | 1 | -2/+2 |
* | Fix broken DateField for ValoThemeTestUI | Pekka Hyvönen | 2016-10-04 | 1 | -1/+10 |
* | Make ColorPicker an AbstractField<Color> | Johannes Dahlström | 2016-10-03 | 6 | -105/+80 |
* | Do not derive DataSource from Function and replace apply method #307. | Denis Anisimov | 2016-10-03 | 3 | -11/+11 |
* | Migrating 7.7.1, 7.7.2, 7.7.3 to V8. | Denis Anisimov | 2016-10-03 | 26 | -7/+1020 |
* | Make AbstractDateField based on LocalDate (#125). | Denis Anisimov | 2016-09-30 | 55 | -1075/+167 |
* | Fix RadioButtonGroup client-side NPE which breaks item icons. | elmot | 2016-09-30 | 2 | -15/+79 |