| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge remote-tracking branch 'origin/6.8' | Leif Åstrand | 2012-08-03 | 5 | -0/+427 |
|\| |
|
| * | Make LoginForm work inside iframes (#8144) | Leif Åstrand | 2012-08-03 | 1 | -0/+61 |
| * | Clear selectionRangeStart if the key map has been cleared (#8584, #8736) | Leif Åstrand | 2012-08-02 | 2 | -0/+240 |
| * | Remember previous row height to maintain table size when all rows are removed... | Leif Åstrand | 2012-08-01 | 1 | -0/+122 |
* | | Merge remote-tracking branch 'origin/6.8' | Leif Åstrand | 2012-07-31 | 6 | -89/+419 |
|\| |
|
| * | Explicitly delegate keyboard events from the PopupView popup to the relevant ... | Johannes Dahlström | 2012-07-27 | 1 | -9/+11 |
| * | Preserve selection order for multi select value (#8109, #8787) | Leif Åstrand | 2012-07-27 | 2 | -1/+289 |
| * | #9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual... | Henri Sara | 2012-07-27 | 3 | -78/+118 |
* | | Move common code to AbstractDeploymentConfiguration (#8574) | Leif Åstrand | 2012-07-31 | 1 | -1/+2 |
* | | Fixed TooltipInWindow test after moving (#9172) | Johannes Dahlström | 2012-07-27 | 2 | -10/+11 |
* | | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 102 | -115/+115 |
* | | Moved window tooltip test from components/ to components/window/ (#9172) | Johannes Dahlström | 2012-07-27 | 2 | -0/+0 |
* | | Support connector resources in portlets (#9059) | Leif Åstrand | 2012-07-26 | 2 | -1/+11 |
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-07-26 | 2 | -0/+84 |
|\| |
|
| * | A better patch and test for #7036 | Johannes Dahlström | 2012-07-26 | 2 | -0/+84 |
* | | Test case for #9172 | Leif Åstrand | 2012-07-26 | 2 | -0/+109 |
* | | Add missing Java 6 @Override annotations | Leif Åstrand | 2012-07-25 | 2 | -0/+6 |
* | | Extend Root instead of Application | Johannes Dahlström | 2012-07-24 | 1 | -5/+9 |
* | | Merge branch '6.8' | Johannes Dahlström | 2012-07-24 | 7 | -14/+313 |
|\| |
|
| * | #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ... | Henri Sara | 2012-07-20 | 1 | -0/+121 |
| * | Fix CRLF -> LF | Johannes Dahlström | 2012-07-10 | 1 | -37/+37 |
| * | Oops, remove redundant code causing a compile error | Johannes Dahlström | 2012-07-10 | 1 | -43/+0 |
| * | Test for #9064 | Johannes Dahlström | 2012-07-09 | 2 | -0/+112 |
| * | Empty TreeTable rows collapse after #7387 fix, give them some content to prev... | Johannes Dahlström | 2012-07-09 | 1 | -2/+3 |
| * | TB test for #7387 | Johannes Dahlström | 2012-07-09 | 2 | -12/+45 |
| * | #8193 Listen to RootPanel keydown events to handle shortcut actions from Popu... | Johannes Dahlström | 2012-06-26 | 1 | -0/+75 |
* | | Restore portlet application to reduce problems with event ordering | Leif Åstrand | 2012-07-24 | 1 | -29/+20 |
* | | Make testing portlet display its UI | Leif Åstrand | 2012-07-24 | 1 | -2/+2 |
* | | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 568 | -0/+1585 |
* | | Add test for JavaScript component fundamentals (#8888) | Leif Åstrand | 2012-07-05 | 2 | -26/+94 |
* | | Explicit test for attaching extensions (#6690) | Leif Åstrand | 2012-07-05 | 4 | -0/+108 |
* | | Remove debug output | Leif Åstrand | 2012-07-03 | 1 | -2/+0 |
* | | Run JavaScript RPC with this pointing to the connector wrapper (#9096) | Leif Åstrand | 2012-07-03 | 1 | -4/+3 |
* | | Code for some alpha3 mini tutorials | Leif Åstrand | 2012-07-03 | 18 | -0/+3003 |
* | | Add test script for the serializers | Leif Åstrand | 2012-07-03 | 1 | -0/+107 |
* | | Support array as a generic type parameter (#8861) | Leif Åstrand | 2012-07-03 | 1 | -9/+10 |
* | | Update mini tutorial to actually use Root.getCurrent() | Leif Åstrand | 2012-07-02 | 1 | -3/+7 |
* | | Fixed test so tooltips disappear and can be shown again | Artur Signell | 2012-06-29 | 1 | -0/+15 |
* | | Wait for tooltip to become visible | Artur Signell | 2012-06-29 | 1 | -0/+10 |
* | | CRLF -> LF | Artur Signell | 2012-06-29 | 1 | -80/+80 |
* | | Properly hide tooltips between shows | Artur Signell | 2012-06-29 | 1 | -17/+16 |
* | | Attempt to make test more stable | Artur Signell | 2012-06-29 | 1 | -1/+5 |
* | | Use showTooltip instead of mouseOver | Artur Signell | 2012-06-29 | 1 | -1/+1 |
* | | Change Notification default to no allow HTML (#9066) | Leif Åstrand | 2012-06-29 | 5 | -9/+16 |
* | | Hide tooltip before showing it again | Artur Signell | 2012-06-29 | 1 | -1/+5 |
* | | Use showTooltip instead of mouseOver | Artur Signell | 2012-06-29 | 1 | -1/+1 |
* | | Hide tooltip before showing again to make test more stable | Artur Signell | 2012-06-29 | 1 | -0/+6 |
* | | CRLF -> LF | Artur Signell | 2012-06-28 | 1 | -456/+456 |
* | | Fixed connector so it no longer overwrites all style attributes (#8664) | Pekka Hyvönen | 2012-06-28 | 2 | -0/+537 |
* | | Tooltips are now handled by the connector and not the widget (#8425) | Sami Viitanen | 2012-06-28 | 3 | -0/+224 |