summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-111-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html
| * | | | | | | | | | | | Fixed bug in calculating % size when using reverse position (#4296)Artur Signell2012-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23426/svn branch:6.8
| * | | | | | | | | | | | Removed old info and added mention of #4296Artur Signell2012-04-101-171/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23425/svn branch:6.8
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-102-19/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VAbstractSplitPanel.java src/com/vaadin/ui/AbstractSplitPanel.java
| * | | | | | | | | | | | Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-102-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23419/svn branch:6.8
* | | | | | | | | | | | | Internally remove component before detach listener is calledArtur Signell2012-04-101-2/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Provide a dummy Root to avoid NPEArtur Signell2012-04-101-0/+16
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Disabled excessive debug loggingArtur Signell2012-04-102-14/+21
| | | | | | | | | | | |
* | | | | | | | | | | | Update #8544 to be more verbose and to show more exceptionsLeif Åstrand2012-04-102-35/+14
| | | | | | | | | | | |
* | | | | | | | | | | | Close all URLConnections, not only Java6 specific FileURLConnection.Henri Sara2012-04-101-4/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-1014-102/+809
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java
| * | | | | | | | | [merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devicesAutomerge2012-04-051-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23414/svn branch:6.8
| * | | | | | | | | [merge from 6.7] TestBench test for #8604Automerge2012-04-051-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23413/svn branch:6.8
| * | | | | | | | | [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some casesAutomerge2012-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23412/svn branch:6.8
| * | | | | | | | | #8203 Added TabSheet#setSelectedTab(int) and ↵Johannes Dahlström2012-04-051-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TabSheet#setSelectedTab(TabSheet.Tab) svn changeset:23408/svn branch:6.8
| * | | | | | | | | Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23407/svn branch:6.8
| * | | | | | | | | Fixed #6155: stop listening to Property value change and read only status ↵Johannes Dahlström2012-04-052-20/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8
| * | | | | | | | | [merge from 6.7] Test for #8328Automerge2012-04-041-3/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23402/svn branch:6.8
| * | | | | | | | | Create integration test for WebSphere Application Server 8 (#3789)Leif Åstrand2012-04-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23401/svn branch:6.8
| * | | | | | | | | Test tab scrolling in #5100 testJohannes Dahlström2012-04-041-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23400/svn branch:6.8
| * | | | | | | | | #5100 Removed obsolete code to fix a Firefox tab scrolling bugJohannes Dahlström2012-04-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23399/svn branch:6.8
| * | | | | | | | | [merge from 6.7] Basic app for testing various aspects of layout performanceAutomerge2012-04-031-0/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23393/svn branch:6.8
| * | | | | | | | | #5100 Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23385/svn branch:6.8
| * | | | | | | | | Reverted accidental commitJohannes Dahlström2012-04-021-77/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23384/svn branch:6.8
| * | | | | | | | | Don't test wrap-around in #5100 test as it's not currently supportedJohannes Dahlström2012-04-021-27/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23382/svn branch:6.8
| * | | | | | | | | Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23380/svn branch:6.8
| * | | | | | | | | Cleaned up #5100 testJohannes Dahlström2012-04-021-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23378/svn branch:6.8
| * | | | | | | | | [merge from 6.7] #8597 Do not leave VWindow references in the static ↵Automerge2012-04-021-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | windowOrder list svn changeset:23377/svn branch:6.8
* | | | | | | | | | Fixed problem with captions always being in the top left cornerArtur Signell2012-04-101-0/+1
| | | | | | | | | |
* | | | | | | | | | Fixed NPE in click listenerArtur Signell2012-04-102-17/+17
| | | | | | | | | |
* | | | | | | | | | Fixed GridLayout captions when components are moved in the layoutArtur Signell2012-04-102-30/+62
| | | | | | | | | |
* | | | | | | | | | Print stack traces to console when in GWT Dev ModeArtur Signell2012-04-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least for now
* | | | | | | | | | Fixed potential problem with file descriptors remaining in useArtur Signell2012-04-051-1/+21
| | | | | | | | | |
* | | | | | | | | | Disable TreeTable partial updates until it is fixedArtur Signell2012-04-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently TreeTable changes its child components during paint, which is too late for AbstractCommunicationManager to take into account
* | | | | | | | | | Fixed importArtur Signell2012-04-051-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | More detailed tracing of slow operation in ApplicationConnection.Henri Sara2012-04-051-5/+82
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Renamed template so it is not run as a TestBench scriptArtur Signell2012-04-052-1/+1
| | | | | | | |
* | | | | | | | Removed unneeded code (TextField uses border box sizing)Artur Signell2012-04-051-71/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also as % are not converted to px anymore the code is not run for relative sizes, which in the comment is said to be the reason for the method.
* | | | | | | | Actually use and update shared state variables on server sideArtur Signell2012-04-051-52/+15
| | | | | | | |
* | | | | | | | Fixed GridLayout caption rendering Artur Signell2012-04-0512-20/+33
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Components that do not delegate caption handling to parent should not get a caption
* | | | | | | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-053-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages (related to #8440) - should not be specific to TreeTable. Otherwise, having a package and a class by the same name causes problems when trying to compile a widgetset on systems that do not treat file names as case sensitive.
* | | | | | | Fixed spacing that was only partly moved to shared stateArtur Signell2012-04-055-58/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Refer to Connector instead of ClientConnectorArtur Signell2012-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | ClientConnector is correct but is not available for the GWT compiler, causing errors
* | | | | | Moved Form child component references to stateArtur Signell2012-04-052-63/+81
| | | | | |
* | | | | | Removed unnecessary calls to unregisterPaintableArtur Signell2012-04-054-18/+0
| | | | | |
* | | | | | Fixed GridLayout caption problem + small step towards away from UIDLArtur Signell2012-04-052-29/+59
| | | | | |
* | | | | | Paintable -> ConnectorArtur Signell2012-04-052-11/+11
| | | | | |
* | | | | | Increased logging to be able to see where time is spentArtur Signell2012-04-051-0/+4
| | | | | |
* | | | | | Tests for CustomLayoutArtur Signell2012-04-054-3/+128
| | | | | |
* | | | | | Abort widgetset compilation if there are errorsArtur Signell2012-04-051-0/+1
| | | | | |