| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 | 9 | -348/+358 |
* | 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 |
* | | | | Merge "Properly support extension connectors in debug console (#8422, #9999) ... | Leif Åstrand | 2012-10-24 | 1 | -29/+25 |
|\| | |
| |_|/
|/| | |
|
| * | | Properly support extension connectors in debug console (#8422, #9999) | Johannes Dahlström | 2012-10-19 | 1 | -29/+25 |
* | | | Merge "Fixed NPE when converter is null (#10043)" | Henri Sara | 2012-10-24 | 2 | -9/+28 |
|\ \ \ |
|
| * | | | Fixed NPE when converter is null (#10043) | Artur Signell | 2012-10-24 | 2 | -9/+28 |
* | | | | Merge "Create UIProvider & Extension for easily opening popups. (#9513)" | Artur Signell | 2012-10-24 | 2 | -0/+218 |
|\ \ \ \ |
|
| * | | | | Create UIProvider & Extension for easily opening popups. (#9513) | Leif Åstrand | 2012-10-24 | 2 | -0/+218 |
| |/ / / |
|
* / / / | Add license to new files (#9524) | Leif Åstrand | 2012-10-24 | 1 | -0/+16 |
|/ / / |
|
* | | | Merge "FileDownloader for starting downloads with any component (#9524)" | Artur Signell | 2012-10-23 | 1 | -0/+127 |
|\ \ \
| |_|/
|/| | |
|
| * | | FileDownloader for starting downloads with any component (#9524) | Leif Åstrand | 2012-10-23 | 1 | -0/+127 |
* | | | Changed Property.setValue(Object) to setValue(T) (#8791) | Artur Signell | 2012-10-23 | 31 | -126/+51 |
|/ / |
|
* / | Make the current session available in session init listeners (#9946) | Leif Åstrand | 2012-10-19 | 1 | -0/+2 |
|/ |
|
* | Merge "Improve message when session is already set (#9989)" | Johannes Dahlström | 2012-10-18 | 1 | -1/+13 |
|\ |
|
| * | Improve message when session is already set (#9989) | Leif Åstrand | 2012-10-18 | 1 | -1/+13 |
* | | Properly read heartbeat interval servlet parameter (#9987) | Johannes Dahlström | 2012-10-18 | 2 | -2/+2 |
* | | Add Navigator.getState() returning the current navigation state (#9972) | Johannes Dahlström | 2012-10-17 | 2 | -4/+22 |
|/ |
|
* | Don't let /APP requests continue to the BootstrapHandler (#9553)7.0.0.beta5 | Leif Åstrand | 2012-10-16 | 4 | -5/+15 |
* | Remove Navigator.SimpleViewDisplay (#9936) | Johannes Dahlström | 2012-10-16 | 2 | -33/+30 |
* | Delegate UI.replaceComponent() to content instead of throwing UOE (#9967) | Johannes Dahlström | 2012-10-16 | 3 | -2/+71 |
* | Merge "Add VaadinService.closeSession + test (#9859)" | Johannes Dahlström | 2012-10-16 | 2 | -0/+38 |
|\ |
|
| * | Add VaadinService.closeSession + test (#9859) | Leif Åstrand | 2012-10-16 | 2 | -0/+38 |
* | | Merge "Merged AbstractSelect now listens to changes in icon property (#9663)" | Marc Englund | 2012-10-15 | 1 | -0/+9 |
|\ \ |
|
| * | | Merged AbstractSelect now listens to changes in icon property (#9663) | Artur Signell | 2012-09-28 | 1 | -0/+9 |
* | | | Merge "Reuse provided session instead of attempting to find it again (#9888)" | Marc Englund | 2012-10-15 | 1 | -4/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | Reuse provided session instead of attempting to find it again (#9888) | Leif Åstrand | 2012-10-10 | 1 | -4/+3 |
* | | | Remove invalid constructors and fix setCaption exception (#9947) | Leif Åstrand | 2012-10-12 | 1 | -35/+5 |
* | | | Parse Trident versions to support IE in compatibility mode (#9887) | Leif Åstrand | 2012-10-10 | 1 | -3/+6 |
* | | | Allow overriding handleContextRootWithoutSlash (#9921) | Leif Åstrand | 2012-10-10 | 1 | -6/+17 |
|/ / |
|
* | | Update test to use relative paths (#6771) | Leif Åstrand | 2012-10-10 | 1 | -11/+19 |
* | | Preserve query string and use sendRedirect (#9921) | Leif Åstrand | 2012-10-10 | 1 | -3/+7 |
* | | Import all required jsoup packages (#9793) | Johannes Dahlström | 2012-10-09 | 1 | -1/+1 |
* | | Explicitly specify symbolic names for each bundle to prevent names like "com... | Johannes Dahlström | 2012-10-09 | 1 | -2/+3 |
* | | Merge "Allow specifying prefixes also for resource directories (#9793)" | Johannes Dahlström | 2012-10-09 | 1 | -0/+1 |
|\ \ |
|
| * | | Allow specifying prefixes also for resource directories (#9793) | Artur Signell | 2012-10-09 | 1 | -0/+1 |
* | | | Redirect if no ending slash in context root request (#9921) | Leif Åstrand | 2012-10-09 | 1 | -0/+25 |
|/ / |
|