summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-281-2/+0
| | |\ \ \ \ \ \
| | * | | | | | | Fixed window not getting its correct primary stylename #9724John Ahlroos2012-09-281-0/+3
| | | | | | | | |
| | * | | | | | | Fixed typo in HorizontalLayout #9724John Ahlroos2012-09-271-1/+1
| | | | | | | | |
| | * | | | | | | Added missing NativeButton state class #9724John Ahlroos2012-09-271-0/+7
| | | | | | | | |
| | * | | | | | | Fixed issue with Table column alignment not updating correctly #9724John Ahlroos2012-09-271-1/+1
| | | | | | | | |
| | * | | | | | | Fixed NativeButton broken styles #9724John Ahlroos2012-09-271-3/+3
| | | | | | | | |
| | * | | | | | | Fixed layout primary stylenames #9724John Ahlroos2012-09-278-39/+24
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-2722-135/+151
| | |\ \ \ \ \ \ \
| | * | | | | | | | Removed references to client widgetset from state #9724John Ahlroos2012-09-2733-69/+33
| | | | | | | | | |
| | * | | | | | | | Added primary stylename to all component states #9724John Ahlroos2012-09-2757-16/+328
| | | | | | | | | |
| | * | | | | | | | Added TableState with default primary style name #9724John Ahlroos2012-09-263-4/+16
| | | | | | | | | |
| | * | | | | | | | Primary stylename handling for Table #9724John Ahlroos2012-09-261-1/+7
| | | | | | | | | |
| | * | | | | | | | Primary stylename handling for Table #9724John Ahlroos2012-09-261-26/+61
| | | | | | | | | |
| | * | | | | | | | Primary stylename handling for Table #9724John Ahlroos2012-09-262-102/+163
| | | | | | | | | |
| | * | | | | | | | Primary stylename handling for button #9724John Ahlroos2012-09-261-4/+9
| | | | | | | | | |
| | * | | | | | | | Minor change to how the primary stylename gets applied to the widgets John Ahlroos2012-09-261-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #9724
| | * | | | | | | | Widgets primary stylename is now set if the component state has definedJohn Ahlroos2012-09-251-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one #9724
| | * | | | | | | | Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-2571-921/+706
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Added primary stylename handling on server side #9724John Ahlroos2012-09-244-1/+26
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into sassMarc Englund2012-10-01125-798/+1041
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss theme-compiler/src/com/vaadin/sass/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java
| * | | | | | | | | | | Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-288-100/+149
| | | | | | | | | | | |
| * | | | | | | | | | | Sass restructure: fixed bug in embedded.scssMarc Englund2012-09-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Sass restructure: base theme with renameable componentsMarc Englund2012-09-2831-495/+495
| | | | | | | | | | | |
| * | | | | | | | | | | Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-2831-712/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that should work w/o overlay-container
| * | | | | | | | | | | Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-2810-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overlay-container.
| * | | | | | | | | | | Improves remove() for #9380Marc Englund2012-09-2710-781/+983
| | | | | | | | | | | |
| * | | | | | | | | | | Fixes #9492 so that interpolation of mixin parameters works as expectedMarc Englund2012-09-2710-5893/+5560
| | | | | | | | | | | |
| * | | | | | | | | | | Rearranging sass theme structure in phases.Marc Englund2012-09-268-109/+109
| | | | | | | | | | | |
* | | | | | | | | | | | Cleaned up GeneratePackageExports (#9793)Artur Signell2012-10-081-84/+71
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer deletes existing Export-Packages or generate empty Export-Package attributes Change-Id: I17df2f74b42a50a3b2c63bc4fb79a92721aabd72
* | | | | | | | | | | Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-0810-281/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Give an URL to LegacyApplication when initializing * Update LoginForm to use DynamicConnectorResource instead of RequestHandler * Make CustomUIClassLoader work again (including previous issues not caused by this change) * Update some other tests to use more sensible URLs Change-Id: I53ed5e9be3b44ed1b62f9762507b0007d53f15b7
* | | | | | | | | | | Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-0820-274/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | Add SystemMessagesProvider for getting messages for a Locale (#4127)Leif Åstrand2012-10-0810-22/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add an internal helper for finding the most suitable Locale based on the currently available information. Change-Id: Ie9893db4be5ace7b0d60c030b7ca383359500525
* | | | | | | | | | | Merge "Add Page.getLocation() (#9249)"Leif Åstrand2012-10-0515-69/+144
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add Page.getLocation() (#9249)Johannes Dahlström2012-10-0515-69/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | | Merge "Fixed datefield height #9798"Johannes Dahlström2012-10-051-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixed datefield height #9798John Ahlroos2012-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iabd4c7e7729efeed02f8be087769de5f51634662
* | | | | | | | | | | | | Allow servletInitialized,portletInitialized to throw exception (#9848)Artur Signell2012-10-053-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0fd2524ba82998063b21d6c3b56897270c24b2c
* | | | | | | | | | | | | Remove getters and setters from converted stateLeif Åstrand2012-10-052-9/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge changes I0cc40f7c,Ia65d8bfb,I03ad3d60Artur Signell2012-10-055-22/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Declared dependencies for jars found in Maven (#9852) Use rebased Guava from vaadin-shared-deps (#9612) Use Flute from vaadin-shared-deps (#9612)
| * | | | | | | | | | | | | Declared dependencies for jars found in Maven (#9852)Artur Signell2012-10-042-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0cc40f7c10c1dc6a1dcaff48e86d04079c1f70ae
| * | | | | | | | | | | | | Use rebased Guava from vaadin-shared-deps (#9612)Artur Signell2012-10-042-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia65d8bfb76842060c4f0a859588a75fb9b167900
| * | | | | | | | | | | | | Use Flute from vaadin-shared-deps (#9612)Artur Signell2012-10-043-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I03ad3d6070d6a87e98f28e5871df36aaf269edb8
* | | | | | | | | | | | | | Merge "Fixed selectors in layout.scss #9860"John Ahlroos2012-10-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fixed selectors in layout.scss #9860John Ahlroos2012-10-041-2/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I297de32c4123ecc70bbadd92171b7858d7ef7399
* | | | | | | | | | | | | | Merge "Added IE8 HTML5 doctype fix for removing unneeded scrollbars in ↵John Ahlroos2012-10-051-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | splitpanel #9552"
| * | | | | | | | | | | | | Added IE8 HTML5 doctype fix for removing unneeded scrollbars in splitpanel #9552John Ahlroos2012-10-041-0/+10
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2d9abc2add60809412a8625d4b4753aca408c7cd
* | | | | | | | | | | | | Merge "Fixed combobox line heights in Chameleon theme #9838"Johannes Dahlström2012-10-041-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fixed combobox line heights in Chameleon theme #9838John Ahlroos2012-10-031-0/+3
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2193f9304b378084bdd9f0e750e049af5af5e0ec
* | | | | | | | | | | | Merge "Removed hard coded package names from export metadata generator (#9612)"Johannes Dahlström2012-10-042-13/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removed hard coded package names from export metadata generator (#9612)Artur Signell2012-10-022-13/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I860d9241e270a2a96796b4800f0bbbc808e2e710