Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Add StateChangeHandler in init to come after component handler (#8888) | Leif Åstrand | 2012-06-15 | 3 | -2/+16 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-15 | 33 | -529/+837 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java | |||||
| | * | | Add missing Serializable | Leif Åstrand | 2012-06-15 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Add missing $entry | Leif Åstrand | 2012-06-15 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Implement js rpc proxy objects and wildcard rpc support (#8888) | Leif Åstrand | 2012-06-14 | 8 | -24/+176 | |
| | | | | ||||||
| | * | | Use callbacks directly as fields in connector object (#8888) | Leif Åstrand | 2012-06-14 | 8 | -40/+143 | |
| | | | | ||||||
| | * | | Rename Javascript -> JavaScript | Leif Åstrand | 2012-06-14 | 18 | -120/+122 | |
| | | | | ||||||
| | * | | JavascriptManager -> JavaScript and changes based on review (#6730) | Leif Åstrand | 2012-06-14 | 9 | -65/+79 | |
| | | | | ||||||
| | * | | Add shorthand for removing an Extension from its target (#6690) | Leif Åstrand | 2012-06-14 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Require all Connectors to be either Components or Extensions (#6690) | Leif Åstrand | 2012-06-14 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | File missing from previous commit (#6690) | Leif Åstrand | 2012-06-14 | 1 | -19/+11 | |
| | | | | ||||||
| | * | | Tweaks to Extension API based on review (#6690) | Leif Åstrand | 2012-06-14 | 5 | -10/+45 | |
| | | | | ||||||
| * | | | Fixed some errors caused by 6.8 merge; updated tests to use ↵ | Johannes Dahlström | 2012-06-13 | 3 | -8/+26 | |
| | | | | | | | | | | | | | | | | LegacyWindow/Application | |||||
| * | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-13 | 31 | -297/+1074 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java | |||||
| | * | | Refresh row cache in requestRepaintAll to avoid partial repaint (#8714) | Leif Åstrand | 2012-06-12 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Navigator API changes based on review (#8859) | Henri Sara | 2012-06-12 | 1 | -144/+172 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 Sara | 2012-06-12 | 3 | -106/+119 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | Fix typo | Leif Åstrand | 2012-06-12 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Change api to use callback instead or rpc for js callbacks (#8888) | Leif Åstrand | 2012-06-12 | 6 | -26/+44 | |
| | | | | | | | | | | | | Also change JavascriptCallback.call to throw JSONException | |||||
| | * | | Call request repaint after manually triggering rpc (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Fix typo | Leif Åstrand | 2012-06-12 | 3 | -6/+6 | |
| | | | | ||||||
| | * | | Add support for simplified RPC communication with JS code (#8888) | Leif Åstrand | 2012-06-12 | 4 | -5/+101 | |
| | | | | ||||||
| | * | | Show better message when RPC method is not found | Leif Åstrand | 2012-06-12 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Support sending raw JSON values (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Initial javascript callback support (#6730) | Leif Åstrand | 2012-06-11 | 6 | -0/+181 | |
| | | | | ||||||
| | * | | Initial support for javascript components (#8888) | Leif Åstrand | 2012-06-11 | 13 | -45/+465 | |
| | | | | ||||||
| | * | | Rename addExtensionTo -> attachTo (#6690) | Leif Åstrand | 2012-06-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Support generics when decoding Set (#8879) | Leif Åstrand | 2012-06-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add a way for an extension to add itself to a connector (#6690) | Leif Åstrand | 2012-06-09 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Remove reference to old "feature" name (#6690) | Leif Åstrand | 2012-06-09 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge commit '62362' | Johannes Dahlström | 2012-06-12 | 1 | -1/+4 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/table/VScrollTable.java | |||||
| | * | | Recalculate column widths after changing table height (#6039) | Leif Åstrand | 2012-06-11 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixes a rounding problem causing column width calculation to show scrollbars in IE9 under certain conditions. svn changeset:23928/svn branch:6.8 | |||||
| * | | | Merge commit '39848' | Johannes Dahlström | 2012-06-12 | 2 | -6/+4 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java | |||||
| | * | | Prevent double iframe and script tags if writeAjaxPageScriptWidgetset is ↵ | Leif Åstrand | 2012-06-07 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | overridden (#8924) svn changeset:23911/svn branch:6.8 | |||||
| | * | | Fix some typos in Portlet init javascript and html (#8924) | Leif Åstrand | 2012-06-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | svn changeset:23910/svn branch:6.8 | |||||
| | * | | Remove document.write from bootstrap (#8924) | Leif Åstrand | 2012-06-07 | 2 | -23/+59 | |
| | | | | | | | | | | | | | | | | svn changeset:23905/svn branch:6.8 | |||||
| | * | | [merge from 6.7] #7067 Update a comment, fix typoed ticket reference | Automerge | 2012-06-07 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | svn changeset:23903/svn branch:6.8 | |||||
| * | | | Merge commit '0a7f33' | Johannes Dahlström | 2012-06-12 | 2 | -11/+24 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java | |||||
| | * | | Refactor ?debug detection (#8923) | Leif Åstrand | 2012-06-07 | 1 | -10/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 from 6.7] #7606 Run a Webkit overflow fix as deferred to keep table ↵ | Automerge | 2012-06-06 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | scroll position accurate svn changeset:23896/svn branch:6.8 | |||||
| | * | | Avoid potential NPE discovered in review (#8914) | Leif Åstrand | 2012-06-06 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | svn changeset:23889/svn branch:6.8 | |||||
| * | | | Merge commit 'f8cb0' | Johannes Dahlström | 2012-06-12 | 1 | -0/+1 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java | |||||
| | * | | Show better error message when variable change decoding fails (#8914) | Leif Åstrand | 2012-06-06 | 1 | -10/+17 | |
| | | | | | | | | | | | | | | | | svn changeset:23888/svn branch:6.8 | |||||
| * | | | Merge commit '17c14' | Johannes Dahlström | 2012-06-12 | 21 | -262/+444 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | #8297 Do not use static logger instances | Henri Sara | 2012-06-05 | 22 | -266/+341 | |
| | | | | | | | | | | | | | | | | svn changeset:23882/svn branch:6.8 | |||||
| * | | | Merge commit 'abdc1' | Johannes Dahlström | 2012-06-12 | 1 | -0/+6 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | 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) | Automerge | 2012-06-01 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | svn changeset:23873/svn branch:6.8 | |||||
| * | | | Merge commit '6f729' | Johannes Dahlström | 2012-06-12 | 3 | -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öm | 2012-05-31 | 1 | -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 Aali | 2012-05-31 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | SplitPanel. Also fixed some inconsistenties from the AbstractSplitPanel class. svn changeset:23859/svn branch:6.8 |