summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-317-13/+523
* Refactored fragile column reorder tests for GridPekka Hyvönen2015-03-314-87/+122
* Moves DragAndDropHandler from Grid to separate classPekka Hyvönen2015-03-303-223/+243
* Client Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-277-40/+258
* Fixed some faulty asserts in Grid's detail row creation (#17293)Henrik Paul2015-03-272-10/+41
* Update all empty since tags published in alpha1Leif Åstrand2015-03-2619-60/+60
* Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-254-1/+174
* Hide DragAndDropHandler in Grid to make vaadin-widgets compile (#16643)Leif Åstrand2015-03-252-251/+224
* Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-254-11/+93
* Avoid using VButton because of vaadin-widgets dependencies (#17023)Leif Åstrand2015-03-251-3/+2
* Adds Escalator.scrollToSpacer (#17270)Henrik Paul2015-03-254-40/+171
* Fixes more broken IE8 tests for column reorderPekka Hyvönen2015-03-242-4/+7
* Update release notes for 7.5.0.alpha1Leif Åstrand2015-03-241-37/+12
* Fixes Grid column reordering for IE8 (#17023)Pekka Hyvönen2015-03-231-17/+8
* Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-2325-481/+894
|\
| * Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
| * Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-202-5/+26
| * Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-203-14/+123
| * Run SDM in strict mode to easier catch silly mistakes (#13567)Leif Åstrand2015-03-191-1/+1
| * Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-191-2/+2
| * Re-enable support for the firefox.path propertyLeif Åstrand2015-03-181-0/+5
| * Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-181-2/+6
| * Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-181-0/+25
| * Fix bad language in release notesLeif Åstrand2015-03-181-1/+1
| * Migrate FlashIsVisible embedded test from TB2 to TB4Teemu Suo-Anttila2015-03-182-33/+32
| * Add a client test for row focus moving with reset size (#16607)Teemu Suo-Anttila2015-03-173-0/+205
| * Add test for RpcDataProvider calls to Container (#16642)Teemu Suo-Anttila2015-03-172-22/+57
| * Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-172-0/+94
| * Add link to the push issues wiki page to the release notes (#17142)Leif Åstrand2015-03-171-17/+24
| * Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-173-182/+19
| * Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-175-201/+271
* | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-228-23/+278
* | Fixes Escalator spacer tests (#16644)Henrik Paul2015-03-222-16/+37
* | Disable Sidebar API access since it will still be reworked (#17023)Leif Åstrand2015-03-203-90/+2
* | Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-207-52/+285
* | Fix various small issues discovered while reviewing APILeif Åstrand2015-03-207-10/+10
* | Move DetailComponentManager from Grid to RDPE (#16644)Henrik Paul2015-03-203-253/+271
* | Restructure sidebar widget handling to work with custom content (#17023)Leif Åstrand2015-03-203-62/+211
* | Added some extra warnings for DetailsGenerator (#16644)Henrik Paul2015-03-191-1/+3
* | Removes unnecessary todo logging (#16644)Henrik Paul2015-03-191-17/+0
* | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-1914-15/+1317
|\ \
| * | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-188-126/+291
| * | Fixes a bug when scrolling a Grid with details open (#16644)Henrik Paul2015-03-183-16/+53
| * | Fixes a bug in Details being open on freshly retrieved Grid rows (#16644)Henrik Paul2015-03-182-4/+30
| * | Grid's Details can now be Components (#16644)Henrik Paul2015-03-1710-13/+754
| * | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-179-9/+341
* | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-195-1/+300
* | | Merge remote-tracking branch 'origin/grid-columnhiding' into grid-7.5Pekka Hyvönen2015-03-196-32/+718
|\ \ \
| * | | Grid's columns hidable with toggles in the sidebar (#17023)Pekka Hyvönen2015-03-184-75/+504
| * | | Display button for opening sidebar in Grid when hidable columns #17023Pekka Hyvönen2015-03-174-8/+265