Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return short list instead of exception if less items available (#8028) | Henri Sara | 2012-09-07 | 3 | -24/+9 |
| | | | | Container.Indexed.getItemIds(int, int) does not throw an exception if too few items are available in the container. | ||||
* | Remove some references to Application in API and docs (#9402) | Leif Åstrand | 2012-09-06 | 1 | -8/+8 |
| | |||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 7 | -0/+22 |
| | |||||
* | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 2 | -6/+6 |
| | |||||
* | Fix SQLContainer indexed access and related tests (#9472) | Henri Sara | 2012-09-04 | 1 | -3/+11 |
| | |||||
* | inner Event classes converted to static nested classes (#5855) | Pekka Hyvönen | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Moved ReflectTools to com.vaadin.util (#4294) | Artur Signell | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460) | Leif Åstrand | 2012-09-03 | 1 | -3/+2 |
| | |||||
* | Add Container.Indexed.getItemIds(int, int) for a range of items (#8028) | Henri Sara | 2012-08-31 | 5 | -6/+362 |
| | | | | | | | | | 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. | ||||
* | refak listeners one missed listener fixed... | Petri Heinonen | 2012-08-30 | 1 | -0/+9 |
| | |||||
* | refak listeners com.vaadin.data.util.sqlcontainer.query | Petri Heinonen | 2012-08-30 | 2 | -2/+36 |
| | |||||
* | refak listeners com.vaadin.data.util.sqlcontainer | Petri Heinonen | 2012-08-30 | 1 | -4/+42 |
| | |||||
* | Refak addListener package com.vaadin.data.util | Petri Heinonen | 2012-08-30 | 8 | -37/+311 |
| | |||||
* | listener refak com.vaadin.data | Petri Heinonen | 2012-08-30 | 3 | -0/+79 |
| | |||||
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-08-27 | 1 | -3/+1 |
| | | | | | Conflicts: server/src/com/vaadin/ui/Select.java | ||||
* | Removed API deprecated in Vaadin 6 (#9071) | Artur Signell | 2012-08-22 | 2 | -687/+4 |
| | |||||
* | Removed readThrough/writeThrough in favor of buffered (#8180) | Artur Signell | 2012-08-22 | 1 | -76/+0 |
| | |||||
* | Add "As of 7.0" to relevant @deprecated tags | Johannes Dahlström | 2012-08-21 | 1 | -8/+8 |
| | |||||
* | Merged 6.8 branch | John Ahlroos | 2012-08-20 | 3 | -19/+146 |
| | |||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 112 | -112/+1456 |
| | |||||
* | Removed more @version included in some files but not in all (#9299) | Artur Signell | 2012-08-16 | 11 | -44/+0 |
| | |||||
* | Removed @version which is included in some files but not in all (#9299) | Artur Signell | 2012-08-15 | 39 | -79/+0 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 115 | -0/+23759 |