| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Panel and Window based on AbstractSingleComponentContainer (#2924) | Henri Sara | 2012-11-14 | 2 | -179/+26 |
|/ |
|
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 7 | -377/+681 |
* | Merge "Renamed uri fragment methods in Page to use UriFragment instead of Fra... | Johannes Dahlström | 2012-11-13 | 2 | -58/+60 |
|\ |
|
| * | Renamed uri fragment methods in Page to use UriFragment instead of Fragment (... | Artur Signell | 2012-11-13 | 2 | -58/+60 |
* | | Run IE10 in IE9 compatibility mode for now (#10172) | Artur Signell | 2012-11-13 | 1 | -1/+1 |
|/ |
|
* | Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#... | Henri Sara | 2012-11-13 | 1 | -3/+3 |
|\ |
|
| * | Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132) | Johannes Dahlström | 2012-11-12 | 1 | -3/+3 |
* | | (#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent... | Mikael Grankvist | 2012-11-13 | 1 | -49/+27 |
|/ |
|
* | Fix typo | Leif Åstrand | 2012-11-09 | 1 | -3/+3 |
* | Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to idleUICleanup... | Johannes Dahlström | 2012-11-09 | 1 | -3/+3 |
* | Removed dead code | Artur Signell | 2012-11-08 | 1 | -120/+0 |
* | Modified FieldGroup so that fields configured with read only properties | tapio | 2012-11-08 | 2 | -7/+34 |
* | Added missing cast (#9342) | Artur Signell | 2012-11-07 | 1 | -1/+1 |
* | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342) | Artur Signell | 2012-11-07 | 3 | -311/+317 |
* | Added Component.getDescription (#8154) | Artur Signell | 2012-11-07 | 2 | -55/+63 |
* | Merge "AbstractComponentContainer should implement getComponentIterator and n... | Johannes Dahlström | 2012-11-06 | 13 | -21/+13 |
|\ |
|
| * | AbstractComponentContainer should implement getComponentIterator and not iter... | Artur Signell | 2012-11-06 | 13 | -21/+13 |
* | | Merge "Merged com.vaadin.service into com.vaadin.util (#10146)" | Johannes Dahlström | 2012-11-06 | 9 | -28/+8 |
|\ \ |
|
| * | | Merged com.vaadin.service into com.vaadin.util (#10146) | Artur Signell | 2012-11-06 | 9 | -28/+8 |
* | | | Merge "Moved classes from com.vaadin to com.vaadin.server (#10145)" | Johannes Dahlström | 2012-11-06 | 11 | -16/+4 |
|\| | |
|
| * | | Moved classes from com.vaadin to com.vaadin.server (#10145) | Artur Signell | 2012-11-06 | 11 | -16/+4 |
| |/ |
|
* / | Make getRpcProxy protected (#9312) | Artur Signell | 2012-11-06 | 1 | -1/+1 |
|/ |
|
* | 10030 Button.DisableOnClick not working properly | Pekka Hyvönen | 2012-11-05 | 1 | -3/+12 |
* | Revert "Don't require browserDetailsUrl when embedding (#10122)" | Leif Åstrand | 2012-11-05 | 1 | -31/+0 |
* | Merge "Don't require browserDetailsUrl when embedding (#10122)" | Johannes Dahlström | 2012-11-02 | 1 | -0/+31 |
|\ |
|
| * | Don't require browserDetailsUrl when embedding (#10122) | Leif Åstrand | 2012-11-02 | 1 | -0/+31 |
* | | Move LegacyComponent from com.vaadin.server to com.vaadin.ui | Johannes Dahlström | 2012-11-02 | 22 | -20/+14 |
|/ |
|
* | Move LegacyWindow to its own file (#9917) | Johannes Dahlström | 2012-11-02 | 7 | -346/+356 |
* | Update location when initialized UI is opened again (#10044) | Leif Åstrand | 2012-11-01 | 2 | -3/+22 |
* | Remove unnecessary "if not equal" check from AbstractEmbedded.setAlternateText | Johannes Dahlström | 2012-11-01 | 1 | -6/+1 |
* | Move deprecated getComponentIterator() from HasComponents to implementing cla... | Johannes Dahlström | 2012-10-30 | 5 | -16/+35 |
* | Fix potential NPE in Page.setFragment (#10089) | Johannes Dahlström | 2012-10-29 | 1 | -14/+15 |
* | Merge "Implement HasComponents, not ComponentContainer in CustomField (#10078)" | Artur Signell | 2012-10-26 | 1 | -131/+4 |
|\ |
|
| * | Implement HasComponents, not ComponentContainer in CustomField (#10078) | Henri Sara | 2012-10-26 | 1 | -131/+4 |
* | | Fixed problem with Table calling markAsDirty in paint (#10071) | Artur Signell | 2012-10-26 | 2 | -14/+22 |
* | | Formatted project | Artur Signell | 2012-10-26 | 1 | -1/+2 |
|/ |
|
* | Merge "Return 404 if a resource cannot be found (#10053)" | Henri Sara | 2012-10-25 | 1 | -0/+5 |
|\ |
|
| * | Return 404 if a resource cannot be found (#10053) | Artur Signell | 2012-10-24 | 1 | -0/+5 |
* | | Merge "Updated ProgressIndicator to use state and rpc (#10008)" | John Ahlroos | 2012-10-24 | 1 | -148/+41 |
|\ \ |
|
| * | | Updated ProgressIndicator to use state and rpc (#10008) | Artur Signell | 2012-10-24 | 1 | -148/+41 |
* | | | Merge "Refactor GET parameter names to ApplicationConstants" | Leif Åstrand | 2012-10-24 | 1 | -12/+9 |
|\ \ \ |
|
| * | | | Refactor GET parameter names to ApplicationConstants | Johannes Dahlström | 2012-10-24 | 1 | -12/+9 |