aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testbench/com/vaadin/tests/integration/LiferayThemeDemo.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-734/+0
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-4/+4
|
* Migrate Slider to Vaadin 7 (#9304)Johannes Dahlström2012-08-241-2/+3
|
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-1/+1
| | | | | | | | | | | | | | | | | | | 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()
* Refactored margin handlers (#8292)Artur Signell2012-08-221-3/+3
| | | | | | 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.
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+10
|
* Change Notification default to no allow HTML (#9066)Leif Åstrand2012-06-291-5/+8
|
* Use Notification.show(Page) as the official entry point (#8907)Leif Åstrand2012-06-251-8/+11
| | | Also remove some static shorthands
* Extract API from Root to Page (#8907)Leif Åstrand2012-06-191-16/+7
|
* Updated Label to use shared stateArtur Signell2012-05-111-1/+1
|
* #8019 Enum for Label.ContentModeLeif Åstrand2012-01-041-16/+17
|
* Use TextArea instead of TextField with set heightArtur Signell2011-12-231-4/+5
|
* Fixed incorrect type (int vs String)Artur Signell2011-12-231-1/+1
|
* Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-201-3/+3
|
* Merge remote branch 'origin/databinding'Leif Åstrand2011-12-081-8/+5
|\ | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/ui/AbstractField.java tests/testbench/com/vaadin/tests/integration/LiferayThemeDemo.java tests/testbench/com/vaadin/tests/tickets/Ticket1673.java
| * Removed Java 6 @Override annotationsArtur Signell2011-12-051-10/+5
| |
* | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-291-11/+16
|\ \ | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/ui/AbstractField.java tests/testbench/com/vaadin/tests/components/notification/NotificationsHtmlAllowed.java
| * | Remove java 1.6 @Override annotations methods from interfacesLeif Åstrand2011-11-291-2/+0
| |/
| * #7964 CheckBox now extends AbstractField directly. Artur Signell2011-11-221-11/+18
| | | | | | | | | | ClickListener is no longer available for a CheckBox. Fixed tests accordingly
* | Migrate all old tests to use LegacyApplication and RootsLeif Åstrand2011-11-161-8/+9
|/
* Restructure test source directories and packages #7385Jonatan Kronqvist2011-09-291-0/+721
svn changeset:21440/svn branch:6.7