]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoPass window.name back to the browser to help detecting browser refresh
Leif Åstrand [Thu, 1 Dec 2011 21:00:49 +0000 (23:00 +0200)]
Pass window.name back to the browser to help detecting browser refresh

12 years agoAdd a bunch of javadoc comments
Leif Åstrand [Wed, 30 Nov 2011 15:12:52 +0000 (17:12 +0200)]
Add a bunch of javadoc comments

12 years agoEnsure window attached by LegacyApplication has an application
Leif Åstrand [Tue, 29 Nov 2011 13:11:12 +0000 (15:11 +0200)]
Ensure window attached by LegacyApplication has an application

12 years agoMerge remote branch 'origin/master' into windowing
Leif Åstrand [Tue, 29 Nov 2011 12:47:42 +0000 (14:47 +0200)]
Merge remote branch 'origin/master' into windowing

Conflicts:
src/com/vaadin/ui/AbstractField.java
tests/testbench/com/vaadin/tests/components/notification/NotificationsHtmlAllowed.java

12 years agoAdd Serializable interface missing from some classes
Leif Åstrand [Tue, 29 Nov 2011 12:41:54 +0000 (14:41 +0200)]
Add Serializable interface missing from some classes

12 years agoAdd some Vaadin license headers
Leif Åstrand [Tue, 29 Nov 2011 12:39:48 +0000 (14:39 +0200)]
Add some Vaadin license headers

12 years agoRemove java 1.6 @Override annotations methods from interfaces
Leif Åstrand [Tue, 29 Nov 2011 12:36:37 +0000 (14:36 +0200)]
Remove java 1.6 @Override annotations methods from interfaces

12 years agoInclude vaadinBootstrap.jar in the build results
Leif Åstrand [Tue, 29 Nov 2011 12:08:05 +0000 (14:08 +0200)]
Include vaadinBootstrap.jar in the build results

12 years agoImproved bootstrap logging
Leif Åstrand [Tue, 29 Nov 2011 10:40:14 +0000 (12:40 +0200)]
Improved bootstrap logging

12 years agoAdd support for deferred Root init and early widgetset loading
Leif Åstrand [Mon, 28 Nov 2011 11:42:02 +0000 (13:42 +0200)]
Add support for deferred Root init and early widgetset loading

12 years agoRework bootstrap to support loading widgetset without application
Leif Åstrand [Mon, 28 Nov 2011 10:59:34 +0000 (12:59 +0200)]
Rework bootstrap to support loading widgetset without application

12 years agoInitial support for lazy root creation
Leif Åstrand [Fri, 25 Nov 2011 14:04:20 +0000 (16:04 +0200)]
Initial support for lazy root creation

12 years agoDon't require Vaadin license in files from external libs
Leif Åstrand [Thu, 24 Nov 2011 15:06:38 +0000 (17:06 +0200)]
Don't require Vaadin license in files from external libs

12 years agoSet vaadin.debug to make ?debug in the URL work
Leif Åstrand [Thu, 24 Nov 2011 14:57:53 +0000 (16:57 +0200)]
Set vaadin.debug to make ?debug in the URL work

12 years agoIntroduce vaadinBootstrap.js and use it to init the widgetset
Leif Åstrand [Thu, 24 Nov 2011 13:33:22 +0000 (15:33 +0200)]
Introduce vaadinBootstrap.js and use it to init the widgetset

12 years agoAdd JSON helper library
Leif Åstrand [Thu, 24 Nov 2011 13:27:47 +0000 (15:27 +0200)]
Add JSON helper library

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Thu, 24 Nov 2011 08:34:30 +0000 (10:34 +0200)]
Merge remote-tracking branch 'origin/6.8'

12 years agoAdded ids and re-enabled test
Artur Signell [Thu, 24 Nov 2011 08:32:44 +0000 (08:32 +0000)]
Added ids and re-enabled test

svn changeset:22114/svn branch:6.8

12 years agoAdded ids and re-enabled test
Artur Signell [Thu, 24 Nov 2011 08:32:35 +0000 (08:32 +0000)]
Added ids and re-enabled test

svn changeset:22113/svn branch:6.8

12 years agoDon't use hard coded version number in default window title
Leif Åstrand [Wed, 23 Nov 2011 09:17:41 +0000 (11:17 +0200)]
Don't use hard coded version number in default window title

