summaryrefslogtreecommitdiffstats
path: root/uitest/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/grid' into 7.47.4.0.beta1Artur Signell2014-12-191-2/+39
|\
| * 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
* | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-196-191/+150
|\ \ | |/ |/| | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ui/tabsheet/TabsheetState.java Change-Id: Iad7c2371362240a6bf3bce02cfc61fc242d44e39
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-182-0/+145
| | | | | | | | Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-181-2/+2
| | | | | | | | Change-Id: I7afabec7e0d9334b799019b581fca858895b2cc1
| * Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-183-189/+3
| | | | | | | | | | | | | | (#13580)." This reverts commit f4d1383b20da01f9fc43c32d7541a7816f8a9a9b. Change-Id: I5911f63ae35bef54f01477b14e5feffdf952aa6d
* | 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-18572-51574/+1130
|\| | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * Update broken TB2 test to valid TB3 test (#14755)Artur Signell2014-12-181-0/+64
| | | | | | | | Change-Id: Idc26ac1fee3edd36646b7a6bd84424d0caa37e63
| * Allow captions to contain HTML (#9426)Artur Signell2014-12-182-4/+164
| | | | | | | | Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84
| * Move TB2 files to separate folderArtur Signell2014-12-18549-51251/+0
| | | | | | | | | | | | This avoids running other HTML files as TB2 tests Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
| * Revert "TextField's input prompt is now disabled properly (#15144)"Artur Signell2014-12-182-318/+0
| | | | | | | | | | | | | | | | This reverts commit 52236519d9d3ed0cd7de5ed52c6aa19c514e15d6. Causes regression when updating style names in a text change listener (TextChangeListenerChangingNonTextProperties) Change-Id: I50bdb674872b98f3b1495a1115e352bfa7f13e8c
| * Merge "Merge remote-tracking branch 'origin/declarative'"Artur Signell2014-12-188-0/+502
| |\
| | * Merge remote-tracking branch 'origin/declarative'Artur Signell2014-12-188-0/+502
| | |\ | | | | | | | | | | | | Change-Id: I7caf7a28f9c6e536797cf41e307e4d6d18bd3222
| | | * Some fixes to potus demo (#7749)Matti Hosio2014-12-171-1/+4
| | | | | | | | | | | | | | | | Change-Id: I61b80e8610431988ae3bd6a88993b010d116db4e
| | | * Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-1764-83/+3060
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/TextField.java Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00
| | | * | Improved potus demo (#7749)Matti Hosio2014-12-166-32/+320
| | | | | | | | | | | | | | | | | | | | Change-Id: I330d669238b2c79ca2afda396a5e07833f0af90a
| | | * | Tests for declarative support (#7749)Artur Signell2014-12-154-0/+211
| | | | | | | | | | | | | | | | | | | | Change-Id: I4dee7d3583a80f2f6a7334792ca064c725320bf0
| | | * | Declarative: remove unnecessary files.Mika Murtojarvi2014-12-031-51/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files were used for manual testing. Automatic tests with new test files will be created soon. Change-Id: I14b823dbd3c446a0288129a511ba8f8ec920f13b
| | | * | Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-021-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parser creates a Component hierarchy from a given html file. The html generator does the converse, outputs html given a component hierarchy with a single root. Current TODOs: 1) add automatic tests - some of the functionality may not have been tested in any way. 2) Remove files that are not relevant for this change set but were accidentally included in a commit. Change-Id: I222e01291aab75c2249d4aa4904f16fb153d4397
| * | | | Update to Atmosphere 2.2 (#14534)Artur Signell2014-12-181-1/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not use the new heartbeat mechanism in Atmosphere 2.2 because the heartbeat mechanism will cause the client to reconnect every 60 seconds when idle. It does not currently work with Vaadin because no onreopen event is fired by Atmosphere (https://github.com/Atmosphere/atmosphere-javascript/issues/141) and thus Vaadin will wait forever for Atmosphere to indicate that the connection is available again after the disconnect. Change-Id: I3a61b2c5d611f09c3092f817834e6382e1ca9894
| * | | Add viewport tag generation support (#13710)Leif Åstrand2014-12-177-0/+272
| | | | | | | | | | | | | | | | Change-Id: Ic38f640e44b91b4a1e1e906ab92a751d7a13ee65
| * | | Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-172-0/+126
| | |/ | |/| | | | | | | | | | | | | When using Valo theme and Responsive extension, all responsive UIs get a padding-top even though it should be only added when a Valo Menu is present in the UI. Added a stylename which has to be added to any responsive UIs containing a Valo Menu. Change-Id: Ib3e3c5341bef03c174accb01401b4a90c1deb29e
* | | 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
| * | Release session memory at the end of each testLeif Åstrand2014-12-151-3/+9
| | | | | | | | | | | | Change-Id: I30dd917158091f1fe6f16d050ff7d6037493d3ef
| * | Back button doesn't change URL if view blocks the navigation (#10901)Anna Miroshnik2014-12-152-0/+223
| | | | | | | | | | | | Change-Id: Ib1211a7a2282753b329129615a544264e62d1ed5
| * | Delayed column layouting is visible (#15189)Anna Miroshnik2014-12-151-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full Name of defect: Regression: Table column jumps when table is shown and table is contained in a layout Regression is a outcome of change due to #12672. No TB4 test because problem happens too fast to be caught. Change-Id: I9af5ed3c11e0fb673c7f2f1c5fd4739bd4b8c655
| * | Fix push test broken by new StringToEnumConverterArtur Signell2014-12-155-27/+18
| | | | | | | | | | | | Change-Id: I76885f3254ec28574ac637905af13cba1a9d2b41
| * | Use ComboBox locale for filtering case tranform (#15193)Leif Åstrand2014-12-142-0/+137
| | | | | | | | | | | | Change-Id: Id462c3e76c8d761c04851227c949a3124ddf14b3
* | | 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