aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |
| \ \ \
*-. | | | Merge remote-tracking branches 'origin/grid-detailsrow' and 'origin/grid-colu...Henrik Paul2015-03-1736-850/+6222
|\ \| | | | | |/ / | |/| / | |_|/ |/| |
| | * Client side API for setting a grid column hideable (#17023)Pekka Hyvönen2015-03-131-0/+34
| | * Client side event for grid's columns visibility change (#17023)Pekka Hyvönen2015-03-136-2/+239
| | * Hide columns with client side API in Grid (#17023)Pekka Hyvönen2015-03-133-33/+192
| | * Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-06243-2709/+4984
| | |\
| | * | Dnd-reorder of spanned cells in grid header. (#16643)Pekka Hyvönen2015-03-062-31/+238
| | * | Take footer into account in column dnd-reorder (#16643)Pekka Hyvönen2015-03-042-7/+82
| | * | Limit dnd-reorder of columns inside spanned headers. (#16643)Pekka Hyvönen2015-03-044-58/+232
| | * | Handle selection column oddity when dnd reordering columns (#16443)Pekka Hyvönen2015-02-274-9/+120
| | * | Handle spanned header cells when dnd reordering columns in grid. (#16643)Pekka Hyvönen2015-02-274-26/+147
| | * | Support column reordering from all header rows. (#16643)Pekka Hyvönen2015-02-264-9/+58
| | * | Column reordering in Grid restricted to non-frozen columns. (#16643)Pekka Hyvönen2015-02-254-18/+74