summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use cache when reading declarative format (#16572)Artur Signell2015-02-041-2/+2
* Make server unit tests pass in Eclipse (#16581)Artur Signell2015-02-043-2/+27
* Use non-blocking Map implementation for caches (#16582)Leif Åstrand2015-02-044-19/+11
* Base classes for declarative testsArtur Signell2015-02-049-0/+724
* Speeds up column adding in Grid (#16474)Henrik Paul2015-02-044-119/+128
* Editor save/cancel buttons stay visually in place (#16562)Henrik Paul2015-02-042-8/+17
* Defer RPC calls in RpcDataProvider to avoid cache issues (#16505)Teemu Suo-Anttila2015-02-043-33/+150
* Check if event move is allowed also in month view. (#15174)Sauli Tähkäpää2015-02-043-1/+109
* Merge branch 'grid'Henrik Paul2015-02-036-12/+101
|\
| * Merge branch 'master' into gridHenrik Paul2015-02-0364-662/+3524
| |\
| * | Grid editor save/cancel buttons can now be rendered on top (#16534)Henrik Paul2015-01-305-11/+89
| * | Getter for editor field factory (#16512)Artur Signell2015-01-291-0/+12
* | | Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-036-26/+424
* | | Use a custom field factory for editor row (#16513)Artur Signell2015-02-033-5/+117
| |/ |/|
* | Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-0316-366/+1445
* | Add @since for Transport.Sauli Tähkäpää2015-02-031-4/+10
* | Make test reliableArtur Signell2015-02-031-29/+61
* | Update to use Sass compiler 0.9.12 (#16554)Leif Åstrand2015-02-021-1/+1
* | Reduce stability issues with LoadingIndicatorTest.Sauli Tähkäpää2015-02-021-15/+21
* | Mitigate issues with AccordionClipsContentTest on IE8.Sauli Tähkäpää2015-02-021-2/+6
* | Remove DataSource.indexOf (#16542)Leif Åstrand2015-02-024-19/+20
* | Avoid client side exception using keyboard navigation (#15343).Denis Anisimov2015-02-023-2/+132
* | Fix for TextField focus problem with Valo in IE (#16491)Matti Hosio2015-02-023-0/+115
* | Moved accessibility shortcut handling to server-side. [#14843]Anna Koskinen2015-01-306-14/+472
* | Make tests more reliableArtur Signell2015-01-291-0/+13
* | Fix wrong color variable for selectedGrid rows (#16532)Jouni Koivuviita2015-01-291-5/+7
* | Basic CRUD testArtur Signell2015-01-2912-175/+727
* | Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-293-20/+117
* | Merge "Merge branch 'origin/grid'"Artur Signell2015-01-29477-2369/+55088
|\ \
| * | Merge branch 'origin/grid'Artur Signell2015-01-28477-2369/+55088
| |\|
| | * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-2816-41/+754
| | |\ | | |/ | |/|
| | * Make Grid and renderer buttons look like Vaadin NativeButton (#16260)Teemu Suo-Anttila2015-01-274-7/+12
| | * Better human readable captions for nested properties (#16433)Artur Signell2015-01-272-2/+2
| | * Disable and restore editor and scroll locking on setEnabled (#16502)Teemu Suo-Anttila2015-01-272-4/+42
| | * Improves touch scrolling in Grid (#16341)Henrik Paul2015-01-271-26/+86
| | * Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-278-40/+252
| | * Use elemental.json and not org.json in OSGi (#16490)Artur Signell2015-01-272-2/+3
| | * Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-272-68/+105
| | * Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-267-24/+125
| | |\
| | * | Fix Grid not always showing select all checkbox (#16397)Teemu Suo-Anttila2015-01-263-7/+82
| | * | Prevent text selection when multi sorting with header clicks (#16275)Teemu Suo-Anttila2015-01-261-1/+8
| | * | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-262-5/+23
| | * | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-2134-134/+1492
| | |\ \
| | * | | Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-204-59/+80
| | * | | Prevent setting column sortable if container is not sortable (#16320)Teemu Suo-Anttila2015-01-202-24/+88
| | * | | Improve Grid selection method javadocs and exception messages (#16259)Johannes Dahlström2015-01-201-44/+57
| | * | | Fix Grid trying to sort Container that is not Sortable (#16311)Teemu Suo-Anttila2015-01-192-4/+58
| | * | | Parameterize client-side Grid.addColumn to return the argument type (#16262)Johannes Dahlström2015-01-192-3/+3
| | * | | Fixes exception when scrolled down and removing header/footer row (#15411)Henrik Paul2015-01-193-17/+117
| | * | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-16469-2369/+54383
| | |\ \ \