aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Abort widgetset compile for conflicting @Connect mappings (#9343)Leif Åstrand2012-10-101-3/+22
| | | | Change-Id: I07f760501f956a720bdb840d64c293984b9cf948
* Remove WidgetMapGenerator and subclasses (#9720)Leif Åstrand2012-09-244-606/+0
|
* Abort compile if there's an RPC method with a return type (#9704)Leif Åstrand2012-09-213-4/+27
|
* Clarify logic and add some comments (#9561)Leif Åstrand2012-09-171-10/+17
|
* Include getWidget return type even if createWidget is defined (#9561)Leif Åstrand2012-09-171-8/+9
|
* Merge branch '6.8'John Ahlroos2012-09-101-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 caseArtur Signell2012-09-041-1/+1
|
* Reformatted projectArtur Signell2012-08-301-2/+1
|
* Additional fixes for com.vaadin.terminal removal (#9431, #9432)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵Artur Signell2012-08-2924-36/+36
| | | | com.vaadin.server.widgetsetutils (#9431)
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-2910-31/+31
|
* Include UnknownComponentConnector in eager ConnectorBundle (#9371)Leif Åstrand2012-08-283-5/+14
|
* Rename Root related classes and package to UI (#8908)Artur Signell2012-08-241-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 Åstrand2012-08-247-7/+101
|
* Support using public fields in state classes (#9324)Leif Åstrand2012-08-223-1/+79
|
* Use ConnectorBundle for JSON encoding and decoding (#9371)Leif Åstrand2012-08-2214-913/+983
|
* Use ConnectorBundle for ServerRpc handling (#9371)Leif Åstrand2012-08-225-301/+201
|
* Make lazy depend on eager as deferred is maybe not yet loaded (#9371)Leif Åstrand2012-08-221-1/+1
|
* Don't generate widget creator if there's a createWidget method (#9371)Leif Åstrand2012-08-221-0/+11
|
* Use ConnectorBundle for ClientRpc handling (#9371)Leif Åstrand2012-08-225-247/+216
|
* Add logging and tweak visitor API (#9371)Leif Åstrand2012-08-226-81/+145
|
* Use ConnectorBundle for creating state and widget (#9371)Leif Åstrand2012-08-229-273/+196
|
* Initial ConnectorBundle implementation (#9371)Leif Åstrand2012-08-227-3/+446
|
* Don't use java.* package names (#8683)Leif Åstrand2012-08-201-3/+6
|
* Abort widgetset compile for conflicting @Connect mappings (#9343)Leif Åstrand2012-08-201-3/+27
|
* Preserve package name for state serializers (#8683)Leif Åstrand2012-08-201-5/+16
|
* Support @Delayable and change window size update to use it (#8421)Leif Åstrand2012-08-201-1/+6
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-1616-16/+208
|
* CRLF -> LFArtur Signell2012-08-151-94/+94
|
* Moved client compiler sources to own source folder (#9299)Artur Signell2012-08-1416-0/+2923