Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 2 | -249/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 2 | -6/+6 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 2 | -0/+3 |
| | |||||
* | Tooltips are now handled by the connector and not the widget (#8425) | Sami Viitanen | 2012-06-28 | 1 | -6/+0 |
| | |||||
* | Properly update v-disabled styles for most components (#8719) | Leif Åstrand | 2012-06-19 | 1 | -7/+0 |
| | |||||
* | State is now created using generators, removed setState (#8502) | Artur Signell | 2012-05-11 | 1 | -7/+0 |
| | |||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-05-04 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java src/com/vaadin/terminal/gwt/client/BrowserInfo.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/VButton.java src/com/vaadin/terminal/gwt/client/ui/VDateFieldCalendar.java src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java src/com/vaadin/terminal/gwt/client/ui/VNativeButton.java src/com/vaadin/terminal/gwt/client/ui/VNotification.java src/com/vaadin/terminal/gwt/client/ui/VView.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/server/RequestTimer.java src/com/vaadin/ui/Button.java tests/test.xml tests/testbench/com/vaadin/tests/components/TouchScrollables.java | ||||
* | Renamed @Component to @Connect | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | | | | @Component is not good as the server side does not have to be a Component | ||||
* | Move SharedState and ServerRpc classes out from Connector classes | Artur Signell | 2012-04-12 | 2 | -2/+2 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 2 | -0/+257 |
Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. |