Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | #7938 Added reference to #8971 to the javadoc | Johannes Dahlström | 2012-06-15 | 1 | -0/+3 | |
| | | | | | | | | svn changeset:23950/svn branch:6.8 | |||||
| * | #7938 Clarified Window.center() javadoc | Johannes Dahlström | 2012-06-15 | 1 | -2/+4 | |
| | | | | | | | | svn changeset:23949/svn branch:6.8 | |||||
| * | Change Chameleon -> chameleon + unit test for all builtin themes (#8386) | Leif Åstrand | 2012-06-13 | 1 | -1/+1 | |
| | | | | | | | | svn changeset:23930/svn branch:6.8 | |||||
* | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-19 | 5 | -705/+472 | |
|\ \ | | | | | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/integration/EmbedSizeTest.java | |||||
| * | | Extract API from Root to Page (#8907) | Leif Åstrand | 2012-06-19 | 5 | -705/+472 | |
| | | | ||||||
* | | | Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure ↵ | Johannes Dahlström | 2012-06-19 | 1 | -4/+5 | |
| | | | | | | | | | | | | split position limits are properly set; ensure panels are scrollable after state change | |||||
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-19 | 1 | -17/+0 | |
|\| | | ||||||
| * | | Remove method accidentally left behind (#6730) | Leif Åstrand | 2012-06-15 | 1 | -17/+0 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-15 | 6 | -107/+128 | |
|\| | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java | |||||
| * | | Implement js rpc proxy objects and wildcard rpc support (#8888) | Leif Åstrand | 2012-06-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | Use callbacks directly as fields in connector object (#8888) | Leif Åstrand | 2012-06-14 | 1 | -0/+6 | |
| | | | ||||||
| * | | Rename Javascript -> JavaScript | Leif Åstrand | 2012-06-14 | 4 | -28/+29 | |
| | | | ||||||
| * | | JavascriptManager -> JavaScript and changes based on review (#6730) | Leif Åstrand | 2012-06-14 | 2 | -33/+40 | |
| | | | ||||||
* | | | Fixed some errors caused by 6.8 merge; updated tests to use ↵ | Johannes Dahlström | 2012-06-13 | 1 | -6/+12 | |
| | | | | | | | | | | | | LegacyWindow/Application | |||||
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-13 | 6 | -1/+112 | |
|\| | | | | | | | | | | | | | | 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 | |
| | | | ||||||
| * | | Change api to use callback instead or rpc for js callbacks (#8888) | Leif Åstrand | 2012-06-12 | 3 | -8/+14 | |
| | | | | | | | | | Also change JavascriptCallback.call to throw JSONException | |||||
| * | | Fix typo | Leif Åstrand | 2012-06-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add support for simplified RPC communication with JS code (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+11 | |
| | | | ||||||
| * | | Initial javascript callback support (#6730) | Leif Åstrand | 2012-06-11 | 3 | -0/+78 | |
| | | | ||||||
| * | | Initial support for javascript components (#8888) | Leif Åstrand | 2012-06-11 | 1 | -0/+8 | |
| | | | ||||||
* | | | Merge commit '17c14' | Johannes Dahlström | 2012-06-12 | 2 | -31/+70 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -31/+49 | |
| | | | | | | | | | | | | svn changeset:23882/svn branch:6.8 | |||||
* | | | Merge commit '6f729' | Johannes Dahlström | 2012-06-12 | 2 | -12/+19 | |
|\| | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Optimized network usage of the split position limits of the SplitPanel (#8880). | Tapio Aali | 2012-05-31 | 1 | -2/+6 | |
| | | | | | | | | | | | | svn changeset:23857/svn branch:6.8 | |||||
* | | | Merge commit '56d0c' | Johannes Dahlström | 2012-06-12 | 1 | -6/+124 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Added options for setting maximum and minimum split positions to SplitPanel ↵ | Tapio Aali | 2012-05-30 | 1 | -1/+109 | |
| | | | | | | | | | | | | | | | | | | (#1744). svn changeset:23850/svn branch:6.8 | |||||
* | | | Merge commit '165544' | Johannes Dahlström | 2012-06-11 | 1 | -5/+0 | |
|\| | | ||||||
| * | | Removed non-working/unneeded code (#8428) | Artur Signell | 2012-05-29 | 1 | -5/+0 | |
| | | | | | | | | | | | | svn changeset:23835/svn branch:6.8 | |||||
* | | | Merge commit '8e5b5' | Johannes Dahlström | 2012-06-11 | 2 | -1/+37 | |
|\| | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/tabsheet/VTabsheet.java | |||||
| * | | Made Table serializable when using column width for row header (#8428) | Artur Signell | 2012-05-29 | 2 | -1/+37 | |
| | | | | | | | | | | | | svn changeset:23834/svn branch:6.8 | |||||
* | | | Merge commit 'e8a652' | Johannes Dahlström | 2012-06-11 | 1 | -0/+46 | |
|\| | | ||||||
| * | | Table: Make some columns uncollapsable (#7495) | Leif Åstrand | 2012-05-23 | 1 | -0/+46 | |
| | | | | | | | | | | | | svn changeset:23811/svn branch:6.8 | |||||
* | | | Merge commit 'e085e' | Johannes Dahlström | 2012-06-11 | 1 | -0/+49 | |
|\| | | | | | | | | | | | | | | | | | 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 Åstrand | 2012-05-22 | 1 | -0/+49 | |
| | | | | | | | | | | | | svn changeset:23790/svn branch:6.8 | |||||
* | | | Merge commit 'bec62' | Johannes Dahlström | 2012-06-11 | 1 | -0/+8 | |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css src/com/vaadin/terminal/gwt/client/ui/button/VButton.java src/com/vaadin/ui/Button.java | |||||
| * | | [merge from 6.7] Don't trigger actions if space or enter is pressed with ↵ | Automerge | 2012-05-21 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | Button focused (#7191) svn changeset:23774/svn branch:6.8 | |||||
* | | | Merge commit '99786' | Johannes Dahlström | 2012-06-11 | 2 | -46/+68 | |
|\| | | | | | | | | | | | | | | Conflicts: src/com/vaadin/ui/TabSheet.java | |||||
| * | | [merge from 6.7] #8805 fix flickering of partial first row in table, related ↵ | Automerge | 2012-05-18 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | manual test svn changeset:23762/svn branch:6.8 | |||||
| * | | [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, ↵ | Johannes Dahlström | 2012-05-18 | 1 | -46/+32 | |
| | | | | | | | | | | | | | | | | | | in TabSheet.replaceComponent() svn changeset:23761/svn branch:6.8 | |||||
* | | | Merge commit 'ecd026' | Johannes Dahlström | 2012-06-11 | 1 | -0/+30 | |
|\| | | |/ |/| | | | | | Conflicts: src/com/vaadin/ui/TreeTable.java | |||||
| * | [merge from 6.7] Remove invalid import used by javadocs | Automerge | 2012-05-15 | 1 | -1/+0 | |
| | | | | | | | | svn changeset:23745/svn branch:6.8 | |||||
* | | Add missing call to super.detach() (#6690) | Leif Åstrand | 2012-06-06 | 1 | -0/+1 | |
| | | ||||||
* | | Fix missing licenses and Serializable (#6690) | Leif Åstrand | 2012-06-06 | 1 | -1/+2 | |
| | | ||||||
* | | Fix some broken hierarchies (#6690) | Leif Åstrand | 2012-06-06 | 2 | -5/+12 | |
| | | ||||||
* | | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 13 | -701/+120 | |
| | | ||||||
* | | Repaint when contents changes (#8735) | Artur Signell | 2012-06-01 | 1 | -0/+1 | |
| | | ||||||
* | | Repaint when contents changes (#8832) | Artur Signell | 2012-06-01 | 1 | -0/+2 | |
| | |