aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \
| | | * | | Make Grid react to theme changes (#15418)Leif Åstrand2015-01-165-26/+177
| | | * | | Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-157-122/+286
| | | * | | Add sanity check to removeColumn in Grid server side (#16219)Teemu Suo-Anttila2015-01-152-1/+14
| | | * | | Fix grid row borders and cell widget vertical alignment (#16200)Jouni Koivuviita2015-01-151-5/+8
| | | * | | Make Grid send Json as Json (#16244)Leif Åstrand2015-01-154-12/+9
| | | * | | Fixes an issue with HeightMode.ROW (#16191)Henrik Paul2015-01-156-3/+146
| | | * | | Make widgets dependencies provided (#16217)Artur Signell2015-01-152-9/+6
| | | * | | Uses userOriginated for sort event (#16194)Henrik Paul2015-01-152-2/+42
| | | * | | Fix release buildArtur Signell2015-01-156-162/+140
| | | * | | Reformat build filesArtur Signell2015-01-1511-143/+256
| | | * | | Add screenshot tests for Grid sorting indicatorsTeemu Suo-Anttila2015-01-142-0/+104
| | | * | | Minor loop cleanup/optimization for #15443 fixJohannes Dahlström2015-01-141-19/+16
| | | * | | Fix grid sorting on init and sorting with unused properties (#16192)Teemu Suo-Anttila2015-01-144-12/+76
| | | * | | Fix IndexOutOfBoundsException in RpcDataProviderExtension (#15443)Johannes Dahlström2015-01-145-24/+30
| | | * | | Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-1412-2/+377
| | | * | | Revert to old simpleName logic (differs for inner classes) (#15544)Artur Signell2015-01-142-7/+7
| | | * | | Make ProgressBarRenderer progress bars 100% wide (#16202)Johannes Dahlström2015-01-141-0/+6
| | | * | | Update JS renderer to work with latest grid branch (#15485)Leif Åstrand2015-01-143-39/+70
| | | * | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-1439-526/+1235
| | | |\ \ \
| | | * | | | Set @since tags to 7.4Artur Signell2015-01-134-4/+4
| | | * | | | Implement JavaScript renderer support (#15485)Leif Åstrand2015-01-1310-10/+619
| | | * | | | Discard changes in server-side Grid.cancelEditor() (#16199)Johannes Dahlström2015-01-132-3/+70
| | | * | | | Defer Grid scrolling to avoid issues with DataSource sizes (#16189)Teemu Suo-Anttila2015-01-133-5/+34
| | | * | | | Rename BackgroundMessage -> NoLoadingIndicator (#15373)Leif Åstrand2015-01-137-16/+16
| | | * | | | Grid deco elements are now resized appropriately (#16187)Henrik Paul2015-01-132-4/+40
| | | * | | | Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-133-138/+120
| | | * | | | Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)Henrik Paul2015-01-1311-11/+161
| | | * | | | Add @BackgroundMessage annotation (#15373)Leif Åstrand2015-01-1212-12/+249