]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoBoxLayout now respects the current layout specs, dividing unused space equally if...
Jouni Koivuviita [Mon, 16 Apr 2012 15:21:16 +0000 (18:21 +0300)]
BoxLayout now respects the current layout specs, dividing unused space equally if no expand ratios are used for a layout with a defined size. Captions are also now placed on the right side of the component if no icon or caption text is set for the component

12 years agoSmall optimizations to BoxLayoutConnector
Jouni Koivuviita [Sun, 15 Apr 2012 18:24:38 +0000 (21:24 +0300)]
Small optimizations to BoxLayoutConnector

12 years agoBoxLayout fixes for expanding
Jouni Koivuviita [Sat, 14 Apr 2012 21:22:03 +0000 (00:22 +0300)]
BoxLayout fixes for expanding

12 years agoBoxLayout now working with LayoutManager (except for spacing size)
Jouni Koivuviita [Sat, 14 Apr 2012 21:12:27 +0000 (00:12 +0300)]
BoxLayout now working with LayoutManager (except for spacing size)

12 years agoMerge remote-tracking branch 'origin/master' into layoutgraph
Jouni Koivuviita [Thu, 12 Apr 2012 08:17:06 +0000 (11:17 +0300)]
Merge remote-tracking branch 'origin/master' into layoutgraph

12 years agoMerge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph
Jouni Koivuviita [Thu, 12 Apr 2012 08:14:39 +0000 (11:14 +0300)]
Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph

12 years agoMerge branch 'layoutgraph'
Leif Åstrand [Thu, 12 Apr 2012 07:39:20 +0000 (10:39 +0300)]
Merge branch 'layoutgraph'

Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/LayoutManager.java
src/com/vaadin/terminal/gwt/client/ui/AbsoluteLayoutConnector.java
src/com/vaadin/terminal/gwt/client/ui/AbstractOrderedLayoutConnector.java
src/com/vaadin/terminal/gwt/client/ui/AbstractSplitPanelConnector.java
src/com/vaadin/terminal/gwt/client/ui/AccordionConnector.java
src/com/vaadin/terminal/gwt/client/ui/FormConnector.java
src/com/vaadin/terminal/gwt/client/ui/GridLayoutConnector.java
src/com/vaadin/terminal/gwt/client/ui/PanelConnector.java
src/com/vaadin/terminal/gwt/client/ui/RootConnector.java
src/com/vaadin/terminal/gwt/client/ui/TableConnector.java
src/com/vaadin/terminal/gwt/client/ui/TabsheetConnector.java
src/com/vaadin/terminal/gwt/client/ui/TwinColSelectConnector.java
src/com/vaadin/terminal/gwt/client/ui/VAbstractSplitPanel.java
src/com/vaadin/terminal/gwt/client/ui/VAccordion.java
src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java
src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java
src/com/vaadin/terminal/gwt/client/ui/VTabsheetPanel.java
src/com/vaadin/terminal/gwt/client/ui/VView.java
src/com/vaadin/terminal/gwt/client/ui/VWindow.java
src/com/vaadin/terminal/gwt/client/ui/WindowConnector.java

12 years agoAnother WindowConnector fix - attach widget to correct element
Artur Signell [Thu, 12 Apr 2012 06:23:12 +0000 (09:23 +0300)]
Another WindowConnector fix - attach widget to correct element

12 years agoRemoved interface that is never referenced
Artur Signell [Wed, 11 Apr 2012 18:59:38 +0000 (21:59 +0300)]
Removed interface that is never referenced

