aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [merge from 6.7] Blur the combo box before swapping data source to avoid ↵Automerge2012-05-041-0/+5
| | | | | | | | | | | | | | | | | | random issue in Safari related to Testbench blur emulation svn changeset:23675/svn branch:6.8
| * | Fix broken error tooltips in FormLayout (#8794)Leif Åstrand2012-06-082-0/+80
| | |
| * | Don't send type info from server to client (#8879)Leif Åstrand2012-06-061-6/+5
| | |
| * | Initial extension support (#6690)Leif Åstrand2012-06-063-9/+45
| | |
| * | Updated to be Root-based and added debug ids to ease testingArtur Signell2012-05-311-16/+21
| | |
| * | Added generic test for FormLayoutArtur Signell2012-05-311-0/+16
| | |
| * | Missing test script contents (#7885)Leif Åstrand2012-05-301-0/+36
| | |
| * | Test Vaadin 7 using Chrome 19Leif Åstrand2012-05-291-1/+1
| | |
| * | Verify that @Widgetset loads the right widgetset (#7885)Leif Åstrand2012-05-295-3/+64
| | | | | | | | | This is testable now that we have a separate widgetset for testing.
| * | Add support for building TestingWidgetSet (#8469)Leif Åstrand2012-05-291-0/+6
| | |
| * | Implement first version of view and navigation APIs (#8859).Henri Sara2012-05-243-0/+511
| | |
* | | Fixed equal expand ratio for BoxLayout (no expand ratios set for defined ↵Jouni Koivuviita2012-05-211-1/+2
| | | | | | | | | | | | sized layout)
* | | Small optimization to BoxLayoutJouni Koivuviita2012-05-201-6/+6
| | | | | | | | | | | | | | | By setting vertical alignment to all components in a horizontal layout with undefined height the layout will skip lots of measurements.
* | | Extensive refactoring of BoxLayoutJouni Koivuviita2012-05-202-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | Reduced many unnecessary element resize listeners and layout methods. Refactored ComponentConnector style name handling so that it will now only alter the style names and not completely override them on each update.
* | | Merge branch 'master' into layoutgraphJouni Koivuviita2012-05-1868-79/+333
|\| |
| * | Test app and script for #8804Leif Åstrand2012-05-152-0/+110
| | |
| * | Added support for map keys of any type (#8602)Artur Signell2012-05-141-0/+146
| | |
| * | Test for portal URL generation for render requests (#8785)Artur Signell2012-05-131-0/+12
| | |
| * | State is now created using generators, removed setState (#8502)Artur Signell2012-05-112-11/+2
| | |
| * | Updated Label to use shared stateArtur Signell2012-05-1163-68/+63
| | |
* | | Reverted LayoutResizeTest (previous commit was a mistake)Jouni Koivuviita2012-05-111-4/+3
| | |
* | | Fixed a bug in BoxLayout which caused spacing elements not to be measuredJouni Koivuviita2012-05-111-3/+4
| | |
* | | Merged master to layoutgraphJouni Koivuviita2012-05-1132-46/+1632
|\| |
| * | Update dom path for child caption for Vaadin 7Leif Åstrand2012-05-041-1/+1
| | |
| * | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-0417-67/+950
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java src/com/vaadin/terminal/gwt/client/BrowserInfo.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/VButton.java src/com/vaadin/terminal/gwt/client/ui/VDateFieldCalendar.java src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java src/com/vaadin/terminal/gwt/client/ui/VNativeButton.java src/com/vaadin/terminal/gwt/client/ui/VNotification.java src/com/vaadin/terminal/gwt/client/ui/VView.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/server/RequestTimer.java src/com/vaadin/ui/Button.java tests/test.xml tests/testbench/com/vaadin/tests/components/TouchScrollables.java
| | * [merge from 6.7] Add missing ?restartApplication from the URLAutomerge2012-05-031-1/+1
| | | | | | | | | | | | svn changeset:23669/svn branch:6.8
| | * [merge from 6.7] Don't paint references to orphan components #8730Automerge2012-05-032-0/+72
| | | | | | | | | | | | svn changeset:23668/svn branch:6.8
| | * Test using Firefox 12 (#8739)Leif Åstrand2012-05-021-1/+1
| | | | | | | | | | | | svn changeset:23665/svn branch:6.8
| | * [merge from 6.7] Simplified test case for #8730Automerge2012-04-271-0/+90
| | | | | | | | | | | | svn changeset:23660/svn branch:6.8
| | * [merge from 6.7] Fix and test case for #8619: Add sanity checks to ↵Automerge2012-04-271-0/+61
| | | | | | | | | | | | | | | | | | GridLayout to handle cases where the size of a relative-size child unexpectedly changes svn changeset:23656/svn branch:6.8
| | * [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ↵Automerge2012-04-272-0/+225
| | | | | | | | | | | | | | | | | | == will fail at least with JPAContainer as the entity provider provides the id instances and it is not guaranteed that the same instance is returned every time (e.g. if using a Long the longs represent the same number but are not the same instance) svn changeset:23655/svn branch:6.8
| | * Improved touch scrolling test application (#8716, #8720, #8721, #8722, ↵Johannes Dahlström2012-04-261-64/+111
| | | | | | | | | | | | | | | | | | #8723, #8724, #8725) svn changeset:23644/svn branch:6.8
| | * Functions for reporting Android and iOS version (#8716)Artur Signell2012-04-261-6/+87
| | | | | | | | | | | | svn changeset:23642/svn branch:6.8
| | * Add support for html in buttons (#8663)Leif Åstrand2012-04-264-0/+174
| | | | | | | | | | | | svn changeset:23634/svn branch:6.8
| | * Fixes #8693 by applying patch, adds automated test for the case.Marc Englund2012-04-252-0/+30
| | | | | | | | | | | | svn changeset:23631/svn branch:6.8
| | * Add test for $entry and make it ignore some false positives (#8699)Leif Åstrand2012-04-251-0/+42
| | | | | | | | | | | | svn changeset:23626/svn branch:6.8
| | * Added v-ios and v-android for mobile devices (#7911)Artur Signell2012-04-251-2/+37
| | | | | | | | | | | | svn changeset:23625/svn branch:6.8
| | * Applied patch provided for #8600 (hasChildren() broken if item used to have ↵Marc Englund2012-04-241-0/+25
| | | | | | | | | | | | | | | | | | children) and added junit test. Fixes #8600 svn changeset:23624/svn branch:6.8
| * | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-255-32/+448
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/ui/FocusableScrollPanel.java src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategy.java src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategyIE.java src/com/vaadin/terminal/gwt/client/ui/VCustomLayout.java src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapperIE.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTextField.java src/com/vaadin/terminal/gwt/client/ui/VVideo.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java tests/testbench/com/vaadin/tests/components/table/TestCurrentPageFirstItem.java
| | * [merge from 6.7] Test case and fix for #8625: Firefox and IE9 need an ↵Automerge2012-04-192-0/+90
| | | | | | | | | | | | | | | | | | overflow hack to prevent unwanted scrollbars with nested TabSheets in some cases svn changeset:23592/svn branch:6.8
| | * [merge from 6.7] improved test caseAutomerge2012-04-181-4/+16
| | | | | | | | | | | | svn changeset:23580/svn branch:6.8
| | * [merge from 6.7] enhanced test caseAutomerge2012-04-181-1/+19
| | | | | | | | | | | | svn changeset:23575/svn branch:6.8
| | * [merge from 6.7] added tests case that contains varios setups to check ↵Automerge2012-04-181-0/+238
| | | | | | | | | | | | | | | | | | scrolling and related stuff work with touch devices svn changeset:23574/svn branch:6.8
| | * [merge from 6.7] Fixed layout to match test script and screenshotsAutomerge2012-04-181-1/+1
| | | | | | | | | | | | svn changeset:23573/svn branch:6.8
| | * [merge from 6.7] Test for #8662: Improved old #2864 test case and added a ↵Automerge2012-04-182-34/+91
| | | | | | | | | | | | | | | | | | TestBench script svn changeset:23572/svn branch:6.8
| * | Method for finding the first ancestor of a given type (#8182)Artur Signell2012-04-191-1/+1
| | |
| * | Fixed GateIn portal support and action request problem (#8670)Artur Signell2012-04-191-2/+2
| | |
| * | Fix changed dom element pathLeif Åstrand2012-04-191-1/+1
| | |
| * | Add test for detecting scrollbar quirks in different browsersLeif Åstrand2012-04-191-0/+47
| | |
| * | Move test app to the right package and add test scriptLeif Åstrand2012-04-192-1/+12
| | |