Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
| * | | | | | | | Fix GeneratedPropertyContainer property adding and removing (#13334) | Teemu Suo-Anttila | 2014-09-25 | 1 | -43/+90 | |
| * | | | | | | | Fix GridStaticSection communication to use column ids (#13334) | Teemu Suo-Anttila | 2014-09-24 | 2 | -58/+67 | |
| * | | | | | | | 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 | 3 | -49/+16 | |
| * | | | | | | | Add default implementation of Renderer.encode to AbstractRenderer (#13334) | Johannes Dahlström | 2014-09-23 | 5 | -28/+33 | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-09-20 | 31 | -18/+6280 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add Property and Item change notifiers for generated properties (#13334) | Teemu Suo-Anttila | 2014-09-19 | 1 | -4/+76 | |
| | * | | | | | | | Add Container.Filterable to GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-19 | 1 | -1/+81 | |
| | * | | | | | | | Implement Vaadin-specific editor row bind/cancel handling (#13334) | Johannes Dahlström | 2014-09-19 | 2 | -54/+116 | |
| | * | | | | | | | Add Container.Sortable interface to GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-17 | 1 | -2/+82 | |
| | * | | | | | | | Initial implementation of GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-16 | 2 | -0/+460 | |
| | * | | | | | | | Pass editor row enabled state in shared state (#13334) | Johannes Dahlström | 2014-09-09 | 2 | -19/+22 | |
| | * | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-09-03 | 39 | -502/+550 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixes an occasional synchronization problem with duplicate updates (#13334) | Henrik Paul | 2014-08-27 | 1 | -1/+1 | |
| | * | | | | | | | | Server-side editor row (#13334) | Henrik Paul | 2014-08-27 | 2 | -0/+394 | |
| | * | | | | | | | | Fix Grid Footer to be visible by default (#13334) | Teemu Suo-Anttila | 2014-08-26 | 1 | -1/+0 | |
| | * | | | | | | | | Merge branch 'master' into grid | Leif Åstrand | 2014-08-22 | 28 | -18/+5144 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Add event originator information to Sort Events (#13334) | Patrik Lindström | 2014-08-21 | 2 | -8/+34 | |
| | | * | | | | | | | | Sending a drag select over the wire in a batch (#13334) | Henrik Paul | 2014-08-19 | 2 | -4/+69 | |
| | | * | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-08-19 | 2 | -3/+112 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-08-12 | 1 | -327/+461 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into grid | John Ahlroos | 2014-08-07 | 13 | -293/+540 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Add server side support for Components in Headers and Footers (#13334) | Teemu Suo-Anttila | 2014-08-07 | 4 | -22/+113 | |
| | | * | | | | | | | | | | | Add support for server side colspans in Headers and Footers (#13334) | Teemu Suo-Anttila | 2014-08-05 | 3 | -9/+106 | |
| | | * | | | | | | | | | | | Improved server-side Grid class javadoc (#13334) | Henrik Paul | 2014-08-04 | 1 | -10/+54 | |
| | | * | | | | | | | | | | | Remove deprecated header/footer API (#13334) | Henrik Paul | 2014-08-04 | 3 | -593/+0 | |
| | | * | | | | | | | | | | | Refactor GridConnector to remove RowKeyHelper (#13334) | Teemu Suo-Anttila | 2014-07-31 | 1 | -10/+10 | |
| | | * | | | | | | | | | | | Add server side API for Headers and Footers (#13334) | Teemu Suo-Anttila | 2014-07-31 | 5 | -31/+515 | |
| | | * | | | | | | | | | | | Client-side Grid header/footer rewrite: add default header support (#13334) | Johannes Dahlström | 2014-07-29 | 1 | -1/+6 | |
| | | * | | | | | | | | | | | Grid header/footer rewrite: add partial shared state support (#13334) | Johannes Dahlström | 2014-07-24 | 2 | -6/+32 | |
| | | * | | | | | | | | | | | Use NumberFormat instead of DecimalFormat for NumberRenderer (#13334) | Leif Åstrand | 2014-07-23 | 1 | -17/+17 | |
| | | * | | | | | | | | | | | Merge branch 'master' into grid | Leif Åstrand | 2014-07-22 | 19 | -505/+598 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Rename scrollToItem to scrollTo (#13334) | Leif Åstrand | 2014-07-15 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | Server-side programmatic sort updates sort indicators in the UI (#13334) | Leif Åstrand | 2014-07-10 | 1 | -0/+10 | |
| | | * | | | | | | | | | | | | Add server-side SortOrderChangeEvent support (#13334) | Leif Åstrand | 2014-07-10 | 4 | -4/+159 | |
| | | * | | | | | | | | | | | | GridConnector sends user sort events to the server (#13334) | Leif Åstrand | 2014-07-10 | 1 | -0/+14 | |
| | | * | | | | | | | | | | | | Server-side sorting updates data on client-side (#13334) | Teemu Suo-Anttila | 2014-07-10 | 1 | -5/+11 | |
| | | * | | | | | | | | | | | | Implement Grid server-side Sorting API (#13334) | Patrik Lindström | 2014-07-09 | 3 | -4/+392 | |
| | | * | | | | | | | | | | | | Fix unpinning in DataProviderKeyMapper (#13334) | Teemu Suo-Anttila | 2014-07-09 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | Removes the version number from @since in Grid classes (#13334) | Henrik Paul | 2014-07-08 | 19 | -19/+19 | |
| | | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-07-08 | 8 | -97/+80 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Adds key-related helper methods to Renderers. (#13334) | Henrik Paul | 2014-07-04 | 7 | -11/+54 | |
| | | * | | | | | | | | | | | | | Client now recognizes server-side selection model changes. (#13334) | Henrik Paul | 2014-07-03 | 1 | -0/+13 | |
| | | * | | | | | | | | | | | | | Clean up test code for selection column (#13334) | Henrik Paul | 2014-07-03 | 1 | -7/+0 | |
| | | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-07-01 | 38 | -228/+1191 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | Fix RendererTest to use AlwaysLockedVaadinSession | Teemu Suo-Anttila | 2014-06-30 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | Add connectors for server-side Renderers (#13334) | Henrik Paul | 2014-06-27 | 5 | -0/+347 | |
| | | * | | | | | | | | | | | | | | Send selection between server and client (#13334) | Henrik Paul | 2014-06-27 | 3 | -35/+380 |