]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoPrimary stylename handling for Table #9724
John Ahlroos [Wed, 26 Sep 2012 11:57:30 +0000 (14:57 +0300)]
Primary stylename handling for Table #9724

12 years agoPrimary stylename handling for Table #9724
John Ahlroos [Wed, 26 Sep 2012 11:52:28 +0000 (14:52 +0300)]
Primary stylename handling for Table #9724

12 years agoPrimary stylename handling for Table #9724
John Ahlroos [Wed, 26 Sep 2012 06:49:21 +0000 (09:49 +0300)]
Primary stylename handling for Table #9724

12 years agoPrimary stylename handling for button #9724
John Ahlroos [Wed, 26 Sep 2012 06:48:28 +0000 (09:48 +0300)]
Primary stylename handling for button #9724

12 years agoMinor change to how the primary stylename gets applied to the widgets
John Ahlroos [Wed, 26 Sep 2012 06:47:35 +0000 (09:47 +0300)]
Minor change to how the primary stylename gets applied to the widgets
#9724

12 years agoWidgets primary stylename is now set if the component state has defined
John Ahlroos [Tue, 25 Sep 2012 11:00:37 +0000 (14:00 +0300)]
Widgets primary stylename is now set if the component state has defined
one #9724

12 years agoMerge branch 'master' into primary-stylename
John Ahlroos [Tue, 25 Sep 2012 10:12:35 +0000 (13:12 +0300)]
Merge branch 'master' into primary-stylename

12 years agoAdded test case for vertical layout relative children.
John Ahlroos [Tue, 25 Sep 2012 08:01:17 +0000 (11:01 +0300)]
Added test case for vertical layout relative children.

12 years agoRestored content:"" for layout slots which fixes #9736
John Ahlroos [Tue, 25 Sep 2012 07:42:28 +0000 (10:42 +0300)]
Restored content:"" for layout slots which fixes #9736

