summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed javadoc reference to wrong CloseListenerArtur Signell2012-09-181-2/+2
* Add UI.addCloseListener() and removeCloseListener() that were missing for som...Johannes Dahlström2012-09-141-0/+24
* Add comment explaining why beforeClientResponse is usedLeif Åstrand2012-09-141-0/+5
* Tweak UIProvider API based on review (#9443)Leif Åstrand2012-09-111-1/+1
* Constants -> enums (#9072)Pekka Hyvönen2012-09-116-108/+51
* Use org.json instead of com.vaadin.external.json (#9539)Leif Åstrand2012-09-112-4/+6
* Improvements to #9087:Johannes Dahlström2012-09-116-27/+96
* Don't use Resource with the Page.open API (#9522)Leif Åstrand2012-09-101-3/+17
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-102-4/+2
|\
| * Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-101-3/+0
| * Added info that debugger might cause log messages (#9481)Artur Signell2012-09-101-1/+2
* | Merge branch '6.8'John Ahlroos2012-09-101-38/+42
|/
* Verify that lock is held when accessing state (#9515)Leif Åstrand2012-09-091-0/+3
* Support running JUnit tests (#9299)Artur Signell2012-09-091-1/+0
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #...Johannes Dahlström2012-09-076-8/+123
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-071-5/+5
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-072-12/+0
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-075-14/+14
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-071-11/+0
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-071-4/+3
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-072-6/+4
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-071-0/+10
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-062-1/+14
* Remove 'Application' from RequestHandler API (#9402)Leif Åstrand2012-09-061-1/+1
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-0/+5
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-062-9/+10