Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added import package and require bundle definitions (#9793) | Artur Signell | 2012-10-09 | 1 | -0/+3 |
| | | | | Change-Id: I106dc90c30ddac4abf90131824893a4d5d40921f | ||||
* | Merge branch 'sass' | John Ahlroos | 2012-10-08 | 37 | -5/+207 |
|\ | |||||
| * | Merge branch 'master' into sass | Marc Englund | 2012-10-04 | 1 | -0/+28 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/formlayout/formlayout.scss WebContent/VAADIN/themes/reindeer/formlayout/formlayout.scss Change-Id: Ie895a1bbafdcf2fe79d500efb04c6eef3f5a812e | ||||
| * \ | Merge branch 'master' into primary-stylename | John Ahlroos | 2012-10-01 | 1 | -1/+0 |
| |\ \ | |||||
| * | | | Fixed window not getting its correct primary stylename #9724 | John Ahlroos | 2012-09-28 | 1 | -0/+3 |
| | | | | |||||
| * | | | Added missing NativeButton state class #9724 | John Ahlroos | 2012-09-27 | 1 | -0/+7 |
| | | | | |||||
| * | | | Removed references to client widgetset from state #9724 | John Ahlroos | 2012-09-27 | 33 | -69/+33 |
| | | | | |||||
| * | | | Added primary stylename to all component states #9724 | John Ahlroos | 2012-09-27 | 33 | -5/+222 |
| | | | | |||||
| * | | | Added TableState with default primary style name #9724 | John Ahlroos | 2012-09-26 | 1 | -0/+10 |
| | | | | |||||
| * | | | Merge branch 'master' into primary-stylename | John Ahlroos | 2012-09-25 | 1 | -4/+4 |
| |\ \ \ | |||||
| * | | | | Added primary stylename handling on server side #9724 | John Ahlroos | 2012-09-24 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Bootstrap UI using relative URLs with servlets (#6771) | Leif Åstrand | 2012-10-08 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Configure widgetset using URLs relative to the requested page * Provide a Util method for getting an absolute URL from a relative URL * Test by using an embedded Jetty acting as a transparent proxy * Make /embed1 use the Buttons test to enable testing UIDL requests Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d | ||||
* | | | | | Merge "Add Page.getLocation() (#9249)" | Leif Åstrand | 2012-10-05 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Add Page.getLocation() (#9249) | Johannes Dahlström | 2012-10-05 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Send the whole window location, not just fragment, in bootstrap and when the fragment changes * BrowserDetails now has URI getLocation() instead of String getUriFragment() * Keep FragmentChangeListeners as-is, should perhaps change to LocationChangeListeners at some point * Implement Page.getFragment() by means of Page.getLocation() * Differentiate between no fragment (null) and empty fragment ("") as java.net.URI does Change-Id: I1da1ea0664304d0c121a57e85d127fe48605e940 | ||||
* / | | | | Use rebased Guava from vaadin-shared-deps (#9612) | Artur Signell | 2012-10-04 | 1 | -0/+2 |
|/ / / / | | | | | | | | | | | | | Change-Id: Ia65d8bfb76842060c4f0a859588a75fb9b167900 | ||||
* | | / | Moved ShortcutActionHandler constants to shared (#8484) | Artur Signell | 2012-10-01 | 1 | -0/+28 |
| |_|/ |/| | | | | | | | | Change-Id: I59b0f732f819ceb5e63182c7f3ac492f913a6278 | ||||
* | | | Global code cleanup | Leif Åstrand | 2012-09-27 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Added defaults for slider state (#9734) | Artur Signell | 2012-09-25 | 1 | -4/+4 |
|/ | |||||
* | Moved visible out from state so isVisible does not call markAsDirty (#9695) | Artur Signell | 2012-09-20 | 1 | -1/+0 |
| | |||||
* | Replace onVaadinSessionStarted with a listener (#9635) | Leif Åstrand | 2012-09-18 | 1 | -0/+7 |
| | |||||
* | Ensures negative height is not returned in HorizontalLayout height ↵ | John Ahlroos | 2012-09-13 | 1 | -0/+8 |
| | | | | calculations #9596 | ||||
* | Fixed dependencies so tests also find org.json (#9539) | Artur Signell | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Constants -> enums (#9072) | Pekka Hyvönen | 2012-09-11 | 6 | -22/+169 |
| | | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox) | ||||
* | Improvements to #9087: | Johannes Dahlström | 2012-09-11 | 2 | -7/+7 |
| | | | | | | | | * Rename EmbeddedBrowser to BrowserFrame * Add constructors to Flash and BrowserFrame * Change getState() methods to protected * JavaDoc improvements * Make ImageClicks test deterministic | ||||
* | Added missing dependencies (#9299) | Artur Signell | 2012-09-09 | 1 | -6/+8 |
| | |||||
* | 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 | -2/+3 |
| | |||||
* | Added themes-compiled module (#9299) | Artur Signell | 2012-09-09 | 1 | -4/+1 |
| | |||||
* | Support running JUnit tests (#9299) | Artur Signell | 2012-09-09 | 2 | -2/+9 |
| | |||||
* | Added build-provided to make build work again | Artur Signell | 2012-09-09 | 1 | -0/+1 |
| | |||||
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 2 | -0/+53 |
| | |||||
* | Removed deprecated ContenMode.XHTML | John Ahlroos | 2012-09-07 | 1 | -8/+0 |
| | |||||
* | Now using HTML5 content mode. Also deprecated the XHTML content modes. | John Ahlroos | 2012-09-07 | 1 | -2/+10 |
| | |||||
* | Don't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, ↵ | Johannes Dahlström | 2012-09-06 | 1 | -5/+0 |
| | | | | #9491) | ||||
* | Rename DeploymentConfiguration -> VaadinService (#9402) | Leif Åstrand | 2012-09-06 | 1 | -1/+0 |
| | |||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 4 | -5/+2 |
| | |||||
* | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-03 | 25 | -1251/+168 |
|\ | | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ComponentState.java | ||||
| * | Add helper methods for checking state | John Ahlroos | 2012-08-31 | 1 | -0/+8 |
| | | |||||
| * | More state getter removal | John Ahlroos | 2012-08-31 | 3 | -78/+10 |
| | | |||||
| * | Removed getters/setters from states and made instance variabled public | John Ahlroos | 2012-08-31 | 22 | -1153/+150 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-31 | 13 | -59/+103 |
|\| | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ComponentLocator.java client/src/com/vaadin/client/ui/AbstractComponentConnector.java | ||||
| * | Reformatted project | Artur Signell | 2012-08-30 | 5 | -21/+17 |
| | | |||||
| * | Replace ApplicationResource with ConnectorResource (#9419) | Leif Åstrand | 2012-08-30 | 7 | -30/+78 |
| | | |||||
| * | Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵ | Artur Signell | 2012-08-29 | 1 | -5/+5 |
| | | | | | | | | com.vaadin.server.widgetsetutils (#9431) | ||||
| * | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 3 | -3/+3 |
| | | |||||
| * | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -2/+2 |
| | | |||||
| * | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 6 | -8/+8 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-29 | 2 | -13/+14 |
|\| | |||||
| * | Identify too old Safari browsers based on webkit version (#9423) | Leif Åstrand | 2012-08-28 | 1 | -1/+2 |
| | | | | | | | | | | Detection based on "safari" version is not reliable because of the way various browsers based on webkit report their version numbers in the user agent string. | ||||
| * | Renamed Component.debugId to id (#3700) | Pekka Hyvönen | 2012-08-28 | 1 | -12/+12 |
| | | | | | | | | | | Applied patch from Pekka with minor changes (@deprecation javadoc, call the real methods from deprecated methods in AbstractComponent) |