Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Global code cleanup | Leif Åstrand | 2012-11-21 | 5 | -8/+10 |
| | | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86 | ||||
* | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749) | Leif Åstrand | 2012-11-20 | 2 | -2/+2 |
| | | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a | ||||
* | Renamed VaadinServiceSession to VaadinSession (#10223) | Artur Signell | 2012-11-16 | 3 | -9/+9 |
| | | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3 | ||||
* | Remove Window.addComponent() (#2924) | Henri Sara | 2012-11-14 | 9 | -24/+33 |
| | | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289 | ||||
* | Panel and Window based on AbstractSingleComponentContainer (#2924) | Henri Sara | 2012-11-14 | 36 | -182/+303 |
| | | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2 | ||||
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 5 | -10/+9 |
| | | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87 | ||||
* | Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵ | Artur Signell | 2012-11-13 | 1 | -6/+6 |
| | | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8 | ||||
* | Moved classes from com.vaadin to com.vaadin.server (#10145) | Artur Signell | 2012-11-06 | 173 | -173/+173 |
| | | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad | ||||
* | Move LegacyWindow to its own file (#9917) | Johannes Dahlström | 2012-11-02 | 176 | -176/+176 |
| | | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5 | ||||
* | Changed Property.setValue(Object) to setValue(T) (#8791) | Artur Signell | 2012-10-23 | 3 | -5/+3 |
| | | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259 | ||||
* | Rename VaadinSession -> VaadinServiceSession (#9733) | Leif Åstrand | 2012-09-28 | 3 | -12/+12 |
| | | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c | ||||
* | Global code cleanup | Leif Åstrand | 2012-09-27 | 5 | -14/+13 |
| | |||||
* | Updated tests to only pass strings to Label.setValue | Artur Signell | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633) | Leif Åstrand | 2012-09-20 | 4 | -11/+11 |
| | |||||
* | Add some getCurrent() methods (#9505) | Leif Åstrand | 2012-09-19 | 1 | -4/+3 |
| | | | | | This change also clears the current instances in the beginning of each request in case something has accidentally been left uncleared in a previous request on the same thread. | ||||
* | Constants -> enums (#9072) | Pekka Hyvönen | 2012-09-11 | 3 | -4/+6 |
| | | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox) | ||||
* | Rename Application back to LegacyApplication (#9402) | Leif Åstrand | 2012-09-07 | 173 | -315/+315 |
| | |||||
* | Removed deprecated ContenMode.XHTML | John Ahlroos | 2012-09-07 | 11 | -14/+14 |
| | |||||
* | Remove 'Application' from RequestHandler API (#9402) | Leif Åstrand | 2012-09-06 | 3 | -3/+3 |
| | |||||
* | Rename DeploymentConfiguration -> VaadinService (#9402) | Leif Åstrand | 2012-09-06 | 1 | -2/+1 |
| | |||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 103 | -138/+100 |
| | |||||
* | Rename LegacyApplication -> Application (#9402) | Leif Åstrand | 2012-09-05 | 173 | -346/+346 |
| | |||||
* | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 3 | -9/+9 |
| | |||||
* | Move LegacyApplication to its own file (#9402) | Leif Åstrand | 2012-09-05 | 173 | -313/+346 |
| | |||||
* | Change LegacyApplication to be a UIProvider (#9402) | Leif Åstrand | 2012-09-05 | 3 | -3/+3 |
| | |||||
* | Move getBaseDirectory() to DeploymentConfiguration (#9402) | Leif Åstrand | 2012-09-05 | 1 | -4/+6 |
| | |||||
* | ItemStyleGenerator.getStyle now includes source component (#5822) | Artur Signell | 2012-09-04 | 3 | -6/+9 |
| | |||||
* | Move SystemMessages to DeploymentConfiguration (#9402) | Leif Åstrand | 2012-09-03 | 2 | -5/+8 |
| | |||||
* | Rename WebApplicationContext -> ServletApplicationContext (#9402) | Leif Åstrand | 2012-09-03 | 1 | -2/+2 |
| | |||||
* | Renamed tests -> uitest and tests/testbench -> uitest/src (#9299) | Artur Signell | 2012-08-30 | 181 | -0/+13090 |