summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [merge from 6.7] Made tooltips work for Slider (#8863)Automerge2012-06-011-0/+6
| | | | | | | | | | | | svn changeset:23873/svn branch:6.8
* | | Merge commit '6f729'Johannes Dahlström2012-06-123-16/+23
|\| | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/splitpanel/VAbstractSplitPanel.java src/com/vaadin/ui/AbstractSplitPanel.java
| * | #7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> ↵Johannes Dahlström2012-05-311-10/+17
| | | | | | | | | | | | | | | | | | 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-311-10/+10
| | | | | | | | | | | | | | | | | | SplitPanel. Also fixed some inconsistenties from the AbstractSplitPanel class. svn changeset:23859/svn branch:6.8
| * | Optimized network usage of the split position limits of the SplitPanel (#8880).Tapio Aali2012-05-312-12/+18
| | | | | | | | | | | | svn changeset:23857/svn branch:6.8
* | | Merge commit 'e978b99'Johannes Dahlström2012-06-121-2/+0
|\| |
| * | #8878 Cannot use @Override when implementing interface methods in Java 1.5Johannes Dahlström2012-05-301-2/+0
| | | | | | | | | | | | svn changeset:23856/svn branch:6.8
* | | Merge commit '11322'Johannes Dahlström2012-06-121-4/+0
|\| |
| * | #1744 Should not check for reversed position hereJohannes Dahlström2012-05-301-4/+0
| | | | | | | | | | | | svn changeset:23855/svn branch:6.8
* | | Merge commit '42dff'Johannes Dahlström2012-06-121-1/+1
|\| |
| * | #1744 Fixed a regressionJohannes Dahlström2012-05-301-1/+1
| | | | | | | | | | | | svn changeset:23854/svn branch:6.8
* | | Merge commit '56d0c'Johannes Dahlström2012-06-126-29/+301
|\| | | | | | | | | | | | | | | | | | | | | | | 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
| * | [merge from 6.7] Small tweaks to #4120 based on reviewAutomerge2012-05-302-5/+1
| | | | | | | | | | | | svn changeset:23852/svn branch:6.8
| * | VFilterSelect implements SubPartAware #8878Jonatan Kronqvist2012-05-301-1/+21
| | | | | | | | | | | | svn changeset:23851/svn branch:6.8
| * | Added options for setting maximum and minimum split positions to SplitPanel ↵Tapio Aali2012-05-302-21/+208
| | | | | | | | | | | | | | | | | | (#1744). svn changeset:23850/svn branch:6.8
* | | Merge commit '61638'Johannes Dahlström2012-06-113-15/+102
|\| | | | | | | | | | | | | | | | | | | | 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-302-5/+90
| | | | | | | | | | | | | | | | | | mouseup match (#4120) svn changeset:23846/svn branch:6.8
* | | Merge commit 'bc630'Johannes Dahlström2012-06-111-5/+3
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/table/VScrollTable.java
| * | [merge from 6.7] Revert last attempt of fix for (#6039) as it doesn't fix ↵Automerge2012-05-291-8/+0
| | | | | | | | | | | | | | | | | | all problems svn changeset:23839/svn branch:6.8
* | | Merge commit '165544'Johannes Dahlström2012-06-111-5/+0
|\| |
| * | Removed non-working/unneeded code (#8428)Artur Signell2012-05-291-5/+0
| | | | | | | | | | | | svn changeset:23835/svn branch:6.8
* | | Merge commit '8e5b5'Johannes Dahlström2012-06-113-1/+48
|\| | | | | | | | | | | | | | 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-1/+37
| | | | | | | | | | | | svn changeset:23834/svn branch:6.8
| * | #8625 Fixed a regression caused by #8720 changes (touch scroll support)Johannes Dahlström2012-05-251-1/+2
| | | | | | | | | | | | svn changeset:23832/svn branch:6.8
* | | Merge commit 'bb48c'Johannes Dahlström2012-06-113-1/+40
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/combobox/VFilterSelect.java
| * | #7911 Added a common CSS class "v-touch" for all touch devicesJohannes Dahlström2012-05-251-1/+6
| | | | | | | | | | | | svn changeset:23828/svn branch:6.8
| * | Manual merge from 6.7 to 6.8 for #8799 timer unregistration.Henri Sara2012-05-241-0/+19
| | | | | | | | | | | | svn changeset:23825/svn branch:6.8
| * | [merge from 6.7] #8801 Recompute VFilterSelect textbox width if popup opener ↵Automerge2012-05-241-0/+6
| | | | | | | | | | | | | | | | | | width has changed eg. due to a style/theme change svn changeset:23823/svn branch:6.8
* | | Merge commit 'cb20a6'Johannes Dahlström2012-06-111-24/+101
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/root/VRoot.java
| * | Merged VView changes to 6.8 (#8799).Henri Sara2012-05-241-22/+99
| | | | | | | | | | | | svn changeset:23820/svn branch:6.8
* | | Merge commit 'edf451'Johannes Dahlström2012-06-111-0/+12
|\| | | | | | | | | | | | | | 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-1/+10
| | | | | | | | | | | | | | | | | | slider (#7002). svn changeset:23813/svn branch:6.8
* | | Merge commit 'e8a652'Johannes Dahlström2012-06-112-2/+71
|\| |
| * | Table: Make some columns uncollapsable (#7495)Leif Åstrand2012-05-232-2/+71
| | | | | | | | | | | | svn changeset:23811/svn branch:6.8
* | | Merge commit 'e8844'Johannes Dahlström2012-06-111-0/+3
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/table/VScrollTable.java
| * | [merge from 6.7] Recalculate column widths if scrollbar has changed (#6039)Automerge2012-05-221-0/+8
| | | | | | | | | | | | svn changeset:23804/svn branch:6.8
* | | Merge commit '35b979'Johannes Dahlström2012-06-111-0/+27
|\| |
| * | [merge from 6.7] #8305 extend Liferay session when the user interacts with a ↵Automerge2012-05-221-0/+27
| | | | | | | | | | | | | | | | | | Vaadin portlet svn changeset:23802/svn branch:6.8
* | | Merge commit 'e7f31'Johannes Dahlström2012-06-111-41/+3
|\| | | | | | | | | | | | | | | | | 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-223-45/+4
| | | | | | | | | | | | svn changeset:23792/svn branch:6.8
* | | Merge commit 'e085e'Johannes Dahlström2012-06-112-10/+65
|\| | | | | | | | | | | | | | | | | 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-222-16/+64
| | | | | | | | | | | | svn changeset:23790/svn branch:6.8
* | | Merge commit 'bec62'Johannes Dahlström2012-06-115-144/+68
|\| | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css src/com/vaadin/terminal/gwt/client/ui/button/VButton.java src/com/vaadin/ui/Button.java
| * | #8724 Properly generate simulated click events from touch events on iOS 5Johannes Dahlström2012-05-221-0/+5
| | | | | | | | | | | | svn changeset:23784/svn branch:6.8
| * | [merge from 6.7] Remove duplicate code in constructorAutomerge2012-05-211-7/+1
| | | | | | | | | | | | svn changeset:23779/svn branch:6.8
| * | Removed an empty if() {}Johannes Dahlström2012-05-211-2/+0
| | | | | | | | | | | | svn changeset:23776/svn branch:6.8
| * | #8724 Factored away duplicate code in native/non-native touch handling, ↵Johannes Dahlström2012-05-211-115/+33
| | | | | | | | | | | | | | | | | | removed unused variables, removed debug messages, added comments svn changeset:23775/svn branch:6.8
| * | [merge from 6.7] Don't trigger actions if space or enter is pressed with ↵Automerge2012-05-212-28/+12
| | | | | | | | | | | | | | | | | | Button focused (#7191) svn changeset:23774/svn branch:6.8
| * | #8723 Remove superfluous sinkEvents() callJohannes Dahlström2012-05-211-2/+0
| | | | | | | | | | | | svn changeset:23772/svn branch:6.8
* | | Merge commit '99786'Johannes Dahlström2012-06-113-60/+98
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/ui/TabSheet.java