Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
|/ | ||||||
* | Reverted back to Transitional Doctype #8294 | John Ahlroos | 2012-09-08 | 1 | -2/+4 | |
| | ||||||
* | Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵ | Johannes Dahlström | 2012-09-07 | 6 | -8/+123 | |
| | | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes | |||||
* | Use dedicated Lock for session synchronization (#9156) | Leif Åstrand | 2012-09-07 | 3 | -12/+55 | |
| | ||||||
* | Add some deprecation for stuff that might still change (#8165) | Leif Åstrand | 2012-09-07 | 1 | -1/+4 | |
| | ||||||
* | Rename Application back to LegacyApplication (#9402) | Leif Åstrand | 2012-09-07 | 5 | -19/+19 | |
| | ||||||
* | Remove unneeded requestRepaint methods (#9325) | Leif Åstrand | 2012-09-07 | 2 | -12/+0 | |
| | ||||||
* | Explicitly document deprecation as it isn't properly inherited (#9378) | Leif Åstrand | 2012-09-07 | 1 | -1/+6 | |
| | ||||||
* | Fixed references to XHTML and issue found in review #8294 | John Ahlroos | 2012-09-07 | 7 | -16/+15 | |
| | ||||||
* | Return short list instead of exception if less items available (#8028) | Henri Sara | 2012-09-07 | 3 | -24/+9 | |
| | | | | Container.Indexed.getItemIds(int, int) does not throw an exception if too few items are available in the container. | |||||
* | Add some deprecation messages about upcoming changes (#9402) | Leif Åstrand | 2012-09-07 | 9 | -5/+225 | |
| | ||||||
* | Moved base theme constants (v-widget and v-layout) from BaseTheme to | John Ahlroos | 2012-09-07 | 1 | -11/+0 | |
| | | | StyleConstants | |||||
* | Removed deprecated ContenMode.XHTML | John Ahlroos | 2012-09-07 | 3 | -14/+4 | |
| | ||||||
* | Now using HTML5 content mode. Also deprecated the XHTML content modes. | John Ahlroos | 2012-09-07 | 6 | -16/+24 | |
| | ||||||
* | Make ClassResource find associated Application class (#9402) | Leif Åstrand | 2012-09-07 | 3 | -6/+20 | |
| | ||||||
* | Redesign to make session inited in Application.init (#9402) | Leif Åstrand | 2012-09-07 | 4 | -53/+82 | |
| | ||||||
* | Simple override for getItemIds(int,int) for TreeTable (#9509) | Artur Signell | 2012-09-06 | 2 | -1/+14 | |
| | ||||||
* | Separate view name from parameters with a slash in StaticViewProvider as well | Johannes Dahlström | 2012-09-06 | 1 | -1/+2 | |
| | ||||||
* | Remove Application from UIProvider API (#9402) | Leif Åstrand | 2012-09-06 | 5 | -20/+16 | |
| | ||||||
* | Add VaadinSession getter to VaadinService (#9402) | Leif Åstrand | 2012-09-06 | 4 | -0/+23 | |
| | ||||||
* | Remove some 'Application' from CommunicationManager (#9402) | Leif Åstrand | 2012-09-06 | 3 | -88/+72 | |
| | ||||||
* | Remove 'Application' from RequestHandler API (#9402) | Leif Åstrand | 2012-09-06 | 9 | -62/+54 | |
| | ||||||
* | Remove some 'Application' from the Bootstrap API (#9402) | Leif Åstrand | 2012-09-06 | 5 | -33/+30 | |
| | ||||||
* | Remove VaadinSession.isProductionMode() (#9402) | Leif Åstrand | 2012-09-06 | 2 | -15/+3 | |
| | ||||||
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layout | John Ahlroos | 2012-09-06 | 1 | -0/+5 | |
| | | | selector to all layouts | |||||
* | Move ErrorListener implementation out of VaadinSession (#9402) | Leif Åstrand | 2012-09-06 | 3 | -54/+63 | |
| | ||||||
* | Remove unused variable | Leif Åstrand | 2012-09-06 | 1 | -3/+0 | |
| | ||||||
* | Remove some references to Application in API and docs (#9402) | Leif Åstrand | 2012-09-06 | 10 | -792/+143 | |
| | ||||||
* | Rename ApplicationConfiguration -> DeploymentConfiguration (#9402) | Leif Åstrand | 2012-09-06 | 10 | -76/+69 | |
| | ||||||
* | Fix some stray references to the name deployment configuration (#9402) | Leif Åstrand | 2012-09-06 | 6 | -11/+10 | |
| | ||||||
* | Fix import for javadocs | Leif Åstrand | 2012-09-06 | 1 | -0/+1 | |
| | ||||||
* | Rename DeploymentConfiguration -> VaadinService (#9402) | Leif Åstrand | 2012-09-06 | 22 | -163/+141 | |
| | ||||||
* | Remove invalid import | Leif Åstrand | 2012-09-06 | 1 | -3/+1 | |
| | ||||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 94 | -4085/+6340 | |
| |