summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document @PreserveOnRefreshLeif Åstrand2012-11-231-1/+18
* Refactor Extension API (#10337)Leif Åstrand2012-11-235-11/+10
* Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-style...Artur Signell2012-11-2332-102/+163
|\
| * Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ...Marc Englund2012-11-2332-102/+163
* | Reformatted server/srcArtur Signell2012-11-239-28/+35
* | Merge "Update value when field/label local changes (#8192)"Henri Sara2012-11-233-15/+97
|\ \
| * | Update value when field/label local changes (#8192)Artur Signell2012-11-223-15/+97
* | | Merge "Split method at roughly 30000 chars to avoid size limit (#10221)"Henri Sara2012-11-221-15/+163
|\ \ \ | |/ / |/| |
| * | Split method at roughly 30000 chars to avoid size limit (#10221)Leif Åstrand2012-11-221-15/+163
* | | Merge "Change a few "root" occurrences to "UI" in error messages, javadoc"Artur Signell2012-11-223-7/+8
|\ \ \ | |_|/ |/| |
| * | Change a few "root" occurrences to "UI" in error messages, javadocJohannes Dahlström2012-11-223-7/+8
* | | Merge "Warns and removes if parent reference '&' is used w/o parent, fixes #1...Henri Sara2012-11-224-0/+37
|\ \ \
| * | | Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-224-0/+37
* | | | Added Component constructors (#10246)Artur Signell2012-11-224-1/+63
* | | | Account for that converter can modify value (#8191)Artur Signell2012-11-222-0/+72
| |/ / |/| |
* | | Add a note to Navigator.addView and setErrorView javadoc that views should no...Johannes Dahlström2012-11-221-0/+6
* | | Unified deprecation messagesArtur Signell2012-11-2282-327/+341
* | | Merge "Deprecated setColumns in selects (#5814)"Johannes Dahlström2012-11-223-12/+62
|\ \ \ | |/ / |/| |
| * | Deprecated setColumns in selects (#5814)Artur Signell2012-11-223-12/+62
| |/
* | Merge "Combine Sass Block node handlers (parent selector), comments"Marc Englund2012-11-225-81/+57
|\ \
| * | Combine Sass Block node handlers (parent selector), commentsHenri Sara2012-11-225-81/+57
| |/
* | Kickstart navigation automatically after UI.init(), remove Navigator.navigate...Johannes Dahlström2012-11-223-39/+33
* | Merge "Added ComponentContainer.addComponents (#10245)"Johannes Dahlström2012-11-225-41/+24
|\ \
| * | Added ComponentContainer.addComponents (#10245)Artur Signell2012-11-225-41/+24
| |/
* | Use compare for Comparable when determining equals for filtering (#10310)Artur Signell2012-11-222-3/+80
* | Fixed tab index handling in slider (#10315)Artur Signell2012-11-223-16/+38
* | Fixed NPE in Slider (#9740)Artur Signell2012-11-221-0/+4
* | Updated test for #10315Artur Signell2012-11-221-9/+189
|/
* Add FileDownloader.setFileDownloadResource (#10203)Leif Åstrand2012-11-221-0/+11
* Fixed tab index handling in broken components (#10315)Artur Signell2012-11-229-13/+364
* Merge "Use json from vaadin-shared-deps 1.0.1 (#10118)"Johannes Dahlström2012-11-221-3/+1
|\
| * Use json from vaadin-shared-deps 1.0.1 (#10118)Artur Signell2012-11-201-3/+1
* | Merge "Make code splitting work (#8636)"Artur Signell2012-11-223-42/+26
|\ \
| * | Make code splitting work (#8636)Leif Åstrand2012-11-223-42/+26
* | | Merge "Fixed problem causing DragAndDropService not to receiving events (#101...Leif Åstrand2012-11-221-1/+3
|\ \ \ | |/ / |/| |
| * | Fixed problem causing DragAndDropService not to receiving events (#10134)Artur Signell2012-11-221-1/+3
* | | Merge "Fixes #10308 (parent reference & causes non-parent selectors to be dro...Henri Sara2012-11-223-9/+31
|\ \ \ | |/ / |/| |
| * | Fixes #10308 (parent reference & causes non-parent selectors to be dropped)Marc Englund2012-11-213-9/+31
* | | Fixed compilation error caused by class hierarchy changesArtur Signell2012-11-211-6/+1
* | | Removed invalid importArtur Signell2012-11-211-7/+6
* | | Add attach and detach listeners and events to ClientConnector (#8579, #10251)Johannes Dahlström2012-11-215-13/+308
* | | Make SessionDestroyListener SerializableJohannes Dahlström2012-11-211-1/+3
* | | Remove AddonContext (#10254)Leif Åstrand2012-11-2110-335/+62
* | | Merge "Implement HasComponents directly in CustomComponent (#10235)"Artur Signell2012-11-213-85/+17
|\ \ \
| * | | Implement HasComponents directly in CustomComponent (#10235)Henri Sara2012-11-213-85/+17
* | | | Merge "Implement HasComponents directly in PopupView (#10238)"Artur Signell2012-11-212-105/+18
|\ \ \ \
| * | | | Implement HasComponents directly in PopupView (#10238)Henri Sara2012-11-212-105/+18
| |/ / /
* | | | Merge "Updated ServerConnector javadoc (#10304)"Johannes Dahlström2012-11-211-0/+5
|\ \ \ \
| * | | | Updated ServerConnector javadoc (#10304)Artur Signell2012-11-211-0/+5
| |/ / /
* | | | Merge "Replaced ComponentErrorHandler with generic ErrorHandler (#10231)"Artur Signell2012-11-2124-385/+478
|\ \ \ \