summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset
Commit message (Collapse)AuthorAgeFilesLines
* Converted javascript tests to TB4 and added date tests (#16797, #16786)Artur Signell2015-05-113-0/+17
| | | | Change-Id: I0ac58945d70676135d982f5b829b065b96b1ffa4
* Remove broken custom String[] serialization (#17146)Leif Åstrand2015-04-273-3/+8
| | | | Change-Id: If40b6c4e979e4258a22a7d2d1af0532d3e8f11bc
* Revert "Reduce reflows when sizing columns (#17315)"7.4.4Markus Koivisto2015-04-162-160/+0
| | | | | | | This reverts commit 103b329d328ab0dde95da9426462491be510a8be. It causes problems with screenshot tests (GridColumnAutoWidthServerTest). Change-Id: I1de4a44573b22e0bea8ffa2626724e2a182cb876
* Reduce reflows when sizing columns (#17315)Leif Åstrand2015-04-152-0/+160
| | | | | | | | This patch increases the reported fps from 10 to 17 in Chrome and from 5 to 10 in Firefox. No automatic test since performance testing on our shared testing infrastructure would be quite error-prone. Change-Id: I0bb6af250743058a8f32bb2df89da97660e94b52
* Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-301-0/+125
| | | | Change-Id: I5f9462923fce9f033bc89b791d68607a1e0fc5c7
* Add a client test for row focus moving with reset size (#16607)7.4.2Teemu Suo-Anttila2015-03-171-0/+114
| | | | Change-Id: I937ea36cbb21366e559fcb76aae79e42c039ccfc
* Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-041-0/+137
| | | | Change-Id: I7be1c1571ee5ede0ce481faf823f5f271a280a8a
* Reapplying column width on Grid actually reapplies the width (#16900)Pekka Hyvönen2015-03-031-0/+9
| | | | Change-Id: I8a0bc92294004411782c6ee5b0e460b892570aa3
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+10
| | | | Change-Id: Ieb245205b3a311a4563f39bc48baadc44e218b61
* Show editor save error (#16602)Leif Åstrand2015-02-061-4/+6
| | | | Change-Id: I2727a9fabef4291798e97495c2df86b077387cbb
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-1/+17
| | | | Change-Id: Ie1f9d738db7a03ddb01b968782ad5e4877af1d7e
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-061-0/+2
| | | | | | | | | | | | Non-editable columns are not assigned editor fields. When the editor is active, any non-editable content is not displayed (this should changein the future). This is separate from setting the property or editor field read-only - in those cases the field is still used to display the data which may not be desired and will fail if there is no converter. Also add Column.setEditorField(Field<?>) and the corresponding getter. Change-Id: Ice17c357895cb63a8e1bfd6abaffc1d803399e98
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+14
| | | | Change-Id: I4e303613f66a13b3ad6a9b2284537e5548391a4a
* Speeds up column adding in Grid (#16474)Henrik Paul2015-02-051-0/+8
| | | | | | | Grid.onStateChange is now about 40% faster when adding columns, and setting several column widths has now way less overhead. Change-Id: I7bd900324207bfb2543a1a90390665b90206aefd
* Remove DataSource.indexOf (#16542)Leif Åstrand2015-02-021-5/+0
| | | | | | | | This change makes it easier to create custom data sources. The implementations in provided implementations are retained as a convenience. Change-Id: If34bfb378eec75a37f28af78e512210ed9d7c304
* Grid editor save/cancel buttons can now be rendered on top (#16534)Henrik Paul2015-02-021-2/+4
| | | | Change-Id: Ie70588885f0c876757df96c0deffe7e020cc29e5
* Parameterize client-side Grid.addColumn to return the argument type (#16262)Johannes Dahlström2015-01-191-1/+1
| | | | | | This allows invoking custom methods on the return value. Change-Id: I5f2749b792db3627b46e676aee82dc672fec7113
* Fixes exception when scrolled down and removing header/footer row (#15411)Henrik Paul2015-01-191-0/+36
| | | | | | | This is somewhat bad patch for something that should be done with a some kind of lazy/finally functionality, where these kinds of operations are made JIT, instead of eagerly whenever called. Change-Id: I9121c3715e9eeccff0f768c7b0f0904ee9cdc3a5
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1627-10/+3953
|\ | | | | | | Change-Id: I0babb7cb93e773a9aab82243c1112d45b15bec78
| * Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-14/+25
| | | | | | | | Change-Id: I93551548aad280c4e0193d65a066976d40d65a86
| * Fixes an issue with HeightMode.ROW (#16191)Henrik Paul2015-01-151-0/+32
| | | | | | | | | | | | | | | | | | | | If the server-side set the height mode as row on init, the height was miscalculated. This happened on the client side in some special situations. Also changes one offsetHeight to bounding box height. Change-Id: I76df7e6b4af181b2a578a33bedf620fa3b9bd8ad
| * Support JsonValue types as declared types in state and RPC (#15560)Leif Åstrand2015-01-123-0/+45
| | | | | | Change-Id: I2779a533811bb1b60c4e74789f6378574bc6ac61
| * A few small renames and typo fixes for GridJohannes Dahlström2015-01-111-0/+8
| | | | | | | | | | | | | | | | * SortNotifier.removeSortistener -> removeSortListener * DisabledGridClientTest now extends GridBasicClientFeatures * GridServerRpc.selectionChange -> select Change-Id: Id01b1d51f84c996444de28b262df3db7a6c35a09
| * Get rid of WidgetUtil.getSimpleName (#15544)Leif Åstrand2015-01-092-5/+3
| | | | | | | | Change-Id: I345938e5e2196bbc8438b3401879507994b3b050
| * Separate pure client side util methods to a new class (#15553, #15544)Artur Signell2015-01-092-5/+5
| | | | | | | | | | | | * Deprecated old methods in Util for backwards compatibility Change-Id: I9de5e6b930d9f2c0268967dc7b1cf465e6310280
| * 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-021-1/+9
| | | | | | | | Change-Id: I04eae1e82da6bb0213be19599c7d8fc3085a92a5
| * DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-191-0/+56
| | | | | | | | Change-Id: I1fa88cbbb946b932a2a453392a50aff91c36671b
| * Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-181-26/+0
| |\ | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * | Heights are now double precision floats (#13334)Henrik Paul2014-12-181-2/+2
| | | | | | | | | | | | Change-Id: Id9e1dd4b4a480dd512f3dd78fde2f9a0256087e9
| * | 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
| * | 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-171-17/+17
| | | | | | | | | | | | Change-Id: Idafdbe3d71a38a979e1eeb07c527f66ce61ccfa9
| * | Fix Grid Tests to test features correctly (#13334)Teemu Suo-Anttila2014-12-171-37/+69
| | | | | | | | | | | | Change-Id: Ib7d8863487cc645f83539de2c9d8006fd8995da0
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-121-0/+5
| |\ \ | | | | | | | | | | | | Change-Id: I7f2c5de8200028b11223e2be3c673bef3339306a
| * | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-128-98/+94
| | | | | | | | | | | | | | | | Change-Id: Iab81d2344480d2b60303172a96f4e5e4fa8e1623
| * | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-121-52/+77
| | | | | | | | | | | | | | | | | | | | | | | | (#13334) Change-Id: If07018b6f74ff1a4c616705f61b6118647d64342
| * | | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-121-0/+1
| | | | | | | | | | | | | | | | Change-Id: I6cb2f4a11d97c3704c1fd8f8571889f1a8d5c4b8
| * | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-3/+3
| | | | | | | | | | | | | | | | Change-Id: I1d16260be7b15c9fbdbfdd8f51e50e9f34e96272
| * | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds a callback to requestRows so implementors know what to do when receiving data - Guestimate the initial amount of available rows so an initial request can be made before the actual size is known Change-Id: Iba44eab1695e3ff9947a4e7ed16eee55af98fec4
| * | | Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-111-15/+3
| | | | | | | | | | | | | | | | Change-Id: Ic7cec3c3750db8a2e0b23a4d38f63e9642999e3e
| * | | Flatten client-side EditorRow API (#13334)Johannes Dahlström2014-12-111-8/+7
| | | | | | | | | | | | | | | | Change-Id: I44d8bf004616473481056bdaaa082a898b71438e
| * | | Fix GridColumnAutoWidthClient test to use TestWidgetComponent (#13334)Teemu Suo-Anttila2014-12-112-32/+1
| | | | | | | | | | | | | | | | Change-Id: I9189e0a547d2a40ebb61b30870194c27dd775b7c
| * | | Create harness for testing standalone widgets (#13334)Leif Åstrand2014-12-118-132/+315
| | | | | | | | | | | | | | | | Change-Id: I4cce45280c1b55f1c6e3efe7ea9485f2cf25d08a
| * | | Add missing TestCategory annotations (#13334)Teemu Suo-Anttila2014-12-111-1/+1
| | | | | | | | | | | | | | | | Change-Id: Iebae8ebe7fae01f886440b4f31e3a916c352baa8
| * | | GridColumns can resize-to-fit. (#13334)Henrik Paul2014-12-104-12/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SelectionColumns do that now automatically. Colspanned cells get ignored Change-Id: Ie427ba8df43ad84786c381def8cec216297feb06