12 years agoRemoved deprecated an unneded setAlignment based on String (#8169)
Artur Signell [Wed, 11 Apr 2012 18:59:06 +0000 (21:59 +0300)]
Removed deprecated an unneded setAlignment based on String (#8169)

12 years agoRemoved deprecated interface (#8169)
Artur Signell [Wed, 11 Apr 2012 18:55:57 +0000 (21:55 +0300)]
Removed deprecated interface (#8169)

12 years agoVaadin 7 triggers a few more repaints than Vaadin 6
Artur Signell [Wed, 11 Apr 2012 18:51:36 +0000 (21:51 +0300)]
Vaadin 7 triggers a few more repaints than Vaadin 6

12 years agoRemoved getLayout/setLayout (#8169)
Artur Signell [Wed, 11 Apr 2012 18:43:30 +0000 (21:43 +0300)]
Removed getLayout/setLayout (#8169)

12 years agoMade sub window work again
Artur Signell [Wed, 11 Apr 2012 18:40:36 +0000 (21:40 +0300)]
Made sub window work again

12 years agoJavadoc update
Artur Signell [Wed, 11 Apr 2012 18:22:07 +0000 (21:22 +0300)]
Javadoc update

12 years agoMade notifications work again (content is no longer child 0)
Artur Signell [Wed, 11 Apr 2012 18:16:49 +0000 (21:16 +0300)]
Made notifications work again (content is no longer child 0)

12 years agoAdded missing license info
Artur Signell [Wed, 11 Apr 2012 18:08:39 +0000 (21:08 +0300)]
Added missing license info

12 years agoJavadoc updates
Artur Signell [Wed, 11 Apr 2012 17:55:38 +0000 (20:55 +0300)]
Javadoc updates

12 years agoWorkaround for problem with wrong state being created
Artur Signell [Wed, 11 Apr 2012 17:54:58 +0000 (20:54 +0300)]
Workaround for problem with wrong state being created

12 years agoReduced logging
Artur Signell [Wed, 11 Apr 2012 17:45:13 +0000 (20:45 +0300)]
Reduced logging

12 years agoFixed references in native code to old class names
Artur Signell [Wed, 11 Apr 2012 17:37:30 +0000 (20:37 +0300)]
Fixed references in native code to old class names

12 years agoFixed error introduced when refactoring package names
Artur Signell [Wed, 11 Apr 2012 17:20:55 +0000 (20:20 +0300)]
Fixed error introduced when refactoring package names

12 years agoMove SharedState and ServerRpc classes out from Connector classes
Artur Signell [Wed, 11 Apr 2012 17:07:00 +0000 (20:07 +0300)]
Move SharedState and ServerRpc classes out from Connector classes

12 years agoMoved each component to its own package on client side
Artur Signell [Wed, 11 Apr 2012 16:58:26 +0000 (19:58 +0300)]
Moved each component to its own package on client side

Class loaders have problems with referring to static inner classes (e.g.
state classes) when they cannot load the declaring class. To deal with
this the components have been moved to their own packages and state/rpc
classes will be defined in their own Java files.

12 years agoMoved shared classes out from connector to avoid class loader problems
Artur Signell [Wed, 11 Apr 2012 16:13:34 +0000 (19:13 +0300)]
Moved shared classes out from connector to avoid class loader problems

12 years agoAdded missing license
Artur Signell [Wed, 11 Apr 2012 15:52:13 +0000 (18:52 +0300)]
Added missing license

12 years agoButton, NativeButton and CheckBox are no longer Vaadin6Components
Artur Signell [Wed, 11 Apr 2012 14:32:47 +0000 (17:32 +0300)]
Button, NativeButton and CheckBox are no longer Vaadin6Components

Added FocusAndBlurServerRpc for sending focus and blur events to any
component.

12 years agoSimplified initialization of ServerRpc proxies
Artur Signell [Wed, 11 Apr 2012 14:06:34 +0000 (17:06 +0300)]
Simplified initialization of ServerRpc proxies

Renamed InitializableClientToServerRpc -> InitializableServerRpc and
moved it out from ServerRpc to avoid confusion (#8599)

It is now possible to use RpcProxy.create(class, Connector) before the
connector has been initialized

12 years agoComponent no longer implements Paintable
Artur Signell [Wed, 11 Apr 2012 08:08:12 +0000 (11:08 +0300)]
Component no longer implements Paintable

12 years agoUpdated Root to use hierarchy change event for content and windows
Artur Signell [Wed, 11 Apr 2012 07:15:52 +0000 (10:15 +0300)]
Updated Root to use hierarchy change event for content and windows

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Thu, 12 Apr 2012 06:53:11 +0000 (09:53 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
src/com/vaadin/ui/AbstractField.java

12 years agoEnsure table is measured in second layout phase
Leif Åstrand [Thu, 12 Apr 2012 06:36:19 +0000 (09:36 +0300)]
Ensure table is measured in second layout phase

12 years agoMerge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph
Jouni Koivuviita [Thu, 12 Apr 2012 06:32:36 +0000 (09:32 +0300)]
Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph

12 years agoRun scrollbar fix for the next ancestor where it might be needed (#8615)
Leif Åstrand [Wed, 11 Apr 2012 19:18:59 +0000 (22:18 +0300)]
Run scrollbar fix for the next ancestor where it might be needed (#8615)

The previous behavior of only running it for the direct parent if
applicable didn't catch all situations where the fix was needed.

Also postpone layout fix until no interfering changes are expected.

12 years agoAvoid causing scrollbars by leaving undefined height set to auto
Leif Åstrand [Wed, 11 Apr 2012 17:06:55 +0000 (20:06 +0300)]
Avoid causing scrollbars by leaving undefined height set to auto

12 years agoDon't assume scrolling elements have no inline overflow style (#8615)
Leif Åstrand [Wed, 11 Apr 2012 16:42:10 +0000 (19:42 +0300)]
Don't assume scrolling elements have no inline overflow style (#8615)

12 years agoMerge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph
Jouni Koivuviita [Wed, 11 Apr 2012 14:32:28 +0000 (17:32 +0300)]
Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph

12 years agoMaking BoxLayout behave better with LayoutManager
Jouni Koivuviita [Wed, 11 Apr 2012 14:32:24 +0000 (17:32 +0300)]
Making BoxLayout behave better with LayoutManager

12 years agoMerge branch 'master' into layoutgraph
Leif Åstrand [Wed, 11 Apr 2012 13:46:26 +0000 (16:46 +0300)]
Merge branch 'master' into layoutgraph

12 years agoEnsure table rows are sent when a Table tab is re-selected (#8642)
Leif Åstrand [Wed, 11 Apr 2012 13:31:04 +0000 (16:31 +0300)]
Ensure table rows are sent when a Table tab is re-selected (#8642)

12 years agoAvoid infinite loop by only updating table height in second pass
Leif Åstrand [Wed, 11 Apr 2012 12:18:22 +0000 (15:18 +0300)]
Avoid infinite loop by only updating table height in second pass

12 years ago#6155 Javadoc/comments; refresh field value from data source on attach
Johannes Dahlström [Wed, 11 Apr 2012 12:07:29 +0000 (12:07 +0000)]
#6155 Javadoc/comments; refresh field value from data source on attach

svn changeset:23476/svn branch:6.8

12 years agoChange to a more efficient overflow fix and enable it for IE9 (#8615)
Leif Åstrand [Wed, 11 Apr 2012 10:51:41 +0000 (13:51 +0300)]
Change to a more efficient overflow fix and enable it for IE9 (#8615)

12 years agoMerge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph
Jouni Koivuviita [Wed, 11 Apr 2012 07:37:39 +0000 (10:37 +0300)]
Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph

12 years agoCheck for appeared or disappeared scrollbars when sizes have changed
Leif Åstrand [Wed, 11 Apr 2012 07:22:04 +0000 (10:22 +0300)]
Check for appeared or disappeared scrollbars when sizes have changed

12 years agoMerge branch 'master' into layoutgraph
Leif Åstrand [Wed, 11 Apr 2012 06:32:59 +0000 (09:32 +0300)]
Merge branch 'master' into layoutgraph

12 years agoLog deferred widget loading time if it is slow
Leif Åstrand [Wed, 11 Apr 2012 06:32:11 +0000 (09:32 +0300)]
Log deferred widget loading time if it is slow

12 years agoDon't use deferred widget loading as it is currently broken (#8636)
Leif Åstrand [Wed, 11 Apr 2012 06:31:19 +0000 (09:31 +0300)]
Don't use deferred widget loading as it is currently broken (#8636)

12 years agoIgnore optional GWT output
Leif Åstrand [Wed, 11 Apr 2012 06:30:05 +0000 (09:30 +0300)]
Ignore optional GWT output

12 years agoDisable excessive debug logging
Leif Åstrand [Tue, 10 Apr 2012 12:52:40 +0000 (15:52 +0300)]
Disable excessive debug logging

12 years agoRemove unused field and unused import
Leif Åstrand [Tue, 10 Apr 2012 11:54:21 +0000 (14:54 +0300)]
Remove unused field and unused import

12 years agoDisable excessive debug logging
Leif Åstrand [Wed, 11 Apr 2012 06:28:46 +0000 (09:28 +0300)]
Disable excessive debug logging

12 years agoMerge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph
Jouni Koivuviita [Wed, 11 Apr 2012 06:11:16 +0000 (09:11 +0300)]
Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph

12 years agoFixed locator string
Artur Signell [Wed, 11 Apr 2012 05:29:01 +0000 (08:29 +0300)]
Fixed locator string

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Tue, 10 Apr 2012 21:57:10 +0000 (00:57 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
WebContent/release-notes.html

12 years agoFixed bug in calculating % size when using reverse position (#4296)
Artur Signell [Tue, 10 Apr 2012 20:38:21 +0000 (20:38 +0000)]
Fixed bug in calculating % size when using reverse position (#4296)

svn changeset:23426/svn branch:6.8

12 years agoRemoved old info and added mention of #4296
Artur Signell [Tue, 10 Apr 2012 20:12:57 +0000 (20:12 +0000)]
Removed old info and added mention of #4296

svn changeset:23425/svn branch:6.8

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Tue, 10 Apr 2012 19:54:17 +0000 (22:54 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VAbstractSplitPanel.java
src/com/vaadin/ui/AbstractSplitPanel.java

12 years agoInternally remove component before detach listener is called
Artur Signell [Tue, 10 Apr 2012 18:27:32 +0000 (21:27 +0300)]
Internally remove component before detach listener is called

12 years agoProvide a dummy Root to avoid NPE
Artur Signell [Tue, 10 Apr 2012 12:51:37 +0000 (15:51 +0300)]
Provide a dummy Root to avoid NPE

12 years agoMerge branch 'master' into layoutgraph
Leif Åstrand [Tue, 10 Apr 2012 12:53:18 +0000 (15:53 +0300)]
Merge branch 'master' into layoutgraph

12 years agoDisable excessive debug logging
Leif Åstrand [Tue, 10 Apr 2012 12:52:40 +0000 (15:52 +0300)]
Disable excessive debug logging

12 years agoAllow splitter position to be float to avoid rounding errors (#4296)
Artur Signell [Tue, 10 Apr 2012 12:46:38 +0000 (12:46 +0000)]
Allow splitter position to be float to avoid rounding errors (#4296)

svn changeset:23419/svn branch:6.8

12 years agoRemove unused field and unused import
Leif Åstrand [Tue, 10 Apr 2012 11:54:21 +0000 (14:54 +0300)]
Remove unused field and unused import

12 years agoDisabled excessive debug logging
Artur Signell [Tue, 10 Apr 2012 12:28:09 +0000 (15:28 +0300)]
Disabled excessive debug logging

12 years agoUpdate #8544 to be more verbose and to show more exceptions
Leif Åstrand [Tue, 10 Apr 2012 11:28:38 +0000 (14:28 +0300)]
Update #8544 to be more verbose and to show more exceptions

12 years agoClose all URLConnections, not only Java6 specific FileURLConnection.
Henri Sara [Tue, 10 Apr 2012 10:49:00 +0000 (13:49 +0300)]
Close all URLConnections, not only Java6 specific FileURLConnection.

12 years agoMerge branch 'master' into layoutgraph
Leif Åstrand [Tue, 10 Apr 2012 10:25:17 +0000 (13:25 +0300)]
Merge branch 'master' into layoutgraph

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Tue, 10 Apr 2012 09:56:39 +0000 (12:56 +0300)]
Merge remote branch 'origin/6.8'

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

12 years agoMerge remote branch 'origin/master' into layoutgraph
Leif Åstrand [Tue, 10 Apr 2012 09:39:39 +0000 (12:39 +0300)]
Merge remote branch 'origin/master' into layoutgraph

12 years agoAdd LayoutManager.setNeedsMeasure and change how layouts are started
Leif Åstrand [Tue, 10 Apr 2012 09:39:09 +0000 (12:39 +0300)]
Add LayoutManager.setNeedsMeasure and change how layouts are started

12 years agoFixed problem with captions always being in the top left corner
Artur Signell [Tue, 10 Apr 2012 08:16:15 +0000 (11:16 +0300)]
Fixed problem with captions always being in the top left corner

12 years agoFixed NPE in click listener
Artur Signell [Tue, 10 Apr 2012 08:15:47 +0000 (11:15 +0300)]
Fixed NPE in click listener

12 years agoFixed GridLayout captions when components are moved in the layout
Artur Signell [Tue, 10 Apr 2012 06:53:18 +0000 (09:53 +0300)]
Fixed GridLayout captions when components are moved in the layout

12 years agoPrint stack traces to console when in GWT Dev Mode
Artur Signell [Tue, 10 Apr 2012 06:13:13 +0000 (09:13 +0300)]
Print stack traces to console when in GWT Dev Mode

At least for now

12 years agoSmall fixes to VBoxLayout, moved styles to separate stylesheet
Jouni Koivuviita [Mon, 9 Apr 2012 19:38:49 +0000 (22:38 +0300)]
Small fixes to VBoxLayout, moved styles to separate stylesheet

12 years ago95% functional VerticalLayout and HorizontalLayout using mainly CSS
Jouni Koivuviita [Sat, 7 Apr 2012 21:34:22 +0000 (00:34 +0300)]
95% functional VerticalLayout and HorizontalLayout using mainly CSS

12 years agoImport order changed by eclipse
Leif Åstrand [Sat, 7 Apr 2012 08:38:31 +0000 (11:38 +0300)]
Import order changed by eclipse

12 years agoUnregister dependencies during unregister to avoid leaks
Leif Åstrand [Sat, 7 Apr 2012 08:30:22 +0000 (11:30 +0300)]
Unregister dependencies during unregister to avoid leaks

12 years agoFixed potential problem with file descriptors remaining in use
Artur Signell [Thu, 5 Apr 2012 14:10:22 +0000 (17:10 +0300)]
Fixed potential problem with file descriptors remaining in use

12 years ago[merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices
Automerge [Thu, 5 Apr 2012 13:08:30 +0000 (13:08 +0000)]
[merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices

svn changeset:23414/svn branch:6.8

12 years ago[merge from 6.7] TestBench test for #8604
Automerge [Thu, 5 Apr 2012 13:08:25 +0000 (13:08 +0000)]
[merge from 6.7] TestBench test for #8604

svn changeset:23413/svn branch:6.8

12 years ago[merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases
Automerge [Thu, 5 Apr 2012 13:08:18 +0000 (13:08 +0000)]
[merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases

svn changeset:23412/svn branch:6.8

12 years agoDisable TreeTable partial updates until it is fixed
Artur Signell [Thu, 5 Apr 2012 12:58:12 +0000 (15:58 +0300)]
Disable TreeTable partial updates until it is fixed

Currently TreeTable changes its child components during paint, which is
too late for AbstractCommunicationManager to take into account

12 years ago#8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet.Tab)
Johannes Dahlström [Thu, 5 Apr 2012 12:08:08 +0000 (12:08 +0000)]
#8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet.Tab)

svn changeset:23408/svn branch:6.8

12 years agoMerge remote branch 'origin/master' into layoutgraph
Leif Åstrand [Thu, 5 Apr 2012 10:53:51 +0000 (13:53 +0300)]
Merge remote branch 'origin/master' into layoutgraph

12 years agoImplement support for ElementResizeListener
Leif Åstrand [Thu, 5 Apr 2012 10:53:21 +0000 (13:53 +0300)]
Implement support for ElementResizeListener

12 years agoImplemented #8307: Added AbstractField#removeAllValidators()
Johannes Dahlström [Thu, 5 Apr 2012 10:50:00 +0000 (10:50 +0000)]
Implemented #8307: Added AbstractField#removeAllValidators()

svn changeset:23407/svn branch:6.8

12 years agoFixed #6155: stop listening to Property value change and read only status change...
Johannes Dahlström [Thu, 5 Apr 2012 10:38:28 +0000 (10:38 +0000)]
Fixed #6155: stop listening to Property value change and read only status change events on detach to avoid a potential memory leak, resume listening on attach

svn changeset:23406/svn branch:6.8

12 years agoFixed import
Artur Signell [Thu, 5 Apr 2012 08:47:00 +0000 (11:47 +0300)]
Fixed import

12 years agoMore detailed tracing of slow operation in ApplicationConnection.
Henri Sara [Thu, 5 Apr 2012 08:28:17 +0000 (11:28 +0300)]
More detailed tracing of slow operation in ApplicationConnection.

12 years agoMerge branch 'master' into layoutgraph
Leif Åstrand [Thu, 5 Apr 2012 08:21:28 +0000 (11:21 +0300)]
Merge branch 'master' into layoutgraph

12 years agoRenamed template so it is not run as a TestBench script
Artur Signell [Thu, 5 Apr 2012 08:13:11 +0000 (11:13 +0300)]
Renamed template so it is not run as a TestBench script

12 years agoRemoved unneeded code (TextField uses border box sizing)
Artur Signell [Thu, 5 Apr 2012 08:12:13 +0000 (11:12 +0300)]
Removed unneeded code (TextField uses border box sizing)

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.

12 years agoActually use and update shared state variables on server side
Artur Signell [Thu, 5 Apr 2012 07:54:45 +0000 (10:54 +0300)]
Actually use and update shared state variables on server side

12 years agoFixed GridLayout caption rendering
Artur Signell [Thu, 5 Apr 2012 07:40:23 +0000 (10:40 +0300)]
Fixed GridLayout caption rendering

Components that do not delegate caption handling to parent should not
get a caption

12 years agoMerge branch 'master' into layoutgraph
Leif Åstrand [Thu, 5 Apr 2012 07:06:25 +0000 (10:06 +0300)]
Merge branch 'master' into layoutgraph

12 years agoMoved Collapsible and HierarchicalContainerOrderedWrapper to data
Henri Sara [Thu, 5 Apr 2012 06:34:00 +0000 (09:34 +0300)]
Moved Collapsible and HierarchicalContainerOrderedWrapper to data
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.

12 years agoFixed spacing that was only partly moved to shared state
Artur Signell [Thu, 5 Apr 2012 06:08:17 +0000 (09:08 +0300)]
Fixed spacing that was only partly moved to shared state

12 years agoMerge branch 'master' into layoutgraph
Leif Åstrand [Thu, 5 Apr 2012 06:03:35 +0000 (09:03 +0300)]
Merge branch 'master' into layoutgraph

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/AbstractOrderedLayoutConnector.java
src/com/vaadin/terminal/gwt/client/ui/AbstractSplitPanelConnector.java
src/com/vaadin/terminal/gwt/client/ui/PanelConnector.java
src/com/vaadin/terminal/gwt/client/ui/RootConnector.java
src/com/vaadin/terminal/gwt/client/ui/WindowConnector.java