| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Moved setVisible dirty logic to AbstractComponent where it belongs (#1... | Leif Åstrand | 2012-11-28 | 4 | -40/+8 |
|\ |
|
| * | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414) | Artur Signell | 2012-11-28 | 4 | -40/+8 |
* | | Fixed problems with invalidating the HttpSession during a request (#10411) | Artur Signell | 2012-11-28 | 2 | -5/+31 |
|/ |
|
* | getPrevItemId should return null if id not found (#10124) | Artur Signell | 2012-11-28 | 2 | -1/+24 |
* | Avoid using the same Matcher from multiple threads (#10184) | Leif Åstrand | 2012-11-28 | 1 | -7/+4 |
* | Always mark child hierarchy dirty when switching tabs (#10404) | Artur Signell | 2012-11-28 | 1 | -9/+2 |
* | Merge "Fail if a Window is attached to something else than a UI (#10374)" | Leif Åstrand | 2012-11-27 | 3 | -0/+78 |
|\ |
|
| * | Fail if a Window is attached to something else than a UI (#10374) | Artur Signell | 2012-11-27 | 3 | -0/+78 |
* | | Merge "Ensure iOS6 does not cache heartbeat responses (#10370)" | Leif Åstrand | 2012-11-27 | 1 | -0/+3 |
|\ \ |
|
| * | | Ensure iOS6 does not cache heartbeat responses (#10370) | Artur Signell | 2012-11-26 | 1 | -0/+3 |
| |/ |
|
* | | Merge "Add theme name as class name to LoginForm v-app (#10383)" | Artur Signell | 2012-11-26 | 1 | -1/+10 |
|\ \ |
|
| * | | Add theme name as class name to LoginForm v-app (#10383) | Artur Signell | 2012-11-26 | 1 | -1/+10 |
| |/ |
|
* / | Fixed NPE when converting "" | Artur Signell | 2012-11-26 | 1 | -0/+5 |
|/ |
|
* | Don't make VaadinSession serialize VaadinService (#10088) | Leif Åstrand | 2012-11-26 | 1 | -2/+16 |
* | Made ServerRpcManager serializable again (#10364) | Artur Signell | 2012-11-24 | 1 | -1/+2 |
* | Fixed javadoc referring to wrong class | Artur Signell | 2012-11-23 | 1 | -2/+2 |
* | Merge "Updated javadoc (#9684)" | Marc Englund | 2012-11-23 | 1 | -1/+7 |
|\ |
|
| * | Updated javadoc (#9684) | Artur Signell | 2012-11-23 | 1 | -1/+7 |
* | | Defer session closing until the end of a request like with UIs (#10252) | Johannes Dahlström | 2012-11-23 | 2 | -25/+49 |
|/ |
|
* | Ensure only one sass compilation takes place at a time (#10293) | Artur Signell | 2012-11-23 | 1 | -34/+44 |
* | Revert "Merged shortcut action fix from 6.8 (#8484)" | John Ahlroos | 2012-11-23 | 3 | -74/+10 |
* | Refactor heartbeat handling and inactive UI/session closing (#10252) | Johannes Dahlström | 2012-11-23 | 7 | -219/+239 |
* | Rename ComponentEventListener to ConnectorEventListener (#10340) | Leif Åstrand | 2012-11-23 | 11 | -32/+52 |
* | Remove server-side RpcManager interface (#10302) | Leif Åstrand | 2012-11-23 | 6 | -73/+42 |
* | Merge "Removed outdated code example from javadoc" | Marko Grönroos | 2012-11-23 | 1 | -31/+0 |
|\ |
|
| * | Removed outdated code example from javadoc | Artur Signell | 2012-11-22 | 1 | -31/+0 |
* | | Fix incorrect null check in PopupView (#10238) | Henri Sara | 2012-11-23 | 1 | -1/+1 |
* | | Make most of the sass compiler API internal, fixes #10339 | Marc Englund | 2012-11-23 | 1 | -1/+1 |
* | | Add VaadinService.setClassLoader (#9819) | Leif Åstrand | 2012-11-23 | 4 | -25/+64 |
* | | Throw exception for non-UIDL requests again (#10332) | Artur Signell | 2012-11-23 | 1 | -12/+21 |
* | | Merge "Document @PreserveOnRefresh" | Artur Signell | 2012-11-23 | 1 | -1/+18 |
|\ \ |
|
| * | | Document @PreserveOnRefresh | Leif Åstrand | 2012-11-23 | 1 | -1/+18 |
* | | | Merge "Refactor BrowserPopupOpener API (#10241)" | Artur Signell | 2012-11-23 | 2 | -85/+66 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refactor BrowserPopupOpener API (#10241) | Leif Åstrand | 2012-11-23 | 2 | -85/+66 |
* | | | Refactor Extension API (#10337) | Leif Åstrand | 2012-11-23 | 3 | -9/+8 |
* | | | Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-style... | Artur Signell | 2012-11-23 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ... | Marc Englund | 2012-11-23 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Reformatted server/src | Artur Signell | 2012-11-23 | 9 | -28/+35 |
* | | | Update value when field/label local changes (#8192) | Artur Signell | 2012-11-22 | 2 | -14/+93 |
| |/
|/| |
|
* | | Merge "Change a few "root" occurrences to "UI" in error messages, javadoc" | Artur Signell | 2012-11-22 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Change a few "root" occurrences to "UI" in error messages, javadoc | Johannes Dahlström | 2012-11-22 | 1 | -2/+2 |
* | | Added Component constructors (#10246) | Artur Signell | 2012-11-22 | 4 | -1/+63 |
* | | Account for that converter can modify value (#8191) | Artur Signell | 2012-11-22 | 1 | -0/+10 |
|/ |
|
* | Add a note to Navigator.addView and setErrorView javadoc that views should no... | Johannes Dahlström | 2012-11-22 | 1 | -0/+6 |
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 80 | -324/+338 |
* | 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 |
| |/ |
|