Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server tests from tests/server-side to server/tests/src (#9299) | Artur Signell | 2012-08-30 | 143 | -21200/+0 |
| | |||||
* | Use empty string instead of null to denote "no fragment parameters" in ↵ | Johannes Dahlström | 2012-08-30 | 1 | -11/+11 |
| | | | | Navigator (#9441) | ||||
* | Moved server test to correct folder | Artur Signell | 2012-08-30 | 1 | -0/+140 |
| | |||||
* | Replace ApplicationResource with ConnectorResource (#9419) | Leif Åstrand | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | Additional fixes for com.vaadin.terminal removal (#9431, #9432) | Artur Signell | 2012-08-29 | 1 | -8/+8 |
| | |||||
* | Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵ | Artur Signell | 2012-08-29 | 1 | -3/+3 |
| | | | | com.vaadin.server.widgetsetutils (#9431) | ||||
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 7 | -35/+37 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 14 | -106/+74 |
| | |||||
* | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 4 | -141/+141 |
| | |||||
* | Fix some renamed method names missing from #9416 | Leif Åstrand | 2012-08-28 | 1 | -4/+4 |
| | |||||
* | Root -> UI in tests (#8908) | Artur Signell | 2012-08-24 | 2 | -9/+9 |
| | |||||
* | Remaining Root -> UI renames (#8908) | Artur Signell | 2012-08-24 | 1 | -2/+2 |
| | |||||
* | Component.getRoot() -> Component.getUI() (#8908) | Artur Signell | 2012-08-24 | 2 | -2/+2 |
| | |||||
* | Renamed Application and UI methods and fields from "Root" to "UI" (#8908). | Artur Signell | 2012-08-24 | 1 | -6/+6 |
| | |||||
* | Rename Root related classes and package to UI (#8908) | Artur Signell | 2012-08-24 | 1 | -2/+2 |
| | | | | | | | | | | 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 Signell | 2012-08-24 | 7 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | 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() | ||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -2/+2 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Removed readThrough/writeThrough in favor of buffered (#8180) | Artur Signell | 2012-08-22 | 2 | -98/+5 |
| | |||||
* | Add RootProvider for Root selection without custom Application (#8159) | Leif Åstrand | 2012-08-20 | 1 | -5/+13 |
| | |||||
* | Merged 6.8 branch | John Ahlroos | 2012-08-20 | 2 | -28/+111 |
|\ | |||||
| * | #9145 Reviewed and committed Petri's patch with minor cleanup and clarifications | Johannes Dahlström | 2012-08-17 | 1 | -24/+107 |
| | | | | | | | | svn changeset:24196/svn branch:6.8 | ||||
| * | Allow removing Window while iterating child window set (#9251) | Leif Åstrand | 2012-08-08 | 1 | -0/+17 |
| | | | | | | | | svn changeset:24115/svn branch:6.8 | ||||
| * | Updated test to catch correct exception (#9147) | Artur Signell | 2012-08-03 | 1 | -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 branch 'master' into root-cleanup | Johannes Dahlström | 2012-08-17 | 7 | -117/+78 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/terminal/DeploymentConfiguration.java server/src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java server/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java server/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java | ||||
| * | | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 6 | -6/+78 |
| | | | |||||
| * | | Made tests compile again (#9299) | Artur Signell | 2012-08-15 | 1 | -111/+0 |
| | | | |||||
* | | | Pass whole DeploymentConfiguration to ApplicationStartEvent and Application; ↵ | Johannes Dahlström | 2012-08-17 | 2 | -13/+34 |
|/ / | | | | | | | add accessors to supported servlet init params to DeploymentConfiguration; move init param checks and validation to AbstractDeploymentConfiguration (#9340,#9341) | ||||
* | | Update test to work with Vaadin 7 | Leif Åstrand | 2012-07-26 | 1 | -6/+26 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-07-26 | 1 | -0/+57 |
|\| | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java | ||||
| * | Fix typo preventing StreamVariable cleanup (#9171) | Leif Åstrand | 2012-07-25 | 1 | -0/+57 |
| | | | | | | | | svn changeset:24025/svn branch:6.8 | ||||
* | | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 25 | -0/+105 |
| | | |||||
* | | Replace Navigator(Page) with Navigator(ComponentContainer) (#8859) | Henri Sara | 2012-06-29 | 1 | -12/+0 |
| | | |||||
* | | Formatted all source files | Artur Signell | 2012-06-28 | 1 | -1/+2 |
| | | |||||
* | | Fix UriFragmentManagerTest based on earlier implementation change | Henri Sara | 2012-06-27 | 1 | -1/+1 |
| | | |||||
* | | Rename setCurrentXyz() to setCurrent() (#9029) | Leif Åstrand | 2012-06-25 | 4 | -6/+6 |
| | | |||||
* | | Test for converter factory and related fixes (#8992) | Artur Signell | 2012-06-25 | 1 | -0/+100 |
| | | |||||
* | | Added missing parts which made test fail | Artur Signell | 2012-06-21 | 1 | -2/+11 |
| | | |||||
* | | Converter support and updated data source logic (#8990, #8991) | Artur Signell | 2012-06-21 | 2 | -0/+69 |
| | | |||||
* | | Additional test for converters (#8185) | Artur Signell | 2012-06-21 | 1 | -0/+42 |
| | | |||||
* | | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 2 | -2/+50 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations | ||||
| * | Change Chameleon -> chameleon + unit test for all builtin themes (#8386) | Leif Åstrand | 2012-06-13 | 2 | -0/+48 |
| | | | | | | | | svn changeset:23930/svn branch:6.8 | ||||
* | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-19 | 2 | -15/+15 |
|\ \ | | | | | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/integration/EmbedSizeTest.java | ||||
| * | | Extract API from Root to Page (#8907) | Leif Åstrand | 2012-06-19 | 2 | -15/+15 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-13 | 2 | -203/+429 |
|\| | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java | ||||
| * | | Navigator API changes based on review (#8859) | Henri Sara | 2012-06-12 | 2 | -130/+290 |
| | | | | | | | | | | | | | | | | | | - Simplify the default providers and move addView()/removeView() logic to Navigator itself. - use longest matching view name to manage view hierarchy - minor cleanup | ||||
| * | | Some Navigator API changes based on review (#8859). | Henri Sara | 2012-06-12 | 2 | -73/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes in this changeset include - remove the concept of main view (use empty view name) - remove View.init() - use ViewChangeEvent in ViewChangeListener - remove internal parameters - add getDisplay() and a constructor that creates a SimpleViewDisplay by default | ||||
* | | | Merge commit '8e5b5' | Johannes Dahlström | 2012-06-11 | 2 | -0/+57 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/tabsheet/VTabsheet.java | ||||
| * | | Made Table serializable when using column width for row header (#8428) | Artur Signell | 2012-05-29 | 2 | -0/+57 |
| | | | | | | | | | | | | svn changeset:23834/svn branch:6.8 | ||||
* | | | Merge commit 'ecd026' | Johannes Dahlström | 2012-06-11 | 1 | -0/+63 |
|\| | | |/ |/| | | | | | Conflicts: src/com/vaadin/ui/TreeTable.java | ||||
| * | [merge from 6.7] #8793 Add unit test for TabSheet.replaceComponent() | Johannes Dahlström | 2012-05-18 | 1 | -0/+63 |
| | | | | | | | | svn changeset:23758/svn branch:6.8 |