12 years agoAdded defaults for slider state (#9734)
Artur Signell [Tue, 25 Sep 2012 06:20:15 +0000 (09:20 +0300)]
Added defaults for slider state (#9734)

12 years agoMap PortalDefaultWidgetSet -> DefaultWidgetSet when source is portal (#9731)
Artur Signell [Tue, 25 Sep 2012 06:14:44 +0000 (09:14 +0300)]
Map PortalDefaultWidgetSet -> DefaultWidgetSet when source is portal (#9731)

12 years agoPortlet resource URLs are now portlet specific instead of global (#9730)
Artur Signell [Tue, 25 Sep 2012 06:12:11 +0000 (09:12 +0300)]
Portlet resource URLs are now portlet specific instead of global (#9730)

12 years agoShow internal error reponses for browser details request (#8243)
Artur Signell [Mon, 24 Sep 2012 18:43:24 +0000 (21:43 +0300)]
Show internal error reponses for browser details request (#8243)

12 years agoAdded javadoc
Artur Signell [Mon, 24 Sep 2012 18:05:32 +0000 (21:05 +0300)]
Added javadoc

12 years agoDeprecated LoginForm as it no longer works in most supported browsers (#8405)
Artur Signell [Mon, 24 Sep 2012 17:58:40 +0000 (20:58 +0300)]
Deprecated LoginForm as it no longer works in most supported browsers (#8405)

12 years agoRemove ScssServlet (#9647)
Artur Signell [Mon, 24 Sep 2012 17:49:06 +0000 (20:49 +0300)]
Remove ScssServlet (#9647)

12 years agoUse init(PortletConfig) to avoid running init before super (#9728)
Artur Signell [Mon, 24 Sep 2012 17:09:06 +0000 (20:09 +0300)]
Use init(PortletConfig) to avoid running init before super (#9728)

12 years agoUpdated tests to only pass strings to Label.setValue
Artur Signell [Mon, 24 Sep 2012 16:32:07 +0000 (19:32 +0300)]
Updated tests to only pass strings to Label.setValue

12 years agoFix Navigator tests after #9550, #9727 changes
Johannes Dahlström [Mon, 24 Sep 2012 14:22:13 +0000 (17:22 +0300)]
Fix Navigator tests after #9550, #9727 changes

12 years agoMake NavigationStateManager/UriFragmentManager more extensible (#9727)
Johannes Dahlström [Mon, 24 Sep 2012 14:21:41 +0000 (17:21 +0300)]
Make NavigationStateManager/UriFragmentManager more extensible (#9727)

12 years agoRename getVaadinXyz() methods to getXyz() (#9726)
Leif Åstrand [Mon, 24 Sep 2012 13:51:40 +0000 (16:51 +0300)]
Rename getVaadinXyz() methods to getXyz() (#9726)

12 years agoRefine based on review (#9721)
Leif Åstrand [Mon, 24 Sep 2012 13:35:51 +0000 (16:35 +0300)]
Refine based on review (#9721)

12 years agoOnly use UI from web.xml for requests without additional path (#9722)
Leif Åstrand [Mon, 24 Sep 2012 13:31:08 +0000 (16:31 +0300)]
Only use UI from web.xml for requests without additional path (#9722)

12 years agoCaption text should be middle aligned #8294
John Ahlroos [Mon, 24 Sep 2012 13:26:19 +0000 (16:26 +0300)]
Caption text should be middle aligned #8294

12 years agoClarify getValidators() javadoc as per review (#9723)
Johannes Dahlström [Mon, 24 Sep 2012 12:59:15 +0000 (15:59 +0300)]
Clarify getValidators() javadoc as per review (#9723)

12 years agoAdd UI id to UICreateEvent for use in createInstance (#9721)
Leif Åstrand [Mon, 24 Sep 2012 13:01:35 +0000 (16:01 +0300)]
Add UI id to UICreateEvent for use in createInstance (#9721)

12 years agoUse event objects for future-proofing UIProvider API (#9721)
Leif Åstrand [Mon, 24 Sep 2012 12:44:08 +0000 (15:44 +0300)]
Use event objects for future-proofing UIProvider API (#9721)

12 years agoTest AbstractField add/remove/removeAll/getValidators() (#9542, #9723)
Johannes Dahlström [Mon, 24 Sep 2012 12:01:26 +0000 (15:01 +0300)]
Test AbstractField add/remove/removeAll/getValidators() (#9542, #9723)

12 years agoAdd removeAllValidators() to Validatable (#9542)
Johannes Dahlström [Mon, 24 Sep 2012 11:48:13 +0000 (14:48 +0300)]
Add removeAllValidators() to Validatable (#9542)

12 years agoReturn an empty collection instead of null from Validatable.getValidators() (#9723)
Johannes Dahlström [Mon, 24 Sep 2012 11:41:56 +0000 (14:41 +0300)]
Return an empty collection instead of null from Validatable.getValidators() (#9723)

12 years agoMerge branch 'html5-doctype'
John Ahlroos [Mon, 24 Sep 2012 11:49:22 +0000 (14:49 +0300)]
Merge branch 'html5-doctype'

12 years agoRevert "Fixed different spacing height in IE and Opera #8294". Was causing too many...
John Ahlroos [Mon, 24 Sep 2012 11:48:05 +0000 (14:48 +0300)]
Revert "Fixed different spacing height in IE and Opera #8294". Was causing too many other tests to fail.

12 years agoAdded primary stylename handling on server side #9724
John Ahlroos [Mon, 24 Sep 2012 11:44:19 +0000 (14:44 +0300)]
Added primary stylename handling on server side #9724

12 years agoRemove WidgetMapGenerator and subclasses (#9720)
Leif Åstrand [Mon, 24 Sep 2012 10:55:44 +0000 (13:55 +0300)]
Remove WidgetMapGenerator and subclasses (#9720)

12 years agoRemove obsolete TODO; javadoc improvement
Johannes Dahlström [Mon, 24 Sep 2012 10:16:55 +0000 (13:16 +0300)]
Remove obsolete TODO; javadoc improvement

12 years agoFixed different spacing height in IE and Opera #8294
John Ahlroos [Mon, 24 Sep 2012 10:14:04 +0000 (13:14 +0300)]
Fixed different spacing height in IE and Opera #8294

12 years agoTest error views and error providers (#9060)
Johannes Dahlström [Mon, 24 Sep 2012 09:46:20 +0000 (12:46 +0300)]
Test error views and error providers (#9060)

12 years agoFixed serialization issues (#9640)
Artur Signell [Mon, 24 Sep 2012 05:54:50 +0000 (08:54 +0300)]
Fixed serialization issues (#9640)

ConnectorTracker diff state is now transient and thus not serialized. This could be improved in the future (#9717)

12 years agoMark component as dirty when visibility state changes (#9695)
Artur Signell [Mon, 24 Sep 2012 05:52:06 +0000 (08:52 +0300)]
Mark component as dirty when visibility state changes (#9695)

12 years agoRemove ApplicationStartedListener (#9719)
Leif Åstrand [Mon, 24 Sep 2012 09:05:54 +0000 (12:05 +0300)]
Remove ApplicationStartedListener (#9719)

12 years agoRename to VaadinServletService and move to its own file (#9718)
Leif Åstrand [Mon, 24 Sep 2012 08:52:10 +0000 (11:52 +0300)]
Rename to VaadinServletService and move to its own file (#9718)

12 years agoRevert "Do not add an empty description label to test case if testcase"
John Ahlroos [Mon, 24 Sep 2012 08:47:48 +0000 (11:47 +0300)]
Revert "Do not add an empty description label to test case if testcase"

Brakes some tests depending on the DOM path. Reverting this and fixing the screenshots instead. #8294

This reverts commit bd576ade92607669fa7806fed18e90789027a80d.

12 years agoMerge branch 'master' into html5-doctype
John Ahlroos [Mon, 24 Sep 2012 08:42:58 +0000 (11:42 +0300)]
Merge branch 'master' into html5-doctype

12 years agoDo not add an empty description label to test case if testcase
John Ahlroos [Mon, 24 Sep 2012 06:00:50 +0000 (09:00 +0300)]
Do not add an empty description label to test case if testcase
description is null (generates an empty line with HTML5 doctype) #8294

12 years agoTest case for #9619
Leif Åstrand [Fri, 21 Sep 2012 13:54:40 +0000 (16:54 +0300)]
Test case for #9619

12 years agoAllow specifying UIProvider using a servlet parameter (#9628)
Leif Åstrand [Fri, 21 Sep 2012 13:51:20 +0000 (16:51 +0300)]
Allow specifying UIProvider using a servlet parameter (#9628)

12 years agoSupport both ui and UI as the init parameter name (#9707)
Leif Åstrand [Fri, 21 Sep 2012 13:18:17 +0000 (16:18 +0300)]
Support both ui and UI as the init parameter name (#9707)

12 years agoAdd VaadinRequest.getContextPath() (#9706)
Leif Åstrand [Fri, 21 Sep 2012 12:24:27 +0000 (15:24 +0300)]
Add VaadinRequest.getContextPath() (#9706)

12 years agoRemove UIProvider.getExistingUI (#9642)
Leif Åstrand [Fri, 21 Sep 2012 12:04:48 +0000 (15:04 +0300)]
Remove UIProvider.getExistingUI (#9642)

12 years agoMerge UIProvider and AbstractUIProvider (#9642)
Leif Åstrand [Fri, 21 Sep 2012 12:00:08 +0000 (15:00 +0300)]
Merge UIProvider and AbstractUIProvider (#9642)

12 years agoAbort compile if there's an RPC method with a return type (#9704)
Leif Åstrand [Fri, 21 Sep 2012 11:13:41 +0000 (14:13 +0300)]
Abort compile if there's an RPC method with a return type (#9704)

12 years agoRefactor UIProvider management and fix multi-servlet (#9619, #9637)
Leif Åstrand [Fri, 21 Sep 2012 10:21:18 +0000 (13:21 +0300)]
Refactor UIProvider management and fix multi-servlet (#9619, #9637)

12 years agoRemove some internal "application" references (#9402)
Leif Åstrand [Thu, 20 Sep 2012 13:45:25 +0000 (16:45 +0300)]
Remove some internal "application" references (#9402)

12 years agoBig SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 (applied...
Marc Englund [Fri, 21 Sep 2012 08:52:52 +0000 (11:52 +0300)]
Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 (applied patch)

12 years agoRevert "Restored table row heights #8294".
John Ahlroos [Fri, 21 Sep 2012 07:12:14 +0000 (10:12 +0300)]
Revert "Restored table row heights #8294".

12 years agoRestored table row heights #8294
John Ahlroos [Fri, 21 Sep 2012 06:52:27 +0000 (09:52 +0300)]
Restored table row heights #8294

12 years agoMoved visible out from state so isVisible does not call markAsDirty (#9695)
Artur Signell [Thu, 20 Sep 2012 14:14:14 +0000 (17:14 +0300)]
Moved visible out from state so isVisible does not call markAsDirty (#9695)

12 years agoFixed comparison of null values (#9696)
Artur Signell [Thu, 20 Sep 2012 14:13:30 +0000 (17:13 +0300)]
Fixed comparison of null values (#9696)

12 years agoSassCompiler: better error-reporting, for e.g #9589 and generally useful. (applied...
Marc Englund [Thu, 20 Sep 2012 13:31:59 +0000 (16:31 +0300)]
SassCompiler: better error-reporting, for e.g #9589 and generally useful. (applied patch)

12 years agoFixed panel caption height causing 1px jump #8294
John Ahlroos [Thu, 20 Sep 2012 13:10:55 +0000 (16:10 +0300)]
Fixed panel caption height causing 1px jump #8294

12 years agoFixed empty space in LoginForm #8294
John Ahlroos [Thu, 20 Sep 2012 12:54:41 +0000 (15:54 +0300)]
Fixed empty space in LoginForm #8294

12 years agoRename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)
Leif Åstrand [Thu, 20 Sep 2012 12:33:19 +0000 (15:33 +0300)]
Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)

12 years agoFixed select row height changes #8294
John Ahlroos [Thu, 20 Sep 2012 12:09:04 +0000 (15:09 +0300)]
Fixed select row height changes #8294

12 years agoRemove a bunch of internal "application" references (#9402)
Leif Åstrand [Thu, 20 Sep 2012 11:55:11 +0000 (14:55 +0300)]
Remove a bunch of internal "application" references (#9402)

12 years agoRevert "Fixed NativeButton 1px caption jump #8294"
John Ahlroos [Thu, 20 Sep 2012 11:44:27 +0000 (14:44 +0300)]
Revert "Fixed NativeButton 1px caption jump #8294"

12 years agoRemove ApplicationClassException (#9690)
Leif Åstrand [Thu, 20 Sep 2012 11:25:46 +0000 (14:25 +0300)]
Remove ApplicationClassException (#9690)

12 years agoAdd a means to handle missing views in Navigator (#9060)
Johannes Dahlström [Thu, 20 Sep 2012 11:07:14 +0000 (14:07 +0300)]
Add a means to handle missing views in Navigator (#9060)

12 years agoRefactor how LegacyApplication and VaadinSession are "closed" (#9635)
Leif Åstrand [Thu, 20 Sep 2012 10:52:22 +0000 (13:52 +0300)]
Refactor how LegacyApplication and VaadinSession are "closed" (#9635)

12 years agoCreate the right VaadinSession type
Leif Åstrand [Thu, 20 Sep 2012 10:42:26 +0000 (13:42 +0300)]
Create the right VaadinSession type

12 years agoFixed NativeButton 1px caption jump #8294
John Ahlroos [Thu, 20 Sep 2012 09:53:26 +0000 (12:53 +0300)]
Fixed NativeButton 1px caption jump #8294

12 years agoChange "close" to "cleanup" in javadoc (#9625)
Johannes Dahlström [Wed, 19 Sep 2012 14:46:45 +0000 (17:46 +0300)]
Change "close" to "cleanup" in javadoc (#9625)

12 years agoClear current instances after all portlet requests (#9505)
Leif Åstrand [Thu, 20 Sep 2012 07:23:49 +0000 (10:23 +0300)]
Clear current instances after all portlet requests (#9505)

12 years agoMake Servlet/PortletService.getCurrentRequest give raw requests (#9505)
Leif Åstrand [Thu, 20 Sep 2012 07:09:43 +0000 (10:09 +0300)]
Make Servlet/PortletService.getCurrentRequest give raw requests (#9505)

12 years agoMerge branch 'master' into html5-doctype
John Ahlroos [Thu, 20 Sep 2012 07:07:32 +0000 (10:07 +0300)]
Merge branch 'master' into html5-doctype

12 years agoMerge branch 'master' into html5-doctype
John Ahlroos [Thu, 20 Sep 2012 07:06:32 +0000 (10:06 +0300)]
Merge branch 'master' into html5-doctype

12 years agoDisabled javadoc building for the all package for now as it causes out of memory...
Artur Signell [Wed, 19 Sep 2012 16:51:19 +0000 (19:51 +0300)]
Disabled javadoc building for the all package for now as it causes out of memory errors (#9613)

12 years agoBind Navigator to a UI (#9550)
Johannes Dahlström [Wed, 19 Sep 2012 14:22:49 +0000 (17:22 +0300)]
Bind Navigator to a UI (#9550)

12 years agoChange "close" to "cleanup" in UI (#9625)
Johannes Dahlström [Wed, 19 Sep 2012 13:40:52 +0000 (16:40 +0300)]
Change "close" to "cleanup" in UI (#9625)

12 years agoFixed dependencies so files are copied before used (#9613)
Artur Signell [Wed, 19 Sep 2012 12:33:59 +0000 (15:33 +0300)]
Fixed dependencies so files are copied before used (#9613)

12 years agoFixed 1px jump in caption #8294
John Ahlroos [Wed, 19 Sep 2012 09:43:15 +0000 (12:43 +0300)]
Fixed 1px jump in caption #8294

12 years agoAdd some getCurrent() methods (#9505)
Leif Åstrand [Wed, 19 Sep 2012 09:19:30 +0000 (12:19 +0300)]
Add some getCurrent() methods (#9505)

This change also clears the current instances in the beginning of each
request in case something has accidentally been left uncleared in a
previous request on the same thread.

12 years agoTrying again, this time making layouts block elements #8294
John Ahlroos [Wed, 19 Sep 2012 06:51:27 +0000 (09:51 +0300)]
Trying again, this time making layouts block elements #8294

12 years agoFixed issue where layouts with empty slots gets line height. #8294
John Ahlroos [Wed, 19 Sep 2012 06:24:56 +0000 (09:24 +0300)]
Fixed issue where layouts with empty slots gets line height. #8294

12 years agoCreate a javadoc package for all modules (#9613)
Artur Signell [Tue, 18 Sep 2012 15:09:05 +0000 (18:09 +0300)]
Create a javadoc package for all modules (#9613)

12 years agoEnsure propertyDataSource can be set back to null (#9618)
Artur Signell [Tue, 18 Sep 2012 14:40:12 +0000 (17:40 +0300)]
Ensure propertyDataSource can be set back to null (#9618)

Added additional tests for Label with a data source.
Note that the locale dependent tests still fail because of #8192

12 years agoChange VaadinService to be an abstract class (#9658)
Leif Åstrand [Tue, 18 Sep 2012 14:00:27 +0000 (17:00 +0300)]
Change VaadinService to be an abstract class (#9658)

12 years agoReplace onVaadinSessionStarted with a listener (#9635)
Leif Åstrand [Tue, 18 Sep 2012 12:49:18 +0000 (15:49 +0300)]
Replace onVaadinSessionStarted with a listener (#9635)

12 years agoReverted previous fix and fixed in a more compatible way (#9534)
Artur Signell [Tue, 18 Sep 2012 13:50:12 +0000 (16:50 +0300)]
Reverted previous fix and fixed in a more compatible way (#9534)

12 years agoWorkaround for Firefox 15 element comparsion issue (#9534)
Artur Signell [Tue, 18 Sep 2012 13:20:56 +0000 (16:20 +0300)]
Workaround for Firefox 15 element comparsion issue (#9534)

12 years agoLabel.setPropertyDataSource now updates the state value (#9618)
Artur Signell [Tue, 18 Sep 2012 13:14:21 +0000 (16:14 +0300)]
Label.setPropertyDataSource now updates the state value (#9618)

12 years agoTest which embeds two UIs on the same page (#9619)
Artur Signell [Tue, 18 Sep 2012 11:24:37 +0000 (14:24 +0300)]
Test which embeds two UIs on the same page (#9619)

12 years agoLock session when handling browser details request (#9656)
Artur Signell [Tue, 18 Sep 2012 11:19:29 +0000 (14:19 +0300)]
Lock session when handling browser details request (#9656)

12 years agoRemoved empty content: in css rules since they generate a empty line with html5 conte...
John Ahlroos [Tue, 18 Sep 2012 11:24:09 +0000 (14:24 +0300)]
Removed empty content: in css rules since they generate a empty line with html5 content type

12 years agoAdd null checks when wrapping session (#9655)
Leif Åstrand [Tue, 18 Sep 2012 10:47:32 +0000 (13:47 +0300)]
Add null checks when wrapping session (#9655)

12 years agoAdd WrappedRequest.getWrappedSession(boolean) (#9655)
Leif Åstrand [Tue, 18 Sep 2012 10:20:18 +0000 (13:20 +0300)]
Add WrappedRequest.getWrappedSession(boolean) (#9655)

12 years agoAllow browser details request to initialize a new session (#9652)
Artur Signell [Tue, 18 Sep 2012 09:49:26 +0000 (12:49 +0300)]
Allow browser details request to initialize a new session (#9652)

12 years agoAdded null checks for callbacks in BundleLoader (#9648)
Artur Signell [Tue, 18 Sep 2012 07:49:37 +0000 (10:49 +0300)]
Added null checks for callbacks in BundleLoader (#9648)

12 years agoFixed javadoc reference to wrong CloseListener
Artur Signell [Fri, 14 Sep 2012 17:01:36 +0000 (20:01 +0300)]
Fixed javadoc reference to wrong CloseListener

12 years agoFieldGroup.setReadOnly should propagate to all fields (#9600)
Artur Signell [Fri, 14 Sep 2012 16:50:24 +0000 (19:50 +0300)]
FieldGroup.setReadOnly should propagate to all fields (#9600)

12 years agoClarify logic and add some comments (#9561)
Leif Åstrand [Mon, 17 Sep 2012 13:44:54 +0000 (16:44 +0300)]
Clarify logic and add some comments (#9561)