]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoMerge remote-tracking branch 'origin/ivyconfig'
Artur Signell [Thu, 8 Dec 2011 11:39:10 +0000 (13:39 +0200)]
Merge remote-tracking branch 'origin/ivyconfig'

12 years agoPass deps.initialized to called test targets in different build files.
Mikael Vappula [Mon, 5 Dec 2011 11:33:50 +0000 (13:33 +0200)]
Pass deps.initialized to called test targets in different build files.

12 years agoPrevent multiple ivy:configure calls
Mikael Vappula [Mon, 5 Dec 2011 10:10:38 +0000 (12:10 +0200)]
Prevent multiple ivy:configure calls

Added a controlling property deps.initialized to prevent multiple Ivy
configuration and task definition initialization within same Ant run.

12 years agoCleaned up Ivy configuration
Mikael Vappula [Fri, 2 Dec 2011 13:05:24 +0000 (15:05 +0200)]
Cleaned up Ivy configuration

Targets related to Ivy configuration are now in separate common.xml file
which is imported to main build files.

12 years agoMerge remote branch 'origin/contrib'
Leif Åstrand [Thu, 1 Dec 2011 15:37:44 +0000 (17:37 +0200)]
Merge remote branch 'origin/contrib'

12 years agoFixed test framework transient dependencies in main ivy.xml
Mikael Vappula [Thu, 1 Dec 2011 15:21:10 +0000 (17:21 +0200)]
Fixed test framework transient dependencies in main ivy.xml

12 years agoRemove the last simple ie6 hacks #7912
Leif Åstrand [Thu, 1 Dec 2011 13:20:28 +0000 (15:20 +0200)]
Remove the last simple ie6 hacks #7912

12 years agoMerged fixes from 6.7
Artur Signell [Fri, 25 Nov 2011 11:53:09 +0000 (11:53 +0000)]
Merged fixes from 6.7

svn changeset:22132/svn branch:6.8

12 years ago#8019 Remove UserError(String, int, int) as the new UserError(String, ContentMode...
Jens Jansson [Thu, 1 Dec 2011 15:13:45 +0000 (17:13 +0200)]
#8019 Remove UserError(String, int, int) as the new UserError(String, ContentMode, ErrorLevel) is still backwards compatible when the constants are used

12 years ago#8019 Added deprecated comments on deprecated constants.
Jens Jansson [Thu, 1 Dec 2011 15:12:17 +0000 (17:12 +0200)]
#8019 Added deprecated comments on deprecated constants.

12 years ago#8019 Changed so that instead of using ErrorLevel.ordinal(), ErrorLevel.intValue...
Jens Jansson [Thu, 1 Dec 2011 15:06:09 +0000 (17:06 +0200)]
#8019 Changed so that instead of using ErrorLevel.ordinal(), ErrorLevel.intValue() is used.

12 years ago#8019 Add a intValue-method to ErrorMessage.ErrorLevel enum which should be used...
Jens Jansson [Thu, 1 Dec 2011 14:57:56 +0000 (16:57 +0200)]
#8019 Add a intValue-method to ErrorMessage.ErrorLevel enum which should be used rather than the ordinal so that enum order doesn't matter. Switching use of ordinal to intValue coming up in next commit.

12 years ago#8019 Earlier commit hid away the possibility for Buffered.getErrorLevel() to return...
Jens Jansson [Thu, 1 Dec 2011 14:49:20 +0000 (16:49 +0200)]
#8019 Earlier commit hid away the possibility for Buffered.getErrorLevel() to return INFORMATION (is this possible?). Reworked the code to allow it.

12 years agoIvy configuration and TestBench test build script updates.
Mikael Vappula [Thu, 1 Dec 2011 14:48:19 +0000 (16:48 +0200)]
Ivy configuration and TestBench test build script updates.

Included first version of Ant based replacement of old vaadin-server.py
demo server launch script.

12 years ago#8019 Remove CompositeValidator(int, String) as the new CompositeValidator(Combinatio...
Jens Jansson [Thu, 1 Dec 2011 14:26:00 +0000 (16:26 +0200)]
#8019 Remove CompositeValidator(int, String) as the new CompositeValidator(CombinationMode, String) is still backwards compatible when the constants are used
Added deprecated comment into constants.

