summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix Grid Footer to be visible by default (#13334)Teemu Suo-Anttila2014-08-261-2/+0
| * | Fixes "add first row" action (#13334)Henrik Paul2014-08-261-2/+20
| * | Merge branch 'master' into gridLeif Åstrand2014-08-2243-0/+6880
| |\ \
| | * | Implement selection with keyboard (#13334)Teemu Suo-Anttila2014-08-211-0/+28
| | * | Added PAGEUP/PAGEDOWN/HOME/END keyboard navigation #13334John Ahlroos2014-08-211-1/+54
| | * | Add event originator information to Sort Events (#13334)Patrik Lindström2014-08-212-6/+33
| | * | Implement KeyEvents for Grid (#13334)Teemu Suo-Anttila2014-08-202-2/+233
| | * | Add DataAvailableEvent and handler for it (#13334)Teemu Suo-Anttila2014-08-201-0/+2
| | * | Separate GridBasicFeature tests into client and server subpackagesTeemu Suo-Anttila2014-08-2015-23/+37
| | * | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-2019-456/+765
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1947-936/+2322
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-129-75/+105
| | |\ \ \ \
| | * | | | | Ensure primary stylenames are correct #13334John Ahlroos2014-08-116-41/+248
| | * | | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-1119-70/+457
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-07129-2010/+4613
| | |\ \ \ \ \ \
| | * | | | | | | Remove unnecessary compareScreen from GridStaticSectionComponentTestTeemu Suo-Anttila2014-08-071-2/+0
| | * | | | | | | Add server side support for Components in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-072-0/+144
| | * | | | | | | Support HTML and Widgets in header/footer cells #13334John Ahlroos2014-08-074-8/+258
| | * | | | | | | Take hidden columns into account when calculating colspan #13334John Ahlroos2014-08-072-0/+75
| | * | | | | | | Fixes removing all rows causing javascript error #13334John Ahlroos2014-08-072-0/+19
| | * | | | | | | Trigger ComplexRenderer.setContentVisible(false) initially #13334John Ahlroos2014-08-062-7/+24
| | * | | | | | | Add support for server side colspans in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-053-0/+159
| | * | | | | | | Remove deprecated header/footer API (#13334)Henrik Paul2014-08-042-176/+0
| | * | | | | | | Removed deprecated header and footer renderers #13334John Ahlroos2014-08-011-11/+16
| | * | | | | | | Fixes setting width before adding column to grid #13334John Ahlroos2014-07-312-2/+82
| | * | | | | | | Add server side API for Headers and Footers (#13334)Teemu Suo-Anttila2014-07-314-59/+150
| | * | | | | | | Fix SelectionModelSingle when updating from server (#13334)Teemu Suo-Anttila2014-07-311-17/+48
| | * | | | | | | Use GridBasicFeatures variable COLUMNS instead of hardcoded valueTeemu Suo-Anttila2014-07-302-4/+6
| | * | | | | | | Add multi column sorting test for GridTeemu Suo-Anttila2014-07-303-4/+53
| | * | | | | | | Allow merging header and footer cells again #13334John Ahlroos2014-07-293-4/+181
| | * | | | | | | Client-side Grid header/footer rewrite: add default header support (#13334)Johannes Dahlström2014-07-292-0/+68
| | * | | | | | | Add minimal Header/Footer visibility support to GridConnector (#13334)Teemu Suo-Anttila2014-07-231-4/+2
| | * | | | | | | Improve GridBasicClientFeaturesTest menu handling on some browsersTeemu Suo-Anttila2014-07-231-1/+5
| | * | | | | | | Client-side Grid header/footer rewrite: add section setVisible (#13334)Johannes Dahlström2014-07-233-13/+63
| | * | | | | | | Implement Tab navigation for Grid (#13334)Teemu Suo-Anttila2014-07-222-0/+61
| | * | | | | | | Implement keyboard navigation between containers (#13334)Teemu Suo-Anttila2014-07-221-7/+22
| | * | | | | | | Merge branch 'master' into gridLeif Åstrand2014-07-2231-79/+1353
| | |\ \ \ \ \ \ \
| | * | | | | | | | Client-side Grid header/footer rewrite: add add/remove rows support (#13334)Johannes Dahlström2014-07-224-34/+235
| | * | | | | | | | Client-side Grid header/footer rewrite: add simple footer support (#13334)Johannes Dahlström2014-07-214-9/+123
| | * | | | | | | | Implement active cell keyboard navigation for Grid (#13334)Teemu Suo-Anttila2014-07-181-1/+55
| | * | | | | | | | Start rewrite of client-side Grid header/footer API (#13334)Johannes Dahlström2014-07-175-116/+67
| | * | | | | | | | Add pure client-side test application for Grid (#13334)Patrik Lindström2014-07-178-2/+747
| | * | | | | | | | Generate type data for AbstractRendererConnector.decode (#13334)Johannes Dahlström2014-07-172-10/+0
| | * | | | | | | | Add GridRowElement and GridCellElement (#13334)Teemu Suo-Anttila2014-07-152-28/+60
| | * | | | | | | | Refactor GridKeyboardNavigationTestTeemu Suo-Anttila2014-07-151-12/+3
| | * | | | | | | | Split GridBasicFeaturesTest to sub testsTeemu Suo-Anttila2014-07-155-278/+362
| | * | | | | | | | Implement active cell painting and mouse interaction (#13334)Teemu Suo-Anttila2014-07-152-1/+68
| | * | | | | | | | Rename scrollToItem to scrollTo (#13334)Leif Åstrand2014-07-151-1/+1
| | * | | | | | | | Add TestCategory annotation for GridClientRenderers testTeemu Suo-Anttila2014-07-101-0/+2
| | * | | | | | | | Generate type data for AbstractRendererConnector.createRenderer (#13334)Johannes Dahlström2014-07-102-3/+5