Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fixed NativeButton 1px caption jump #8294 | John Ahlroos | 2012-09-20 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-20 | 32 | -664/+1390 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-20 | 13 | -22/+210 | |
| |\ \ \ \ | ||||||
| * | | | | | Fixed 1px jump in caption #8294 | John Ahlroos | 2012-09-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Trying again, this time making layouts block elements #8294 | John Ahlroos | 2012-09-19 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Fixed issue where layouts with empty slots gets line height. #8294 | John Ahlroos | 2012-09-19 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Removed empty content: in css rules since they generate a empty line with ↵ | John Ahlroos | 2012-09-18 | 6 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | html5 content type | |||||
| * | | | | | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-17 | 230 | -5940/+6296 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-11 | 53 | -2600/+1283 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into html5-doctype | Artur Signell | 2012-09-09 | 113 | -18697/+2703 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Using HTML5 doctype | John Ahlroos | 2012-09-08 | 1 | -4/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Remove WidgetMapGenerator and subclasses (#9720) | Leif Åstrand | 2012-09-24 | 4 | -606/+0 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Remove obsolete TODO; javadoc improvement | Johannes Dahlström | 2012-09-24 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Test error views and error providers (#9060) | Johannes Dahlström | 2012-09-24 | 1 | -1/+44 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed serialization issues (#9640) | Artur Signell | 2012-09-24 | 7 | -5/+168 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ConnectorTracker diff state is now transient and thus not serialized. This could be improved in the future (#9717) | |||||
* | | | | | | | | Mark component as dirty when visibility state changes (#9695) | Artur Signell | 2012-09-24 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove ApplicationStartedListener (#9719) | Leif Åstrand | 2012-09-24 | 4 | -163/+12 | |
| | | | | | | | | ||||||
* | | | | | | | | Rename to VaadinServletService and move to its own file (#9718) | Leif Åstrand | 2012-09-24 | 13 | -403/+451 | |
| | | | | | | | | ||||||
* | | | | | | | | Test case for #9619 | Leif Åstrand | 2012-09-21 | 1 | -0/+47 | |
| | | | | | | | | ||||||
* | | | | | | | | Allow specifying UIProvider using a servlet parameter (#9628) | Leif Åstrand | 2012-09-21 | 5 | -8/+131 | |
| | | | | | | | | ||||||
* | | | | | | | | Support both ui and UI as the init parameter name (#9707) | Leif Åstrand | 2012-09-21 | 1 | -2/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Add VaadinRequest.getContextPath() (#9706) | Leif Åstrand | 2012-09-21 | 3 | -0/+22 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove UIProvider.getExistingUI (#9642) | Leif Åstrand | 2012-09-21 | 3 | -32/+23 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge UIProvider and AbstractUIProvider (#9642) | Leif Åstrand | 2012-09-21 | 7 | -157/+111 | |
| | | | | | | | | ||||||
* | | | | | | | | Abort compile if there's an RPC method with a return type (#9704) | Leif Åstrand | 2012-09-21 | 3 | -4/+27 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactor UIProvider management and fix multi-servlet (#9619, #9637) | Leif Åstrand | 2012-09-21 | 16 | -427/+513 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove some internal "application" references (#9402) | Leif Åstrand | 2012-09-21 | 1 | -5/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 ↵ | Marc Englund | 2012-09-21 | 43 | -7126/+8612 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (applied patch) | |||||
* | | | | | | | | Moved visible out from state so isVisible does not call markAsDirty (#9695) | Artur Signell | 2012-09-20 | 3 | -5/+6 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed comparison of null values (#9696) | Artur Signell | 2012-09-20 | 1 | -0/+7 | |
| | | | | | | | | ||||||
* | | | | | | | | SassCompiler: better error-reporting, for e.g #9589 and generally useful. ↵ | Marc Englund | 2012-09-20 | 2 | -0/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (applied patch) | |||||
* | | | | | | | | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633) | Leif Åstrand | 2012-09-20 | 122 | -570/+563 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove a bunch of internal "application" references (#9402) | Leif Åstrand | 2012-09-20 | 7 | -149/+122 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Remove ApplicationClassException (#9690) | Leif Åstrand | 2012-09-20 | 5 | -44/+23 | |
| | | | | | | | ||||||
* | | | | | | | Add a means to handle missing views in Navigator (#9060) | Johannes Dahlström | 2012-09-20 | 3 | -11/+145 | |
| | | | | | | | ||||||
* | | | | | | | Refactor how LegacyApplication and VaadinSession are "closed" (#9635) | Leif Åstrand | 2012-09-20 | 15 | -345/+481 | |
| | | | | | | | ||||||
* | | | | | | | Create the right VaadinSession type | Leif Åstrand | 2012-09-20 | 3 | -12/+19 | |
| | | | | | | | ||||||
* | | | | | | | Change "close" to "cleanup" in javadoc (#9625) | Johannes Dahlström | 2012-09-20 | 1 | -5/+5 | |
| | | | | | | | ||||||
* | | | | | | | Clear current instances after all portlet requests (#9505) | Leif Åstrand | 2012-09-20 | 1 | -157/+168 | |
| | | | | | | | ||||||
* | | | | | | | Make Servlet/PortletService.getCurrentRequest give raw requests (#9505) | Leif Åstrand | 2012-09-20 | 3 | -6/+19 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Disabled javadoc building for the all package for now as it causes out of ↵ | Artur Signell | 2012-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | memory errors (#9613) | |||||
* | | | | | | Bind Navigator to a UI (#9550) | Johannes Dahlström | 2012-09-19 | 4 | -27/+65 | |
| | | | | | | ||||||
* | | | | | | Change "close" to "cleanup" in UI (#9625) | Johannes Dahlström | 2012-09-19 | 5 | -32/+32 | |
| | | | | | | ||||||
* | | | | | | Fixed dependencies so files are copied before used (#9613) | Artur Signell | 2012-09-19 | 1 | -2/+5 | |
| | | | | | | ||||||
* | | | | | | Add some getCurrent() methods (#9505) | Leif Åstrand | 2012-09-19 | 9 | -23/+222 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also clears the current instances in the beginning of each request in case something has accidentally been left uncleared in a previous request on the same thread. | |||||
* | | | | | | Create a javadoc package for all modules (#9613) | Artur Signell | 2012-09-18 | 1 | -3/+44 | |
| | | | | | | ||||||
* | | | | | | Ensure propertyDataSource can be set back to null (#9618) | Artur Signell | 2012-09-18 | 4 | -14/+211 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added additional tests for Label with a data source. Note that the locale dependent tests still fail because of #8192 | |||||
* | | | | | | Change VaadinService to be an abstract class (#9658) | Leif Åstrand | 2012-09-18 | 4 | -349/+297 | |
| | | | | | | ||||||
* | | | | | | Replace onVaadinSessionStarted with a listener (#9635) | Leif Åstrand | 2012-09-18 | 15 | -458/+636 | |
| | | | | | | ||||||
* | | | | | | Reverted previous fix and fixed in a more compatible way (#9534) | Artur Signell | 2012-09-18 | 1 | -6/+39 | |
| | | | | | |