summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | Revert "Restored table row heights #8294".John Ahlroos2012-09-211-2/+2
| * | Restored table row heights #8294John Ahlroos2012-09-211-2/+2
| * | Fixed panel caption height causing 1px jump #8294John Ahlroos2012-09-201-0/+1
| * | Fixed empty space in LoginForm #8294John Ahlroos2012-09-201-1/+1
| * | Fixed select row height changes #8294John Ahlroos2012-09-201-0/+4
| * | Revert "Fixed NativeButton 1px caption jump #8294"John Ahlroos2012-09-201-2/+1
| * | Fixed NativeButton 1px caption jump #8294John Ahlroos2012-09-201-1/+2
| * | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2032-664/+1390
| |\ \
| * \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2013-22/+210
| |\ \ \
| * | | | Fixed 1px jump in caption #8294John Ahlroos2012-09-191-1/+1
| * | | | Trying again, this time making layouts block elements #8294John Ahlroos2012-09-191-2/+2
| * | | | Fixed issue where layouts with empty slots gets line height. #8294John Ahlroos2012-09-191-0/+1
| * | | | Removed empty content: in css rules since they generate a empty line with htm...John Ahlroos2012-09-186-7/+6
| * | | | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-17230-5940/+6296
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1153-2600/+1283
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into html5-doctypeArtur Signell2012-09-09113-18697/+2703
| |\ \ \ \ \ \
| * | | | | | | Using HTML5 doctypeJohn Ahlroos2012-09-081-4/+1
* | | | | | | | Remove WidgetMapGenerator and subclasses (#9720)Leif Åstrand2012-09-244-606/+0
* | | | | | | | Remove obsolete TODO; javadoc improvementJohannes Dahlström2012-09-241-2/+2
* | | | | | | | Test error views and error providers (#9060)Johannes Dahlström2012-09-241-1/+44
* | | | | | | | Fixed serialization issues (#9640)Artur Signell2012-09-247-5/+168
* | | | | | | | Mark component as dirty when visibility state changes (#9695)Artur Signell2012-09-241-0/+1
* | | | | | | | Remove ApplicationStartedListener (#9719)Leif Åstrand2012-09-244-163/+12
* | | | | | | | Rename to VaadinServletService and move to its own file (#9718)Leif Åstrand2012-09-2413-403/+451
* | | | | | | | Test case for #9619Leif Åstrand2012-09-211-0/+47
* | | | | | | | Allow specifying UIProvider using a servlet parameter (#9628)Leif Åstrand2012-09-215-8/+131
* | | | | | | | Support both ui and UI as the init parameter name (#9707)Leif Åstrand2012-09-211-2/+8
* | | | | | | | Add VaadinRequest.getContextPath() (#9706)Leif Åstrand2012-09-213-0/+22
* | | | | | | | Remove UIProvider.getExistingUI (#9642)Leif Åstrand2012-09-213-32/+23
* | | | | | | | Merge UIProvider and AbstractUIProvider (#9642)Leif Åstrand2012-09-217-157/+111
* | | | | | | | Abort compile if there's an RPC method with a return type (#9704)Leif Åstrand2012-09-213-4/+27
* | | | | | | | Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-2116-427/+513