| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Deprecated setColumns in selects (#5814)" | Johannes Dahlström | 2012-11-22 | 3 | -12/+62 |
|\ |
|
| * | Deprecated setColumns in selects (#5814) | Artur Signell | 2012-11-22 | 3 | -12/+62 |
* | | Kickstart navigation automatically after UI.init(), remove Navigator.navigate... | Johannes Dahlström | 2012-11-22 | 2 | -37/+33 |
* | | Merge "Added ComponentContainer.addComponents (#10245)" | Johannes Dahlström | 2012-11-22 | 5 | -41/+24 |
|\ \ |
|
| * | | Added ComponentContainer.addComponents (#10245) | Artur Signell | 2012-11-22 | 5 | -41/+24 |
| |/ |
|
* / | Use compare for Comparable when determining equals for filtering (#10310) | Artur Signell | 2012-11-22 | 1 | -3/+26 |
|/ |
|
* | Add FileDownloader.setFileDownloadResource (#10203) | Leif Åstrand | 2012-11-22 | 1 | -0/+11 |
* | Fixed problem causing DragAndDropService not to receiving events (#10134) | Artur Signell | 2012-11-22 | 1 | -1/+3 |
* | Removed invalid import | Artur Signell | 2012-11-21 | 1 | -7/+6 |
* | Add attach and detach listeners and events to ClientConnector (#8579, #10251) | Johannes Dahlström | 2012-11-21 | 4 | -13/+128 |
* | Make SessionDestroyListener Serializable | Johannes Dahlström | 2012-11-21 | 1 | -1/+3 |
* | Remove AddonContext (#10254) | Leif Åstrand | 2012-11-21 | 6 | -268/+0 |
* | Merge "Implement HasComponents directly in CustomComponent (#10235)" | Artur Signell | 2012-11-21 | 1 | -81/+15 |
|\ |
|
| * | Implement HasComponents directly in CustomComponent (#10235) | Henri Sara | 2012-11-21 | 1 | -81/+15 |
* | | Merge "Implement HasComponents directly in PopupView (#10238)" | Artur Signell | 2012-11-21 | 1 | -103/+16 |
|\ \ |
|
| * | | Implement HasComponents directly in PopupView (#10238) | Henri Sara | 2012-11-21 | 1 | -103/+16 |
| |/ |
|
* | | Replaced ComponentErrorHandler with generic ErrorHandler (#10231) | Artur Signell | 2012-11-21 | 18 | -374/+334 |
* | | Remove slashes from beginning or end of constants (#10140) | Leif Åstrand | 2012-11-21 | 10 | -18/+19 |
|/ |
|
* | Update @deprecated messages in VaadinService related classes (#10229) | Leif Åstrand | 2012-11-21 | 11 | -42/+36 |
* | Merge "Reomove DynamicConnectorResource (#10227)" | Artur Signell | 2012-11-21 | 3 | -122/+13 |
|\ |
|
| * | Reomove DynamicConnectorResource (#10227) | Leif Åstrand | 2012-11-21 | 3 | -122/+13 |
* | | Global code cleanup | Leif Åstrand | 2012-11-21 | 8 | -11/+10 |
|/ |
|
* | Add shorthands for locking the session (#10225) | Leif Åstrand | 2012-11-21 | 3 | -24/+72 |
* | Merge "Rename DependencyResource to PublishedFile (#10224)" | Leif Åstrand | 2012-11-21 | 6 | -56/+57 |
|\ |
|
| * | Rename DependencyResource to PublishedFile (#10224) | Leif Åstrand | 2012-11-21 | 6 | -56/+57 |
* | | Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305) | Artur Signell | 2012-11-21 | 2 | -2/+2 |
|/ |
|
* | Removed com.vaadin.server.Terminal (#10230) | Artur Signell | 2012-11-20 | 12 | -74/+71 |
* | Added getState(boolean) to allow getState without side effects (#10006) | Mikael Grankvist | 2012-11-20 | 2 | -7/+34 |
* | Moved isComponentVisible to separate interface (#10303) | Artur Signell | 2012-11-20 | 13 | -107/+84 |
* | Merge "Added possibility to disable text input for PopupDateField (#6790)" | Artur Signell | 2012-11-20 | 1 | -0/+31 |
|\ |
|
| * | Added possibility to disable text input for PopupDateField (#6790) | Mikael Grankvist | 2012-11-19 | 1 | -0/+31 |
* | | Add a bunch of methods to request, response and session wrappers (#9749) | Leif Åstrand | 2012-11-20 | 8 | -36/+497 |
* | | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749) | Leif Åstrand | 2012-11-20 | 10 | -17/+12 |
* | | Renamed ComponentState to AbstractComponentState (#9032) | Artur Signell | 2012-11-20 | 1 | -3/+3 |
* | | Use classloader also to find theme styles.scss (#10107) | Artur Signell | 2012-11-20 | 1 | -0/+11 |
* | | When closeIdleUIs is true, close open UIs only after all UIs have been idle f... | Johannes Dahlström | 2012-11-20 | 8 | -73/+88 |
* | | Return int instead of Integer (#10306) | Artur Signell | 2012-11-20 | 1 | -2/+2 |
* | | Only process RPC invocation if there's a handler for it (#10134) | Leif Åstrand | 2012-11-20 | 9 | -97/+75 |
* | | Updated Panel, Window to use Component in constructors (#10300) | Artur Signell | 2012-11-20 | 2 | -14/+11 |
* | | Removed deprecation as EventRouter will not be replaced for 7.0 (#10247) | Artur Signell | 2012-11-20 | 3 | -21/+6 |
* | | Changed SystemMessagesProvider parameter into object (#10226) | Artur Signell | 2012-11-19 | 9 | -24/+85 |
|/ |
|
* | Read browser width and height from request in Page.init (#9073) | Johannes Dahlström | 2012-11-19 | 2 | -6/+18 |
* | Renamed VaadinServiceSession to VaadinSession (#10223) | Artur Signell | 2012-11-16 | 39 | -182/+170 |
* | Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9 | Artur Signell | 2012-11-15 | 1 | -0/+59 |
* | Merge "Remove Window.addComponent() (#2924)" | Artur Signell | 2012-11-14 | 2 | -47/+15 |
|\ |
|
| * | Remove Window.addComponent() (#2924) | Henri Sara | 2012-11-14 | 2 | -47/+15 |
* | | Merge "Updated Form to use hierarchy change event (#9923)" | Johannes Dahlström | 2012-11-14 | 1 | -0/+14 |
|\ \ |
|
| * | | Updated Form to use hierarchy change event (#9923) | Artur Signell | 2012-11-14 | 1 | -0/+14 |
| |/ |
|
* | | Merge "UI stylename handling (#9832)" | Johannes Dahlström | 2012-11-14 | 1 | -5/+1 |
|\ \
| |/
|/| |
|
| * | UI stylename handling (#9832) | Johannes Dahlström | 2012-11-14 | 1 | -5/+1 |