12 years agoDon't set a window title if there isn't one in the UIDL
Leif Åstrand [Wed, 23 Nov 2011 09:17:05 +0000 (11:17 +0200)]
Don't set a window title if there isn't one in the UIDL

12 years agodisabled test, testbench don't support custom implementations of client side components
Matti Tahvonen [Wed, 23 Nov 2011 09:10:08 +0000 (09:10 +0000)]
disabled test, testbench don't support custom implementations of client side components

svn changeset:22101/svn branch:6.8

12 years ago#6702 Requesting a removed resource should give an error
Leif Åstrand [Wed, 23 Nov 2011 08:44:23 +0000 (10:44 +0200)]
#6702 Requesting a removed resource should give an error

12 years ago#7964 Fixed test
Artur Signell [Tue, 22 Nov 2011 15:42:01 +0000 (17:42 +0200)]
#7964 Fixed test

12 years agoMove ajax page generation code to AjaxPageHandler
Leif Åstrand [Tue, 22 Nov 2011 15:40:51 +0000 (17:40 +0200)]
Move ajax page generation code to AjaxPageHandler

12 years agoRemove old Debug param and make productionMode available in Application
Leif Åstrand [Tue, 22 Nov 2011 15:37:08 +0000 (17:37 +0200)]
Remove old Debug param and make productionMode available in Application

12 years ago#7985 Method for checking if browser is too old to work with Vaadin 7
Artur Signell [Tue, 22 Nov 2011 15:34:35 +0000 (17:34 +0200)]
#7985 Method for checking if browser is too old to work with Vaadin 7

12 years ago#7913 Removed IE6/IE7 related fix from merged change
Artur Signell [Tue, 22 Nov 2011 15:06:16 +0000 (17:06 +0200)]
#7913 Removed IE6/IE7 related fix from merged change

12 years ago#7984 removed Firefox workarounds
Artur Signell [Tue, 22 Nov 2011 15:05:42 +0000 (17:05 +0200)]
#7984 removed Firefox workarounds

12 years agoFIXME comment for the future
Artur Signell [Tue, 22 Nov 2011 14:47:20 +0000 (16:47 +0200)]
FIXME comment for the future

12 years ago#7963 Additional fixes
Artur Signell [Tue, 22 Nov 2011 14:37:40 +0000 (16:37 +0200)]
#7963 Additional fixes

Removed special case from widget set that used to support VButton
changing into VCheckBox

Corrected tests

12 years ago#7964 Fixed test to be compatible with CheckBox change
Artur Signell [Tue, 22 Nov 2011 13:56:13 +0000 (15:56 +0200)]
#7964 Fixed test to be compatible with CheckBox change

12 years agoDrop support for request attributes used by support for portlet 1.0
Leif Åstrand [Tue, 22 Nov 2011 13:49:58 +0000 (15:49 +0200)]
Drop support for request attributes used by support for portlet 1.0

12 years agoAdded license header to VDragAndDropWrapperIE.java
Henri Sara [Tue, 22 Nov 2011 13:17:15 +0000 (13:17 +0000)]
Added license header to VDragAndDropWrapperIE.java

svn changeset:22095/svn branch:6.8

