summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Tweak UIProvider API based on review (#9443)Leif Åstrand2012-09-111-1/+1
|
* Constants -> enums (#9072)Pekka Hyvönen2012-09-116-108/+51
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* Use org.json instead of com.vaadin.external.json (#9539)Leif Åstrand2012-09-112-4/+6
|
* Improvements to #9087:Johannes Dahlström2012-09-116-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 Åstrand2012-09-101-3/+17
|
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-102-4/+2
|\
| * Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-101-3/+0
| | | | | | | | This reverts commit 998c9c97b4b7d9531028b442df4c38a33b60e5f0.
| * Added info that debugger might cause log messages (#9481)Artur Signell2012-09-101-1/+2
| |
* | Merge branch '6.8'John Ahlroos2012-09-101-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 Åstrand2012-09-091-0/+3
|
* Support running JUnit tests (#9299)Artur Signell2012-09-091-1/+0
|
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵Johannes Dahlström2012-09-076-8/+123
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-071-5/+5
|
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-072-12/+0
|
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-075-14/+14
|
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-071-11/+0
| | | StyleConstants
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-071-4/+3
|
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-072-6/+4
|
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-071-0/+10
|
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-062-1/+14
|
* Remove 'Application' from RequestHandler API (#9402)Leif Åstrand2012-09-061-1/+1
|
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-0/+5
| | | selector to all layouts
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-062-9/+10
|
* Reformat projectLeif Åstrand2012-09-0518-17/+44
|
* Deprecated EventRouter with a message that it will be replaced before 7.0.0 ↵Artur Signell2012-09-051-0/+17
| | | | (#8640)
* Fixed copy/paste errorArtur Signell2012-09-051-1/+1
|
* Merge branch 'removeApplication'Leif Åstrand2012-09-058-94/+63
|\
| * Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-051-1/+1
| |
| * Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-058-75/+46
| |
| * Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-054-23/+23
| |
| * Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-051-1/+2
| |
| * Unify ThreadLocal handling (#9469)Leif Åstrand2012-09-051-7/+3
| |
| * Move UI class info querying to UIProvider (#9402)Leif Åstrand2012-09-051-1/+2
| |
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-0514-39/+57
|\|
| * Do detach() before clearing application (#9419)Leif Åstrand2012-09-041-2/+3
| |
| * inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-0410-26/+37
| |
| * ItemStyleGenerator.getStyle now includes source component (#5822)Artur Signell2012-09-042-6/+12
| |
| * Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-045-5/+5
| |
* | Fixed LoginForm textfield stylesJohn Ahlroos2012-09-041-2/+2
| |
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-041-1/+46
|\|
| * Don't mark connector as dirty when writing response (#9444, #9452)Leif Åstrand2012-09-031-1/+46
| |
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-031-8/+5
|\|
| * Use HierarchicalContainer as default container for Tree (#3950)Henri Sara2012-09-031-8/+5
| |
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-031-2/+2
|\|
| * Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-2/+2
| |
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-0325-428/+490
|\| | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ComponentState.java
| * Remove @EagerInit (#9445)Leif Åstrand2012-08-311-12/+2
| |
| * Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-27/+23
| |
| * Add helper methods for checking stateJohn Ahlroos2012-08-311-2/+2
| |
| * More state getter removalJohn Ahlroos2012-08-312-19/+19
| |