aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-2939-89/+89
|\
| * Fix some renamed method names missing from #9416Leif Åstrand2012-08-281-4/+4
| |
| * Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-2838-85/+85
| | | | | | | | | | Applied patch from Pekka with minor changes (@deprecation javadoc, call the real methods from deprecated methods in AbstractComponent)
* | Fixed conflicting issues from mergeJohn Ahlroos2012-08-285-58/+82
| |
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-28367-892/+1842
|\| | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java
| * Change diff state to not depend on bean.equals semantics (#9406, #9026)Leif Åstrand2012-08-271-2/+2
| |
| * Merge remote-tracking branch 'origin/6.8'Artur Signell2012-08-272-0/+54
| |\ | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/Select.java
| | * Revert 24221 for now, the test does not work reliablyJohannes Dahlström2012-08-231-83/+0
| | | | | | | | | | | | svn changeset:24223/svn branch:6.8
| | * More tests for #9145Johannes Dahlström2012-08-221-0/+83
| | | | | | | | | | | | svn changeset:24221/svn branch:6.8
| | * Fix for Table multirow dragging issue #6217 + Testbench testJohn Alhroos2012-08-212-0/+54
| | | | | | | | | | | | svn changeset:24208/svn branch:6.8
| * | Migrate Slider to Vaadin 7 (#9304)Johannes Dahlström2012-08-242-7/+9
| | |
| * | Tests for new componets split from Embedded (#9087)Johannes Dahlström2012-08-249-0/+546
| | |
| * | Test for UI.getCurrent() in LoginHandler (#9372)Artur Signell2012-08-241-0/+57
| | |
| * | Root -> UI in tests (#8908)Artur Signell2012-08-2456-187/+187
| | |
| * | Remaining Root -> UI renames (#8908)Artur Signell2012-08-245-9/+9
| | |
| * | Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-2424-29/+29
| | |
| * | Renamed Application and UI methods and fields from "Root" to "UI" (#8908).Artur Signell2012-08-249-19/+19
| | |
| * | Rename Root related classes and package to UI (#8908)Artur Signell2012-08-247-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic renames in Eclipse of: - package com.vaadin.terminal.gwt.client.ui.root to .UI - RootConnector to UIConnector - RootServerRpc to UIServerRpc - RootState to UIState - VRoot to VUI - RootRequiresMoreInformationException to UIRequiresMoreInformationException
| * | Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-24300-416/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems()
| * | Explicit test case for #8683Leif Åstrand2012-08-242-2/+34
| | |
| * | Make it possible to delegate state changes to widget (#9297)Leif Åstrand2012-08-247-0/+258
| | |
* | | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-2859-278/+244
|\| |
| * | Changed Notification type and position to enum (#9072)Artur Signell2012-08-231-2/+2
| | |
| * | Update test case for #9274Leif Åstrand2012-08-233-6/+6
| | |
| * | Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-2325-35/+29
| | | | | | | | | Also remove some requestRepaint calls that are no longer needed (#9325)
| * | Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-43/+35
| | |
| * | Removed readThrough/writeThrough in favor of buffered (#8180)Artur Signell2012-08-2213-117/+20
| | |
| * | Made Root.getCurrent() work in LoginForm LoginListener (#9372)Artur Signell2012-08-221-0/+52
| | |
| * | Support using public fields in state classes (#9324)Leif Åstrand2012-08-221-13/+5
| | |
| * | Refactored margin handlers (#8292)Artur Signell2012-08-2214-30/+45
| | | | | | | | | | | | | | | | | | Only layouts actually supporting margins now implement MarginHandler CssLayout should be simplified before 7.0.0 so margin support was removed. GridLayout, VerticalLayout and HorizontalLayout were the only other layouts which actually supported margin. MarginInfo is now passed directly in the state.
| * | Add RootProvider for Root selection without custom Application (#8159)Leif Åstrand2012-08-204-32/+50
| | |
* | | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-2016-49/+724
|\| |
| * | Merged 6.8 branchJohn Ahlroos2012-08-2016-49/+724
| |\|
| | * #9145 Reviewed and committed Petri's patch with minor cleanup and clarificationsJohannes Dahlström2012-08-171-24/+107
| | | | | | | | | | | | svn changeset:24196/svn branch:6.8
| | * TestBench test for #8193 now that #8827 is fixedJohannes Dahlström2012-08-152-9/+160
| | | | | | | | | | | | svn changeset:24175/svn branch:6.8
| | * Correctly measure indent when adding to an empty TreeTable (#9264)Artur Signell2012-08-131-0/+72
| | | | | | | | | | | | svn changeset:24155/svn branch:6.8
| | * Disabled shim iframe for all but IE8+ (#9284, #6219)Artur Signell2012-08-103-0/+89
| | | | | | | | | | | | | | | | | | The shim iframe causes crashes in IE6 and does not really help in Opera/Safari/Firefox. svn changeset:24146/svn branch:6.8
| | * Renamed screenshots to have sensible namesArtur Signell2012-08-091-9/+8
| | | | | | | | | | | | svn changeset:24130/svn branch:6.8
| | * Test for ensuring that overlays can be transparent (not in IE < 9)Artur Signell2012-08-082-0/+61
| | | | | | | | | | | | svn changeset:24124/svn branch:6.8
| | * Fixed TextArea maxlength so it is always enforced (#9199)Artur Signell2012-08-081-0/+53
| | | | | | | | | | | | | | | | | | Uses native maxlength attribute for browsers which support it. svn changeset:24123/svn branch:6.8
| | * Removed extra backslashArtur Signell2012-08-081-1/+1
| | | | | | | | | | | | svn changeset:24122/svn branch:6.8
| | * Allow removing Window while iterating child window set (#9251)Leif Åstrand2012-08-081-0/+17
| | | | | | | | | | | | svn changeset:24115/svn branch:6.8
| | * Use a glob pattern in assertText to allow for slightly different click ↵Johannes Dahlström2012-08-061-2/+2
| | | | | | | | | | | | | | | | | | coordinates between browsers svn changeset:24089/svn branch:6.8
| | * Fix and test for #9136 (Tree throws wrong ItemClickEvent in IE9)Johannes Dahlström2012-08-061-0/+82
| | | | | | | | | | | | svn changeset:24087/svn branch:6.8
| | * Use separate screenshots because of IE9 inconsistency revealed by (#9207)Leif Åstrand2012-08-061-1/+1
| | | | | | | | | | | | svn changeset:24079/svn branch:6.8
| | * Force horizontal scrolling with wide columns but no rows (#9187)Leif Åstrand2012-08-061-0/+86
| | | | | | | | | | | | svn changeset:24065/svn branch:6.8
| | * Updated test to catch correct exception (#9147)Artur Signell2012-08-031-4/+4
| | | | | | | | | | | | | | | | | | The test now fails before the query can be executed when the query string is generated. svn changeset:24061/svn branch:6.8
* | | Merge masterJouni Koivuviita2012-08-2011-34/+258
|\| |
| * | Preserve package name for state serializers (#8683)Leif Åstrand2012-08-204-0/+173
| | |
| * | Don't decode enum as an object (#9333)Leif Åstrand2012-08-204-18/+48
| | |