summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1359-13530/+0
|
* Send destroy event to the same listeners that got the init (#9273)Leif Åstrand2012-08-132-6/+6
|
* Rename VaadinContext -> AddonContext (#9273)Leif Åstrand2012-08-139-62/+62
|
* Register BootstrapListener to Application (#9274)Leif Åstrand2012-08-136-21/+72
|
* Refactor to have separate BootstrapListener methods (#9274)Leif Åstrand2012-08-137-90/+162
|
* Simplify BootstrapHandler now when extensibility isn't needed (#9274)Leif Åstrand2012-08-101-188/+93
|
* Fix doctype causing screenshot differences (#9274)Leif Åstrand2012-08-101-1/+1
|
* Reformatted projectArtur Signell2012-08-091-3/+2
|
* Add an API for modifying the bootstrap page. (#9274)Leif Åstrand2012-08-097-115/+261
|
* Use ServiceLoader to let add-ons register listeners (#9273)Leif Åstrand2012-08-096-2/+126
|
* Make JsonPaintTarget use ResourceReference for getting urls (#9212)Leif Åstrand2012-08-061-29/+4
|
* Add shorthand for avoiding null-checks with ResourceReference (#9211)Leif Åstrand2012-08-031-0/+16
|
* Don't warn when same connector resource is used in multiple tabs (#9205)Leif Åstrand2012-08-031-4/+6
|
* Remove unwanted auto-generated stub (#8574)Leif Åstrand2012-07-311-8/+1
|
* Move common code to AbstractDeploymentConfiguration (#8574)Leif Åstrand2012-07-316-256/+173
|
* Use constants for magic strings and add / to end of UIDL url (#9168)Leif Åstrand2012-07-314-9/+11
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-279-16/+16
|
* Improve server-side error when serializing wildcard types (#8862)Leif Åstrand2012-07-271-0/+6
|
* Fix portlet code that was disabled before Root.open was restoredLeif Åstrand2012-07-261-6/+3
|
* Fix typoLeif Åstrand2012-07-261-2/+2
|
* Support connector resources in portlets (#9059)Leif Åstrand2012-07-263-17/+34
|
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-269-447/+255
|
* Remove check for header not sent since svn revision [11874] (#9168)Leif Åstrand2012-07-261-2/+0
|
* Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-6/+28
|\ | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java
| * Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-5/+27
| | | | | | | | svn changeset:24025/svn branch:6.8
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2324-0/+162
| |
* | Correct typos in AbstractCommunicationManagerHenri Sara2012-07-041-4/+4
| |
* | Support array as a generic type parameter (#8861)Leif Åstrand2012-07-031-9/+26
| |
* | Added rootId to stream variables URLs (#9034)Artur Signell2012-06-298-41/+71
| |
* | Add logging for rejected connector resource requests (#9048)Leif Åstrand2012-06-281-0/+12
| |
* | Update #9048 based on reviewsLeif Åstrand2012-06-282-29/+55
| |
* | Support connector:// and use it for relative dependency urls (#9048)Leif Åstrand2012-06-282-5/+137
| |
* | Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)Leif Åstrand2012-06-274-58/+71
| |
* | Javadoc fixes (#8943)Artur Signell2012-06-252-3/+4
| |
* | Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-256-10/+10
| |
* | Merge branch 'rpcArray'Leif Åstrand2012-06-251-7/+39
|\ \ | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/JsonCodec.java
| * | Support arrays in RPC and shared state + test (#8655)Leif Åstrand2012-06-251-7/+39
| | |
* | | Pass RPC exceptions to Application.terminalError (#9018)Artur Signell2012-06-213-8/+53
| | |
* | | Moved connector tracking from Application to RootArtur Signell2012-06-217-115/+139
|/ / | | | | | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943)
* | Show sensible message if variable change target isn't a VariableOwnerLeif Åstrand2012-06-211-2/+12
| |
* | Javadocs and minor tweaks for extensions, JavaScript and js wrappersLeif Åstrand2012-06-201-30/+26
| |
* | Merge branch '6.8'Johannes Dahlström2012-06-196-74/+19
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations
| * Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1
| | | | | | | | svn changeset:23941/svn branch:6.8
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-152-5/+6
|\ \ | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * | Tweaks to Extension API based on review (#6690)Leif Åstrand2012-06-142-5/+6
| | |
* | | Fixed some errors caused by 6.8 merge; updated tests to use ↵Johannes Dahlström2012-06-131-2/+4
| | | | | | | | | | | | LegacyWindow/Application
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-136-8/+68
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * | Fix typoLeif Åstrand2012-06-121-1/+1
| | |
| * | Show better message when RPC method is not foundLeif Åstrand2012-06-121-0/+6
| | |
| * | Support sending raw JSON values (#8888)Leif Åstrand2012-06-121-0/+2
| | |