]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoRemove VaadinSession.isProductionMode() (#9402)
Leif Åstrand [Thu, 6 Sep 2012 10:24:33 +0000 (13:24 +0300)]
Remove VaadinSession.isProductionMode() (#9402)

12 years agoReplaced reference to VBoxLayout in test
John Ahlroos [Thu, 6 Sep 2012 14:02:28 +0000 (17:02 +0300)]
Replaced reference to VBoxLayout in test

12 years agoMinor fix to CSS selector
John Ahlroos [Thu, 6 Sep 2012 13:45:05 +0000 (16:45 +0300)]
Minor fix to CSS selector

12 years agoRenamed .v-boxlayout selector to .v-layout and applied the .v-layout
John Ahlroos [Thu, 6 Sep 2012 13:27:04 +0000 (16:27 +0300)]
Renamed .v-boxlayout selector to .v-layout and applied the .v-layout
selector to all layouts

12 years agoAdded a really simple test application for times when you quickly need
John Ahlroos [Thu, 6 Sep 2012 10:30:32 +0000 (13:30 +0300)]
Added a really simple test application for times when you quickly need
to test some ui features.

12 years agoMove ErrorListener implementation out of VaadinSession (#9402)
Leif Åstrand [Thu, 6 Sep 2012 10:22:29 +0000 (13:22 +0300)]
Move ErrorListener implementation out of VaadinSession (#9402)

12 years agoRemove unused variable
Leif Åstrand [Thu, 6 Sep 2012 08:44:55 +0000 (11:44 +0300)]
Remove unused variable

12 years agoDon't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, #9491)
Johannes Dahlström [Thu, 6 Sep 2012 09:30:51 +0000 (12:30 +0300)]
Don't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, #9491)

12 years agoRemove some references to Application in API and docs (#9402)
Leif Åstrand [Thu, 6 Sep 2012 08:41:22 +0000 (11:41 +0300)]
Remove some references to Application in API and docs (#9402)

12 years agoRename ApplicationConfiguration -> DeploymentConfiguration (#9402)
Leif Åstrand [Thu, 6 Sep 2012 07:57:39 +0000 (10:57 +0300)]
Rename ApplicationConfiguration -> DeploymentConfiguration (#9402)

12 years agoFix some stray references to the name deployment configuration (#9402)
Leif Åstrand [Thu, 6 Sep 2012 07:32:10 +0000 (10:32 +0300)]
Fix some stray references to the name deployment configuration (#9402)

12 years agoApplied patch for #9414 - allow space between @mixin and parentheses. (includes gener...
Marc Englund [Thu, 6 Sep 2012 07:48:19 +0000 (10:48 +0300)]
Applied patch for #9414 - allow space between @mixin and parentheses. (includes generated sources)

12 years agoFix import for javadocs
Leif Åstrand [Thu, 6 Sep 2012 07:20:13 +0000 (10:20 +0300)]
Fix import for javadocs

12 years agoRename DeploymentConfiguration -> VaadinService (#9402)
Leif Åstrand [Thu, 6 Sep 2012 07:18:56 +0000 (10:18 +0300)]
Rename DeploymentConfiguration -> VaadinService (#9402)

12 years agoMoved tests applications which got placed in the wrong folder at merge
John Ahlroos [Thu, 6 Sep 2012 07:08:14 +0000 (10:08 +0300)]
Moved tests applications which got placed in the wrong folder at merge

12 years agoApplied patch from #9471 (+ generated with JavaCC)
Marc Englund [Thu, 6 Sep 2012 06:41:08 +0000 (09:41 +0300)]
Applied patch from #9471 (+ generated with JavaCC)

12 years agoRemove invalid import
Leif Åstrand [Thu, 6 Sep 2012 05:54:13 +0000 (08:54 +0300)]
Remove invalid import

12 years agoReformat project
Leif Åstrand [Wed, 5 Sep 2012 16:50:56 +0000 (19:50 +0300)]
Reformat project

12 years agoDeprecated EventRouter with a message that it will be replaced before 7.0.0 (#8640)
Artur Signell [Wed, 5 Sep 2012 16:28:23 +0000 (19:28 +0300)]
Deprecated EventRouter with a message that it will be replaced before 7.0.0 (#8640)

12 years agoFixed copy/paste error
Artur Signell [Wed, 5 Sep 2012 16:18:55 +0000 (19:18 +0300)]
Fixed copy/paste error

12 years agoMerge branch 'removeApplication'
Leif Åstrand [Wed, 5 Sep 2012 16:35:55 +0000 (19:35 +0300)]
Merge branch 'removeApplication'

12 years agoRename LegacyApplication -> Application (#9402)
Leif Åstrand [Wed, 5 Sep 2012 16:32:27 +0000 (19:32 +0300)]
Rename LegacyApplication -> Application (#9402)

12 years agoRemove getApplication() and add getSession() (#9402)
Leif Åstrand [Wed, 5 Sep 2012 16:30:41 +0000 (19:30 +0300)]
Remove getApplication() and add getSession() (#9402)

12 years agoRename Application to VaadinSession (#9402)
Leif Åstrand [Wed, 5 Sep 2012 16:04:20 +0000 (19:04 +0300)]
Rename Application to VaadinSession (#9402)

12 years agoCommunication activity listeners (#9327)
Jonatan Kronqvist [Thu, 30 Aug 2012 05:43:46 +0000 (08:43 +0300)]
Communication activity listeners (#9327)

12 years agoApplied proper formatting
John Ahlroos [Wed, 5 Sep 2012 15:04:37 +0000 (18:04 +0300)]
Applied proper formatting

12 years agoRefactored and cleaned up the newly add ordered layouts
John Ahlroos [Wed, 5 Sep 2012 14:58:12 +0000 (17:58 +0300)]
Refactored and cleaned up the newly add ordered layouts

12 years agoCombine ApplicationContext into Application (#9402)
Leif Åstrand [Wed, 5 Sep 2012 14:10:31 +0000 (17:10 +0300)]
Combine ApplicationContext into Application (#9402)

12 years agoRemoved duplicate method toggleStyleName (replaced by
John Ahlroos [Wed, 5 Sep 2012 13:03:53 +0000 (16:03 +0300)]
Removed duplicate method toggleStyleName (replaced by
setStyleName(String,Boolean) )

12 years agoMove LegacyApplication to its own file (#9402)
Leif Åstrand [Wed, 5 Sep 2012 12:45:16 +0000 (15:45 +0300)]
Move LegacyApplication to its own file (#9402)

12 years agoChange LegacyApplication to be a UIProvider (#9402)
Leif Åstrand [Wed, 5 Sep 2012 12:42:02 +0000 (15:42 +0300)]
Change LegacyApplication to be a UIProvider (#9402)

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Wed, 5 Sep 2012 12:21:49 +0000 (15:21 +0300)]
Merge branch 'master' into layoutgraph

12 years agoFixed readonly buttons in TwinColSelect
John Ahlroos [Wed, 5 Sep 2012 12:20:43 +0000 (15:20 +0300)]
Fixed readonly buttons in TwinColSelect

12 years agoFixed interpreting caption domNode paths in VBoxLayout in
John Ahlroos [Wed, 5 Sep 2012 10:54:52 +0000 (13:54 +0300)]
Fixed interpreting caption domNode paths in VBoxLayout in
ComponentLocator

12 years agoRemove servlet and portlet request listeners (#9402)
Leif Åstrand [Wed, 5 Sep 2012 09:24:14 +0000 (12:24 +0300)]
Remove servlet and portlet request listeners (#9402)

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Wed, 5 Sep 2012 08:45:11 +0000 (11:45 +0300)]
Merge branch 'master' into layoutgraph

12 years agoFixed ComponentLocator in the case where tests refer to an
John Ahlroos [Wed, 5 Sep 2012 08:42:56 +0000 (11:42 +0300)]
Fixed ComponentLocator in the case where tests refer to an
AbsolutePanel inside a Gridlayout which has been removed.

12 years agoDon't require an Application with portlet listeners (#9402)
Leif Åstrand [Wed, 5 Sep 2012 07:58:12 +0000 (10:58 +0300)]
Don't require an Application with portlet listeners (#9402)

12 years agoOnly support one Application per session (#9402)
Leif Åstrand [Wed, 5 Sep 2012 07:42:27 +0000 (10:42 +0300)]
Only support one Application per session (#9402)

12 years agoMove getBaseDirectory() to DeploymentConfiguration (#9402)
Leif Åstrand [Tue, 4 Sep 2012 13:59:24 +0000 (16:59 +0300)]
Move getBaseDirectory() to DeploymentConfiguration (#9402)

12 years agoExtract ApplicationConfiguration from DeploymentConfiguration (#9382)
Leif Åstrand [Tue, 4 Sep 2012 13:48:13 +0000 (16:48 +0300)]
Extract ApplicationConfiguration from DeploymentConfiguration (#9382)

12 years agoRemove transaction listener support (#9402)
Leif Åstrand [Tue, 4 Sep 2012 11:20:13 +0000 (14:20 +0300)]
Remove transaction listener support (#9402)

12 years agoUnify ThreadLocal handling (#9469)
Leif Åstrand [Tue, 4 Sep 2012 11:08:41 +0000 (14:08 +0300)]
Unify ThreadLocal handling (#9469)

12 years agoGet current request and response instead of explicitly setting (#9402)
Leif Åstrand [Tue, 4 Sep 2012 10:05:44 +0000 (13:05 +0300)]
Get current request and response instead of explicitly setting (#9402)

12 years agoUse centralized wrapped session in ApplicationContext (#9402)
Leif Åstrand [Tue, 4 Sep 2012 09:59:28 +0000 (12:59 +0300)]
Use centralized wrapped session in ApplicationContext (#9402)

12 years agoMove UI class info querying to UIProvider (#9402)
Leif Åstrand [Tue, 4 Sep 2012 08:15:53 +0000 (11:15 +0300)]
Move UI class info querying to UIProvider (#9402)

12 years agoUse main window as current UI if not already set #9443
Leif Åstrand [Wed, 5 Sep 2012 08:38:05 +0000 (11:38 +0300)]
Use main window as current UI if not already set #9443

12 years agoFixed RichTextArea test
John Ahlroos [Wed, 5 Sep 2012 08:14:47 +0000 (11:14 +0300)]
Fixed RichTextArea test

12 years agoFixed text assertions Root->UI
John Ahlroos [Wed, 5 Sep 2012 08:10:04 +0000 (11:10 +0300)]
Fixed text assertions Root->UI

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Wed, 5 Sep 2012 07:55:53 +0000 (10:55 +0300)]
Merge branch 'master' into layoutgraph

12 years agoFixed NPE in LayoutManager
John Ahlroos [Wed, 5 Sep 2012 07:55:20 +0000 (10:55 +0300)]
Fixed NPE in LayoutManager

12 years agoAnother fix to ComponentLocator, this time fixed locators with
John Ahlroos [Wed, 5 Sep 2012 07:30:17 +0000 (10:30 +0300)]
Another fix to ComponentLocator, this time fixed locators with
VBoxLayout/domChild

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Wed, 5 Sep 2012 06:00:30 +0000 (09:00 +0300)]
Merge branch 'master' into layoutgraph

12 years agoRenamed UI package which accidentally had been renamed to upper case
Artur Signell [Tue, 4 Sep 2012 19:27:23 +0000 (22:27 +0300)]
Renamed UI package which accidentally had been renamed to upper case

12 years agoFixed LoginForm textfield styles
John Ahlroos [Tue, 4 Sep 2012 15:00:22 +0000 (18:00 +0300)]
Fixed LoginForm textfield styles

12 years agoFix SQLContainer indexed access and related tests (#9472)
Henri Sara [Tue, 4 Sep 2012 13:47:42 +0000 (16:47 +0300)]
Fix SQLContainer indexed access and related tests (#9472)

12 years agoThinking I finally got it (ComponentLocator fix)
John Ahlroos [Tue, 4 Sep 2012 13:40:12 +0000 (16:40 +0300)]
Thinking I finally got it (ComponentLocator fix)

12 years agoFix test to not use removed fields and methods in VaadinServlet
Leif Åstrand [Tue, 4 Sep 2012 12:57:56 +0000 (15:57 +0300)]
Fix test to not use removed fields and methods in VaadinServlet

12 years agoUpdate test to make UI.getApplication() return an instance (#9419)
Leif Åstrand [Tue, 4 Sep 2012 12:49:16 +0000 (15:49 +0300)]
Update test to make UI.getApplication() return an instance (#9419)

12 years agoDo detach() before clearing application (#9419)
Leif Åstrand [Tue, 4 Sep 2012 12:48:07 +0000 (15:48 +0300)]
Do detach() before clearing application (#9419)

12 years agoFixed test DOM path resolution
John Ahlroos [Tue, 4 Sep 2012 12:18:26 +0000 (15:18 +0300)]
Fixed test DOM path resolution

12 years agoAnd yet another ComponentLocator fix
John Ahlroos [Tue, 4 Sep 2012 12:03:09 +0000 (15:03 +0300)]
And yet another ComponentLocator fix

12 years agoMore work on ComponentLocator
John Ahlroos [Tue, 4 Sep 2012 11:04:23 +0000 (14:04 +0300)]
More work on ComponentLocator

12 years agoRemove devmode launch configuration from repository
John Ahlroos [Tue, 4 Sep 2012 10:41:34 +0000 (13:41 +0300)]
Remove devmode launch configuration from repository

12 years agoRemoved unused instance variable from button
John Ahlroos [Tue, 4 Sep 2012 10:31:31 +0000 (13:31 +0300)]
Removed unused instance variable from button

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Tue, 4 Sep 2012 09:10:27 +0000 (12:10 +0300)]
Merge branch 'master' into layoutgraph

12 years agoMake DeploymentConfiguration configurable (#9402)
Leif Åstrand [Tue, 4 Sep 2012 07:10:21 +0000 (10:10 +0300)]
Make DeploymentConfiguration configurable (#9402)

12 years agoMake two more event classes static (#5855)
Leif Åstrand [Tue, 4 Sep 2012 07:36:20 +0000 (10:36 +0300)]
Make two more event classes static (#5855)

12 years agoinner Event classes converted to static nested classes (#5855)
Pekka Hyvönen [Tue, 4 Sep 2012 07:33:22 +0000 (10:33 +0300)]
inner Event classes converted to static nested classes (#5855)

12 years agoMake LegacyApplication set current UI (#9443)
Leif Åstrand [Tue, 4 Sep 2012 06:20:51 +0000 (09:20 +0300)]
Make LegacyApplication set current UI (#9443)

12 years agoItemStyleGenerator.getStyle now includes source component (#5822)
Artur Signell [Tue, 4 Sep 2012 06:38:38 +0000 (09:38 +0300)]
ItemStyleGenerator.getStyle now includes source component (#5822)

12 years agoMoved ReflectTools to com.vaadin.util (#4294)
Artur Signell [Tue, 4 Sep 2012 05:27:07 +0000 (08:27 +0300)]
Moved ReflectTools to com.vaadin.util (#4294)

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Mon, 3 Sep 2012 14:30:18 +0000 (17:30 +0300)]
Merge branch 'master' into layoutgraph

12 years agoCleaned up the component locator code a bit
John Ahlroos [Mon, 3 Sep 2012 14:03:02 +0000 (17:03 +0300)]
Cleaned up the component locator code a bit

12 years agoRename UIProvider.instantiateUI -> createInstance (#8159)
Leif Åstrand [Mon, 3 Sep 2012 13:57:09 +0000 (16:57 +0300)]
Rename UIProvider.instantiateUI -> createInstance (#8159)

12 years agoDon't mark connector as dirty when writing response (#9444, #9452)
Leif Åstrand [Mon, 3 Sep 2012 13:25:31 +0000 (16:25 +0300)]
Don't mark connector as dirty when writing response (#9444, #9452)

12 years agoAdded Git Revision to GWT version file
John Ahlroos [Mon, 3 Sep 2012 13:24:25 +0000 (16:24 +0300)]
Added Git Revision to GWT version file

12 years agoReverted rename of test data (#9299)
Artur Signell [Fri, 31 Aug 2012 11:12:14 +0000 (14:12 +0300)]
Reverted rename of test data (#9299)

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Mon, 3 Sep 2012 12:24:46 +0000 (15:24 +0300)]
Merge branch 'master' into layoutgraph

12 years agoUse HierarchicalContainer as default container for Tree (#3950)
Henri Sara [Mon, 3 Sep 2012 12:23:15 +0000 (15:23 +0300)]
Use HierarchicalContainer as default container for Tree (#3950)

12 years agoDon't return initied UI from LegacyApplication.createUIInstance (#9443)
Leif Åstrand [Mon, 3 Sep 2012 12:21:39 +0000 (15:21 +0300)]
Don't return initied UI from LegacyApplication.createUIInstance (#9443)

12 years agoFixed missing test description
John Ahlroos [Mon, 3 Sep 2012 11:51:26 +0000 (14:51 +0300)]
Fixed missing test description

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Mon, 3 Sep 2012 11:18:16 +0000 (14:18 +0300)]
Merge branch 'master' into layoutgraph

12 years agoAnother fix for boxlayouts in component locator
John Ahlroos [Mon, 3 Sep 2012 11:16:26 +0000 (14:16 +0300)]
Another fix for boxlayouts in component locator

12 years agoCombine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)
Leif Åstrand [Mon, 3 Sep 2012 11:03:46 +0000 (14:03 +0300)]
Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)

12 years agoCombine ApplicationServlet and AAS and rename to VaadinServlet (#9460)
Leif Åstrand [Mon, 3 Sep 2012 10:57:20 +0000 (13:57 +0300)]
Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)

12 years agoMove SystemMessages to DeploymentConfiguration (#9402)
Leif Åstrand [Mon, 3 Sep 2012 07:38:11 +0000 (10:38 +0300)]
Move SystemMessages to DeploymentConfiguration (#9402)

12 years agoRemove Application.getVersion() (#9402)
Leif Åstrand [Mon, 3 Sep 2012 06:57:35 +0000 (09:57 +0300)]
Remove Application.getVersion() (#9402)

12 years agoRename WebApplicationContext -> ServletApplicationContext (#9402)
Leif Åstrand [Fri, 31 Aug 2012 16:40:01 +0000 (19:40 +0300)]
Rename WebApplicationContext -> ServletApplicationContext (#9402)

12 years agoRename AbstractWebApplicationContext to ApplicationContext (#9402)
Leif Åstrand [Fri, 31 Aug 2012 16:27:09 +0000 (19:27 +0300)]
Rename AbstractWebApplicationContext to ApplicationContext (#9402)

12 years agoFixed component locator for box layouts
John Ahlroos [Mon, 3 Sep 2012 09:56:53 +0000 (12:56 +0300)]
Fixed component locator for box layouts

12 years agoFixing failing undefined width calculations
John Ahlroos [Mon, 3 Sep 2012 09:09:36 +0000 (12:09 +0300)]
Fixing failing undefined width calculations

12 years agoTest case for #9452
Johannes Dahlström [Mon, 3 Sep 2012 08:45:27 +0000 (11:45 +0300)]
Test case for #9452

12 years agoaddListener rename in Navigator (#9285)
Johannes Dahlström [Fri, 31 Aug 2012 13:22:13 +0000 (16:22 +0300)]
addListener rename in Navigator (#9285)

12 years agoUse hashbang (#!) URIs in Navigator; isEmpty() instead of equals("") (#9268, #9441)
Johannes Dahlström [Fri, 31 Aug 2012 13:09:49 +0000 (16:09 +0300)]
Use hashbang (#!) URIs in Navigator; isEmpty() instead of equals("") (#9268, #9441)

12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Mon, 3 Sep 2012 08:41:06 +0000 (11:41 +0300)]
Merge branch 'master' into layoutgraph

Conflicts:
shared/src/com/vaadin/shared/ComponentState.java

12 years agoRemove @EagerInit (#9445)
Leif Åstrand [Fri, 31 Aug 2012 09:14:52 +0000 (12:14 +0300)]
Remove @EagerInit (#9445)

12 years agoRefactor UI bootstrap (#9443)
Leif Åstrand [Fri, 31 Aug 2012 09:02:51 +0000 (12:02 +0300)]
Refactor UI bootstrap (#9443)

12 years agoRemove user handling in Application (#9402)
Leif Åstrand [Thu, 30 Aug 2012 13:24:12 +0000 (16:24 +0300)]
Remove user handling in Application (#9402)

12 years agoRemove unused variable
Leif Åstrand [Thu, 30 Aug 2012 13:15:33 +0000 (16:15 +0300)]
Remove unused variable