12 years agoInitial migration of ajax page generation to a RequestHandler (#7888)
Leif Åstrand [Tue, 22 Nov 2011 13:00:11 +0000 (15:00 +0200)]
Initial migration of ajax page generation to a RequestHandler (#7888)

12 years agoRemove explicit terminal from Root
Leif Åstrand [Tue, 22 Nov 2011 12:47:18 +0000 (14:47 +0200)]
Remove explicit terminal from Root

12 years agoAdded WebContent/VAADIN/widgetsets to .gitignore as git cannot track empty directorie...
Artur Signell [Tue, 22 Nov 2011 11:17:52 +0000 (13:17 +0200)]
Added WebContent/VAADIN/widgetsets to .gitignore as git cannot track empty directories and complains about changes when DefaultWidgetSet has been compiled

12 years ago#7981 Removed Firefox 2 specific code and CSS
Artur Signell [Tue, 22 Nov 2011 11:08:29 +0000 (13:08 +0200)]
#7981 Removed Firefox 2 specific code and CSS

12 years ago#7913 Removed IE7 specific CSS rules
Artur Signell [Tue, 22 Nov 2011 11:05:51 +0000 (13:05 +0200)]
#7913 Removed IE7 specific CSS rules

12 years ago#7913 Removed IE7 related stuff
Artur Signell [Tue, 22 Nov 2011 10:57:54 +0000 (12:57 +0200)]
#7913 Removed IE7 related stuff

12 years ago#7964 Added booleanValue() to CheckBox for now. Can probably be removed
Artur Signell [Tue, 22 Nov 2011 10:34:21 +0000 (12:34 +0200)]
#7964 Added booleanValue() to CheckBox for now. Can probably be removed
once
CheckBox.getValue() return Boolean

12 years ago#7963 Button now extends AbstractComponent instead of AbstractField
Artur Signell [Tue, 22 Nov 2011 10:31:21 +0000 (12:31 +0200)]
#7963 Button now extends AbstractComponent instead of AbstractField

Focus related methods previously used from AbstractField are now
implemented in Button directly.

Fixed tests related to this change.

12 years ago#7963 Moved ActionManager from AbstractField to AbstractComponent to
Artur Signell [Tue, 22 Nov 2011 10:26:53 +0000 (12:26 +0200)]
#7963 Moved ActionManager from AbstractField to AbstractComponent to
enable Button to extend AbstractComponent

12 years ago#7964 CheckBox now extends AbstractField directly.
Artur Signell [Tue, 22 Nov 2011 09:10:03 +0000 (11:10 +0200)]
#7964 CheckBox now extends AbstractField directly.

ClickListener is no longer available for a CheckBox.
Fixed tests accordingly

12 years ago#7913 Removed IE7 specific code from Button
Artur Signell [Tue, 22 Nov 2011 09:03:10 +0000 (11:03 +0200)]
#7913 Removed IE7 specific code from Button

12 years ago#7913 Removed IE6/IE7 specific code from CheckBox
Artur Signell [Tue, 22 Nov 2011 09:02:07 +0000 (11:02 +0200)]
#7913 Removed IE6/IE7 specific code from CheckBox

12 years agoRemoved demo related ignores that are no longer relevant
Artur Signell [Tue, 22 Nov 2011 07:27:07 +0000 (09:27 +0200)]
Removed demo related ignores that are no longer relevant

12 years agoMerge some changes from 6.7 to 6.8
Henri Sara [Tue, 22 Nov 2011 11:01:14 +0000 (11:01 +0000)]
Merge some changes from 6.7 to 6.8

svn changeset:22091/svn branch:6.8

12 years agoMerge remote branch 'origin/master' into windowing
Leif Åstrand [Tue, 22 Nov 2011 10:19:11 +0000 (12:19 +0200)]
Merge remote branch 'origin/master' into windowing

Conflicts:
tests/testbench/com/vaadin/tests/components/treetable/DisappearingComponents.java

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Tue, 22 Nov 2011 10:14:22 +0000 (12:14 +0200)]
Merge remote branch 'origin/6.8'

Conflicts:
tests/integration_tests.xml

12 years agoMerge changes from 6.7 to 6.8
Leif Åstrand [Tue, 22 Nov 2011 10:06:39 +0000 (10:06 +0000)]
Merge changes from 6.7 to 6.8

svn changeset:22090/svn branch:6.8

12 years agoRestore support for ClickListener in Root
Leif Åstrand [Tue, 22 Nov 2011 09:00:47 +0000 (11:00 +0200)]
Restore support for ClickListener in Root

12 years agoRemove close listener for browser windows
Leif Åstrand [Tue, 22 Nov 2011 08:47:17 +0000 (10:47 +0200)]
Remove close listener for browser windows

12 years agoDon't test for event when closing browser windows
Leif Åstrand [Tue, 22 Nov 2011 08:46:45 +0000 (10:46 +0200)]
Don't test for event when closing browser windows

12 years agoRemove old notice to the server when a root is closed
Leif Åstrand [Mon, 21 Nov 2011 14:44:58 +0000 (16:44 +0200)]
Remove old notice to the server when a root is closed

12 years agoDon't throw exceptions when a root is "closed"
Leif Åstrand [Mon, 21 Nov 2011 14:43:42 +0000 (16:43 +0200)]
Don't throw exceptions when a root is "closed"

12 years agoRestore action support in Root
Leif Åstrand [Mon, 21 Nov 2011 14:24:42 +0000 (16:24 +0200)]
Restore action support in Root

12 years agoDon't throw exception when a root is "closed"
Leif Åstrand [Mon, 21 Nov 2011 14:21:36 +0000 (16:21 +0200)]
Don't throw exception when a root is "closed"

12 years agorenamed html file so that test bench don't think it is a test script
Matti Tahvonen [Mon, 21 Nov 2011 14:18:27 +0000 (14:18 +0000)]
renamed html file so that test bench don't think it is a test script

svn changeset:22085/svn branch:6.8

12 years agorenamed html file so that test bench don't think it is a test script
Matti Tahvonen [Mon, 21 Nov 2011 14:18:08 +0000 (14:18 +0000)]
renamed html file so that test bench don't think it is a test script

svn changeset:22084/svn branch:6.8

12 years agodragandropwrapper can now initiate html5 drags, fixes #7833
Matti Tahvonen [Mon, 21 Nov 2011 13:38:31 +0000 (13:38 +0000)]
dragandropwrapper can now initiate html5 drags, fixes #7833

svn changeset:22081/svn branch:6.8

12 years agoMake ApplicationRunnerServlet.getApplicationClass return the right type
Leif Åstrand [Mon, 21 Nov 2011 12:47:02 +0000 (14:47 +0200)]
Make ApplicationRunnerServlet.getApplicationClass return the right type

12 years agoRemove the right component when changing content
Leif Åstrand [Mon, 21 Nov 2011 12:25:31 +0000 (14:25 +0200)]
Remove the right component when changing content

12 years agoDon't test notifications added to sub windows any more
Leif Åstrand [Mon, 21 Nov 2011 12:09:37 +0000 (14:09 +0200)]
Don't test notifications added to sub windows any more

12 years agoDon't test component moving with Root
Leif Åstrand [Mon, 21 Nov 2011 12:04:07 +0000 (14:04 +0200)]
Don't test component moving with Root

12 years agoHandle removeAllComponents for Roots in legacy applications
Leif Åstrand [Mon, 21 Nov 2011 11:38:46 +0000 (13:38 +0200)]
Handle removeAllComponents for Roots in legacy applications

12 years agoOnly set mainWindow once to be compatible with LegacyApplication
Leif Åstrand [Mon, 21 Nov 2011 11:38:03 +0000 (13:38 +0200)]
Only set mainWindow once to be compatible with LegacyApplication

12 years agoProperly attach layouts passed to the constructor
Leif Åstrand [Mon, 21 Nov 2011 10:37:44 +0000 (12:37 +0200)]
Properly attach layouts passed to the constructor

12 years agoAttach the window to a root before testing
Leif Åstrand [Mon, 21 Nov 2011 10:20:57 +0000 (12:20 +0200)]
Attach the window to a root before testing

12 years agoWindow.close shouldn't throw npe even if not attached to any root
Leif Åstrand [Mon, 21 Nov 2011 10:20:34 +0000 (12:20 +0200)]
Window.close shouldn't throw npe even if not attached to any root

12 years agoDon't test adding and removing components for Root
Leif Åstrand [Mon, 21 Nov 2011 10:11:19 +0000 (12:11 +0200)]
Don't test adding and removing components for Root

12 years agoPretend more classes are serializable
Leif Åstrand [Fri, 18 Nov 2011 13:07:30 +0000 (15:07 +0200)]
Pretend more classes are serializable

12 years agoRemove servlet mappings for the root test application
Leif Åstrand [Fri, 18 Nov 2011 13:05:59 +0000 (15:05 +0200)]
Remove servlet mappings for the root test application

12 years agoMake ApplicationRunnerServlet work with Root classes
Leif Åstrand [Fri, 18 Nov 2011 13:05:26 +0000 (15:05 +0200)]
Make ApplicationRunnerServlet work with Root classes

12 years agoSeparate getting the Root class name from creating an instance of it
Leif Åstrand [Fri, 18 Nov 2011 13:04:50 +0000 (15:04 +0200)]
Separate getting the Root class name from creating an instance of it

12 years agoSimplify RootTest and move it to the tests package
Leif Åstrand [Fri, 18 Nov 2011 13:04:11 +0000 (15:04 +0200)]
Simplify RootTest and move it to the tests package

12 years agoWord wrapping of javadoc comments changed by move to top level file
Leif Åstrand [Fri, 18 Nov 2011 11:43:38 +0000 (13:43 +0200)]
Word wrapping of javadoc comments changed by move to top level file

12 years agoFormatting change
Leif Åstrand [Fri, 18 Nov 2011 11:43:00 +0000 (13:43 +0200)]
Formatting change

12 years agoMake some interfaces extend Serializable
Leif Åstrand [Fri, 18 Nov 2011 11:41:09 +0000 (13:41 +0200)]
Make some interfaces extend Serializable

12 years agoAdd license to a bunch of files
Leif Åstrand [Fri, 18 Nov 2011 11:38:11 +0000 (13:38 +0200)]
Add license to a bunch of files

12 years agoUse the theme defined for the root
Leif Åstrand [Fri, 18 Nov 2011 11:24:00 +0000 (13:24 +0200)]
Use the theme defined for the root

12 years agoUse margins on the default Root layout
Leif Åstrand [Fri, 18 Nov 2011 11:20:07 +0000 (13:20 +0200)]
Use margins on the default Root layout

12 years agoInclude tests on the classpath again now that they can be compiled
Leif Åstrand [Fri, 18 Nov 2011 08:58:27 +0000 (10:58 +0200)]
Include tests on the classpath again now that they can be compiled

12 years agoMerged fixes from 6.7
Artur Signell [Thu, 17 Nov 2011 13:37:04 +0000 (13:37 +0000)]
Merged fixes from 6.7

svn changeset:22048/svn branch:6.8

12 years agoMerge remote branch 'origin/master' into windowing
Leif Åstrand [Wed, 16 Nov 2011 12:41:58 +0000 (14:41 +0200)]
Merge remote branch 'origin/master' into windowing

12 years agoMigrate all old tests to use LegacyApplication and Roots
Leif Åstrand [Wed, 16 Nov 2011 12:37:56 +0000 (14:37 +0200)]
Migrate all old tests to use LegacyApplication and Roots

12 years agoSimplify the way the Root is determined for a request
Leif Åstrand [Wed, 16 Nov 2011 12:34:45 +0000 (14:34 +0200)]
Simplify the way the Root is determined for a request

12 years agoSave rootId in the Root and simplify Root lookup in Application
Leif Åstrand [Wed, 16 Nov 2011 12:33:14 +0000 (14:33 +0200)]
Save rootId in the Root and simplify Root lookup in Application

12 years agoInitialize content on the fly if not already initialized
Leif Åstrand [Wed, 16 Nov 2011 11:55:14 +0000 (13:55 +0200)]
Initialize content on the fly if not already initialized

12 years agoPaint resources to open before painting the content
Leif Åstrand [Wed, 16 Nov 2011 11:52:48 +0000 (13:52 +0200)]
Paint resources to open before painting the content

12 years agoRemove test for separate url handlers for different windows
Leif Åstrand [Wed, 16 Nov 2011 10:47:01 +0000 (12:47 +0200)]
Remove test for separate url handlers for different windows

12 years agoMerged some changes from 6.7 to 6.8
Henri Sara [Wed, 16 Nov 2011 10:39:05 +0000 (10:39 +0000)]
Merged some changes from 6.7 to 6.8

svn changeset:22016/svn branch:6.8

12 years agoRemove test for changing theme on the fly
Leif Åstrand [Wed, 16 Nov 2011 09:32:56 +0000 (11:32 +0200)]
Remove test for changing theme on the fly

12 years agoAdd stubs for some missing functionality to get the tests to compile
Leif Åstrand [Wed, 16 Nov 2011 09:06:35 +0000 (11:06 +0200)]
Add stubs for some missing functionality to get the tests to compile

12 years agoRemove Root.getName
Leif Åstrand [Wed, 16 Nov 2011 09:05:41 +0000 (11:05 +0200)]
Remove Root.getName

12 years agoIntroduce Application.LegacyApplication to simplify migration
Leif Åstrand [Wed, 16 Nov 2011 09:04:13 +0000 (11:04 +0200)]
Introduce Application.LegacyApplication to simplify migration

12 years agoAllow configuring the root class to use, remove RootLayout
Leif Åstrand [Wed, 16 Nov 2011 09:01:32 +0000 (11:01 +0200)]
Allow configuring the root class to use, remove RootLayout

12 years agoMove functionality for opening resources from Window to Root
Leif Åstrand [Wed, 16 Nov 2011 08:50:55 +0000 (10:50 +0200)]
Move functionality for opening resources from Window to Root

12 years agoHandle null paths
Leif Åstrand [Wed, 16 Nov 2011 08:45:55 +0000 (10:45 +0200)]
Handle null paths

12 years agoRemove proof of concept for the current LoginForm component
Leif Åstrand [Wed, 16 Nov 2011 08:45:35 +0000 (10:45 +0200)]
Remove proof of concept for the current LoginForm component