Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-added old DefaultWidgetSet which was accidentally deleted in a merge | Artur Signell | 2012-09-10 | 1 | -0/+9 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | John Ahlroos | 2012-09-10 | 1 | -6/+0 |
|\ | |||||
| * | Removed PortalDefaultWidgetSet (#9337) | Artur Signell | 2012-09-10 | 1 | -6/+0 |
| | | |||||
* | | Merge branch '6.8' | John Ahlroos | 2012-09-10 | 2 | -9/+22 |
|/ | | | | | | | | | | | | | | | | 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 | ||||
* | Build javadoc and sources jars (#9299) | Artur Signell | 2012-09-09 | 2 | -1/+7 |
| | |||||
* | Generate pom artifacts and automatically publish to local Maven (#9299) | Artur Signell | 2012-09-09 | 1 | -1/+2 |
| | |||||
* | Added themes-compiled module (#9299) | Artur Signell | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Support running JUnit tests (#9299) | Artur Signell | 2012-09-09 | 2 | -2/+11 |
| | |||||
* | Added build-provided to make build work again | Artur Signell | 2012-09-09 | 1 | -2/+2 |
| | |||||
* | Fixed scopes for generated Maven pom.xml files (#9299) | Artur Signell | 2012-09-09 | 2 | -7/+15 |
| | |||||
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 2 | -0/+60 |
| | |||||
* | Minor text change | Artur Signell | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Moved base theme constants (v-widget and v-layout) from BaseTheme to | John Ahlroos | 2012-09-07 | 9 | -18/+26 |
| | | | StyleConstants | ||||
* | Removed deprecated ContenMode.XHTML | John Ahlroos | 2012-09-07 | 1 | -1/+0 |
| | |||||
* | Now using HTML5 content mode. Also deprecated the XHTML content modes. | John Ahlroos | 2012-09-07 | 1 | -0/+1 |
| | |||||
* | Applied CSSLayout patch for #9357 | John Ahlroos | 2012-09-07 | 3 | -45/+84 |
| | |||||
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layout | John Ahlroos | 2012-09-06 | 9 | -13/+29 |
| | | | selector to all layouts | ||||
* | Don't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, ↵ | Johannes Dahlström | 2012-09-06 | 1 | -0/+4 |
| | | | | #9491) | ||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 20 | -27/+22 |
| | |||||
* | Communication activity listeners (#9327) | Jonatan Kronqvist | 2012-09-05 | 1 | -6/+131 |
| | |||||
* | Applied proper formatting | John Ahlroos | 2012-09-05 | 2 | -49/+59 |
| | |||||
* | Refactored and cleaned up the newly add ordered layouts | John Ahlroos | 2012-09-05 | 11 | -1203/+831 |
| | |||||
* | Removed duplicate method toggleStyleName (replaced by | John Ahlroos | 2012-09-05 | 1 | -12/+4 |
| | | | setStyleName(String,Boolean) ) | ||||
* | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-05 | 1 | -2/+4 |
|\ | |||||
| * | Fixed readonly buttons in TwinColSelect | John Ahlroos | 2012-09-05 | 1 | -2/+4 |
| | | |||||
* | | Fixed interpreting caption domNode paths in VBoxLayout in | John Ahlroos | 2012-09-05 | 1 | -3/+8 |
| | | | | | | ComponentLocator | ||||
* | | Fixed ComponentLocator in the case where tests refer to an | John Ahlroos | 2012-09-05 | 1 | -0/+5 |
| | | | | | | AbsolutePanel inside a Gridlayout which has been removed. | ||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-05 | 1 | -9/+12 |
|\| | |||||
| * | Fixed NPE in LayoutManager | John Ahlroos | 2012-09-05 | 1 | -9/+12 |
| | | |||||
* | | Another fix to ComponentLocator, this time fixed locators with | John Ahlroos | 2012-09-05 | 1 | -0/+8 |
| | | | | | | VBoxLayout/domChild | ||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-05 | 7 | -11/+6 |
|\| | |||||
| * | Renamed UI package which accidentally had been renamed to upper case | Artur Signell | 2012-09-04 | 6 | -6/+6 |
| | | |||||
| * | Removed unused instance variable from button | John Ahlroos | 2012-09-04 | 1 | -5/+0 |
| | | |||||
* | | Thinking I finally got it (ComponentLocator fix) | John Ahlroos | 2012-09-04 | 1 | -7/+14 |
| | | |||||
* | | Fixed test DOM path resolution | John Ahlroos | 2012-09-04 | 1 | -0/+6 |
| | | |||||
* | | And yet another ComponentLocator fix | John Ahlroos | 2012-09-04 | 1 | -6/+7 |
| | | |||||
* | | More work on ComponentLocator | John Ahlroos | 2012-09-04 | 1 | -37/+14 |
| | | |||||
* | | Cleaned up the component locator code a bit | John Ahlroos | 2012-09-03 | 1 | -12/+28 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-03 | 3 | -20/+3 |
|\| | |||||
| * | Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460) | Leif Åstrand | 2012-09-03 | 1 | -1/+1 |
| | | |||||
| * | Remove Application.getVersion() (#9402) | Leif Åstrand | 2012-09-03 | 2 | -17/+0 |
| | | |||||
| * | Fixing failing undefined width calculations | John Ahlroos | 2012-09-03 | 1 | -2/+2 |
| | | |||||
* | | Another fix for boxlayouts in component locator | John Ahlroos | 2012-09-03 | 1 | -1/+2 |
| | | |||||
* | | Fixed component locator for box layouts | John Ahlroos | 2012-09-03 | 1 | -1/+9 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-03 | 48 | -217/+228 |
|\| | | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ComponentState.java | ||||
| * | Add helper methods for checking state | John Ahlroos | 2012-08-31 | 12 | -15/+25 |
| | | |||||
| * | Restore logic that was removed from state | Leif Åstrand | 2012-08-31 | 1 | -1/+2 |
| | | |||||
| * | More state getter removal | John Ahlroos | 2012-08-31 | 3 | -8/+8 |
| | | |||||
| * | Removed getters/setters from states and made instance variabled public | John Ahlroos | 2012-08-31 | 44 | -197/+198 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-31 | 315 | -1459/+2239 |
|\| | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ComponentLocator.java client/src/com/vaadin/client/ui/AbstractComponentConnector.java |