summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
* Add minimal Header/Footer visibility support to GridConnector (#13334)Teemu Suo-Anttila2014-07-231-4/+2
| | | | Change-Id: If1bc760d7237d77217fa40a6d91a43d6111e956a
* Improve GridBasicClientFeaturesTest menu handling on some browsersTeemu Suo-Anttila2014-07-231-1/+5
| | | | Change-Id: Ie044d4872a6f3dbed11a7baad7c5e23e603103e5
* Client-side Grid header/footer rewrite: add section setVisible (#13334)Johannes Dahlström2014-07-233-13/+63
| | | | | | | | | | | | | | | | | | | | Currently supported: * Adding and removal of header and footer rows * Header is single-row by default * Footer is zero-row by default * Text captions * Showing and hiding the whole header or footer TODO: * Column spanning * HTML content * Widget content * Component content * Sorting/Indicators * Server side API * Shared state handling Change-Id: I9708f6f5dd7e9212e9ba5f1e462b55ca619c3df0
* Implement Tab navigation for Grid (#13334)Teemu Suo-Anttila2014-07-222-0/+61
| | | | Change-Id: If2c1f3db23247355439360def983dba714979a48
* Implement keyboard navigation between containers (#13334)Teemu Suo-Anttila2014-07-221-7/+22
| | | | Change-Id: I1592582eb20d46bac6ef6f5a6e995a6b3a73098b
* Merge branch 'master' into gridLeif Åstrand2014-07-2230-79/+1338
|\ | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
| * Simulate @RunLocally using eclipse-run-selected-test.properties (#14272)Leif Åstrand2014-07-224-15/+57
| | | | | | | | Change-Id: I4eb9409629f64c17f39b1560062e763270f1f582
| * Remove obsolete TB2 tooltip test, update TB4 test (#14019)Juuso Valli2014-07-213-49/+16
| | | | | | | | Change-Id: I02b68886b888ee0a0d99b41138755f0ea6e2a53d
| * Explain what to do if chrome.driver.path is needed but missing (#14231)Leif Åstrand2014-07-171-5/+19
| | | | | | | | Change-Id: Ibd6f890136d62a3b19f8c60158b4aa1397454f7e
| * Fixes memory leak in VScrollTable (#14159)Dmitrii Rogozin2014-07-172-0/+180
| | | | | | | | Change-Id: I59596630b71f5a6b78c13bc5dbeaf7ef5dfaccf9
| * Improve error message if @RunLocally is committed (#14216)Leif Åstrand2014-07-151-0/+4
| | | | | | | | Change-Id: Ic35b71a01b207ff87072d2e46f34f171ec581fe0
| * Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-1510-0/+520
| | | | | | | | | | | | | | If the server sends no token and the client value remains "init" then it's not sent back to the server. Change-Id: I74fc470c5c22d57c4a48eab3e4476ae4cc2dd242
| * Allow customizing DeploymentConfiguration for test UIs (#14215)Leif Åstrand2014-07-154-0/+267
| | | | | | | | Change-Id: I4a9db58e65b94ec0e46e849e6856817986bd750e
| * Fix Tabsheet scrollbutton by css position in Chameleon theme (#12154)Johannes Tuikkala2014-07-142-0/+122
| | | | | | | | Change-Id: Icd38631f8802fc86949fa29dd517f1aca0499c33
| * Adds a scrollbar to table column drop down (#14156).Felype Santiago Ferreira2014-07-142-0/+111
| | | | | | | | Change-Id: I7ce7c61f842a09af1842a14fedec3412120944c7
| * Box and unbox long values in state fields (#14176)Leif Åstrand2014-07-093-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | We actually want to pass around the primitive long values emulated by GWT even though JavaScript code can't do anything with the values. Skipping the unboxing caused long fields to always be 0 since that's how JavaScript converts an object into a number. This patch also makes the test assert that the expected state values are received and updates those values to actually make sense in some situations. Change-Id: Id9c3696d699593bd9e59e249c5daf077873b85fc
* | Client-side Grid header/footer rewrite: add add/remove rows support (#13334)Johannes Dahlström2014-07-224-34/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently supported: * Adding and removal of header and footer rows * Header is single-row by default * Footer is zero-row by default * Text captions TODO: * Column spanning * HTML content * Widget content * Component content * Sorting/Indicators * Server side API * Shared state handling Change-Id: I54b5062f31e38e872ca64394dfa02f866a1af202
* | Client-side Grid header/footer rewrite: add simple footer support (#13334)Johannes Dahlström2014-07-214-9/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently supported: * A single-row hard-coded header * A zero-row hard-coded footer * Text captions TODO: * 0..n headers and footers * Column spanning * HTML content * Widget content * Component content * Sorting/Indicators * Server side API * Shared state handling Change-Id: Ic85051b16ef77791f1fdae78fca47a0729e1c43d
* | Implement active cell keyboard navigation for Grid (#13334)Teemu Suo-Anttila2014-07-181-1/+55
| | | | | | | | Change-Id: I38b759f24fa35432d5bc330b06a64caaa7ef3c9e
* | Start rewrite of client-side Grid header/footer API (#13334)Johannes Dahlström2014-07-175-116/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old API is marked as deprecated and does not work anymore. Currently supported: * A single hard-coded header * Text captions TODO: * Footers * 0..n headers and footers * Column spanning * HTML content * Widget content * Component content * Sorting/Indicators * Server side API * Shared state handling Change-Id: I0448c36c8406807037b5e21e2db205a2ee24bc8a
* | Add pure client-side test application for Grid (#13334)Patrik Lindström2014-07-178-2/+747
| | | | | | | | Change-Id: I853a91c20e80361ef5daeb31024597200acad1d9
* | Generate type data for AbstractRendererConnector.decode (#13334)Johannes Dahlström2014-07-172-10/+0
| | | | | | | | | | | | | | The presentation type parameter is stored so that decode works without implementers having to implement a getType method. Change-Id: Ia2b9f977f2bf6ed006379cda5eeb61674dd92ee0
* | Add GridRowElement and GridCellElement (#13334)Teemu Suo-Anttila2014-07-152-28/+60
| | | | | | | | Change-Id: Ia0fbc8e0a54089f826659969fa281ec8a79b6d87
* | Refactor GridKeyboardNavigationTestTeemu Suo-Anttila2014-07-151-12/+3
| | | | | | | | | | | | GridKeyboardNavigationTest is now a subclass of GridBasicFeaturesTest. Change-Id: Ibb169526a035fb77a66024a5170996d9a0607b02
* | Split GridBasicFeaturesTest to sub testsTeemu Suo-Anttila2014-07-155-278/+362
| | | | | | | | Change-Id: I17f2c9e289cd08f583fcccfbd2852d38afeda180
* | Implement active cell painting and mouse interaction (#13334)Teemu Suo-Anttila2014-07-152-1/+68
| | | | | | | | Change-Id: Iecb9db0fe6ea9ef0409e2ac0a294ac3508277251
* | Rename scrollToItem to scrollTo (#13334)Leif Åstrand2014-07-151-1/+1
| | | | | | | | Change-Id: Ib2e9415a40ec1664ea0b9881437f1c33eaf0bc09
* | Add TestCategory annotation for GridClientRenderers testTeemu Suo-Anttila2014-07-101-0/+2
| | | | | | | | Change-Id: I239947c9538a2f2c2b937f50d863e7fb612fe5a2
* | Generate type data for AbstractRendererConnector.createRenderer (#13334)Johannes Dahlström2014-07-102-3/+5
| | | | | | | | | | | | | | | | The declared return type of the most-derived getRenderer method is stored to make the default createRenderer implementation work. This is identical to the way AbstractComponentConnector getWidget and createWidget work. Change-Id: I879e9e6739e366bd81773a1e65195336e0cdac6d
* | Server-side programmatic sort updates sort indicators in the UI (#13334)Leif Åstrand2014-07-101-0/+22
| | | | | | Change-Id: Ia4bae5d88d265250d1bf4daa8d23561edb757872
* | Add server-side SortOrderChangeEvent support (#13334)Leif Åstrand2014-07-102-1/+18
| | | | | | Change-Id: Ia250909edccf9a838414994ee24eb5326f49478a
* | GridConnector sends user sort events to the server (#13334)Leif Åstrand2014-07-101-1/+52
| | | | | | | | Change-Id: Ic5b1462ecf2e5a5cef6b08bea7a4c00a09c39c9a
* | Fix modifying rows in GridBasicFeaturesTeemu Suo-Anttila2014-07-101-5/+16
| | | | | | | | Change-Id: If19200b02720a7fe3a0b2bd1e944f21aa12bdb98
* | Server-side sorting updates data on client-side (#13334)Teemu Suo-Anttila2014-07-102-6/+86
| | | | | | | | Change-Id: If4576ed8605c4795d6edaa2f6d36cdb2eb9e8440
* | Removes the version number from @since in Grid classes (#13334)Henrik Paul2014-07-086-6/+6
| | | | | | Change-Id: I36192c46b359b8307c5bb1faf71c3b9a20e77fb8
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-0821-332/+650
|\| | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I7f97cb771665485dbc9130a3c9b0365185615fc5
| * Return a value on __gwtStatsEvent in Profiler (#11709)Bogdan Udrescu2014-07-077-0/+353
| | | | | | | | | | | | | | | | Calling GWT RPC throw an exception when __gwtStatsEvent doesn't return a boolean. This was in the Profiler.ensureNoLogger where the function assigned was empty. Change-Id: If97e15eb3c2c6512e80f3bde81ba180b8c95c947
| * Modified test case to work around bug preventing popup to close in IE (#14086)Anthony Guerreiro2014-07-071-1/+21
| | | | | | | | Change-Id: Icb47d8a0c737e27a3d88078b4162c633ba08739c
| * Remove shadow div for Overlay elements except IE8 (#9303).Henri Sara2014-07-032-0/+17
| | | | | | | | Change-Id: I7bdaf849e79191183013ca05e7420e10411f0b2e
| * Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-033-246/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1b73b00b2875c5eafa3c641b77f5d9efc2f7d929 as well as the related changes to @since, release notes etc. Conflicts: client/src/com/vaadin/client/ResourceLoader.java client/src/com/vaadin/client/communication/TranslatedURLReference.java client/src/com/vaadin/client/ui/ui/UIConnector.java server/src/com/vaadin/ui/UI.java shared/src/com/vaadin/shared/ui/ui/UIState.java uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java Change-Id: Id882dc730f51055f6d17200964bcaf8a1f87a35f
| * Fix PushConfigurationLongPollingTest.Sauli Tähkäpää2014-07-023-51/+40
| | | | | | | | Change-Id: I49516f311315d3c84a177ec6bd937e1241e67351
| * Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-023-3/+130
| | | | | | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
| * Refactor GridLayout tests (#14044)Dmitrii Rogozin2014-07-023-52/+86
| | | | | | | | Change-Id: If297591d46979ce991921f9545ed04a0c2c92e41
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-011-10/+16
| | | | | | | | | | | | Fixed issue with SplitPanels which were not marking sets as dirty. Change-Id: I23bb8bfca87a825aef132f249e05871cf7b36a34
* | Increase simulated latency in GridClientRenderers testTeemu Suo-Anttila2014-07-081-27/+28
| | | | | | | | Change-Id: I53bc77a1ba36eadee7c1c08f8eaffcece00e81fc
* | Fix GridSingleColumnTest & CustomRendererTestTeemu Suo-Anttila2014-07-072-0/+4
| | | | | | | | Change-Id: Ifa789542441e2560a57afe372c6b94d5d9e6b7e6
* | Fix GridClientColumnRenderers test (#13334)Teemu Suo-Anttila2014-07-072-5/+2
| | | | | | | | Change-Id: Icca020d2a0478ac385932d3ff1aedd5df9c530b4
* | Fix setting SelectionMode on application start (#13334)Teemu Suo-Anttila2014-07-072-1/+18
| | | | | | | | Change-Id: I7993a1e7c0ecfc1f75adfe0c156cd41528fea329
* | Adds key-related helper methods to Renderers. (#13334)Henrik Paul2014-07-045-5/+158
| | | | | | | | Change-Id: Ic7b1ece8b88126323acc2e216acdebe636091b98
* | Make Grid scroll as the selection drag happens near an edge. (#13334)Henrik Paul2014-07-031-2/+18
| | | | | | | | Change-Id: Id5188cc090e181deb2128933236d39d7b418c16a