Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -853/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -3/+3 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+5 |
| | |||||
* | Mention legacy application level windows and relation to Root (#8784) | Leif Åstrand | 2012-06-26 | 1 | -0/+4 |
| | |||||
* | Don't mention application level windows in Window javadoc (#8784) | Leif Åstrand | 2012-06-26 | 1 | -33/+10 |
| | |||||
* | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 1 | -39/+13 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations | ||||
| * | #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 | ||||
* | | Fixed some errors caused by 6.8 merge; updated tests to use ↵ | Johannes Dahlström | 2012-06-13 | 1 | -6/+12 |
| | | | | | | | | LegacyWindow/Application | ||||
* | | 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 | ||||
* | | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 1 | -2/+2 |
| | | |||||
* | | Move SharedState and ServerRpc classes out from Connector classes | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | | |||||
* | | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. | ||||
* | | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -1/+3 |
| | | |||||
* | | Actually use and update shared state variables on server side | Artur Signell | 2012-04-05 | 1 | -52/+15 |
| | | |||||
* | | Moved basic Window state attributes to WindowState | Artur Signell | 2012-04-05 | 1 | -36/+3 |
| | | |||||
* | | Automatically create state on server side based on getState return type | Artur Signell | 2012-04-05 | 1 | -4/+0 |
| | | |||||
* | | Simplified Rpc registration on server side (#8591) | Artur Signell | 2012-04-05 | 1 | -1/+1 |
| | | |||||
* | | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -1/+0 |
| | | |||||
* | | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 1 | -0/+11 |
| | | |||||
* | | Get scroll position from state, where it is available | Artur Signell | 2012-03-14 | 1 | -5/+10 |
| | | |||||
* | | Updated Panel to no longer use child painted with the UIDL | Artur Signell | 2012-03-14 | 1 | -1/+5 |
| | | |||||
* | | Remove debug output accidentally committed | Leif Åstrand | 2012-03-08 | 1 | -2/+0 |
| | | |||||
* | | Window layouting changes attempt 2 (#8313) | Leif Åstrand | 2012-03-07 | 1 | -10/+2 |
| | | |||||
* | | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-31 | 1 | -24/+0 |
|\| | | | | | | | | | Conflicts: WebContent/release-notes.html | ||||
| * | Synchronized 6.8 branch between svn and git. | Build Agent | 2012-01-31 | 1 | -24/+0 |
| | | |||||
* | | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8) | Artur Signell | 2012-01-31 | 1 | -0/+24 |
|\| | | | | | | | | | | | Conflicts: WebContent/release-notes.html tests/server-side/com/vaadin/tests/server/LicenseInJavaFiles.java | ||||
| * | #8170: Symmetrically with attach(), Window.detach() should call detach() for ↵ | Johannes Dahlström | 2011-12-22 | 1 | -0/+13 |
| | | | | | | | | | | | | subwindows svn changeset:22472/svn branch:6.7 | ||||
| * | Fix #8170: Window.attach() did not call attach() for subwindows | Johannes Dahlström | 2011-12-22 | 1 | -0/+11 |
| | | | | | | | | svn changeset:22471/svn branch:6.7 | ||||
| * | Merged changes from 6.7 | Johannes Dahlström | 2011-12-30 | 1 | -0/+24 |
| | | | | | | | | svn changeset:22500/svn branch:6.8 | ||||
* | | #8324 Split VView and VWindow into paintable and widget | Artur Signell | 2012-01-31 | 1 | -2/+2 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Henri Sara | 2011-12-22 | 1 | -1/+3 |
|\| | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/button/ButtonsInHorizontalLayout.java | ||||
| * | Merged changes from 6.8 | Johannes Dahlström | 2011-12-22 | 1 | -1/+3 |
| | | | | | | | | svn changeset:22469/svn branch:6.8 | ||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 1 | -4/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
| * | #6937 Javadoc fix | Artur Signell | 2011-12-07 | 1 | -2/+2 |
| | | | | | | | | svn changeset:22303/svn branch:6.7 | ||||
* | | Window.close shouldn't throw npe even if not attached to any root | Leif Åstrand | 2011-11-21 | 1 | -4/+8 |
| | | |||||
* | | Move functionality for opening resources from Window to Root | Leif Åstrand | 2011-11-16 | 1 | -219/+0 |
| | | |||||
* | | Make Window.close public | Leif Åstrand | 2011-11-14 | 1 | -1/+1 |
| | | |||||
* | | Moved Notification to its own file | Leif Åstrand | 2011-11-10 | 1 | -318/+0 |
| | | |||||
* | | Removed deprecated code that was left in Window when Root was created | Leif Åstrand | 2011-11-04 | 1 | -330/+0 |
| | | |||||
* | | Removed the Root interface and renamed DefaultRoot class to Root | Leif Åstrand | 2011-11-03 | 1 | -31/+0 |
| | | | | | | | | | | Also moved the scrollTo functionality from Window to Root as the change in the Root class hierachy caused the functionality to not work in Window. | ||||
* | | Restored support for executeJavaScript in Root | Leif Åstrand | 2011-11-02 | 1 | -57/+0 |
| | | |||||
* | | Restored support for Notifications in root | Leif Åstrand | 2011-11-02 | 1 | -194/+0 |
| | | | | | | Also removed the deprecated set/getMessage method from Notification | ||||
* | | Restored functionality related to subwindows and focus in Root | Leif Åstrand | 2011-11-02 | 1 | -460/+116 |
| | | |||||
* | | Split Window to Root and Window | Leif Åstrand | 2011-11-01 | 1 | -1110/+1141 |
|/ | | | | | Everything related to top level windows disabled in Window, introduced basic Root for top level windows and disabled everything that isn't required to get a simple hard coded example to run. | ||||
* | #7369 Removed "final" to enable CDI compatibility and added javadoc that ↵ | Artur Signell | 2011-08-19 | 1 | -4/+13 |
| | | | | | | explains the methods should not be overridden svn changeset:20525/svn branch:6.7 | ||||
* | #6097 Inversed the logic of the uidl attribute to avoid sending additional ↵ | Leif Åstrand | 2011-08-12 | 1 | -2/+2 |
| | | | | | | data when the default is selected svn changeset:20338/svn branch:6.7 |