Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460) | Leif Åstrand | 2012-09-03 | 5 | -71/+22 | |
| | | ||||||
| * | Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460) | Leif Åstrand | 2012-09-03 | 13 | -148/+65 | |
| | | ||||||
| * | Move SystemMessages to DeploymentConfiguration (#9402) | Leif Åstrand | 2012-09-03 | 10 | -148/+693 | |
| | | ||||||
| * | Remove Application.getVersion() (#9402) | Leif Åstrand | 2012-09-03 | 2 | -15/+3 | |
| | | ||||||
| * | Rename WebApplicationContext -> ServletApplicationContext (#9402) | Leif Åstrand | 2012-09-03 | 8 | -28/+27 | |
| | | ||||||
| * | Rename AbstractWebApplicationContext to ApplicationContext (#9402) | Leif Åstrand | 2012-09-03 | 11 | -156/+119 | |
| | | ||||||
| * | addListener rename in Navigator (#9285) | Johannes Dahlström | 2012-09-03 | 1 | -20/+1 | |
| | | ||||||
| * | Use hashbang (#!) URIs in Navigator; isEmpty() instead of equals("") (#9268, ↵ | Johannes Dahlström | 2012-09-03 | 1 | -3/+8 | |
| | | | | | | | | #9441) | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-03 | 51 | -1223/+1338 | |
|\| | | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ComponentState.java | |||||
| * | Remove @EagerInit (#9445) | Leif Åstrand | 2012-08-31 | 5 | -71/+3 | |
| | | ||||||
| * | Refactor UI bootstrap (#9443) | Leif Åstrand | 2012-08-31 | 16 | -400/+342 | |
| | | ||||||
| * | Remove user handling in Application (#9402) | Leif Åstrand | 2012-08-31 | 1 | -200/+0 | |
| | | ||||||
| * | Remove unused variable | Leif Åstrand | 2012-08-31 | 1 | -5/+0 | |
| | | ||||||
| * | Add helper methods for checking state | John Ahlroos | 2012-08-31 | 1 | -2/+2 | |
| | | ||||||
| * | More state getter removal | John Ahlroos | 2012-08-31 | 5 | -134/+134 | |
| | | ||||||
| * | Add Container.Indexed.getItemIds(int, int) for a range of items (#8028) | Henri Sara | 2012-08-31 | 7 | -153/+554 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
| * | Change View.navigateTo(String) to View.enter(ViewChangeEvent) (#9055, #9056) | Johannes Dahlström | 2012-08-31 | 2 | -9/+12 | |
| | | ||||||
| * | Don't mark connectors as clean until they won't get dirty again (#9444) | Leif Åstrand | 2012-08-31 | 1 | -1/+4 | |
| | | ||||||
| * | Merge branch 'no-getters' | John Ahlroos | 2012-08-31 | 20 | -214/+245 | |
| |\ | ||||||
| | * | Removed getters/setters from states and made instance variabled public | John Ahlroos | 2012-08-31 | 20 | -214/+245 | |
| | | | ||||||
| * | | Replace references to "fragment" and "viewAndParameters" with "navigation ↵ | Johannes Dahlström | 2012-08-31 | 3 | -59/+65 | |
| | | | | | | | | | | | | state" where appropriate (#9367) | |||||
| * | | Fix copypasted javadocs for ItemCaptionMode constants | Johannes Dahlström | 2012-08-31 | 1 | -9/+9 | |
| | | | ||||||
| * | | Change a Vaadin6Component mention in a javadoc to LegacyComponent | Johannes Dahlström | 2012-08-31 | 1 | -2/+2 | |
| | | | ||||||
| * | | Rename FragmentManager to NavigationStateManager (#9367) | Johannes Dahlström | 2012-08-31 | 2 | -22/+24 | |
| |/ | ||||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-31 | 198 | -2071/+3815 | |
|\| | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ComponentLocator.java client/src/com/vaadin/client/ui/AbstractComponentConnector.java | |||||
| * | Reformatted project | Artur Signell | 2012-08-30 | 15 | -31/+18 | |
| | | ||||||
| * | 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 | 2 | -752/+737 | |
| | | | | | | | | | | Select now extends ComboBox instead of vice versa Select is now deprecated in favor of ComboBox | |||||
| * | Use empty string instead of null to denote "no fragment parameters" in ↵ | Johannes Dahlström | 2012-08-30 | 2 | -6/+4 | |
| | | | | | | | | Navigator (#9441) | |||||
| * | Deprecate addListener in Image (#9285) | Leif Åstrand | 2012-08-30 | 1 | -4/+22 | |
| | | ||||||
| * | refak listeners one missed listener fixed... | Petri Heinonen | 2012-08-30 | 1 | -0/+9 | |
| | | ||||||
| * | refak listeners com.vaadin.ui | Petri Heinonen | 2012-08-30 | 28 | -131/+1123 | |
| | | ||||||
| * | refak listeners com.vaadin.terminal | Petri Heinonen | 2012-08-30 | 1 | -6/+45 | |
| | | ||||||
| * | refak listeners com.vaadin.navigator | Petri Heinonen | 2012-08-30 | 1 | -2/+20 | |
| | | ||||||
| * | refak listeners com.vaadin.event | Petri Heinonen | 2012-08-30 | 3 | -0/+70 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Refak listeners com.vaadin package | Petri Heinonen | 2012-08-30 | 1 | -2/+21 | |
| | | ||||||
| * | Move PortalDefaultWidgetSet.gwt.xml to client source folder (#9299) | Leif Åstrand | 2012-08-30 | 1 | -6/+0 | |
| | | ||||||
| * | Refactor to enable implementing #7545 without changing the API | Leif Åstrand | 2012-08-30 | 4 | -5/+8 | |
| | | ||||||
| * | Replace ApplicationResource with ConnectorResource (#9419) | Leif Åstrand | 2012-08-30 | 25 | -555/+876 | |
| | | ||||||
| * | Rename Vaadin6Component to LegacyComponent (#9434) | Johannes Dahlström | 2012-08-29 | 22 | -53/+53 | |
| | | ||||||
| * | Deprecate using Embedded for image and iframe content (#9087) | Johannes Dahlström | 2012-08-29 | 1 | -3/+13 | |
| | | ||||||
| * | Additional fixes for com.vaadin.terminal removal (#9431, #9432) | Artur Signell | 2012-08-29 | 2 | -2/+2 | |
| | | ||||||
| * | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 87 | -210/+110 | |
| | | ||||||
| * | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 139 | -358/+357 | |
| | | ||||||
| * | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 7 | -8/+8 | |
| | | ||||||
| * | Adjust javadoc to reflect reality | Leif Åstrand | 2012-08-28 | 1 | -2/+3 | |
| | |