Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | [merge from 6.7] VConsole.error() instead of throwing in startRequest() and ↵ | Automerge | 2012-04-13 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | endRequest() sanity checks svn changeset:23527/svn branch:6.8 | |||||
| | | * | Reverted accidental commit | Johannes Dahlström | 2012-04-13 | 7 | -108/+50 | |
| | | | | | | | | | | | | | | | | svn changeset:23523/svn branch:6.8 | |||||
| | | * | Blocked merge of revisions related to 6.7.7 release | Johannes Dahlström | 2012-04-13 | 7 | -50/+108 | |
| | | | | | | | | | | | | | | | | svn changeset:23522/svn branch:6.8 | |||||
| | | * | #8203 Improved javadoc, added null check | Johannes Dahlström | 2012-04-12 | 1 | -7/+10 | |
| | | | | | | | | | | | | | | | | svn changeset:23504/svn branch:6.8 | |||||
| | | * | Fixed #8653: addTab(index) should not throw if index is out of bounds | Johannes Dahlström | 2012-04-12 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | svn changeset:23503/svn branch:6.8 | |||||
| | * | | Add missing license | Leif Åstrand | 2012-04-18 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Reserve space using margin instead of padding to reduce overflows | Leif Åstrand | 2012-04-18 | 3 | -29/+31 | |
| | | | | ||||||
| | * | | Don't throw NPE when getting RPC for non-existing connector id | Leif Åstrand | 2012-04-17 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Put margin on caption's parent so caption's outer size can be used | Leif Åstrand | 2012-04-17 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Added VaadinApache2LicenseForJavaFiles comments to new classes | Jouni Koivuviita | 2012-04-18 | 4 | -0/+12 | |
|/ / / | ||||||
* | | | Fixed expand ratio calculations for BoxLayout (was not taking caption width ↵ | Jouni Koivuviita | 2012-04-18 | 1 | -2/+11 | |
| | | | | | | | | | | | | into account when horizontal expand was used) | |||||
* | | | Fixed some BoxLayout issues | Jouni Koivuviita | 2012-04-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed a nasty hanging child state change handler bug in BoxLayout | Jouni Koivuviita | 2012-04-18 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fixes to BoxLayout based on first round of screenshot tests | Jouni Koivuviita | 2012-04-18 | 2 | -3/+32 | |
| | | | ||||||
* | | | Fixes to BoxLayout based on first round of screenshot tests | Jouni Koivuviita | 2012-04-18 | 2 | -70/+77 | |
| | | | ||||||
* | | | Merge remote branch 'origin/master' into layoutgraph | Leif Åstrand | 2012-04-17 | 89 | -363/+477 | |
|\| | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/paintable/paintable.css | |||||
| * | | Fixes #8669 by prefixing field names with "json_" instead of just "json" to ↵ | Marc Englund | 2012-04-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | avoid clashes. | |||||
| * | | Take additional padding into account when putting caption to the right | Leif Åstrand | 2012-04-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | Make client side exception more obvious again (#8544) | Leif Åstrand | 2012-04-17 | 2 | -3/+8 | |
| | | | ||||||
| * | | Explicitly reserve space for layout paddings to avoid slot growing. | Leif Åstrand | 2012-04-17 | 4 | -21/+75 | |
| | | | | | | | | | | | | | | | | | | | | | Without this feature, CssLayout could cause the slot to grow to over then parent's padding, which in the next layout phase would cause the CssLayout to be measured as a little bigger, causing a parent layout with undefined size to grow to make room for the bigger child, which again would make the CssLayout grow... | |||||
| * | | Fixes #8673 (some fields not en/decoded correctly) by using the ↵ | Marc Englund | 2012-04-17 | 2 | -13/+29 | |
| | | | | | | | | | | | | setter/getter name w/o altering case. | |||||
| * | | Add exception handling for layout and element resize (#4203) | Leif Åstrand | 2012-04-16 | 1 | -5/+25 | |
| | | | ||||||
| * | | Use the non-legacy HandlerRegistration type | Leif Åstrand | 2012-04-16 | 2 | -2/+2 | |
| | | | ||||||
| * | | Revert "Import the proper HandlerRegistration (#8420)" | Leif Åstrand | 2012-04-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit d6595af90d8663cc9f5ad9a6433c2b5210ff5fdd. | |||||
| * | | Rename paintable -> connector internally | Leif Åstrand | 2012-04-16 | 1 | -13/+13 | |
| | | | ||||||
| * | | Changed getStyleNames to be non static so it can be overridden | Artur Signell | 2012-04-16 | 3 | -35/+34 | |
| | | | ||||||
| * | | Reformatted all source files | Artur Signell | 2012-04-16 | 17 | -25/+16 | |
| | | | ||||||
| * | | Added exception handling for State and Hierarchy events (#4203) | Artur Signell | 2012-04-16 | 1 | -2/+10 | |
| | | | ||||||
| * | | Remove classloader field to make Application serializable (#8644) | Leif Åstrand | 2012-04-16 | 4 | -43/+32 | |
| | | | | | | | | | | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader(); | |||||
| * | | Show the right target type in the exception message | Leif Åstrand | 2012-04-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Double was encoded as float, fixed. #8657 | Marc Englund | 2012-04-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Scan parametrized types, e.g. List<MyObject> when generating serializers | Artur Signell | 2012-04-12 | 1 | -0/+8 | |
| | | | ||||||
| * | | UnknownComponent should now work again (#8651) | Artur Signell | 2012-04-12 | 2 | -36/+11 | |
| | | | ||||||
| * | | Rename v-paintable -> v-connector (#8652) | Leif Åstrand | 2012-04-12 | 2 | -3/+3 | |
| | | | ||||||
| * | | API naming change, needs update -> needs layout | Leif Åstrand | 2012-04-12 | 8 | -16/+16 | |
| | | | ||||||
| * | | Ensure Table parent is measured after sizeInit | Artur Signell | 2012-04-12 | 1 | -0/+2 | |
| | | | | | | | | | This is needed to take scrollbars into account | |||||
| * | | Fix issues with minimum window sizes | Leif Åstrand | 2012-04-12 | 2 | -9/+18 | |
| | | | | | | | | | | | | | | | | | | Minimum width is only checked once per layout phase to avoid loops Maximum height is based on header and footer size instead of difference between inner and outer sizes | |||||
| * | | Helper to ease migration of Vaadin 6 components | Artur Signell | 2012-04-12 | 1 | -0/+14 | |
| | | | ||||||
| * | | Javadoc updates for @Connect | Artur Signell | 2012-04-12 | 2 | -14/+13 | |
| | | | ||||||
| * | | Re-added ApplicationConnection.updateCaption to ease porting | Artur Signell | 2012-04-12 | 2 | -0/+24 | |
| | | | ||||||
| * | | Renamed @Component to @Connect | Artur Signell | 2012-04-12 | 50 | -122/+123 | |
| | | | | | | | | | | | | @Component is not good as the server side does not have to be a Component | |||||
* | | | Simulate old ordered layout paths for VBoxLayout | Leif Åstrand | 2012-04-17 | 1 | -0/+9 | |
| | | | ||||||
* | | | Fixed 'v-required-field-indicator' classname and * character | Jouni Koivuviita | 2012-04-16 | 1 | -1/+5 | |
| | | | ||||||
* | | | BoxLayout now respects the current layout specs, dividing unused space ↵ | Jouni Koivuviita | 2012-04-16 | 2 | -92/+227 | |
| | | | | | | | | | | | | 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 | |||||
* | | | Small optimizations to BoxLayoutConnector | Jouni Koivuviita | 2012-04-15 | 1 | -9/+8 | |
| | | | ||||||
* | | | BoxLayout fixes for expanding | Jouni Koivuviita | 2012-04-15 | 2 | -50/+115 | |
| | | | ||||||
* | | | BoxLayout now working with LayoutManager (except for spacing size) | Jouni Koivuviita | 2012-04-15 | 6 | -181/+409 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' into layoutgraph | Jouni Koivuviita | 2012-04-12 | 209 | -2304/+2359 | |
|\| | | ||||||
| * | | Merge branch 'layoutgraph' | Leif Åstrand | 2012-04-12 | 32 | -329/+1397 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | Another WindowConnector fix - attach widget to correct element | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
| | | | |