aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | RendererClickEvent now tells about propertyIds (#13334)Henrik Paul2015-01-082-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5d67516516c46984c965577653b4fb44ddbaff11
| | * | | | | | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-085-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iba651c043fa47125b12d17371947042cbb03a589
| | * | | | | | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I89a8ccbb918301abed66adcb0d6246c8db0585a5
| | * | | | | | Fix header texts to captions in Grid client side (#15511)Teemu Suo-Anttila2015-01-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibd6ceae1148820a6644271986e5ea3aab36b08fa
| | * | | | | | Fix DefaultTextRenderer warning with String data (#15430)Teemu Suo-Anttila2015-01-022-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I04eae1e82da6bb0213be19599c7d8fc3085a92a5
| | * | | | | | Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-023-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53a40d927d273a292c8ac845b385c156b9fb901a
| | * | | | | | Change selection model before selecting rows (#15488)Leif Åstrand2014-12-312-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2697367626ca0b469e06e3707a3868f4abfdddd9
| | * | | | | | Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-312-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6de22796051503290db216d4c213401d24a7e2a0
| | * | | | | | Ignore selection col for server-side cell style generator (#15486)Leif Åstrand2014-12-311-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia66ee24da787ca99d16705e699e46729d9aaaca6
| | * | | | | | Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-312-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0a2edc9a9ba1f48299e165d398adf7b73972349f
| | * | | | | | Make disabled Grid nonfocusable and ignore events (#13334)Johannes Dahlström2014-12-302-0/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie017b0449c84ec1afd902503712133ab095282d8
| | * | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-299-210/+190
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| | * | | | | | | Fix Grid columns being too narrow on IE9 (#15475)Teemu Suo-Anttila2014-12-291-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifb46093ffb43a4fa03b051719f3480ef469b460e
| | * | | | | | | Fix EscalatorColumnFreezing test scrolling too farTeemu Suo-Anttila2014-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I60ea619b419b26062557856ef7604740f982f813
| | * | | | | | | DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-193-0/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1fa88cbbb946b932a2a453392a50aff91c36671b
| | * | | | | | | Grid no longer resets scrollpos on state change (#15422)Henrik Paul2014-12-192-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3fde618a47ad9bb0f8b79c52feb10dd74a387203
| | * | | | | | | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-191-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds a special case for isSubsetOf with two empty ranges. Change-Id: I9b4c854051bd760bbac05c7a0bc2e5418371e90e
| | * | | | | | | Fix cache updating in AbstractRemoteDataSource on row remove (#13334)Teemu Suo-Anttila2014-12-191-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also contains a minor performance tweak for row adding in start of the cache and updates to cell focus logic. Change-Id: Ia64e43dd5ae8777014885b5e7dd05cb31b54eae2
| | * | | | | | | Prevent scrolling when adding rows above the focused cell (#13334)Teemu Suo-Anttila2014-12-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic9c9285bae16f7ddec72f621976667ee68a7c103
| | * | | | | | | Fix indexing when adding rows to AbstractRemoteDataSource (#13334)Teemu Suo-Anttila2014-12-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa7c8dacb71d2f6ff612e3801b869652fa0a7bc7
| | * | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18574-430/+1131
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| | * | | | | | | | Heights are now double precision floats (#13334)Henrik Paul2014-12-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id9e1dd4b4a480dd512f3dd78fde2f9a0256087e9
| | * | | | | | | | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-183-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be
| | * | | | | | | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also uses row keys and column ids in communication rather than indices. Change-Id: Ie3bb554bd5c45700f1681160eef08bef8beeaaee
| | * | | | | | | | replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-181-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I745b12685be4696fd8f1158005bf731f35ae8a81
| | * | | | | | | | Use CellReferences everywhere in Renderer APIs (#13334)Teemu Suo-Anttila2014-12-182-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds getElement() to RowReference and CellReference Change-Id: I3df6e50256f628e5cdb5d64d741ff1eb59e8e1c3
| | * | | | | | | | Use CellReference in Grid events and event handling (#13334)Teemu Suo-Anttila2014-12-181-30/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie4ed85e56f0c23850eec56518a7493f5ed3257bd
| | * | | | | | | | Use CellReference instead of FlyweightCell in Grid APIs (#13334)Leif Åstrand2014-12-184-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I519e433219a028e99678574227ca44d5b66d07bc
| | * | | | | | | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-172-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes multiple events from Single Selection Model. Multi Selection Model is designed a bit differently. Change-Id: I0350d7f2de873ff9fba7411c5ca8caefa156be20
| | * | | | | | | | Fixes a measuring in a test for IE to be happy (#13334)Henrik Paul2014-12-171-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I386649cfd6d834146bd696168410748c62b7957b
| | * | | | | | | | Fixes a test that expects integer dimensions (#13334)Henrik Paul2014-12-171-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug made EscalatorColspanTest.testColspan fail in IE10 and 11 Change-Id: Ic16907e52e8c534490f271182acb5fe77c25f6ae
| | * | | | | | | | Make editor request API easier to use (#13334)Johannes Dahlström2014-12-171-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53f2cf8f248aaa3798a82b0a1f42d320ca9c2e05
| | * | | | | | | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-178-120/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idafdbe3d71a38a979e1eeb07c527f66ce61ccfa9
| | * | | | | | | | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-172-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
| | * | | | | | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7
| | * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-1711-30/+459
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| | * | | | | | | | | Fix Grid Tests to test features correctly (#13334)Teemu Suo-Anttila2014-12-1711-91/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib7d8863487cc645f83539de2c9d8006fd8995da0
| | * | | | | | | | | Fixes an issue with Escalator.getVisibleRowRange() if it's emptyHenrik Paul2014-12-162-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I091248c4b4151769b351b45b7715d116de56c41a
| | * | | | | | | | | Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-163-41/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I11de89a69161d9b355d0de63b8a61470259b518e
| | * | | | | | | | | Fix EditorRow not displaying widgets when opened for the first time (#13334)Johannes Dahlström2014-12-152-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If900558c4a927d7db7b206145e9f59fbb04afdf4
| | * | | | | | | | | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2872fec49851ea3c8ed32ca2a77dcbd27e739a8
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-124-2/+140
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7f2c5de8200028b11223e2be3c673bef3339306a
| | * | | | | | | | | | Removes a stowaway file from Grid (#13334)Henrik Paul2014-12-121-922/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I010bf540b521bcec5f3f6a6d53693bdd042fd1ce
| | * | | | | | | | | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-128-98/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab81d2344480d2b60303172a96f4e5e4fa8e1623
| | * | | | | | | | | | Fixes a bug in Grid expand logic (#13334)Henrik Paul2014-12-121-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ec1ccc0bc88c9fac63abc67cf50f8b12013d984
| | * | | | | | | | | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also renames related listeners and notifiers. Change-Id: I96bfdae8173a1c691623938cc7dbcddee7198e46
| | * | | | | | | | | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-124-109/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#13334) Change-Id: If07018b6f74ff1a4c616705f61b6118647d64342
| | * | | | | | | | | | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-124-0/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6cb2f4a11d97c3704c1fd8f8571889f1a8d5c4b8
| | * | | | | | | | | | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-123-1/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't configure fields for properties without columns - Rename "bind" to "set" to match the getter - Make it possible to get a field before editing has started - Remove setting of editable since the field can be configured directly - Remove error handler concept since we have not tests and no use cases - Unbind and detach field when removing a column Change-Id: I38ead4e680cdbab2525fe08ff09ed045255e2d4f
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1243-8/+2052
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java Change-Id: I04938bd8c5b4f01c3ca801c9f7adbb20d279523c