summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Move deprecated getComponentIterator() from HasComponents to implementing cla...Johannes Dahlström2012-10-305-16/+35
* Revert "Call UI.detach in UI cleanup (#9755)" because it breaks logout functi...Artur Signell2012-10-261-0/+3
* Call UI.detach in UI cleanup (#9755)Johannes Dahlström2012-10-261-3/+0
* Merge "Implement HasComponents, not ComponentContainer in CustomField (#10078)"Artur Signell2012-10-261-131/+4
|\
| * Implement HasComponents, not ComponentContainer in CustomField (#10078)Henri Sara2012-10-261-131/+4
* | Fixed problem with Table calling markAsDirty in paint (#10071)Artur Signell2012-10-261-0/+9
|/
* Merge "Updated ProgressIndicator to use state and rpc (#10008)"John Ahlroos2012-10-241-148/+41
|\
| * Updated ProgressIndicator to use state and rpc (#10008)Artur Signell2012-10-241-148/+41
* | Fixed NPE when converter is null (#10043)Artur Signell2012-10-241-9/+8
|/
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-238-32/+14
* Improve message when session is already set (#9989)Leif Åstrand2012-10-181-1/+13
* Delegate UI.replaceComponent() to content instead of throwing UOE (#9967)Johannes Dahlström2012-10-161-1/+5
* Merge "Merged AbstractSelect now listens to changes in icon property (#9663)"Marc Englund2012-10-151-0/+9
|\
| * Merged AbstractSelect now listens to changes in icon property (#9663)Artur Signell2012-09-281-0/+9
* | Remove invalid constructors and fix setCaption exception (#9947)Leif Åstrand2012-10-121-35/+5
* | Merge "Remove CombinedRequest and BrowserDetails (#8165)"Henri Sara2012-10-081-3/+1
|\ \
| * | Remove CombinedRequest and BrowserDetails (#8165)Leif Åstrand2012-10-081-3/+1
* | | Merge branch 'sass'John Ahlroos2012-10-082-0/+39
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into sassMarc Englund2012-10-042-5/+6
| |\ \
| * | | Javadoc + fixed a typo in method name #9724John Ahlroos2012-10-012-5/+21
| * | | Merge branch 'primary-stylename' into sassMarc Englund2012-10-012-0/+23
| |\ \ \
| | * \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-10-011-3/+3
| | |\ \ \
| | * \ \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-281-2/+0
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-252-6/+12
| | |\ \ \ \ \
| | * | | | | | Added primary stylename handling on server side #9724John Ahlroos2012-09-242-0/+23
* | | | | | | | Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-082-124/+89
* | | | | | | | Add Page.getLocation() (#9249)Johannes Dahlström2012-10-051-4/+4
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Unified log message with other Property implementors (#9804)Artur Signell2012-10-011-1/+1
* | | | | | | Merge "Merged shortcut action fix from 6.8 (#8484)"John Ahlroos2012-10-011-4/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merged shortcut action fix from 6.8 (#8484)John Alhroos2012-09-281-4/+5
| | |_|_|_|/ | |/| | | |
* / | | | | Serialize and deserialize diff state manually (#9717, #9767)Artur Signell2012-09-281-3/+42
|/ / / / /
* | | | / Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-283-21/+24
| |_|_|/ |/| | |
* | | | Global code cleanupLeif Åstrand2012-09-271-3/+3
| |_|/ |/| |
* | | Removed JavaDoc spamJohn Ahlroos2012-09-271-2/+0
| |/ |/|
* | Deprecated LoginForm as it no longer works in most supported browsers (#8405)Artur Signell2012-09-241-1/+5
* | Add removeAllValidators() to Validatable (#9542)Johannes Dahlström2012-09-241-0/+1
* | Return an empty collection instead of null from Validatable.getValidators() (...Johannes Dahlström2012-09-241-4/+5
* | Merge branch 'html5-doctype'John Ahlroos2012-09-241-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-241-5/+5
| |\
| * | Fixed empty space in LoginForm #8294John Ahlroos2012-09-201-1/+1
* | | Fixed serialization issues (#9640)Artur Signell2012-09-241-1/+1
* | | Mark component as dirty when visibility state changes (#9695)Artur Signell2012-09-241-0/+1
* | | Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-211-14/+14
* | | Moved visible out from state so isVisible does not call markAsDirty (#9695)Artur Signell2012-09-202-4/+6
* | | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-203-22/+22
| |/ |/|
* | Change "close" to "cleanup" in javadoc (#9625)Johannes Dahlström2012-09-201-5/+5
|/
* Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-191-0/+22
* Change "close" to "cleanup" in UI (#9625)Johannes Dahlström2012-09-191-19/+19
* Ensure propertyDataSource can be set back to null (#9618)Artur Signell2012-09-181-3/+8
* Label.setPropertyDataSource now updates the state value (#9618)Artur Signell2012-09-181-0/+11