Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed tests -> uitest and tests/testbench -> uitest/src (#9299) | Artur Signell | 2012-08-30 | 1 | -734/+0 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -4/+4 |
| | |||||
* | Migrate Slider to Vaadin 7 (#9304) | Johannes Dahlström | 2012-08-24 | 1 | -2/+3 |
| | |||||
* | Renamed Root to UI, automatic rename (#8908) | Artur Signell | 2012-08-24 | 1 | -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 Signell | 2012-08-22 | 1 | -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 Åstrand | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+10 |
| | |||||
* | Change Notification default to no allow HTML (#9066) | Leif Åstrand | 2012-06-29 | 1 | -5/+8 |
| | |||||
* | Use Notification.show(Page) as the official entry point (#8907) | Leif Åstrand | 2012-06-25 | 1 | -8/+11 |
| | | | Also remove some static shorthands | ||||
* | Extract API from Root to Page (#8907) | Leif Åstrand | 2012-06-19 | 1 | -16/+7 |
| | |||||
* | Updated Label to use shared state | Artur Signell | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | #8019 Enum for Label.ContentMode | Leif Åstrand | 2012-01-04 | 1 | -16/+17 |
| | |||||
* | Use TextArea instead of TextField with set height | Artur Signell | 2011-12-23 | 1 | -4/+5 |
| | |||||
* | Fixed incorrect type (int vs String) | Artur Signell | 2011-12-23 | 1 | -1/+1 |
| | |||||
* | Make Root.init abstract, add non-abstract LegacyWindow and migrate tests | Leif Åstrand | 2011-12-20 | 1 | -3/+3 |
| | |||||
* | Merge remote branch 'origin/databinding' | Leif Åstrand | 2011-12-08 | 1 | -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 annotations | Artur Signell | 2011-12-05 | 1 | -10/+5 |
| | | |||||
* | | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-11-29 | 1 | -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 interfaces | Leif Åstrand | 2011-11-29 | 1 | -2/+0 |
| |/ | |||||
| * | #7964 CheckBox now extends AbstractField directly. | Artur Signell | 2011-11-22 | 1 | -11/+18 |
| | | | | | | | | | | ClickListener is no longer available for a CheckBox. Fixed tests accordingly | ||||
* | | Migrate all old tests to use LegacyApplication and Roots | Leif Åstrand | 2011-11-16 | 1 | -8/+9 |
|/ | |||||
* | Restructure test source directories and packages #7385 | Jonatan Kronqvist | 2011-09-29 | 1 | -0/+721 |
svn changeset:21440/svn branch:6.7 |