]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoMerge branch 'master' into layoutgraph
John Ahlroos [Mon, 20 Aug 2012 13:31:25 +0000 (16:31 +0300)]
Merge branch 'master' into layoutgraph

12 years agoMerged 6.8 branch
John Ahlroos [Mon, 20 Aug 2012 13:07:47 +0000 (16:07 +0300)]
Merged 6.8 branch

12 years agoAdded ServerConnector.removeStateChangeHandler API
John Ahlroos [Mon, 20 Aug 2012 10:45:45 +0000 (13:45 +0300)]
Added ServerConnector.removeStateChangeHandler API

12 years agoMerge master
Jouni Koivuviita [Mon, 20 Aug 2012 08:54:09 +0000 (11:54 +0300)]
Merge master

12 years ago-
Jouni Koivuviita [Mon, 20 Aug 2012 08:51:09 +0000 (11:51 +0300)]
-

12 years agoDon't import from client even for javadoc (#9026)
Leif Åstrand [Mon, 20 Aug 2012 08:49:48 +0000 (11:49 +0300)]
Don't import from client even for javadoc (#9026)

12 years agoDon't use java.* package names (#8683)
Leif Åstrand [Fri, 17 Aug 2012 09:38:22 +0000 (12:38 +0300)]
Don't use java.* package names (#8683)

