| Commit message (Expand) | Author | Age | Files | Lines |
* | Escalator supports adding spacer elements into DOM. (#16644) | Henrik Paul | 2015-02-16 | 7 | -188/+441 |
* | Fix NullPointerException when changing Grid container (#16559) | Johannes Dahlström | 2015-02-11 | 4 | -12/+112 |
* | Use TestBenchElements in GridElement API (#16600) | Teemu Suo-Anttila | 2015-02-10 | 1 | -11/+11 |
* | Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325) | Artur Signell | 2015-02-10 | 7 | -0/+422 |
* | Fixes IE scrollbar issues (#16634) | Henrik Paul | 2015-02-10 | 3 | -12/+42 |
* | Don't click widget headers to set selection in test (#16567) | Leif Åstrand | 2015-02-10 | 1 | -2/+2 |
* | Fix documentation typo | Jouni Koivuviita | 2015-02-09 | 1 | -1/+1 |
* | Remove grid.[set|get]EditorField(Object, Field) (#16538) | Leif Åstrand | 2015-02-09 | 6 | -74/+65 |
* | Make TableNavigationPageDownTest not rely on page down/up scrolling amounts. | Sauli Tähkäpää | 2015-02-09 | 1 | -58/+60 |
* | Adjust ContextMenuSizeTest to work with Chrome 40. | Sauli Tähkäpää | 2015-02-09 | 1 | -1/+1 |
* | Update Chrome to 40. | Sauli Tähkäpää | 2015-02-09 | 3 | -31/+22 |
* | Unified archetype scripts and added multimodule test | Artur Signell | 2015-02-09 | 11 | -250/+121 |
* | Fix @since for 7.4 | Artur Signell | 2015-02-09 | 6 | -6/+6 |
* | Rename getCancelCaption to mention Editor (#16551) | Leif Åstrand | 2015-02-09 | 1 | -1/+1 |
* | Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521) | Leif Åstrand | 2015-02-06 | 27 | -34/+34 |
* | Workaround for firefox miscalculating row widths (#16606) | Henrik Paul | 2015-02-06 | 2 | -8/+44 |
* | Remove broken TB2 test, replaced by WindowCaptionTest | Artur Signell | 2015-02-06 | 1 | -76/+0 |
* | Enable navigation on a readonly Calendar. (#16523) | Sauli Tähkäpää | 2015-02-06 | 8 | -28/+338 |
* | Add API for controlling deselection for single select model (#16567) | Leif Åstrand | 2015-02-06 | 11 | -8/+311 |
* | Show editor save error (#16602) | Leif Åstrand | 2015-02-06 | 9 | -35/+109 |
* | Highlights erroneous cells in Grid editor (#16575) | Henrik Paul | 2015-02-06 | 11 | -132/+333 |
* | Grid editor theme redesign (#16593) | Jouni Koivuviita | 2015-02-06 | 8 | -93/+292 |
* | Fix WidgetUtil BoundingClientRectDouble methods (#16599) | Jouni Koivuviita | 2015-02-06 | 1 | -4/+6 |
* | Grid: mousewheel should be evaluated the first (#16591) | Manolo Carrasco | 2015-02-05 | 1 | -1/+1 |
* | Grid columns can now be marked as non-editable (#16538) | Johannes Dahlström | 2015-02-05 | 10 | -37/+255 |
* | Declarative support for ProgressBar (#16316) | Artur Signell | 2015-02-05 | 4 | -82/+99 |
* | Declarative support for Link (#16322) | Artur Signell | 2015-02-05 | 2 | -0/+102 |
* | New declarative tests | Artur Signell | 2015-02-05 | 8 | -4/+402 |
* | Refactored and updated (Popup|Inline|)DateField declarative tests | Artur Signell | 2015-02-05 | 4 | -99/+214 |
* | Declarative support for RichTextArea (#16326) | Artur Signell | 2015-02-05 | 2 | -0/+73 |
* | Declarative support for AbstractSelect (#15545) | Artur Signell | 2015-02-05 | 7 | -4/+409 |
* | Render Object.toString() when no converter is set (#15417) | Artur Signell | 2015-02-05 | 2 | -15/+17 |
* | Simplified declarative converters | Artur Signell | 2015-02-05 | 5 | -54/+234 |
* | Revert "Grid now uses ObjectRenderer by default (#15417)" | Artur Signell | 2015-02-05 | 8 | -252/+40 |
* | Close notification correctly in GridEditorTest | Teemu Suo-Anttila | 2015-02-05 | 2 | -1/+10 |
* | Report ip of test machine containing wrong browser version | Artur Signell | 2015-02-05 | 1 | -2/+5 |
* | Make test work on all browsers (#13775) | Artur Signell | 2015-02-05 | 2 | -2/+19 |
* | Prevent AlwaysLockedVaadinSession from being GCed during test | Artur Signell | 2015-02-05 | 1 | -13/+3 |
* | Add missing @since to VScrollTable and Table. | Sauli Tähkäpää | 2015-02-05 | 2 | -1/+19 |
* | Prevent MockVaadinSession from becomming GCed | Leif Åstrand | 2015-02-05 | 1 | -0/+21 |
* | Makes it possible to change save/cancel captions in Grid editor (#16551) | Henrik Paul | 2015-02-05 | 8 | -30/+285 |
* | Use cache when reading declarative format (#16572) | Artur Signell | 2015-02-04 | 1 | -2/+2 |
* | Make server unit tests pass in Eclipse (#16581) | Artur Signell | 2015-02-04 | 3 | -2/+27 |
* | Use non-blocking Map implementation for caches (#16582) | Leif Åstrand | 2015-02-04 | 4 | -19/+11 |
* | Base classes for declarative tests | Artur Signell | 2015-02-04 | 9 | -0/+724 |
* | Speeds up column adding in Grid (#16474) | Henrik Paul | 2015-02-04 | 4 | -119/+128 |
* | Editor save/cancel buttons stay visually in place (#16562) | Henrik Paul | 2015-02-04 | 2 | -8/+17 |
* | Defer RPC calls in RpcDataProvider to avoid cache issues (#16505) | Teemu Suo-Anttila | 2015-02-04 | 3 | -33/+150 |
* | Check if event move is allowed also in month view. (#15174) | Sauli Tähkäpää | 2015-02-04 | 3 | -1/+109 |
* | Merge branch 'grid' | Henrik Paul | 2015-02-03 | 6 | -12/+101 |
|\ |
|