aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-106-0/+263
| * Returning all validation errors in the exception cause when submitting a fiel...Alexey Fansky2014-12-093-0/+140
| * Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-092-0/+105
| * Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-2/+0
| * Fix opacity for disabled checkboxes and option groups. (#15239)Jouni Koivuviita2014-12-092-1/+17
| * Fix opacity for disabled links in Valo. (#15253)Sauli Tähkäpää2014-12-042-1/+6
| * Show push version information in debug window (#14904).Denis Anisimov2014-12-022-0/+153
* | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-123-3/+936
* | Do not prefix generated styles (#13334)Artur Signell2014-12-122-57/+33
* | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-123-30/+30
* | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-122-6/+6
* | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-111-1/+1
* | Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-114-44/+30
* | Flatten client-side EditorRow API (#13334)Johannes Dahlström2014-12-111-8/+7
* | Fix GridColumnAutoWidthClient test to use TestWidgetComponent (#13334)Teemu Suo-Anttila2014-12-114-38/+7
* | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-114-13/+12
* | Create harness for testing standalone widgets (#13334)Leif Åstrand2014-12-1113-157/+330
* | Add missing TestCategory annotations (#13334)Teemu Suo-Anttila2014-12-116-28/+26
* | Avoid eager cache refresh after insert and remove (#13334)Leif Åstrand2014-12-112-0/+61
* | Split and capitalize header captions by defaultArtur Signell2014-12-101-3/+3
* | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-102-0/+76
* | GridColumns can resize-to-fit. (#13334)Henrik Paul2014-12-1015-24/+378
* | Introduce GridClickEvents and handlers (#13334)Teemu Suo-Anttila2014-12-101-5/+9
* | Remove selection column from single selection model (#13334)Teemu Suo-Anttila2014-12-101-0/+30
* | Don't set frozen column count before columns have been updated (#13334)Leif Åstrand2014-12-102-0/+81
* | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-102-8/+8
* | Fix broken import (#13334)Leif Åstrand2014-12-101-0/+1
* | Add Grid.addRow (#13334)Leif Åstrand2014-12-092-0/+94
* | Move GridElement to appropriate package (#13334)Teemu Suo-Anttila2014-12-0922-26/+33
* | Allow limiting server-side selection size (#13334)Leif Åstrand2014-12-091-0/+20
* | Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-083-11/+122
* | Continue rendering after exception (#13334)Leif Åstrand2014-12-082-0/+54
* | Move Grid related renderer to com.vaadin.client.connectors (#13334)Henrik Paul2014-12-082-2/+2
* | Flatten Header and Footer API into client-side Grid (#13334)Teemu Suo-Anttila2014-12-082-40/+30
* | Rename SortEventHandler to better match GWT conventions (#13334)Teemu Suo-Anttila2014-12-081-2/+2
* | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-083-25/+27
* | Properly destroy and init cells when changing column order (#13334)Leif Åstrand2014-12-082-1/+33
* | Refactor frozen column API (#13334)Leif Åstrand2014-12-054-23/+45
* | Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-052-98/+0
* | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-053-48/+34
* | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-055-12/+43
* | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-042-1/+162
* | Hardens the logic in Escalator scrolling (#13334)Henrik Paul2014-12-041-1/+17
* | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-042-4/+4
* | Add client-side CellStyleGenerator (#13334)Leif Åstrand2014-12-042-0/+212
* | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-042-9/+72
* | Fix Escalator testing with assert enabled on PhantomJS (#13334)Teemu Suo-Anttila2014-12-037-58/+71
* | Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-012-0/+203
* | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-013-9/+9
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-2820-328/+714
|\|