aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid adding RpcInvocationHandler toString as invocations (#9802)Artur Signell2012-10-013-0/+130
* Serialize and deserialize diff state manually (#9717, #9767)Artur Signell2012-09-284-6/+79
* Move reinitialize session to VaadinService (#9638)Leif Åstrand2012-09-287-62/+124
* Do UI cleanup on heartbeat and connector resource requests (#9770)Johannes Dahlström2012-09-282-13/+2
* Ensure there's a service for each session (#9733)Leif Åstrand2012-09-2815-18/+54
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-2872-312/+330
* Use one VaadinSession per VaadinServlet (#9733)Leif Åstrand2012-09-2810-199/+75
* Add missing semicolons to vaadinBootstrap.jsHenri Sara2012-09-281-9/+9
* Increased memory for javadoc task (#9745)Artur Signell2012-09-281-1/+1
* Fix and test case for #9294 (hideTabs() hides a nested tabsheet tabs as well)Johannes Dahlström2012-09-273-1/+88
* Global code cleanupLeif Åstrand2012-09-2760-210/+179
* Removed JavaDoc spamJohn Ahlroos2012-09-271-2/+0
* Update mini tutorial code to reflect reality.Leif Åstrand2012-09-278-29/+58
* Remove special path handling from DefaultUIProvider (#9764)Leif Åstrand2012-09-261-6/+0
* Update test to not use red for success.Leif Åstrand2012-09-261-3/+3
* Release notes for 7.0.0.beta2Artur Signell2012-09-251-33/+33
* Make VaadinServiceData Serializable (#9752)Leif Åstrand2012-09-251-1/+1
* Fix "invalid" xml.Leif Åstrand2012-09-251-5/+5
* Some more renames to remove "Vaadin" from the API (#9750)Leif Åstrand2012-09-253-8/+6
* Shorten addVaadinSessionInitializationListener name pattern (#9750)Leif Åstrand2012-09-259-54/+49
* Fix logic error in initialPath handling (#9747)Leif Åstrand2012-09-251-1/+1
* Added test case for vertical layout relative children.John Ahlroos2012-09-252-0/+86
* Restored content:"" for layout slots which fixes #9736John Ahlroos2012-09-251-1/+1
* Added defaults for slider state (#9734)Artur Signell2012-09-251-4/+4
* Map PortalDefaultWidgetSet -> DefaultWidgetSet when source is portal (#9731)Artur Signell2012-09-251-0/+7
* Portlet resource URLs are now portlet specific instead of global (#9730)Artur Signell2012-09-251-8/+8
* Show internal error reponses for browser details request (#8243)Artur Signell2012-09-241-0/+2
* Added javadocArtur Signell2012-09-241-0/+9
* Deprecated LoginForm as it no longer works in most supported browsers (#8405)Artur Signell2012-09-241-1/+5
* Remove ScssServlet (#9647)Artur Signell2012-09-241-60/+0
* Use init(PortletConfig) to avoid running init before super (#9728)Artur Signell2012-09-241-6/+5
* Updated tests to only pass strings to Label.setValueArtur Signell2012-09-248-11/+14
* Fix Navigator tests after #9550, #9727 changesJohannes Dahlström2012-09-242-16/+36
* Make NavigationStateManager/UriFragmentManager more extensible (#9727)Johannes Dahlström2012-09-242-21/+49
* Rename getVaadinXyz() methods to getXyz() (#9726)Leif Åstrand2012-09-2429-106/+105
* Refine based on review (#9721)Leif Åstrand2012-09-242-13/+16
* Only use UI from web.xml for requests without additional path (#9722)Leif Åstrand2012-09-243-2/+14
* Caption text should be middle aligned #8294John Ahlroos2012-09-241-1/+1
* Clarify getValidators() javadoc as per review (#9723)Johannes Dahlström2012-09-241-2/+4
* Add UI id to UICreateEvent for use in createInstance (#9721)Leif Åstrand2012-09-242-3/+37
* Use event objects for future-proofing UIProvider API (#9721)Leif Åstrand2012-09-2416-92/+259
* Test AbstractField add/remove/removeAll/getValidators() (#9542, #9723)Johannes Dahlström2012-09-241-0/+64
* Add removeAllValidators() to Validatable (#9542)Johannes Dahlström2012-09-242-0/+8
* Return an empty collection instead of null from Validatable.getValidators() (...Johannes Dahlström2012-09-242-7/+9
* Merge branch 'html5-doctype'John Ahlroos2012-09-2411-14/+16
|\
| * Revert "Fixed different spacing height in IE and Opera #8294". Was causing to...John Ahlroos2012-09-241-5/+0
| * Fixed different spacing height in IE and Opera #8294John Ahlroos2012-09-241-0/+5
| * Revert "Do not add an empty description label to test case if testcase"John Ahlroos2012-09-241-5/+3
| * Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2422-517/+797
| |\
| * | Do not add an empty description label to test case if testcaseJohn Ahlroos2012-09-241-3/+5