aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-138-206/+808
|\ | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * Refresh row cache in requestRepaintAll to avoid partial repaint (#8714)Leif Åstrand2012-06-121-4/+2
| |
| * Test app for #8714Leif Åstrand2012-06-121-0/+116
| |
| * Rename feature -> extension in test classesLeif Åstrand2012-06-124-11/+11
| |
| * 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
| * Change api to use callback instead or rpc for js callbacks (#8888)Leif Åstrand2012-06-121-12/+8
| | | | | | Also change JavascriptCallback.call to throw JSONException
| * Initial javascript callback support (#6730)Leif Åstrand2012-06-112-0/+98
| |
| * Initial support for javascript components (#8888)Leif Åstrand2012-06-112-0/+168
| |
* | Merge commit '0a7f33'Johannes Dahlström2012-06-122-2/+107
|\ \ | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
| * | [merge from 6.7] #7607 updated testAutomerge2012-06-071-1/+36
| | | | | | | | | | | | svn changeset:23902/svn branch:6.8
| * | Refactor ?debug detection (#8923)Leif Åstrand2012-06-071-1/+71
| | | | | | | | | | | | | | | | | | This fixes #8923 by not looking at the uri fragment at all. Also prevents e.g. ?nodebugwindow or ?mode=debug from opening the debug window. svn changeset:23898/svn branch:6.8
* | | Merge commit '17c14'Johannes Dahlström2012-06-121-6/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/util/MethodPropertyDescriptor.java src/com/vaadin/data/util/sqlcontainer/SQLContainer.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/DragAndDropService.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java src/com/vaadin/ui/Table.java tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
* | | Merge commit 'abdc1'Johannes Dahlström2012-06-121-0/+67
|\| | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html src/com/vaadin/terminal/gwt/client/ui/slider/VSlider.java
| * | [merge from 6.7] Made tooltips work for Slider (#8863)Automerge2012-06-011-0/+67
| | | | | | | | | | | | svn changeset:23873/svn branch:6.8
* | | Merge commit '6f729'Johannes Dahlström2012-06-124-31/+142
|\| | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/splitpanel/VAbstractSplitPanel.java src/com/vaadin/ui/AbstractSplitPanel.java
| * | #7495 Fixed Tables test to use the inverted API namingJohannes Dahlström2012-05-311-5/+5
| | | | | | | | | | | | svn changeset:23862/svn branch:6.8
| * | #7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> ↵Johannes Dahlström2012-05-311-3/+3
| | | | | | | | | | | | | | | | | | setColumnCollapsible). No other change in semantics. svn changeset:23861/svn branch:6.8
| * | Created a test for disabling and enabling max/min split position of ↵Tapio Aali2012-05-312-23/+134
| | | | | | | | | | | | | | | | | | SplitPanel. Also fixed some inconsistenties from the AbstractSplitPanel class. svn changeset:23859/svn branch:6.8
* | | Merge commit '56d0c'Johannes Dahlström2012-06-122-0/+483
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/ClickEventHandler.java src/com/vaadin/terminal/gwt/client/ui/combobox/VFilterSelect.java src/com/vaadin/terminal/gwt/client/ui/splitpanel/VAbstractSplitPanel.java src/com/vaadin/ui/AbstractSplitPanel.java
| * | Added options for setting maximum and minimum split positions to SplitPanel ↵Tapio Aali2012-05-302-0/+483
| | | | | | | | | | | | | | | | | | (#1744). svn changeset:23850/svn branch:6.8
* | | Merge commit '61638'Johannes Dahlström2012-06-113-21/+144
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/ClickEventHandler.java tests/testbench/com/vaadin/tests/components/orderedlayout/LayoutClickListenerTest.html tests/testbench/com/vaadin/tests/layouts/TestLayoutClickListeners.html
| * | [merge from 6.7] Make ClickEventHandler fire clicks only if mousedown and ↵Automerge2012-05-303-20/+143
| | | | | | | | | | | | | | | | | | mouseup match (#4120) svn changeset:23846/svn branch:6.8
* | | Merge commit '6d07c'Johannes Dahlström2012-06-112-0/+70
|\| |
| * | [merge from 6.7] #8801 TestBench testAutomerge2012-05-292-0/+70
| | | | | | | | | | | | svn changeset:23840/svn branch:6.8
* | | 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 'bb48c'Johannes Dahlström2012-06-111-0/+5
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/combobox/VFilterSelect.java
| * | [merge from 6.7] Try to fix a sporadic test failure on IEAutomerge2012-05-251-0/+5
| | | | | | | | | | | | svn changeset:23831/svn branch:6.8
* | | Merge commit 'b0210'Johannes Dahlström2012-06-112-0/+80
|\| |
| * | [merge from 6.7] Test application for #8855Automerge2012-05-231-0/+78
| | | | | | | | | | | | svn changeset:23818/svn branch:6.8
| * | [merge from 6.7] Print more debug info when running testbench testsAutomerge2012-05-231-0/+2
| | | | | | | | | | | | svn changeset:23816/svn branch:6.8
* | | Merge commit 'edf451'Johannes Dahlström2012-06-111-0/+72
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/slider/VSlider.java
| * | Fixed styles that were left lingering while changing the orientation of a ↵Tapio Aali2012-05-231-0/+72
| | | | | | | | | | | | | | | | | | slider (#7002). svn changeset:23813/svn branch:6.8
* | | Merge commit 'e8a652'Johannes Dahlström2012-06-113-0/+176
|\| |
| * | Table: Make some columns uncollapsable (#7495)Leif Åstrand2012-05-233-0/+176
| | | | | | | | | | | | svn changeset:23811/svn branch:6.8
| * | [merge from 6.7] Chrome 18 -> 19 (#8835)Artur Signell2012-05-221-1/+1
| | | | | | | | | | | | svn changeset:23800/svn branch:6.8
* | | Merge commit 'e7f31'Johannes Dahlström2012-06-111-2/+4
|\| | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
| * | Remove clientHeight/Width from WebBrowser (#5655)Leif Åstrand2012-05-221-2/+4
| | | | | | | | | | | | svn changeset:23792/svn branch:6.8
* | | Merge commit 'e085e'Johannes Dahlström2012-06-111-1/+3
|\| | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/root/VRoot.java tests/testbench/com/vaadin/tests/integration/EmbedSizeTest.java
| * | Make browser window size available in Window (#5655)Leif Åstrand2012-05-221-2/+4
| | | | | | | | | | | | svn changeset:23790/svn branch:6.8
* | | Merge commit 'bec62'Johannes Dahlström2012-06-112-0/+117
|\| | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css src/com/vaadin/terminal/gwt/client/ui/button/VButton.java src/com/vaadin/ui/Button.java
| * | [merge from 6.7] Don't trigger actions if space or enter is pressed with ↵Automerge2012-05-212-0/+117
| | | | | | | | | | | | | | | | | | Button focused (#7191) svn changeset:23774/svn branch:6.8
* | | Merge commit '99786'Johannes Dahlström2012-06-113-0/+239
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/ui/TabSheet.java
| * | [merge from 6.7] Test application for #8813Automerge2012-05-181-0/+77
| | | | | | | | | | | | svn changeset:23766/svn branch:6.8
| * | [merge from 6.7] Fix #8810 - only animate row expansion if there are child ↵Automerge2012-05-181-0/+77
| | | | | | | | | | | | | | | | | | rows to animate svn changeset:23763/svn branch:6.8
| * | [merge from 6.7] #8805 fix flickering of partial first row in table, related ↵Automerge2012-05-181-0/+85
| | | | | | | | | | | | | | | | | | manual test svn changeset:23762/svn branch:6.8
* | | Merge commit 'ecd026'Johannes Dahlström2012-06-114-0/+180
|\| | | | | | | | | | | | | | 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
| * | [merge from 6.7] Test case for #7387Automerge2012-05-151-0/+50
| | | | | | | | | | | | svn changeset:23750/svn branch:6.8