Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear items in ComboBox only if changed (#10924) | Henri Sara | 2013-05-14 | 1 | -2/+2 |
| | | | | | | | Selection is now sent only as a key, removed redundant attribute on the item. Change-Id: I882d4ae17a1dc91f7a55a0b4a94e47c078ffc022 | ||||
* | Merge of (#10471) to Vaadin 7. | Anna Koskinen | 2013-01-09 | 1 | -113/+121 |
| | | | | | | ComboBox filtering fix. Change-Id: Ia274155c15a5319ec0c98d7bc0347e2f2bd0ddbd | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -2/+2 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | ComboBox should have getter and setter methods for pageLength #5381 | Pekka Hyvönen | 2012-12-11 | 1 | -0/+21 |
| | | | | Change-Id: I92597e49f2dc12c9fb90c2a35a213386da56bb3f | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -6/+6 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Constants -> enums (#9072) | Pekka Hyvönen | 2012-09-11 | 1 | -12/+14 |
| | | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox) | ||||
* | Remove unneeded requestRepaint methods (#9325) | Leif Åstrand | 2012-09-07 | 1 | -6/+0 |
| | |||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 1 | -0/+5 |
| | |||||
* | Add Container.Indexed.getItemIds(int, int) for a range of items (#8028) | Henri Sara | 2012-08-31 | 1 | -28/+34 |
| | | | | | | | | | This permits optimization of data fetches from various containers where getting single items by index in a loop might be costly. Also add a helper method in ContainerHelpers to make it easier to implement the new method where performance of fetching an id by index is not an issue. SQLContainer still uses this helper instead of an optimized implementation. | ||||
* | Removed multi select related hacks from ComboBox (#2869) | Artur Signell | 2012-08-30 | 1 | -65/+21 |
| | |||||
* | Merged Select with ComboBox (#2869) | Artur Signell | 2012-08-30 | 1 | -2/+734 |
| | | | | | Select now extends ComboBox instead of vice versa Select is now deprecated in favor of ComboBox | ||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -2/+2 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Eliminated dependencies from server to client (#9279) | Artur Signell | 2012-08-13 | 1 | -3/+3 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+116 |