summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* UI based on AbstractBasicComponentContainer (#2924) - make test compileHenri Sara2012-11-141-4/+1
| | | | Change-Id: Ieef4c133ac5f6601f6e3f0780cb383bbe4fa4f49
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-1342-109/+179
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Made test compatible with overlay containerArtur Signell2012-11-131-4/+4
| | | | Change-Id: I2774fc044690b30d83b178b9080e78dda2ed2d02
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-133-3/+3
| | | | Change-Id: I5bc64ed7446ca6f87311bf63f49fb883cfd8b538
* Merge "Renamed uri fragment methods in Page to use UriFragment instead of ↵Johannes Dahlström2012-11-137-42/+42
|\ | | | | | | Fragment (#10141)"
| * Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵Artur Signell2012-11-137-42/+42
| | | | | | | | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8
* | (#10180) Moved positioning from onStateChanged to ↵Mikael Grankvist2012-11-132-0/+111
|/ | | | | | onConnectorHierarchyChange. Added test. Change-Id: Iccd290a8e2be165207abe1b4805ec992d24bad0d
* (#9924) Moved hierarchy code and fixed popup view to not be a ↵Mikael Grankvist2012-11-131-8/+7
| | | | | | LegacyComponent anymore. Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee
* Fixed row focus not removed when selecting rows in Table #10036John Ahlroos2012-11-121-0/+52
| | | | Change-Id: Ie9089d7d35e8c3d27f93938141c0378816e4f48e
* Merge "Rename Application.getRootConnector to getUIConnector (#10158)"Marc Englund2012-11-091-5/+5
|\
| * Rename Application.getRootConnector to getUIConnector (#10158)Johannes Dahlström2012-11-081-5/+5
| | | | | | | | Change-Id: I9f7714cc8a723550e521b1cd0fb70499f3f12138
* | Fixed ordering in ordered layout when inserting components #10154John Ahlroos2012-11-092-0/+234
|/ | | | Change-Id: I025745a4f575ecaece0e897e9b8f90adba7c2d63
* Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-072-13/+27
| | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c
* Test for #10155Artur Signell2012-11-071-0/+161
| | | | Change-Id: I63428b4ae8492aba253dc3ac1c024bd61b692818
* Added AbstractConnector.getRpcProxy helper (#10143)Artur Signell2012-11-074-13/+4
| | | | Change-Id: I52ca9908763cc7416a2c50971252429cd8c294e8
* Merge "Test for #10098"John Ahlroos2012-11-071-0/+214
|\
| * Test for #10098Artur Signell2012-11-071-0/+214
| | | | | | | | Change-Id: I50fd7fc998ca394bfd1139b26a19bd5bb48cc354
* | Test script for #10128Artur Signell2012-11-071-0/+57
| | | | | | | | Change-Id: I81c477b548cd49f1c3e9e04de99fede61a0bd254
* | Test script for #10154Artur Signell2012-11-071-0/+32
| | | | | | | | Change-Id: I0fcae73633ea2f7d98323d2e2a0e00df6ef0b5fc
* | Test for #10154Artur Signell2012-11-071-0/+71
| | | | | | | | Change-Id: Ie49c010564e7ce45f823f0f61a81135ae9a7132b
* | Merge "AbstractComponentContainer should implement getComponentIterator and ↵Johannes Dahlström2012-11-061-1/+1
|\ \ | | | | | | | | | not iterator (#10144)"
| * | AbstractComponentContainer should implement getComponentIterator and not ↵Artur Signell2012-11-061-1/+1
| |/ | | | | | | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5
* | Merge "Moved classes from com.vaadin to com.vaadin.server (#10145)"Johannes Dahlström2012-11-06213-214/+214
|\ \
| * | Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-06213-214/+214
| |/ | | | | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
* / Make getRpcProxy protected (#9312)Artur Signell2012-11-061-0/+6
|/ | | | Change-Id: Ia315978b72e5fa3d2f7268b9bb4b4095c2d93402
* Merge "Fixed compilation error"Artur Signell2012-11-061-3/+1
|\
| * Fixed compilation errorJohn Ahlroos2012-11-061-3/+1
| | | | | | | | Change-Id: I94b832dc8d31d858d2e587581bc013b7140cb937
* | Merge "ProgressIndicator now stops polling when removed (#10130)"John Ahlroos2012-11-051-9/+50
|\ \
| * | ProgressIndicator now stops polling when removed (#10130)Artur Signell2012-11-051-9/+50
| | | | | | | | | | | | Change-Id: I9f422d387a95f3f711c575d15973c101792769e7
* | | 10030 Button.DisableOnClick not working properlyPekka Hyvönen2012-11-052-0/+144
| |/ |/| | | | | Change-Id: I0514bc4da186360a84d9cdb48140245108847115
* | Do not include LegacyWindow or LabelDataSource.MockUI in testJohn Ahlroos2012-11-051-1/+4
| | | | | | | | Change-Id: I3325d472b98d3311bce222d7d1ffd17898b3194b
* | Merge "Properly detach removed connectors (#9815)"John Ahlroos2012-11-052-0/+93
|\ \ | |/ |/|
| * Properly detach removed connectors (#9815)Leif Åstrand2012-11-012-0/+93
| | | | | | | | Change-Id: I1b9a1a1bfbf384a8e5530ca8fddd1e0758d431f2
* | Display CustomLayout template even if there are no children (#9725)Johannes Dahlström2012-11-026-31/+58
| | | | | | | | | | | | * Also move a couple of tests from components.customcomponent to .customlayout Change-Id: I72c3507a4f1d40a7027050829e2b54c050563301
* | Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-02253-258/+258
| | | | | | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
* | Update location when initialized UI is opened again (#10044)Leif Åstrand2012-11-012-1/+52
| | | | | | | | | | | | | | * Also fix Page.updateLocation to avoid NPE if fragment changes from null to null Change-Id: I03f3883c2653eaf438ccdfc313078fbe8fe898bc
* | Mini tutorial code (#10050)Leif Åstrand2012-11-013-0/+137
| |
* | Fix client-side NPE in Image without a source (#10101)Johannes Dahlström2012-11-012-0/+75
|/ | | | Change-Id: I7911dffd8700dc166f7b8669d291a0e34cb43daf
* Merge "Fixed Combobox popup positioning problem when located inside a ↵Marc Englund2012-11-012-0/+87
|\ | | | | | | PopupView #9768"
| * Fixed Combobox popup positioning problem when located inside a PopupView #9768John Ahlroos2012-11-012-0/+87
| | | | | | | | Change-Id: I5c256483fcb5050b08eb7c481676385789e96f09
* | Use proper selector when closing notifications (#9220)Leif Åstrand2012-10-317-29/+27
|/ | | | Change-Id: Ic207d5423e9f3d18c33be9ce04196446ee11a7ea
* Overlay container #9220Marc Englund2012-10-302-0/+2
| | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
* Avoid NPE if CustomComponent has no child (#9895)Leif Åstrand2012-10-302-0/+95
| | | | Change-Id: I020951fb4490b09f5026b9d75de95d1661399e93
* Fixed missing stylenames on menu item #10077John Ahlroos2012-10-292-1/+32
| | | | Change-Id: Iadbfee6d86efef06d549d587e2ac6e2e6b519fb1
* Merge "Disable automatic test for #6771 because of #10084"Artur Signell2012-10-261-0/+0
|\
| * Disable automatic test for #6771 because of #10084Leif Åstrand2012-10-261-0/+0
| | | | | | | | Change-Id: I63aca345b47f07cd075ded7ea3e591098d62fd06
* | Added missing restartApplicationArtur Signell2012-10-261-2/+2
| | | | | | | | Change-Id: Id745f220761b23b4edf5c43af62e8ebc30f0c021
* | Updated caption to be more accurateArtur Signell2012-10-261-1/+1
| | | | | | | | Change-Id: Ib75368746c1843b1551d50c064548f713556d3ea
* | Fixed locatorsArtur Signell2012-10-261-86/+11
| | | | | | | | Change-Id: I6900a1ac24cf4fc15b3bb1c5f7472a627936f11a
* | Enum is HTML, not XHTML nowadaysArtur Signell2012-10-261-1/+1
| | | | | | | | Change-Id: I4c6ae2896f53813074bb8179bde30897797d453c