| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "tests" directory accidentally merged from 6.8 | Johannes Dahlström | 2012-11-23 | 1 | -38/+0 |
* | Merge "Removed outdated code example from javadoc" | Marko Grönroos | 2012-11-23 | 1 | -31/+0 |
|\ |
|
| * | Removed outdated code example from javadoc | Artur Signell | 2012-11-22 | 1 | -31/+0 |
* | | Fix incorrect null check in PopupView (#10238) | Henri Sara | 2012-11-23 | 1 | -1/+1 |
* | | Make most of the sass compiler API internal, fixes #10339 | Marc Englund | 2012-11-23 | 88 | -275/+282 |
* | | Add VaadinService.setClassLoader (#9819) | Leif Åstrand | 2012-11-23 | 4 | -25/+64 |
* | | Merge "Change sass compoent @mixin parameter from $name to $primaryStyleName,... | Artur Signell | 2012-11-23 | 72 | -1378/+1378 |
|\ \ |
|
| * | | Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ... | Marc Englund | 2012-11-23 | 72 | -1378/+1378 |
* | | | Throw exception for non-UIDL requests again (#10332) | Artur Signell | 2012-11-23 | 1 | -12/+21 |
|/ / |
|
* | | Refactor node traversal and empty node removal. | Henri Sara | 2012-11-23 | 3 | -21/+53 |
* | | Merge "Disabled @media print {} to avoid invalid CSS, see #10336" | Artur Signell | 2012-11-23 | 1 | -0/+3 |
|\ \ |
|
| * | | Disabled @media print {} to avoid invalid CSS, see #10336 | Marc Englund | 2012-11-23 | 1 | -0/+3 |
* | | | Merge "Document @PreserveOnRefresh" | Artur Signell | 2012-11-23 | 1 | -1/+18 |
|\ \ \ |
|
| * | | | Document @PreserveOnRefresh | Leif Åstrand | 2012-11-23 | 1 | -1/+18 |
* | | | | Merge "Refactor BrowserPopupOpener API (#10241)" | Artur Signell | 2012-11-23 | 6 | -102/+84 |
|\ \ \ \ |
|
| * | | | | Refactor BrowserPopupOpener API (#10241) | Leif Åstrand | 2012-11-23 | 6 | -102/+84 |
* | | | | | Merge "Set bootstrap error using innerHTML instead of document.write (#9735) ... | Johannes Dahlström | 2012-11-23 | 2 | -5/+38 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Set bootstrap error using innerHTML instead of document.write (#9735) | Leif Åstrand | 2012-11-23 | 2 | -5/+38 |
| | |/ /
| |/| | |
|
* / | | | Refactor Extension API (#10337) | Leif Åstrand | 2012-11-23 | 5 | -11/+10 |
|/ / / |
|
* | | | Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-style... | Artur Signell | 2012-11-23 | 32 | -102/+163 |
|\ \ \ |
|
| * | | | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ... | Marc Englund | 2012-11-23 | 32 | -102/+163 |
* | | | | Reformatted server/src | Artur Signell | 2012-11-23 | 9 | -28/+35 |
* | | | | Merge "Update value when field/label local changes (#8192)" | Henri Sara | 2012-11-23 | 3 | -15/+97 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Update value when field/label local changes (#8192) | Artur Signell | 2012-11-22 | 3 | -15/+97 |
* | | | | Merge "Split method at roughly 30000 chars to avoid size limit (#10221)" | Henri Sara | 2012-11-22 | 1 | -15/+163 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Split method at roughly 30000 chars to avoid size limit (#10221) | Leif Åstrand | 2012-11-22 | 1 | -15/+163 |
* | | | | Merge "Change a few "root" occurrences to "UI" in error messages, javadoc" | Artur Signell | 2012-11-22 | 3 | -7/+8 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Change a few "root" occurrences to "UI" in error messages, javadoc | Johannes Dahlström | 2012-11-22 | 3 | -7/+8 |
* | | | | Merge "Warns and removes if parent reference '&' is used w/o parent, fixes #1... | Henri Sara | 2012-11-22 | 4 | -0/+37 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Warns and removes if parent reference '&' is used w/o parent, fixes #10327 | Marc Englund | 2012-11-22 | 4 | -0/+37 |
* | | | | Added Component constructors (#10246) | Artur Signell | 2012-11-22 | 4 | -1/+63 |
* | | | | Account for that converter can modify value (#8191) | Artur Signell | 2012-11-22 | 2 | -0/+72 |
| |/ /
|/| | |
|
* | | | Add a note to Navigator.addView and setErrorView javadoc that views should no... | Johannes Dahlström | 2012-11-22 | 1 | -0/+6 |
* | | | Unified deprecation messages | Artur Signell | 2012-11-22 | 82 | -327/+341 |
* | | | Merge "Deprecated setColumns in selects (#5814)" | Johannes Dahlström | 2012-11-22 | 3 | -12/+62 |
|\ \ \
| |/ /
|/| | |
|
| * | | Deprecated setColumns in selects (#5814) | Artur Signell | 2012-11-22 | 3 | -12/+62 |
| |/ |
|
* | | Merge "Combine Sass Block node handlers (parent selector), comments" | Marc Englund | 2012-11-22 | 5 | -81/+57 |
|\ \ |
|
| * | | Combine Sass Block node handlers (parent selector), comments | Henri Sara | 2012-11-22 | 5 | -81/+57 |
| |/ |
|
* | | Kickstart navigation automatically after UI.init(), remove Navigator.navigate... | Johannes Dahlström | 2012-11-22 | 3 | -39/+33 |
* | | Merge "Added ComponentContainer.addComponents (#10245)" | Johannes Dahlström | 2012-11-22 | 5 | -41/+24 |
|\ \ |
|
| * | | Added ComponentContainer.addComponents (#10245) | Artur Signell | 2012-11-22 | 5 | -41/+24 |
| |/ |
|
* | | Use compare for Comparable when determining equals for filtering (#10310) | Artur Signell | 2012-11-22 | 2 | -3/+80 |
* | | Fixed tab index handling in slider (#10315) | Artur Signell | 2012-11-22 | 3 | -16/+38 |
* | | Fixed NPE in Slider (#9740) | Artur Signell | 2012-11-22 | 1 | -0/+4 |
* | | Updated test for #10315 | Artur Signell | 2012-11-22 | 1 | -9/+189 |
|/ |
|
* | Add FileDownloader.setFileDownloadResource (#10203) | Leif Åstrand | 2012-11-22 | 1 | -0/+11 |
* | Fixed tab index handling in broken components (#10315) | Artur Signell | 2012-11-22 | 9 | -13/+364 |
* | Merge "Use json from vaadin-shared-deps 1.0.1 (#10118)" | Johannes Dahlström | 2012-11-22 | 1 | -3/+1 |
|\ |
|
| * | Use json from vaadin-shared-deps 1.0.1 (#10118) | Artur Signell | 2012-11-20 | 1 | -3/+1 |
* | | Merge "Make code splitting work (#8636)" | Artur Signell | 2012-11-22 | 3 | -42/+26 |
|\ \ |
|