Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 21 | -32/+113 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Prevents scss files leaking out into the web content folder when an | michael | 2012-12-26 | 1 | -5/+4 |
| | | | | | | exception is thrown during linking (#10594) Change-Id: I6c29b5c08722f5a90095d76c93be3ec949c15c9d | ||||
* | Allow the linker to handle deeper folder hierarchies inside the public | michael | 2012-12-21 | 1 | -1/+1 |
| | | | | | | folder (#10593) Change-Id: Ice5ed6f3d83fdc200201cd329089ed95b4e6744b | ||||
* | Fix regressions in RPC handling (#10549) | Leif Åstrand | 2012-12-19 | 1 | -1/+1 |
| | | | | | | | | * Generate parameter types based on RPC interface instead of defining interface * Don't try to find parameter types for JavaScript RPC invocations Change-Id: I0e61e74f57dd34665c8befe826aa2759aeb01b54 | ||||
* | Encode all values based on declared type (#10549) | Leif Åstrand | 2012-12-18 | 2 | -2/+6 |
| | | | | | | | | | * ServerRpc encoding uses type data from the interface * Beans encoded on the server use reflection based on declared type * Remove row numbers to enable adding test without changing old indices * Update test to send non-primitive map values Change-Id: I0462b547cb7de252564b3569420b0b24cee4515f | ||||
* | Fix exception logging | michael | 2012-12-17 | 1 | -29/+53 |
| | | | | | | | | | | Code cleanup Delete temporary files Does not send mixin files to the compiler Ticket #10202 Change-Id: I961688720c3cad943aa169ea0ef1ece566e908a7 | ||||
* | Merge "SassLinker for (public folder) Sass support in plain GWT, fixes ↵ | Artur Signell | 2012-12-15 | 1 | -0/+195 |
|\ | | | | | | | #10202 Originally by Michael Vogt (+ added log message, moved)" | ||||
| * | SassLinker for (public folder) Sass support in plain GWT, fixes #10202 | Marc Englund | 2012-12-14 | 1 | -0/+195 |
| | | | | | | | | | | | | Originally by Michael Vogt (+ added log message, moved) Change-Id: I565207b4fa5223f470e1e5bbdc196d4c343a8142 | ||||
* | | Use new GWT Compiler in WidgetsetCompiler (#10511) | Henri Sara | 2012-12-13 | 1 | -17/+8 |
|/ | | | | | | | This change should be used together with related changes to the Eclipse plug-in which uses the class. Change-Id: I5419b6e7195982b17e599dbb102a8b1766c1d7e0 | ||||
* | Split method at roughly 30000 chars to avoid size limit (#10221) | Leif Åstrand | 2012-11-22 | 1 | -15/+163 |
| | | | | Change-Id: Ib7f03f1d5dbd66bc5478cf424664e89672069c8d | ||||
* | Make code splitting work (#8636) | Leif Åstrand | 2012-11-22 | 1 | -6/+24 |
| | | | | Change-Id: I25c1494d29d20c89dc9c259995ed4b87067e859b | ||||
* | @Connect lastonly -> lastOnly (#10244) | Leif Åstrand | 2012-11-16 | 1 | -2/+2 |
| | | | | Change-Id: I5d587852d00b485eb57e10ad3ba874ea1b500a19 | ||||
* | Use class hierachy for resolving @Connect conflicts (#9826) | Leif Åstrand | 2012-10-11 | 2 | -21/+79 |
| | | | | Change-Id: Ic268bfb5704a5c9113dee80017196c72b5236b93 | ||||
* | Abort widgetset compile for conflicting @Connect mappings (#9343) | Leif Åstrand | 2012-10-10 | 1 | -3/+22 |
| | | | | Change-Id: I07f760501f956a720bdb840d64c293984b9cf948 | ||||
* | Remove WidgetMapGenerator and subclasses (#9720) | Leif Åstrand | 2012-09-24 | 4 | -606/+0 |
| | |||||
* | Abort compile if there's an RPC method with a return type (#9704) | Leif Åstrand | 2012-09-21 | 3 | -4/+27 |
| | |||||
* | Clarify logic and add some comments (#9561) | Leif Åstrand | 2012-09-17 | 1 | -10/+17 |
| | |||||
* | Include getWidget return type even if createWidget is defined (#9561) | Leif Åstrand | 2012-09-17 | 1 | -8/+9 |
| | |||||
* | Merge branch '6.8' | John Ahlroos | 2012-09-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.scss server/src/com/vaadin/server/VaadinServlet.java server/src/com/vaadin/ui/AbstractField.java src/com/vaadin/terminal/gwt/client/ui/VUriFragmentUtility.java tests/testbench/com/vaadin/tests/components/datefield/DateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/table/TableReduceContainerSize.java tests/testbench/com/vaadin/tests/tickets/Ticket8291.java uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.html uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java uitest/src/com/vaadin/tests/tickets/Ticket8291.java uitest/test.xml | ||||
* | Renamed UI package which accidentally had been renamed to upper case | Artur Signell | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Reformatted project | Artur Signell | 2012-08-30 | 1 | -2/+1 |
| | |||||
* | Additional fixes for com.vaadin.terminal removal (#9431, #9432) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵ | Artur Signell | 2012-08-29 | 24 | -36/+36 |
| | | | | com.vaadin.server.widgetsetutils (#9431) | ||||
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 10 | -31/+31 |
| | |||||
* | Include UnknownComponentConnector in eager ConnectorBundle (#9371) | Leif Åstrand | 2012-08-28 | 3 | -5/+14 |
| | |||||
* | Rename Root related classes and package to UI (#8908) | Artur Signell | 2012-08-24 | 1 | -2/+2 |
| | | | | | | | | | | Automatic renames in Eclipse of: - package com.vaadin.terminal.gwt.client.ui.root to .UI - RootConnector to UIConnector - RootServerRpc to UIServerRpc - RootState to UIState - VRoot to VUI - RootRequiresMoreInformationException to UIRequiresMoreInformationException | ||||
* | Make it possible to delegate state changes to widget (#9297) | Leif Åstrand | 2012-08-24 | 7 | -7/+101 |
| | |||||
* | Support using public fields in state classes (#9324) | Leif Åstrand | 2012-08-22 | 3 | -1/+79 |
| | |||||
* | Use ConnectorBundle for JSON encoding and decoding (#9371) | Leif Åstrand | 2012-08-22 | 14 | -913/+983 |
| | |||||
* | Use ConnectorBundle for ServerRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 5 | -301/+201 |
| | |||||
* | Make lazy depend on eager as deferred is maybe not yet loaded (#9371) | Leif Åstrand | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | Don't generate widget creator if there's a createWidget method (#9371) | Leif Åstrand | 2012-08-22 | 1 | -0/+11 |
| | |||||
* | Use ConnectorBundle for ClientRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 5 | -247/+216 |
| | |||||
* | Add logging and tweak visitor API (#9371) | Leif Åstrand | 2012-08-22 | 6 | -81/+145 |
| | |||||
* | Use ConnectorBundle for creating state and widget (#9371) | Leif Åstrand | 2012-08-22 | 9 | -273/+196 |
| | |||||
* | Initial ConnectorBundle implementation (#9371) | Leif Åstrand | 2012-08-22 | 7 | -3/+446 |
| | |||||
* | Don't use java.* package names (#8683) | Leif Åstrand | 2012-08-20 | 1 | -3/+6 |
| | |||||
* | Abort widgetset compile for conflicting @Connect mappings (#9343) | Leif Åstrand | 2012-08-20 | 1 | -3/+27 |
| | |||||
* | Preserve package name for state serializers (#8683) | Leif Åstrand | 2012-08-20 | 1 | -5/+16 |
| | |||||
* | Support @Delayable and change window size update to use it (#8421) | Leif Åstrand | 2012-08-20 | 1 | -1/+6 |
| | |||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 16 | -16/+208 |
| | |||||
* | CRLF -> LF | Artur Signell | 2012-08-15 | 1 | -94/+94 |
| | |||||
* | Moved client compiler sources to own source folder (#9299) | Artur Signell | 2012-08-14 | 16 | -0/+2923 |