12 years agoAbort widgetset compile for conflicting @Connect mappings (#9343)
Leif Åstrand [Thu, 16 Aug 2012 17:16:29 +0000 (20:16 +0300)]
Abort widgetset compile for conflicting @Connect mappings (#9343)

12 years agoPreserve package name for state serializers (#8683)
Leif Åstrand [Mon, 20 Aug 2012 05:55:20 +0000 (08:55 +0300)]
Preserve package name for state serializers (#8683)

12 years agoSupport StateChangeHandler for selected parts of the state (#8598)
Leif Åstrand [Thu, 16 Aug 2012 12:46:11 +0000 (15:46 +0300)]
Support StateChangeHandler for selected parts of the state (#8598)

12 years agoAdd crude support for only sending state changes (#9026)
Leif Åstrand [Thu, 16 Aug 2012 10:42:07 +0000 (13:42 +0300)]
Add crude support for only sending state changes (#9026)

12 years agoDon't decode enum as an object (#9333)
Leif Åstrand [Thu, 16 Aug 2012 06:47:14 +0000 (09:47 +0300)]
Don't decode enum as an object (#9333)

12 years agoIntroduce ClientConnector.beforeClientResponse(boolean initial) #9228
Leif Åstrand [Wed, 15 Aug 2012 13:12:50 +0000 (16:12 +0300)]
Introduce ClientConnector.beforeClientResponse(boolean initial) #9228

Remove Component.updateState() to use the new method instead.

12 years agoSupport @Delayable and change window size update to use it (#8421)
Leif Åstrand [Mon, 20 Aug 2012 05:53:33 +0000 (08:53 +0300)]
Support @Delayable and change window size update to use it (#8421)

12 years ago#9145 Reviewed and committed Petri's patch with minor cleanup and clarifications
Johannes Dahlström [Fri, 17 Aug 2012 15:13:16 +0000 (15:13 +0000)]
#9145 Reviewed and committed Petri's patch with minor cleanup and clarifications

svn changeset:24196/svn branch:6.8

12 years agoBugfixes: pass application properties to AbstractDeploymentConfiguration constructor...
Johannes Dahlström [Fri, 17 Aug 2012 13:54:35 +0000 (16:54 +0300)]
Bugfixes: pass application properties to AbstractDeploymentConfiguration constructor so they are properly parsed and checked; properly use deploymentConfiguration in AbstractApplicationPortlet.isProductionMode(); return correct value from isXsrfProtectionEnabled() (#9340)

12 years agoUntrack removed boxlayout files
Jouni Koivuviita [Fri, 17 Aug 2012 10:45:01 +0000 (13:45 +0300)]
Untrack removed boxlayout files

12 years agoMoved BoxLayout to new package
Jouni Koivuviita [Fri, 17 Aug 2012 10:37:10 +0000 (13:37 +0300)]
Moved BoxLayout to new package

12 years agoMerge branch 'master' into root-cleanup
Johannes Dahlström [Fri, 17 Aug 2012 10:32:54 +0000 (13:32 +0300)]
Merge branch 'master' into root-cleanup

Conflicts:
server/src/com/vaadin/terminal/DeploymentConfiguration.java
server/src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java
server/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
server/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java

12 years agoMerge master
Jouni Koivuviita [Fri, 17 Aug 2012 10:30:54 +0000 (13:30 +0300)]
Merge master

12 years agoPass whole DeploymentConfiguration to ApplicationStartEvent and Application; add...
Johannes Dahlström [Fri, 17 Aug 2012 10:12:51 +0000 (13:12 +0300)]
Pass whole DeploymentConfiguration to ApplicationStartEvent and Application; add accessors to supported servlet init params to DeploymentConfiguration; move init param checks and validation to AbstractDeploymentConfiguration (#9340,#9341)

12 years agoAdded boxlayout.scss
Jouni Koivuviita [Fri, 17 Aug 2012 09:36:52 +0000 (12:36 +0300)]
Added boxlayout.scss

12 years agoFix getResourceCacheTime() javadoc to specify that the return value is in seconds...
Johannes Dahlström [Fri, 17 Aug 2012 08:20:48 +0000 (08:20 +0000)]
Fix getResourceCacheTime() javadoc to specify that the return value is in seconds, not milliseconds

svn changeset:24189/svn branch:6.8

12 years agoInclude shared classes on test classpath (#9299)
Artur Signell [Thu, 16 Aug 2012 12:50:07 +0000 (15:50 +0300)]
Include shared classes on test classpath (#9299)

12 years agoInclude client compiler in jar for now (#9299)
Artur Signell [Thu, 16 Aug 2012 12:46:15 +0000 (15:46 +0300)]
Include client compiler in jar for now (#9299)

12 years agoUse JarJar from Ivy (#9299)
Artur Signell [Thu, 16 Aug 2012 12:04:38 +0000 (15:04 +0300)]
Use JarJar from Ivy (#9299)

12 years agoEnsure client-compiler is compiled before compiling widgetsets in nightly (#9299)
Artur Signell [Thu, 16 Aug 2012 09:55:49 +0000 (12:55 +0300)]
Ensure client-compiler is compiled before compiling widgetsets in nightly (#9299)

12 years agoReplaced license place holder with actual license (#8955)
Artur Signell [Thu, 16 Aug 2012 08:12:46 +0000 (11:12 +0300)]
Replaced license place holder with actual license (#8955)

12 years agoUse shared Version in client side also (#4617)
Artur Signell [Thu, 16 Aug 2012 08:03:04 +0000 (11:03 +0300)]
Use shared Version in client side also (#4617)

12 years agoMoved Version class to com.vaadin.shared (#4617)
Artur Signell [Thu, 16 Aug 2012 08:02:48 +0000 (11:02 +0300)]
Moved Version class to com.vaadin.shared (#4617)

12 years agoRemoved more @version included in some files but not in all (#9299)
Artur Signell [Thu, 16 Aug 2012 07:53:18 +0000 (10:53 +0300)]
Removed more @version included in some files but not in all (#9299)

12 years agoRemoved @version which is included in some files but not in all (#9299)
Artur Signell [Wed, 15 Aug 2012 14:41:07 +0000 (17:41 +0300)]
Removed @version which is included in some files but not in all (#9299)

12 years agoCRLF -> LF
Artur Signell [Wed, 15 Aug 2012 14:45:59 +0000 (17:45 +0300)]
CRLF -> LF

12 years agoFixed compilation of testing widgetset
Artur Signell [Wed, 15 Aug 2012 12:30:27 +0000 (15:30 +0300)]
Fixed compilation of testing widgetset

12 years agoRemoved reference to VaadinDOMImplSafari from widgetset
John Ahlroos [Wed, 15 Aug 2012 11:58:09 +0000 (14:58 +0300)]
Removed reference to VaadinDOMImplSafari from widgetset

12 years agoRemoved workaround for GWT issue #6130 after applying patch
John Ahlroos [Wed, 15 Aug 2012 11:54:42 +0000 (14:54 +0300)]
Removed workaround for GWT issue #6130 after applying patch
http://code.google.com/p/google-web-toolkit/issues/detail?id=6130 to GWT
branch.

12 years agoSlash is used in CSS independent of the platform (#9318)
Artur Signell [Wed, 15 Aug 2012 09:36:16 +0000 (12:36 +0300)]
Slash is used in CSS independent of the platform (#9318)

12 years agoEnsure client-compiler is compiled before compiling widgetsets (#9299)
Artur Signell [Wed, 15 Aug 2012 09:12:05 +0000 (12:12 +0300)]
Ensure client-compiler is compiled before compiling widgetsets (#9299)

12 years agoTestBench test for #8193 now that #8827 is fixed
Johannes Dahlström [Wed, 15 Aug 2012 08:59:24 +0000 (08:59 +0000)]
TestBench test for #8193 now that #8827 is fixed

svn changeset:24175/svn branch:6.8

12 years agoMade tests compile again (#9299)
Artur Signell [Tue, 14 Aug 2012 22:10:47 +0000 (01:10 +0300)]
Made tests compile again (#9299)

12 years agoFixed sass compile path (#9299)
Artur Signell [Tue, 14 Aug 2012 13:55:23 +0000 (16:55 +0300)]
Fixed sass compile path (#9299)

12 years agoFixed widgetset compilation (#9299)
Artur Signell [Tue, 14 Aug 2012 13:42:00 +0000 (16:42 +0300)]
Fixed widgetset compilation (#9299)

12 years agoRemoved dependencies from client to server/client-compiler (#9299)
Artur Signell [Tue, 14 Aug 2012 13:40:14 +0000 (16:40 +0300)]
Removed dependencies from client to server/client-compiler (#9299)

12 years agoMoved client compiler sources to own source folder (#9299)
Artur Signell [Tue, 14 Aug 2012 12:11:40 +0000 (15:11 +0300)]
Moved client compiler sources to own source folder (#9299)

12 years agoRemoved depdencies from server to client (#9279)
Artur Signell [Tue, 14 Aug 2012 12:06:05 +0000 (15:06 +0300)]
Removed depdencies from server to client (#9279)

12 years agoDisabled Emma to avoid extra complexity in build (#9305, #9299)
Artur Signell [Tue, 14 Aug 2012 09:35:21 +0000 (12:35 +0300)]
Disabled Emma to avoid extra complexity in build (#9305, #9299)

12 years agoJavadocs for #9274
Leif Åstrand [Tue, 14 Aug 2012 10:08:38 +0000 (13:08 +0300)]
Javadocs for #9274

12 years agoJavadocs for #9273
Leif Åstrand [Tue, 14 Aug 2012 08:05:29 +0000 (11:05 +0300)]
Javadocs for #9273

12 years agoEliminated dependencies from server to client (#9279)
Artur Signell [Mon, 13 Aug 2012 16:13:24 +0000 (19:13 +0300)]
Eliminated dependencies from server to client (#9279)

12 years agoMoved server files to a server src folder (#9299)
Artur Signell [Mon, 13 Aug 2012 15:34:33 +0000 (18:34 +0300)]
Moved server files to a server src folder (#9299)

12 years agoMoved client files to a client src folder (#9299)
Artur Signell [Mon, 13 Aug 2012 15:28:50 +0000 (18:28 +0300)]
Moved client files to a client src folder (#9299)

12 years agoMoved com.vaadin.shared files to a shared src folder (#9299)
Artur Signell [Mon, 13 Aug 2012 15:24:51 +0000 (18:24 +0300)]
Moved com.vaadin.shared files to a shared src folder (#9299)

12 years agoSend destroy event to the same listeners that got the init (#9273)
Leif Åstrand [Mon, 13 Aug 2012 13:33:16 +0000 (16:33 +0300)]
Send destroy event to the same listeners that got the init (#9273)

12 years agoRename JavaScriptCallback -> JavaScriptFunction (#9293)
Leif Åstrand [Mon, 13 Aug 2012 12:45:14 +0000 (15:45 +0300)]
Rename JavaScriptCallback -> JavaScriptFunction (#9293)

12 years agoRename VaadinContext -> AddonContext (#9273)
Leif Åstrand [Mon, 13 Aug 2012 12:26:17 +0000 (15:26 +0300)]
Rename VaadinContext -> AddonContext (#9273)

12 years agoRegister BootstrapListener to Application (#9274)
Leif Åstrand [Mon, 13 Aug 2012 12:14:45 +0000 (15:14 +0300)]
Register BootstrapListener to Application (#9274)

12 years agoRefactor to have separate BootstrapListener methods (#9274)
Leif Åstrand [Mon, 13 Aug 2012 10:58:22 +0000 (13:58 +0300)]
Refactor to have separate BootstrapListener methods (#9274)

12 years agoRemoved dependencies from shared to server/client (#9278)
Artur Signell [Mon, 13 Aug 2012 11:05:07 +0000 (14:05 +0300)]
Removed dependencies from shared to server/client (#9278)

12 years agoEnforce max length when max length changes (#9199)
Artur Signell [Mon, 13 Aug 2012 10:11:49 +0000 (10:11 +0000)]
Enforce max length when max length changes (#9199)

svn changeset:24157/svn branch:6.8

12 years agoRenames based on review (#9284)
Artur Signell [Mon, 13 Aug 2012 10:11:42 +0000 (10:11 +0000)]
Renames based on review (#9284)

svn changeset:24156/svn branch:6.8

12 years agoCorrectly measure indent when adding to an empty TreeTable (#9264)
Artur Signell [Mon, 13 Aug 2012 10:10:19 +0000 (10:10 +0000)]
Correctly measure indent when adding to an empty TreeTable (#9264)

svn changeset:24155/svn branch:6.8

12 years agomerge master (sass theme changes)
Jouni Koivuviita [Mon, 13 Aug 2012 05:54:54 +0000 (08:54 +0300)]
merge master (sass theme changes)

12 years agoFix test broken by #9280
Leif Åstrand [Mon, 13 Aug 2012 05:51:28 +0000 (08:51 +0300)]
Fix test broken by #9280

12 years agoInclude statictestfiles in test war
Artur Signell [Sat, 11 Aug 2012 12:05:07 +0000 (12:05 +0000)]
Include statictestfiles in test war

svn changeset:24151/svn branch:6.8

12 years agoDisabled shim iframe for all but IE8+ (#9284, #6219)
Artur Signell [Fri, 10 Aug 2012 14:09:57 +0000 (14:09 +0000)]
Disabled shim iframe for all but IE8+ (#9284, #6219)

The shim iframe causes crashes in IE6 and does not really help in Opera/Safari/Firefox.

svn changeset:24146/svn branch:6.8

12 years agoSimplify BootstrapHandler now when extensibility isn't needed (#9274)
Leif Åstrand [Fri, 10 Aug 2012 13:01:09 +0000 (16:01 +0300)]
Simplify BootstrapHandler now when extensibility isn't needed (#9274)

12 years agoFix doctype causing screenshot differences (#9274)
Leif Åstrand [Fri, 10 Aug 2012 12:23:57 +0000 (15:23 +0300)]
Fix doctype causing screenshot differences (#9274)

12 years agoMerge branch 'master' into root-cleanup
Johannes Dahlström [Fri, 10 Aug 2012 12:06:25 +0000 (15:06 +0300)]
Merge branch 'master' into root-cleanup

12 years agoA few improvements to shared state debug console (#8422)
Johannes Dahlström [Wed, 8 Aug 2012 13:18:03 +0000 (16:18 +0300)]
A few improvements to shared state debug console (#8422)

12 years agoBasic support for logging connector hierarchy changes
Johannes Dahlström [Mon, 23 Jul 2012 11:41:09 +0000 (14:41 +0300)]
Basic support for logging connector hierarchy changes

12 years agoPass ApplicationConnection, not ApplicationConfiguration, to VUIDLBrowser
Johannes Dahlström [Mon, 23 Jul 2012 11:40:00 +0000 (14:40 +0300)]
Pass ApplicationConnection, not ApplicationConfiguration, to VUIDLBrowser

12 years agoMerge remote-tracking branch 'origin/sass'
Henri Sara [Fri, 10 Aug 2012 11:26:50 +0000 (14:26 +0300)]
Merge remote-tracking branch 'origin/sass'

12 years agoAdded a heartbeat timer to RootConnector (#9265)
Johannes Dahlström [Wed, 8 Aug 2012 14:05:34 +0000 (17:05 +0300)]
Added a heartbeat timer to RootConnector (#9265)

Conflicts:

src/com/vaadin/terminal/gwt/client/ui/root/RootConnector.java

12 years agoUpdate test case to cover #9282
Leif Åstrand [Fri, 10 Aug 2012 11:01:53 +0000 (14:01 +0300)]
Update test case to cover #9282

12 years agoAllow detaching Extension once (#9282)
Leif Åstrand [Fri, 10 Aug 2012 08:30:24 +0000 (11:30 +0300)]
Allow detaching Extension once (#9282)

12 years agoMerge branch 'master' into layoutgraph
Jouni Koivuviita [Fri, 10 Aug 2012 08:17:49 +0000 (11:17 +0300)]
Merge branch 'master' into layoutgraph

12 years agoMerged master and fixed a couple of issues in boxlayout
Jouni Koivuviita [Fri, 10 Aug 2012 07:58:38 +0000 (10:58 +0300)]
Merged master and fixed a couple of issues in boxlayout

12 years agoFixed a small regression in textarea white-space handling
Jouni Koivuviita [Fri, 10 Aug 2012 07:56:53 +0000 (10:56 +0300)]
Fixed a small regression in textarea white-space handling

12 years agoRevert "Run JavaScript RPC with this pointing to the connector wrapper (#9096)"
Leif Åstrand [Fri, 10 Aug 2012 07:40:53 +0000 (10:40 +0300)]
Revert "Run JavaScript RPC with this pointing to the connector wrapper (#9096)"

This reverts commit ab2846641bff895b9e82bfd8068c720e8132e297.

This fixes #9280

12 years agoMerge SASS fixes keeping comments, remove hack for reindeer (#9223)
Henri Sara [Fri, 10 Aug 2012 06:10:40 +0000 (09:10 +0300)]
Merge SASS fixes keeping comments, remove hack for reindeer (#9223)

12 years agoReformatted project
Artur Signell [Thu, 9 Aug 2012 16:08:29 +0000 (19:08 +0300)]
Reformatted project

12 years agoAdd an API for modifying the bootstrap page. (#9274)
Leif Åstrand [Thu, 9 Aug 2012 13:36:39 +0000 (16:36 +0300)]
Add an API for modifying the bootstrap page. (#9274)

12 years agoInclude jsoup library for modifying bootstap page DOM (#9274)
Leif Åstrand [Thu, 9 Aug 2012 13:25:06 +0000 (16:25 +0300)]
Include jsoup library for modifying bootstap page DOM (#9274)

12 years agoUse ServiceLoader to let add-ons register listeners (#9273)
Leif Åstrand [Thu, 9 Aug 2012 13:19:43 +0000 (16:19 +0300)]
Use ServiceLoader to let add-ons register listeners (#9273)

12 years agoMerge SASS change: Fixed a bug regarding replaceValue in LexicalUnitImpl
Henri Sara [Thu, 9 Aug 2012 11:53:56 +0000 (14:53 +0300)]
Merge SASS change: Fixed a bug regarding replaceValue in LexicalUnitImpl

12 years agoManual merge for SASS: fixed a bug in VariableVisitor
Henri Sara [Thu, 9 Aug 2012 11:45:42 +0000 (14:45 +0300)]
Manual merge for SASS: fixed a bug in VariableVisitor

12 years agoRenamed screenshots to have sensible names
Artur Signell [Thu, 9 Aug 2012 09:50:54 +0000 (09:50 +0000)]
Renamed screenshots to have sensible names

svn changeset:24130/svn branch:6.8

12 years agoAdd license header for all non-parser SASS Java files (#9223)
Henri Sara [Thu, 9 Aug 2012 09:38:32 +0000 (12:38 +0300)]
Add license header for all non-parser SASS Java files (#9223)

12 years agoRefactor SASS tests: split off Microsoft extensions test (#9223)
Henri Sara [Thu, 9 Aug 2012 09:29:27 +0000 (12:29 +0300)]
Refactor SASS tests: split off Microsoft extensions test (#9223)

12 years agoRefactor SASS tests to fail on exceptions (#9223)
Henri Sara [Thu, 9 Aug 2012 09:28:47 +0000 (12:28 +0300)]
Refactor SASS tests to fail on exceptions (#9223)

12 years agoSplit semicolon related issues to a separate test (#9223)
Henri Sara [Thu, 9 Aug 2012 07:43:25 +0000 (10:43 +0300)]
Split semicolon related issues to a separate test (#9223)

12 years agoRemove SASS test suites and rename TestBase to AbstractTestBase (#9223)
Henri Sara [Thu, 9 Aug 2012 06:56:43 +0000 (09:56 +0300)]
Remove SASS test suites and rename TestBase to AbstractTestBase (#9223)

Vaadin build script now ignores AbstractTestBase and executes each test
individually.

12 years agoMerge branch 'master' into layoutgraph
Jouni Koivuviita [Wed, 8 Aug 2012 19:03:39 +0000 (22:03 +0300)]
Merge branch 'master' into layoutgraph

12 years agofixed some boxlayout imports
Jouni Koivuviita [Wed, 8 Aug 2012 19:02:50 +0000 (22:02 +0300)]
fixed some boxlayout imports

12 years agoTest for ensuring that overlays can be transparent (not in IE < 9)
Artur Signell [Wed, 8 Aug 2012 14:56:13 +0000 (14:56 +0000)]
Test for ensuring that overlays can be transparent (not in IE < 9)

svn changeset:24124/svn branch:6.8

12 years agoFixed TextArea maxlength so it is always enforced (#9199)
Artur Signell [Wed, 8 Aug 2012 14:56:05 +0000 (14:56 +0000)]
Fixed TextArea maxlength so it is always enforced (#9199)

Uses native maxlength attribute for browsers which support it.

svn changeset:24123/svn branch:6.8

12 years agoRemoved extra backslash
Artur Signell [Wed, 8 Aug 2012 14:55:50 +0000 (14:55 +0000)]
Removed extra backslash

svn changeset:24122/svn branch:6.8

12 years agoApply changeset from SASS repository: comment handling
Henri Sara [Wed, 8 Aug 2012 14:02:33 +0000 (17:02 +0300)]
Apply changeset from SASS repository: comment handling

12 years agoChange #9251 fix to preserve iteration order.
Leif Åstrand [Wed, 8 Aug 2012 12:28:06 +0000 (12:28 +0000)]
Change #9251 fix to preserve iteration order.

svn changeset:24116/svn branch:6.8

12 years agoAllow removing Window while iterating child window set (#9251)
Leif Åstrand [Wed, 8 Aug 2012 12:26:55 +0000 (12:26 +0000)]
Allow removing Window while iterating child window set (#9251)

svn changeset:24115/svn branch:6.8