12 years agoRemoved the deprecated sizing with float API in Sizable.
Jens Jansson [Thu, 1 Dec 2011 13:30:02 +0000 (15:30 +0200)]
Removed the deprecated sizing with float API in Sizable.

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Thu, 1 Dec 2011 13:20:57 +0000 (15:20 +0200)]
Merge remote branch 'origin/6.8'

12 years agoRemove the last simple ie6 hacks #7912
Leif Åstrand [Thu, 1 Dec 2011 13:20:28 +0000 (15:20 +0200)]
Remove the last simple ie6 hacks #7912

12 years agoConverted UserError content type to an enum. There is probably other places where...
Jens Jansson [Thu, 1 Dec 2011 13:20:19 +0000 (15:20 +0200)]
Converted UserError content type to an enum. There is probably other places where we will have Text/UIDL/XHTML enum and this should be merged with the main one down the road.

12 years agoMoved error level communication strings away from all the subclasses to the centraliz...
Jens Jansson [Thu, 1 Dec 2011 13:13:41 +0000 (15:13 +0200)]
Moved error level communication strings away from all the subclasses to the centralized ErrorLevel enum.

12 years agoModified ErrorMessage's error level from int's to an enum called ErrorLevel.
Jens Jansson [Thu, 1 Dec 2011 13:08:55 +0000 (15:08 +0200)]
Modified ErrorMessage's error level from int's to an enum called ErrorLevel.

12 years ago#7997 Ivyfied custom SmartSprites library
Mikael Vappula [Thu, 1 Dec 2011 13:06:30 +0000 (15:06 +0200)]
#7997 Ivyfied custom SmartSprites library

Patched SmartSprites jar is now fetched using Ivy tooling.
Custom dependency resolver is used to retrieve module description
from local filesystem (in project hierarchy) and the master artifact
from Vaadin (6.x) SVN repository.

This is a temporary solution until required patches get contributed and
committed back to SmartSprite upstream and artifacts are available in
Maven central.

12 years agoChanged CompositeValidator's combination mode from int constants to an enum.
Jens Jansson [Thu, 1 Dec 2011 13:01:58 +0000 (15:01 +0200)]
Changed CompositeValidator's combination mode from int constants to an enum.

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 agoAdded compile time dependencies to server-side test runtime
Mikael Vappula [Fri, 25 Nov 2011 16:13:10 +0000 (18:13 +0200)]
Added compile time dependencies to server-side test runtime

12 years agoRemoved duplicate target dependency
Mikael Vappula [Fri, 25 Nov 2011 14:55:54 +0000 (16:55 +0200)]
Removed duplicate target dependency

12 years agoFixed ivy configuration errors caused by parallel ant tasks
Mikael Vappula [Fri, 25 Nov 2011 14:41:03 +0000 (16:41 +0200)]
Fixed ivy configuration errors caused by parallel ant tasks

12 years agoRemoved references to lib/core/**/*.jar from japize command.
Mikael Vappula [Fri, 25 Nov 2011 12:53:50 +0000 (14:53 +0200)]
Removed references to lib/core/**/*.jar from japize command.

This is the first shot trying to make this script work with ivy
dependencies. Most likely japize will fail due to some classes missing
from classpath.

12 years agoMissing mkdir caused warning while compiling widgetset
Mikael Vappula [Fri, 25 Nov 2011 12:45:15 +0000 (14:45 +0200)]
Missing mkdir caused warning while compiling widgetset

12 years agoAdded validation-api as a new dependency
Mikael Vappula [Fri, 25 Nov 2011 12:43:44 +0000 (14:43 +0200)]
Added validation-api as a new dependency

Transitively resolved thru gwt-user didn't fetch both classes and
source correctly.

12 years agoMerged fixes from 6.7
Artur Signell [Fri, 25 Nov 2011 11:53:09 +0000 (11:53 +0000)]
Merged fixes from 6.7

svn changeset:22132/svn branch:6.8

12 years agoIntroduced Ivy based dependency management
Mikael Vappula [Thu, 24 Nov 2011 13:49:46 +0000 (15:49 +0200)]
Introduced Ivy based dependency management

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 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#7964 Fixed test
Artur Signell [Tue, 22 Nov 2011 15:42:01 +0000 (17:42 +0200)]
#7964 Fixed test

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 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 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/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 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 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 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 agoMerged #7837 to Vaadin 6.8
Henri Sara [Tue, 15 Nov 2011 14:52:47 +0000 (14:52 +0000)]
Merged #7837 to Vaadin 6.8

svn changeset:22010/svn branch:6.8

