Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Refactor how LegacyApplication and VaadinSession are "closed" (#9635) | Leif Åstrand | 2012-09-20 | 11 | -341/+473 | |
| | | | | | | | ||||||
* | | | | | | | 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 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Bind Navigator to a UI (#9550) | Johannes Dahlström | 2012-09-19 | 2 | -17/+54 | |
| | | | | | | ||||||
* | | | | | | Change "close" to "cleanup" in UI (#9625) | Johannes Dahlström | 2012-09-19 | 5 | -32/+32 | |
| | | | | | | ||||||
* | | | | | | Add some getCurrent() methods (#9505) | Leif Åstrand | 2012-09-19 | 5 | -7/+212 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | Ensure propertyDataSource can be set back to null (#9618) | Artur Signell | 2012-09-18 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 12 | -446/+600 | |
| | | | | | | ||||||
* | | | | | | Label.setPropertyDataSource now updates the state value (#9618) | Artur Signell | 2012-09-18 | 1 | -0/+11 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Lock session when handling browser details request (#9656) | Artur Signell | 2012-09-18 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | Add null checks when wrapping session (#9655) | Leif Åstrand | 2012-09-18 | 2 | -3/+15 | |
| | | | | | ||||||
* | | | | | Add WrappedRequest.getWrappedSession(boolean) (#9655) | Leif Åstrand | 2012-09-18 | 4 | -4/+39 | |
| | | | | | ||||||
* | | | | | Allow browser details request to initialize a new session (#9652) | Artur Signell | 2012-09-18 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Fixed javadoc reference to wrong CloseListener | Artur Signell | 2012-09-18 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | FieldGroup.setReadOnly should propagate to all fields (#9600) | Artur Signell | 2012-09-18 | 1 | -0/+3 | |
| |_|_|/ |/| | | | ||||||
* | | | | Add UI.addCloseListener() and removeCloseListener() that were missing for ↵ | Johannes Dahlström | 2012-09-14 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | some reason (#9265) | |||||
* | | | | Navigator javadoc improvements | Johannes Dahlström | 2012-09-14 | 1 | -55/+48 | |
| | | | | ||||||
* | | | | Reference to the new, non-deprecated method in javadoc. | Leif Åstrand | 2012-09-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add comment explaining why beforeClientResponse is used | Leif Åstrand | 2012-09-14 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | AddonContextListener.contextDestoryed -> contextDestroyed (#9273) | Johannes Dahlström | 2012-09-13 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Add more descriptive error message | Leif Åstrand | 2012-09-12 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Changed UI close debug message level from info to fine | Johannes Dahlström | 2012-09-12 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Avoid infinite recursion in LegacyApplication.terminalError (#9581) | Leif Åstrand | 2012-09-12 | 2 | -9/+12 | |
| | | | | ||||||
* | | | | Don't try to redirect browser on failed heartbeat requests | Johannes Dahlström | 2012-09-12 | 1 | -10/+19 | |
| | | | | ||||||
* | | | | Don't check UI provider before running onVaadinSessionStarted (#9556) | Leif Åstrand | 2012-09-12 | 1 | -6/+0 | |
| | | | | ||||||
* | | | | Tweak UIProvider API based on review (#9443) | Leif Åstrand | 2012-09-11 | 6 | -23/+23 | |
| | | | | ||||||
* | | | | Initial version of on-the-fly compilation of scss -> css (#9222) | Artur Signell | 2012-09-11 | 1 | -20/+95 | |
| | | | | ||||||
* | | | | Add navigate() method to Navigator for navigating to the current location ↵ | Johannes Dahlström | 2012-09-11 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | (#9442) | |||||
* | | | | Constants -> enums (#9072) | Pekka Hyvönen | 2012-09-11 | 9 | -123/+78 | |
| | | | | | | | | | | | | | | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox) | |||||
* | | | | Rename isViewChangeAllowed()/navigatorViewChanged() to ↵ | Johannes Dahlström | 2012-09-11 | 2 | -23/+29 | |
| | | | | | | | | | | | | | | | | beforeViewChange()/afterViewChange() (#9511) | |||||
* | | | | Minor javadoc update | Johannes Dahlström | 2012-09-11 | 1 | -8/+5 | |
| | | | | ||||||
* | | | | Use org.json instead of com.vaadin.external.json (#9539) | Leif Åstrand | 2012-09-11 | 19 | -3692/+34 | |
| | | | | ||||||
* | | | | Improvements to #9087: | Johannes Dahlström | 2012-09-11 | 6 | -27/+96 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | * Rename EmbeddedBrowser to BrowserFrame * Add constructors to Flash and BrowserFrame * Change getState() methods to protected * JavaDoc improvements * Make ImageClicks test deterministic | |||||
* | | | Improved deprecation message based on review (#9522) | Leif Åstrand | 2012-09-10 | 1 | -1/+4 | |
| | | | ||||||
* | | | Make WebBrowser serializable again (#8027) | Leif Åstrand | 2012-09-10 | 1 | -1/+2 | |
| | | | ||||||
* | | | Add rudimentary javadocs (#9402) | Leif Åstrand | 2012-09-10 | 2 | -0/+30 | |
| | | | ||||||
* | | | Make AddonContext serializable (#9273) | Leif Åstrand | 2012-09-10 | 1 | -1/+2 | |
| | | | ||||||
* | | | Don't use Resource with the Page.open API (#9522) | Leif Åstrand | 2012-09-10 | 3 | -30/+91 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' | John Ahlroos | 2012-09-10 | 4 | -14/+5 | |
|\ \ \ | ||||||
| * | | | Revert "Verify that lock is held when accessing state (#9515)" | Leif Åstrand | 2012-09-10 | 3 | -13/+3 | |
| | | | | | | | | | | | | | | | | This reverts commit 998c9c97b4b7d9531028b442df4c38a33b60e5f0. | |||||
| * | | | Added info that debugger might cause log messages (#9481) | Artur Signell | 2012-09-10 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Merge branch '6.8' | John Ahlroos | 2012-09-10 | 1 | -38/+42 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.scss server/src/com/vaadin/server/VaadinServlet.java server/src/com/vaadin/ui/AbstractField.java src/com/vaadin/terminal/gwt/client/ui/VUriFragmentUtility.java tests/testbench/com/vaadin/tests/components/datefield/DateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/table/TableReduceContainerSize.java tests/testbench/com/vaadin/tests/tickets/Ticket8291.java uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.html uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java uitest/src/com/vaadin/tests/tickets/Ticket8291.java uitest/test.xml | |||||
* | | | Remove unused exception class reintroduced in a merge. | Henri Sara | 2012-09-10 | 1 | -169/+0 | |
| | | | ||||||
* | | | Verify that lock is held when accessing state (#9515) | Leif Åstrand | 2012-09-09 | 3 | -3/+13 | |
| | | | ||||||
* | | | Allow storing values in VaadinSession (#9514) | Leif Åstrand | 2012-09-09 | 1 | -0/+109 | |
| |/ |/| | ||||||
* | | Support running JUnit tests (#9299) | Artur Signell | 2012-09-09 | 1 | -1/+0 | |
| | | ||||||
* | | Jsoup is now declared as a dependency (#9299) | Artur Signell | 2012-09-09 | 52 | -17462/+0 | |
|/ |