Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak UIProvider API based on review (#9443) | Leif Åstrand | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Constants -> enums (#9072) | Pekka Hyvönen | 2012-09-11 | 6 | -108/+51 |
| | | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox) | ||||
* | Use org.json instead of com.vaadin.external.json (#9539) | Leif Åstrand | 2012-09-11 | 2 | -4/+6 |
| | |||||
* | 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 | ||||
* | Don't use Resource with the Page.open API (#9522) | Leif Åstrand | 2012-09-10 | 1 | -3/+17 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | John Ahlroos | 2012-09-10 | 2 | -4/+2 |
|\ | |||||
| * | Revert "Verify that lock is held when accessing state (#9515)" | Leif Åstrand | 2012-09-10 | 1 | -3/+0 |
| | | | | | | | | 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 | ||||
* | Verify that lock is held when accessing state (#9515) | Leif Åstrand | 2012-09-09 | 1 | -0/+3 |
| | |||||
* | Support running JUnit tests (#9299) | Artur Signell | 2012-09-09 | 1 | -1/+0 |
| | |||||
* | 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 | ||||
* | Rename Application back to LegacyApplication (#9402) | Leif Åstrand | 2012-09-07 | 1 | -5/+5 |
| | |||||
* | Remove unneeded requestRepaint methods (#9325) | Leif Åstrand | 2012-09-07 | 2 | -12/+0 |
| | |||||
* | Fixed references to XHTML and issue found in review #8294 | John Ahlroos | 2012-09-07 | 5 | -14/+14 |
| | |||||
* | 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 | 1 | -4/+3 |
| | |||||
* | Now using HTML5 content mode. Also deprecated the XHTML content modes. | John Ahlroos | 2012-09-07 | 2 | -6/+4 |
| | |||||
* | Make ClassResource find associated Application class (#9402) | Leif Åstrand | 2012-09-07 | 1 | -0/+10 |
| | |||||
* | Simple override for getItemIds(int,int) for TreeTable (#9509) | Artur Signell | 2012-09-06 | 2 | -1/+14 |
| | |||||
* | Remove 'Application' from RequestHandler API (#9402) | Leif Åstrand | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layout | John Ahlroos | 2012-09-06 | 1 | -0/+5 |
| | | | selector to all layouts | ||||
* | Remove some references to Application in API and docs (#9402) | Leif Åstrand | 2012-09-06 | 2 | -9/+10 |
| | |||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 18 | -17/+44 |
| | |||||
* | Deprecated EventRouter with a message that it will be replaced before 7.0.0 ↵ | Artur Signell | 2012-09-05 | 1 | -0/+17 |
| | | | | (#8640) | ||||
* | Fixed copy/paste error | Artur Signell | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'removeApplication' | Leif Åstrand | 2012-09-05 | 8 | -94/+63 |
|\ | |||||
| * | Rename LegacyApplication -> Application (#9402) | Leif Åstrand | 2012-09-05 | 1 | -1/+1 |
| | | |||||
| * | Remove getApplication() and add getSession() (#9402) | Leif Åstrand | 2012-09-05 | 8 | -75/+46 |
| | | |||||
| * | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 4 | -23/+23 |
| | | |||||
| * | Move LegacyApplication to its own file (#9402) | Leif Åstrand | 2012-09-05 | 1 | -1/+2 |
| | | |||||
| * | Unify ThreadLocal handling (#9469) | Leif Åstrand | 2012-09-05 | 1 | -7/+3 |
| | | |||||
| * | Move UI class info querying to UIProvider (#9402) | Leif Åstrand | 2012-09-05 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-05 | 14 | -39/+57 |
|\| | |||||
| * | Do detach() before clearing application (#9419) | Leif Åstrand | 2012-09-04 | 1 | -2/+3 |
| | | |||||
| * | inner Event classes converted to static nested classes (#5855) | Pekka Hyvönen | 2012-09-04 | 10 | -26/+37 |
| | | |||||
| * | ItemStyleGenerator.getStyle now includes source component (#5822) | Artur Signell | 2012-09-04 | 2 | -6/+12 |
| | | |||||
| * | Moved ReflectTools to com.vaadin.util (#4294) | Artur Signell | 2012-09-04 | 5 | -5/+5 |
| | | |||||
* | | Fixed LoginForm textfield styles | John Ahlroos | 2012-09-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-04 | 1 | -1/+46 |
|\| | |||||
| * | Don't mark connector as dirty when writing response (#9444, #9452) | Leif Åstrand | 2012-09-03 | 1 | -1/+46 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-03 | 1 | -8/+5 |
|\| | |||||
| * | Use HierarchicalContainer as default container for Tree (#3950) | Henri Sara | 2012-09-03 | 1 | -8/+5 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-03 | 1 | -2/+2 |
|\| | |||||
| * | Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460) | Leif Åstrand | 2012-09-03 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-03 | 25 | -428/+490 |
|\| | | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ComponentState.java | ||||
| * | Remove @EagerInit (#9445) | Leif Åstrand | 2012-08-31 | 1 | -12/+2 |
| | | |||||
| * | Refactor UI bootstrap (#9443) | Leif Åstrand | 2012-08-31 | 1 | -27/+23 |
| | | |||||
| * | Add helper methods for checking state | John Ahlroos | 2012-08-31 | 1 | -2/+2 |
| | | |||||
| * | More state getter removal | John Ahlroos | 2012-08-31 | 2 | -19/+19 |
| | |