| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests behavior rather than log output (#13334) | Henrik Paul | 2014-10-02 | 1 | -87/+163 |
* | Add support for Grid column reordering (#13334) | Teemu Suo-Anttila | 2014-10-02 | 7 | -55/+201 |
* | Update sortable columns on property set change (#13334) | Teemu Suo-Anttila | 2014-10-02 | 3 | -12/+52 |
* | Grid's client selection model is now the same as server-side (#13334) | Henrik Paul | 2014-10-01 | 1 | -1/+1 |
* | Add a constructor without parameters to Grid (#13334) | Teemu Suo-Anttila | 2014-10-01 | 1 | -0/+8 |
* | De-genericize clientside NumberRenderer (#13334) | Johannes Dahlström | 2014-09-30 | 3 | -3/+3 |
* | Fix indexing issues when removing Grid columns (#13334) | Teemu Suo-Anttila | 2014-09-30 | 3 | -10/+29 |
* | Add convenience constructors to client-side Date+NumberRenderer (#13334) | Johannes Dahlström | 2014-09-29 | 2 | -3/+22 |
* | Map row data with column ids instead of using an array (#13334) | Teemu Suo-Anttila | 2014-09-26 | 3 | -20/+11 |
* | Implement ProgressBarRenderer (#13334) | Johannes Dahlström | 2014-09-26 | 6 | -3/+216 |
* | Add a test for Grid with GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-26 | 2 | -0/+203 |
* | Fix Grid static section column removal (#13334) | Teemu Suo-Anttila | 2014-09-25 | 2 | -8/+55 |
* | Pass correct item instance to PropertyValueGenerators (#13334) | Teemu Suo-Anttila | 2014-09-25 | 1 | -1/+1 |
* | Make complex renderer .init() abstract (#13334) | Teemu Suo-Anttila | 2014-09-25 | 4 | -12/+19 |
* | Add setHeader functionality for GridColumns (#13334) | Teemu Suo-Anttila | 2014-09-25 | 2 | -14/+63 |
* | Fix GeneratedPropertyContainer property adding and removing (#13334) | Teemu Suo-Anttila | 2014-09-25 | 2 | -51/+117 |
* | Fix GridStaticSection communication to use column ids (#13334) | Teemu Suo-Anttila | 2014-09-24 | 5 | -77/+77 |
* | Add addColumns functionality to Grid (#13334) | Teemu Suo-Anttila | 2014-09-24 | 1 | -0/+13 |
* | Fix GridKeyEvents to provide correct API for different types (#13334) | Teemu Suo-Anttila | 2014-09-24 | 6 | -29/+210 |
* | Fix GeneratedPropertyContainer to support add and remove events (#13334) | Teemu Suo-Anttila | 2014-09-24 | 1 | -1/+77 |
* | Fix Grid header default row cell setup when adding properties (#13334) | Teemu Suo-Anttila | 2014-09-24 | 5 | -70/+18 |
* | Add default implementation of Renderer.encode to AbstractRenderer (#13334) | Johannes Dahlström | 2014-09-23 | 8 | -51/+46 |
* | Add support for relative sizes for Escalator/Grid (#13334) | Henrik Paul | 2014-09-23 | 4 | -15/+50 |
* | Makes Escalator and Grid DeferredWorkers (#13334) | Henrik Paul | 2014-09-22 | 3 | -2/+40 |
* | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-09-20 | 191 | -25/+35998 |
|\ |
|
| * | Add Property and Item change notifiers for generated properties (#13334) | Teemu Suo-Anttila | 2014-09-19 | 2 | -4/+159 |
| * | Implement commit/discard functionality for editor row (#13334) | Johannes Dahlström | 2014-09-19 | 6 | -9/+217 |
| * | Add Container.Filterable to GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-19 | 2 | -3/+153 |
| * | Implement Vaadin-specific editor row bind/cancel handling (#13334) | Johannes Dahlström | 2014-09-19 | 8 | -64/+402 |
| * | Scroll editor row horizontally along with the rest of grid (#13334) | Johannes Dahlström | 2014-09-19 | 1 | -0/+20 |
| * | Fixes an assumption bug with EditorRow (#13334) | Henrik Paul | 2014-09-17 | 5 | -10/+46 |
| * | Add Container.Sortable interface to GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-17 | 2 | -6/+164 |
| * | Fix Grid active cell navigation with colspans (#13334) | Teemu Suo-Anttila | 2014-09-16 | 1 | -1/+1 |
| * | Initial implementation of GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-16 | 3 | -0/+516 |
| * | Fix client-side StaticRow to use GridColumn instead of index (#13334) | Teemu Suo-Anttila | 2014-09-16 | 5 | -140/+143 |
| * | Prevent dispatching GridKeyEvents when target is not grid (#13334) | Teemu Suo-Anttila | 2014-09-15 | 5 | -23/+47 |
| * | Tests Escalator's freezing columns. (#13334) | Henrik Paul | 2014-09-15 | 2 | -0/+125 |
| * | Fixes Escalator's assertion error regarding scroll position (#13334) | Henrik Paul | 2014-09-12 | 1 | -0/+39 |
| * | Implement data binding and edit cancel mechanism for editor row (#13334) | Johannes Dahlström | 2014-09-11 | 5 | -21/+179 |
| * | Testing Escalator (post|pre)(Attach|Detach) functionality (#13334) | Henrik Paul | 2014-09-11 | 5 | -3/+298 |
| * | Bundles the logging label into a widget (#13334) | Henrik Paul | 2014-09-11 | 2 | -55/+69 |
| * | Tests Escalator's column spans (#13334) | Henrik Paul | 2014-09-10 | 2 | -0/+96 |
| * | Escalator tests for columns and rows (#13334) | Henrik Paul | 2014-09-10 | 2 | -0/+223 |
| * | Implement client-side editor row widget binding (#13334) | Johannes Dahlström | 2014-09-09 | 7 | -8/+171 |
| * | Fixes exception while hiding the last Grid column (#13334) | Henrik Paul | 2014-09-09 | 1 | -1/+17 |
| * | Fix and unify multi-column sorting behavior (#13334) | Patrik Lindström | 2014-09-09 | 2 | -99/+97 |
| * | Fixes Escalator's insertColumns and removeColumns (#13334) | Henrik Paul | 2014-09-09 | 2 | -104/+97 |
| * | Escalator test base class (#13334) | Henrik Paul | 2014-09-09 | 3 | -2/+131 |
| * | Adds frozen feature to GridBasicClientFeaturesWidget (#13334) | Henrik Paul | 2014-09-09 | 3 | -0/+34 |
| * | Restructures Escalator testing rig (#13334) | Henrik Paul | 2014-09-09 | 10 | -1154/+798 |