12 years agoDummy commit #1 for testing repository
Artur Signell [Fri, 11 Nov 2011 13:25:44 +0000 (15:25 +0200)]
Dummy commit #1 for testing repository

12 years agoMerge remote branch 'origin/6.8'
Artur Signell [Fri, 11 Nov 2011 12:56:05 +0000 (14:56 +0200)]
Merge remote branch 'origin/6.8'

12 years agoMerge branch 'master' of ssh://git@dev.vaadin.com/vaadin
Artur Signell [Fri, 11 Nov 2011 08:50:14 +0000 (10:50 +0200)]
Merge branch 'master' of ssh://git@dev.vaadin.com/vaadin

12 years agoLonger pause before taking the inital screenshot (#7396)
Leif Åstrand [Fri, 11 Nov 2011 08:25:39 +0000 (10:25 +0200)]
Longer pause before taking the inital screenshot (#7396)

12 years agoRun integration tests with Safari 5 instead of Firefox 3.6 (#7396)
Leif Åstrand [Fri, 11 Nov 2011 07:52:25 +0000 (09:52 +0200)]
Run integration tests with Safari 5 instead of Firefox 3.6 (#7396)

12 years ago#7918 Test with Firefox 8
Artur Signell [Thu, 10 Nov 2011 14:02:00 +0000 (14:02 +0000)]
#7918 Test with Firefox 8

svn changeset:21959/svn branch:6.7

12 years agoFirefox 7 -> 8
Artur Signell [Thu, 10 Nov 2011 13:26:00 +0000 (15:26 +0200)]
Firefox 7 -> 8

12 years agoMinor formatting changes
Leif Åstrand [Thu, 10 Nov 2011 11:42:43 +0000 (13:42 +0200)]
Minor formatting changes

12 years agoMinor formatting change
Leif Åstrand [Thu, 10 Nov 2011 11:42:07 +0000 (13:42 +0200)]
Minor formatting change

12 years ago#7912 Remove support for IE6
Leif Åstrand [Wed, 9 Nov 2011 14:48:12 +0000 (16:48 +0200)]
#7912 Remove support for IE6

12 years agoFormatting changes
Leif Åstrand [Wed, 9 Nov 2011 13:14:39 +0000 (15:14 +0200)]
Formatting changes

12 years agoMerge remote branch 'origin/6.8'
Artur Signell [Tue, 8 Nov 2011 16:20:44 +0000 (18:20 +0200)]
Merge remote branch 'origin/6.8'

12 years agoTest for #7908
Artur Signell [Tue, 8 Nov 2011 16:03:45 +0000 (16:03 +0000)]
Test for #7908

svn changeset:21947/svn branch:6.7

12 years agoMerge remote-tracking branch 'origin/6.8' into master
Leif Åstrand [Tue, 8 Nov 2011 15:28:27 +0000 (17:28 +0200)]
Merge remote-tracking branch 'origin/6.8' into master

12 years agoRemoved svn:executable property to avoid problems with Git on Windows
Artur Signell [Tue, 8 Nov 2011 14:29:40 +0000 (14:29 +0000)]
Removed svn:executable property to avoid problems with Git on Windows

svn changeset:21944/svn branch:6.7

12 years agoTest for file uploads. Not run automatically due to limitations in testing file uploa...
Artur Signell [Tue, 8 Nov 2011 08:35:37 +0000 (08:35 +0000)]
Test for file uploads. Not run automatically due to limitations in testing file uploads with TestBench/Selenium.

svn changeset:21938/svn branch:6.7

12 years agoFixed dates
Artur Signell [Fri, 4 Nov 2011 14:06:10 +0000 (14:06 +0000)]
Fixed dates

svn changeset:21913/svn branch:6.7

12 years ago#7839 Corrected cases where pagelength=0 or where number of children > pagebuffer...
Artur Signell [Fri, 4 Nov 2011 12:23:49 +0000 (12:23 +0000)]
#7839 Corrected cases where pagelength=0 or where number of children > pagebuffer size

svn changeset:21910/svn branch:6.7

12 years agoTest for TreeTable with pageLength set to zero
Artur Signell [Fri, 4 Nov 2011 12:22:40 +0000 (12:22 +0000)]
Test for TreeTable with pageLength set to zero

svn changeset:21908/svn branch:6.7

12 years agoFixed dates
Artur Signell [Fri, 4 Nov 2011 12:13:59 +0000 (12:13 +0000)]
Fixed dates

svn changeset:21907/svn branch:6.7

12 years agoTheme for tickets, based on Reindeer
Artur Signell [Fri, 4 Nov 2011 11:39:28 +0000 (11:39 +0000)]
Theme for tickets, based on Reindeer

svn changeset:21904/svn branch:6.7

12 years ago#7780 Don't do partial repaints if the item set has changed during an expand or collapse
Artur Signell [Fri, 4 Nov 2011 09:01:09 +0000 (09:01 +0000)]
#7780 Don't do partial repaints if the item set has changed during an expand or collapse

svn changeset:21901/svn branch:6.7

12 years agoTest for #7839
Artur Signell [Fri, 4 Nov 2011 08:22:50 +0000 (08:22 +0000)]
Test for #7839

svn changeset:21898/svn branch:6.7

12 years agoTest for #7839
Artur Signell [Fri, 4 Nov 2011 08:20:18 +0000 (08:20 +0000)]
Test for #7839

svn changeset:21896/svn branch:6.7

12 years ago#7839 Avoid discarding rows when updating rows as row indexes have not been updated...
Artur Signell [Fri, 4 Nov 2011 08:13:49 +0000 (08:13 +0000)]
#7839 Avoid discarding rows when updating rows as row indexes have not been updated yet causing wrong rows to be removed

svn changeset:21894/svn branch:6.7

12 years ago#7839 Cleanup based on review
Artur Signell [Fri, 4 Nov 2011 08:10:42 +0000 (08:10 +0000)]
#7839 Cleanup based on review

svn changeset:21893/svn branch:6.7

12 years agoSome minor formatting changes
Leif Åstrand [Fri, 4 Nov 2011 07:41:57 +0000 (09:41 +0200)]
Some minor formatting changes

12 years ago#7839 Out of Sync error when using Generated Columns with TreeTable - additional fix
Artur Signell [Fri, 4 Nov 2011 06:19:20 +0000 (06:19 +0000)]
#7839 Out of Sync error when using Generated Columns with TreeTable - additional fix

svn changeset:21892/svn branch:6.7

12 years ago#7839 Out of Sync error when using Generated Columns with TreeTable
Artur Signell [Thu, 3 Nov 2011 15:58:23 +0000 (15:58 +0000)]
#7839 Out of Sync error when using Generated Columns with TreeTable

Fixed multiple indexing issues that could occur in partial updates in Table and TreeTable

svn changeset:21889/svn branch:6.7

12 years agoAdded javadoc and debug logging
Artur Signell [Thu, 3 Nov 2011 15:52:44 +0000 (15:52 +0000)]
Added javadoc and debug logging

svn changeset:21888/svn branch:6.7

12 years ago#7790 Reverted sort methods to call refreshRenderedCells instead of refreshRowCache
Artur Signell [Thu, 3 Nov 2011 15:22:56 +0000 (15:22 +0000)]
#7790 Reverted sort methods to call refreshRenderedCells instead of refreshRowCache

svn changeset:21887/svn branch:6.7

12 years agoPartly reverted [21883] as it caused unnecessary rendering in some cases
Artur Signell [Thu, 3 Nov 2011 15:15:05 +0000 (15:15 +0000)]
Partly reverted [21883] as it caused unnecessary rendering in some cases

svn changeset:21886/svn branch:6.7

12 years agoInclude c.v.terminal.gwt.server in the test coverage data
Leif Åstrand [Thu, 3 Nov 2011 13:37:20 +0000 (13:37 +0000)]
Include c.v.terminal.gwt.server in the test coverage data

svn changeset:21885/svn branch:6.7

12 years ago#7790 Renamed method to refreshRowCache, ensured it is used internally by Table aswel...
Artur Signell [Thu, 3 Nov 2011 13:28:02 +0000 (13:28 +0000)]
#7790 Renamed method to refreshRowCache, ensured it is used internally by Table aswell and made the method public

svn changeset:21883/svn branch:6.7

12 years ago#7790 Added a method for forcing Table to repaint its rows
Artur Signell [Thu, 3 Nov 2011 13:18:42 +0000 (13:18 +0000)]
#7790 Added a method for forcing Table to repaint its rows

svn changeset:21882/svn branch:6.7

12 years agoDon't fail build if test coverage generation is disabled
Leif Åstrand [Thu, 3 Nov 2011 07:41:02 +0000 (09:41 +0200)]
Don't fail build if test coverage generation is disabled