summaryrefslogtreecommitdiffstats
path: root/tests/server-side/com
Commit message (Collapse)AuthorAgeFilesLines
* Moved server tests from tests/server-side to server/tests/src (#9299)Artur Signell2012-08-30143-21200/+0
|
* Use empty string instead of null to denote "no fragment parameters" in ↵Johannes Dahlström2012-08-301-11/+11
| | | | Navigator (#9441)
* Moved server test to correct folderArtur Signell2012-08-301-0/+140
|
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-2/+2
|
* Additional fixes for com.vaadin.terminal removal (#9431, #9432)Artur Signell2012-08-291-8/+8
|
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵Artur Signell2012-08-291-3/+3
| | | | com.vaadin.server.widgetsetutils (#9431)
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-297-35/+37
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-2914-106/+74
|
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-294-141/+141
|
* Fix some renamed method names missing from #9416Leif Åstrand2012-08-281-4/+4
|
* Root -> UI in tests (#8908)Artur Signell2012-08-242-9/+9
|
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-2/+2
|
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-242-2/+2
|
* Renamed Application and UI methods and fields from "Root" to "UI" (#8908).Artur Signell2012-08-241-6/+6
|
* Rename Root related classes and package to UI (#8908)Artur Signell2012-08-241-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 Signell2012-08-247-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 Åstrand2012-08-231-2/+2
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Removed readThrough/writeThrough in favor of buffered (#8180)Artur Signell2012-08-222-98/+5
|
* Add RootProvider for Root selection without custom Application (#8159)Leif Åstrand2012-08-201-5/+13
|
* Merged 6.8 branchJohn Ahlroos2012-08-202-28/+111
|\
| * #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
| * Allow removing Window while iterating child window set (#9251)Leif Åstrand2012-08-081-0/+17
| | | | | | | | svn changeset:24115/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 branch 'master' into root-cleanupJohannes Dahlström2012-08-177-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 Signell2012-08-166-6/+78
| | |
| * | Made tests compile again (#9299)Artur Signell2012-08-151-111/+0
| | |
* | | Pass whole DeploymentConfiguration to ApplicationStartEvent and Application; ↵Johannes Dahlström2012-08-172-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 7Leif Åstrand2012-07-261-6/+26
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-0/+57
|\| | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java
| * Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-0/+57
| | | | | | | | svn changeset:24025/svn branch:6.8
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2325-0/+105
| |
* | Replace Navigator(Page) with Navigator(ComponentContainer) (#8859)Henri Sara2012-06-291-12/+0
| |
* | Formatted all source filesArtur Signell2012-06-281-1/+2
| |
* | Fix UriFragmentManagerTest based on earlier implementation changeHenri Sara2012-06-271-1/+1
| |
* | Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-254-6/+6
| |
* | Test for converter factory and related fixes (#8992)Artur Signell2012-06-251-0/+100
| |
* | Added missing parts which made test failArtur Signell2012-06-211-2/+11
| |
* | Converter support and updated data source logic (#8990, #8991)Artur Signell2012-06-212-0/+69
| |
* | Additional test for converters (#8185)Artur Signell2012-06-211-0/+42
| |
* | Merge branch '6.8'Johannes Dahlström2012-06-192-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 Åstrand2012-06-132-0/+48
| | | | | | | | svn changeset:23930/svn branch:6.8
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-192-15/+15
|\ \ | | | | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/integration/EmbedSizeTest.java
| * | Extract API from Root to Page (#8907)Leif Åstrand2012-06-192-15/+15
| | |
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-132-203/+429
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * | Navigator API changes based on review (#8859)Henri Sara2012-06-122-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 Sara2012-06-122-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öm2012-06-112-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 Signell2012-05-292-0/+57
| | | | | | | | | | | | svn changeset:23834/svn branch:6.8
* | | Merge commit 'ecd026'Johannes Dahlström2012-06-111-0/+63
|\| | | |/ |/| | | | | Conflicts: src/com/vaadin/ui/TreeTable.java
| * [merge from 6.7] #8793 Add unit test for TabSheet.replaceComponent()Johannes Dahlström2012-05-181-0/+63
| | | | | | | | svn changeset:23758/svn branch:6.8