]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoJavadoc + fixed a typo in method name #9724
John Ahlroos [Mon, 1 Oct 2012 12:07:44 +0000 (15:07 +0300)]
Javadoc + fixed a typo in method name #9724

12 years agoMerge branch 'primary-stylename' into sass
Marc Englund [Mon, 1 Oct 2012 08:30:59 +0000 (11:30 +0300)]
Merge branch 'primary-stylename' into sass

12 years agoMerge branch 'master' into sass
Marc Englund [Mon, 1 Oct 2012 08:28:38 +0000 (11:28 +0300)]
Merge branch 'master' into sass

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

12 years agoMerge branch 'master' into primary-stylename
John Ahlroos [Mon, 1 Oct 2012 05:46:58 +0000 (08:46 +0300)]
Merge branch 'master' into primary-stylename

12 years agoMerged tests for height recalculation issue for TabSheet in TabSheet (#9275) 19/19/2
Artur Signell [Fri, 28 Sep 2012 18:41:08 +0000 (21:41 +0300)]
Merged tests for height recalculation issue for TabSheet in TabSheet (#9275)

Fix is not needed for Vaadin 7

Change-Id: Ib3f3c0abf91fdab7ccdb23344d5ab0bcb92806d5

12 years agoSerialize and deserialize diff state manually (#9717, #9767) 16/16/1
Artur Signell [Fri, 28 Sep 2012 17:14:48 +0000 (20:14 +0300)]
Serialize and deserialize diff state manually (#9717, #9767)

Extended UISerialization test to both serialize and deserialize and also validate ConnectorTracker (de)serialization

Change-Id: Ifb8228bd56ec3635e4267e78160eef14dd9ff318

12 years agoMove reinitialize session to VaadinService (#9638) 11/11/2
Leif Åstrand [Fri, 28 Sep 2012 11:58:37 +0000 (14:58 +0300)]
Move reinitialize session to VaadinService (#9638)

This change adds reinitializeSession as a static method in
VaadinService. The method is static because it affects the sessions of
all VaadinService instances that are using the underlying session.

Change-Id: Ia37567cb00e1f95aec344451299c99cb279a7275

12 years agoSass restructure: split button into nativebutton and checkbox
Marc Englund [Fri, 28 Sep 2012 14:41:35 +0000 (17:41 +0300)]
Sass restructure: split button into nativebutton and checkbox

12 years agoSass restructure: fixed bug in embedded.scss
Marc Englund [Fri, 28 Sep 2012 14:38:39 +0000 (17:38 +0300)]
Sass restructure: fixed bug in embedded.scss

12 years agoSass restructure: base theme with renameable components
Marc Englund [Fri, 28 Sep 2012 14:05:09 +0000 (17:05 +0300)]
Sass restructure: base theme with renameable components

12 years agoOrderedLayout now handles alignments for HorizontalLayouts correctly +
John Ahlroos [Fri, 28 Sep 2012 13:34:00 +0000 (16:34 +0300)]
OrderedLayout now handles alignments for HorizontalLayouts correctly +
handles dynamic setPrimaryStyle better #9724

12 years agoSass restructure: tried some variants, this should be a reindeer structure that shoul...
Marc Englund [Fri, 28 Sep 2012 13:09:23 +0000 (16:09 +0300)]
Sass restructure: tried some variants, this should be a reindeer structure that should work w/o overlay-container

12 years agoDo UI cleanup on heartbeat and connector resource requests (#9770) 12/12/2
Johannes Dahlström [Fri, 28 Sep 2012 11:13:43 +0000 (14:13 +0300)]
Do UI cleanup on heartbeat and connector resource requests (#9770)

Change-Id: I8da2639aaf90d395f825806a7464a9b5732cb87c

12 years agoEnsure there's a service for each session (#9733) 10/10/1
Leif Åstrand [Fri, 28 Sep 2012 11:22:00 +0000 (14:22 +0300)]
Ensure there's a service for each session (#9733)

Change-Id: I9425c2d33fd09759b18930741344e9181dc79364

12 years agoRename VaadinSession -> VaadinServiceSession (#9733) 09/9/1
Leif Åstrand [Thu, 27 Sep 2012 13:14:07 +0000 (16:14 +0300)]
Rename VaadinSession -> VaadinServiceSession (#9733)

Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c

12 years agoUse one VaadinSession per VaadinServlet (#9733) 08/8/1
Leif Åstrand [Thu, 27 Sep 2012 13:02:28 +0000 (16:02 +0300)]
Use one VaadinSession per VaadinServlet (#9733)

Change-Id: I98639e88cc772e4370ebba836f270c44258613fa

12 years agoAdd missing semicolons to vaadinBootstrap.js 06/6/4
Henri Sara [Thu, 27 Sep 2012 13:05:36 +0000 (16:05 +0300)]
Add missing semicolons to vaadinBootstrap.js

Change-Id: I7917798ab2f3bf092b2c3e18f173f720e9e43e49

12 years agoIncreased memory for javadoc task (#9745)
Artur Signell [Fri, 28 Sep 2012 07:26:49 +0000 (10:26 +0300)]
Increased memory for javadoc task (#9745)

12 years agoSass restructure: need to disable .themename{} -wrapping until we get overlay-container.
Marc Englund [Fri, 28 Sep 2012 07:02:50 +0000 (10:02 +0300)]
Sass restructure: need to disable .themename{} -wrapping until we get overlay-container.

12 years agoMerge branch 'master' into primary-stylename
John Ahlroos [Fri, 28 Sep 2012 06:36:03 +0000 (09:36 +0300)]
Merge branch 'master' into primary-stylename

12 years agoFixed window not getting its correct primary stylename #9724
John Ahlroos [Fri, 28 Sep 2012 06:32:57 +0000 (09:32 +0300)]
Fixed window not getting its correct primary stylename #9724

12 years agoFix and test case for #9294 (hideTabs() hides a nested tabsheet tabs as well)
Johannes Dahlström [Thu, 27 Sep 2012 13:38:28 +0000 (16:38 +0300)]
Fix and test case for #9294 (hideTabs() hides a nested tabsheet tabs as well)

12 years agoFixed typo in HorizontalLayout #9724
John Ahlroos [Thu, 27 Sep 2012 13:30:34 +0000 (16:30 +0300)]
Fixed typo in HorizontalLayout #9724

12 years agoAdded missing NativeButton state class #9724
John Ahlroos [Thu, 27 Sep 2012 13:27:38 +0000 (16:27 +0300)]
Added missing NativeButton state class #9724

12 years agoFixed issue with Table column alignment not updating correctly #9724
John Ahlroos [Thu, 27 Sep 2012 13:19:25 +0000 (16:19 +0300)]
Fixed issue with Table column alignment not updating correctly #9724

12 years agoGlobal code cleanup
Leif Åstrand [Thu, 27 Sep 2012 12:59:39 +0000 (15:59 +0300)]
Global code cleanup

12 years agoFixed NativeButton broken styles #9724
John Ahlroos [Thu, 27 Sep 2012 12:43:03 +0000 (15:43 +0300)]
Fixed NativeButton broken styles #9724

12 years agoRemoved JavaDoc spam
John Ahlroos [Thu, 27 Sep 2012 11:41:39 +0000 (14:41 +0300)]
Removed JavaDoc spam

12 years agoFixed layout primary stylenames #9724
John Ahlroos [Thu, 27 Sep 2012 11:39:38 +0000 (14:39 +0300)]
Fixed layout primary stylenames #9724

12 years agoMerge branch 'master' into primary-stylename
John Ahlroos [Thu, 27 Sep 2012 10:42:32 +0000 (13:42 +0300)]
Merge branch 'master' into primary-stylename

12 years agoRemoved references to client widgetset from state #9724
John Ahlroos [Thu, 27 Sep 2012 10:13:38 +0000 (13:13 +0300)]
Removed references to client widgetset from state #9724

12 years agoUpdate mini tutorial code to reflect reality.
Leif Åstrand [Thu, 27 Sep 2012 10:07:09 +0000 (13:07 +0300)]
Update mini tutorial code to reflect reality.

12 years agoAdded primary stylename to all component states #9724
John Ahlroos [Thu, 27 Sep 2012 08:08:06 +0000 (11:08 +0300)]
Added primary stylename to all component states #9724

12 years agoImproves remove() for #9380
Marc Englund [Thu, 27 Sep 2012 07:24:35 +0000 (10:24 +0300)]
Improves remove() for #9380

12 years agoFixes #9492 so that interpolation of mixin parameters works as expected
Marc Englund [Thu, 27 Sep 2012 06:56:49 +0000 (09:56 +0300)]
Fixes #9492 so that interpolation of mixin parameters works as expected

12 years agoRearranging sass theme structure in phases.
Marc Englund [Wed, 26 Sep 2012 13:23:39 +0000 (16:23 +0300)]
Rearranging sass theme structure in phases.

12 years agoAdded TableState with default primary style name #9724
John Ahlroos [Wed, 26 Sep 2012 12:45:06 +0000 (15:45 +0300)]
Added TableState with default primary style name #9724

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 agoRemove special path handling from DefaultUIProvider (#9764)
Leif Åstrand [Wed, 26 Sep 2012 10:07:40 +0000 (13:07 +0300)]
Remove special path handling from DefaultUIProvider (#9764)

12 years agoUpdate test to not use red for success.
Leif Åstrand [Wed, 26 Sep 2012 06:39:28 +0000 (09:39 +0300)]
Update test to not use red for success.

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 agoRelease notes for 7.0.0.beta2
Artur Signell [Tue, 25 Sep 2012 14:08:24 +0000 (17:08 +0300)]
Release notes for 7.0.0.beta2

12 years agoMake VaadinServiceData Serializable (#9752)
Leif Åstrand [Tue, 25 Sep 2012 13:26:39 +0000 (16:26 +0300)]
Make VaadinServiceData Serializable (#9752)

12 years agoFix "invalid" xml.
Leif Åstrand [Tue, 25 Sep 2012 12:34:20 +0000 (15:34 +0300)]
Fix "invalid" xml.

12 years agoSome more renames to remove "Vaadin" from the API (#9750)
Leif Åstrand [Tue, 25 Sep 2012 11:45:25 +0000 (14:45 +0300)]
Some more renames to remove "Vaadin" from the API (#9750)

12 years agoShorten addVaadinSessionInitializationListener name pattern (#9750)
Leif Åstrand [Tue, 25 Sep 2012 11:40:18 +0000 (14:40 +0300)]
Shorten addVaadinSessionInitializationListener name pattern (#9750)

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 agoFix logic error in initialPath handling (#9747)
Leif Åstrand [Tue, 25 Sep 2012 09:52:01 +0000 (12:52 +0300)]
Fix logic error in initialPath handling (#9747)

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".