]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoCheck for client side details for all requests
Leif Åstrand [Thu, 15 Dec 2011 12:20:31 +0000 (14:20 +0200)]
Check for client side details for all requests

12 years agoMake analyzeLayouts work with Roots
Leif Åstrand [Thu, 15 Dec 2011 12:20:02 +0000 (14:20 +0200)]
Make analyzeLayouts work with Roots

12 years agoFormatting cleanup
Leif Åstrand [Thu, 15 Dec 2011 09:40:00 +0000 (11:40 +0200)]
Formatting cleanup

12 years agoUpdated test to use second resolution instead of millisecond
Artur Signell [Thu, 15 Dec 2011 11:57:15 +0000 (13:57 +0200)]
Updated test to use second resolution instead of millisecond

12 years ago#8127 Add setBuffered to ease use of read through and write through
Artur Signell [Thu, 15 Dec 2011 11:14:59 +0000 (13:14 +0200)]
#8127 Add setBuffered to ease use of read through and write through
modes

12 years agoSet the date explicitly to avoid problems with hours/minutes/seconds
Artur Signell [Thu, 15 Dec 2011 11:06:33 +0000 (13:06 +0200)]
Set the date explicitly to avoid problems with hours/minutes/seconds

12 years ago#8118 Don't test with millisecond resolution
Artur Signell [Thu, 15 Dec 2011 10:57:46 +0000 (12:57 +0200)]
#8118 Don't test with millisecond resolution

12 years ago#8118 Removed test for millisecond resolution
Artur Signell [Thu, 15 Dec 2011 10:54:43 +0000 (12:54 +0200)]
#8118 Removed test for millisecond resolution

12 years ago#8118 Fixed problem caused by removing millsecond support
Artur Signell [Thu, 15 Dec 2011 10:48:45 +0000 (12:48 +0200)]
#8118 Fixed problem caused by removing millsecond support

12 years ago#8117 Fixed problem caused by changing default DateField resolution
Artur Signell [Thu, 15 Dec 2011 10:45:38 +0000 (12:45 +0200)]
#8117 Fixed problem caused by changing default DateField resolution

12 years agoFix setting of source exception setting on commit.
Henri Sara [Thu, 15 Dec 2011 10:38:02 +0000 (12:38 +0200)]
Fix setting of source exception setting on commit.

12 years ago#8019/#8117/#6081 Cleaned up code and fixed issue where an invalid
Artur Signell [Thu, 15 Dec 2011 10:31:56 +0000 (12:31 +0200)]
#8019/#8117/#6081 Cleaned up code and fixed issue where an invalid
string was interpreted as a valid date

Also added test for the Resolution enum static methods

12 years agoRemoved extra IntegerValidator for a field with an Integer property data
Artur Signell [Thu, 15 Dec 2011 10:27:17 +0000 (12:27 +0200)]
Removed extra IntegerValidator for a field with an Integer property data
source. Corrected assertion in the test as converter throws the
exception and not an IntegerValidator anymore

12 years agoSplit array assertion method to separate util class
Artur Signell [Thu, 15 Dec 2011 10:19:45 +0000 (12:19 +0200)]
Split array assertion method to separate util class

12 years agoAdded comment that null values are always accepted for RangeValidator
Artur Signell [Thu, 15 Dec 2011 10:08:11 +0000 (12:08 +0200)]
Added comment that null values are always accepted for RangeValidator

12 years ago#8110 Added comments that comparison is done directly on the date object
Artur Signell [Thu, 15 Dec 2011 10:06:29 +0000 (12:06 +0200)]
#8110 Added comments that comparison is done directly on the date object

12 years agoFixed missing apache license
Artur Signell [Thu, 15 Dec 2011 07:45:05 +0000 (09:45 +0200)]
Fixed missing apache license

12 years ago#8097 Root does not send resize events
Leif Åstrand [Thu, 15 Dec 2011 09:36:18 +0000 (11:36 +0200)]
#8097 Root does not send resize events

12 years agoFix missing Serializable
Leif Åstrand [Thu, 15 Dec 2011 07:19:46 +0000 (09:19 +0200)]
Fix missing Serializable

12 years agoFix generics in a test.
Henri Sara [Thu, 15 Dec 2011 08:51:08 +0000 (10:51 +0200)]
Fix generics in a test.

12 years agoFixed missing licenses and Serializable issues
Artur Signell [Thu, 15 Dec 2011 00:50:39 +0000 (02:50 +0200)]
Fixed missing licenses and Serializable issues

12 years ago#8095 Initial raw version of FieldBinder and related classes
Artur Signell [Thu, 15 Dec 2011 00:37:58 +0000 (02:37 +0200)]
#8095 Initial raw version of FieldBinder and related classes

12 years agoFixed exception message to report correctly what it was trying to
Artur Signell [Thu, 15 Dec 2011 00:36:45 +0000 (02:36 +0200)]
Fixed exception message to report correctly what it was trying to
convert to

12 years ago#8101 All Strings are now trimmed before conversion
Artur Signell [Wed, 14 Dec 2011 20:38:27 +0000 (22:38 +0200)]
#8101 All Strings are now trimmed before conversion

12 years ago#6081 Always also zero out milliseconds
Artur Signell [Wed, 14 Dec 2011 20:10:11 +0000 (22:10 +0200)]
#6081 Always also zero out milliseconds

12 years ago#8110 Validation is now done on the converted value
Artur Signell [Wed, 14 Dec 2011 20:09:43 +0000 (22:09 +0200)]
#8110 Validation is now done on the converted value

Added type to AbstractValidator and automatic type checking so sub
classes get the correct type automatically
Added a RangeValidator that work with any type that is Comparable
CompositeValidator no longer extends AbstractValidator as it does
not validate in the same way as AbstractValidator does

12 years agoFixed test
Artur Signell [Wed, 14 Dec 2011 19:22:23 +0000 (21:22 +0200)]
Fixed test

12 years ago#8118 Remove support for millisecond resolution
Artur Signell [Tue, 13 Dec 2011 16:49:04 +0000 (18:49 +0200)]
#8118 Remove support for millisecond resolution

12 years ago#8117 DateField resolution default should be day
Artur Signell [Tue, 13 Dec 2011 16:42:01 +0000 (18:42 +0200)]
#8117 DateField resolution default should be day

12 years ago#6081 DateField should zero fields that are not part of the resolution
Artur Signell [Tue, 13 Dec 2011 16:35:50 +0000 (18:35 +0200)]
#6081 DateField should zero fields that are not part of the resolution

12 years ago#8019 Changed DateField resolution to enum
Artur Signell [Tue, 13 Dec 2011 16:28:04 +0000 (18:28 +0200)]
#8019 Changed DateField resolution to enum

12 years agoUse getter and setter for source exception
Artur Signell [Mon, 12 Dec 2011 14:49:36 +0000 (16:49 +0200)]
Use getter and setter for source exception

12 years agoMove initial UIDL generation out from AjaxPageHandler
Leif Åstrand [Wed, 14 Dec 2011 15:53:19 +0000 (17:53 +0200)]
Move initial UIDL generation out from AjaxPageHandler

12 years agoMove the initialization of AjaxPageHandler to avoid null pointers
Leif Åstrand [Wed, 14 Dec 2011 15:24:10 +0000 (17:24 +0200)]
Move the initialization of AjaxPageHandler to avoid null pointers

12 years ago#8052 Restore Portlet support
Leif Åstrand [Wed, 14 Dec 2011 14:51:30 +0000 (16:51 +0200)]
#8052 Restore Portlet support

12 years agoUpdate regex to cope with the request paths used in portlets
Leif Åstrand [Wed, 14 Dec 2011 12:36:46 +0000 (14:36 +0200)]
Update regex to cope with the request paths used in portlets

12 years agoMigrate AAP.getStaticFilesLocstion to WrappedPortletRequest
Leif Åstrand [Tue, 13 Dec 2011 08:15:41 +0000 (10:15 +0200)]
Migrate AAP.getStaticFilesLocstion to WrappedPortletRequest

12 years agoRefactor to use different WrappedRequests for Portal specific hacks
Leif Åstrand [Mon, 12 Dec 2011 12:57:08 +0000 (14:57 +0200)]
Refactor to use different WrappedRequests for Portal specific hacks

Also move the code for updating WebBrowser to that class instead of the
duplicated code for Servlet and Portlet.

12 years agoMerge branch 'windowing'
Marc Englund [Wed, 14 Dec 2011 14:46:08 +0000 (16:46 +0200)]
Merge branch 'windowing'

12 years agoUIDL can now be included in initial html, or second 'browser details' response, to...
Marc Englund [Wed, 14 Dec 2011 14:01:31 +0000 (16:01 +0200)]
UIDL can now be included in initial html, or second 'browser details' response, to avoid an extra UIDL request. For #8049

12 years agoFix null handling for CheckBox.
Henri Sara [Tue, 13 Dec 2011 13:51:55 +0000 (15:51 +0200)]
Fix null handling for CheckBox.

Broken probably in Button hierarchy refactoring, see the old ticket
#6918.

12 years agoFix log component references in WindowClickEvents test.
Henri Sara [Tue, 13 Dec 2011 13:12:41 +0000 (15:12 +0200)]
Fix log component references in WindowClickEvents test.

12 years agoFix test TableClickValueChangeInteraction.
Henri Sara [Tue, 13 Dec 2011 12:58:07 +0000 (14:58 +0200)]
Fix test TableClickValueChangeInteraction.

12 years ago#8111 Remove dotted prefix of nested property names from captions.
Henri Sara [Tue, 13 Dec 2011 11:28:21 +0000 (13:28 +0200)]
#8111 Remove dotted prefix of nested property names from captions.

12 years agoFix test TableUndefinedSize.
Henri Sara [Tue, 13 Dec 2011 10:06:30 +0000 (12:06 +0200)]
Fix test TableUndefinedSize.

12 years agoFix TableUndefinedSize test to add listeners after setting values.
Henri Sara [Tue, 13 Dec 2011 08:47:35 +0000 (10:47 +0200)]
Fix TableUndefinedSize test to add listeners after setting values.

12 years agoFix test class name in test bench test ValidationOfRequiredEmptyFields.
Henri Sara [Tue, 13 Dec 2011 08:38:45 +0000 (10:38 +0200)]
Fix test class name in test bench test ValidationOfRequiredEmptyFields.

12 years agoFix exclusion pattern for test data bean classes.
Henri Sara [Tue, 13 Dec 2011 08:34:41 +0000 (10:34 +0200)]
Fix exclusion pattern for test data bean classes.

12 years agoUpdate license header in one more source file.
Henri Sara [Tue, 13 Dec 2011 08:33:33 +0000 (10:33 +0200)]
Update license header in one more source file.

12 years agoExclude test data beans from JUnit test execution.
Henri Sara [Tue, 13 Dec 2011 08:20:40 +0000 (10:20 +0200)]
Exclude test data beans from JUnit test execution.

12 years agoUpdate old license headers
Henri Sara [Tue, 13 Dec 2011 08:19:46 +0000 (10:19 +0200)]
Update old license headers

12 years agoMisc minor javadoc fixes
Artur Signell [Mon, 12 Dec 2011 13:00:28 +0000 (15:00 +0200)]
Misc minor javadoc fixes

12 years ago#8103 ConverterFactory is no longer static + javadoc updates
Artur Signell [Mon, 12 Dec 2011 12:51:22 +0000 (14:51 +0200)]
#8103 ConverterFactory is no longer static + javadoc updates

12 years agoRemoved unused class
Artur Signell [Mon, 12 Dec 2011 12:31:55 +0000 (14:31 +0200)]
Removed unused class

12 years ago#8101/#8103 Javadoc for converters and converter factory
Artur Signell [Mon, 12 Dec 2011 12:31:43 +0000 (14:31 +0200)]
#8101/#8103 Javadoc for converters and converter factory

12 years ago#8101 Javadoc for Converter
Artur Signell [Mon, 12 Dec 2011 11:23:32 +0000 (13:23 +0200)]
#8101 Javadoc for Converter

12 years ago#7930 Fix/Improve Validator javadoc based on review.
Henri Sara [Mon, 12 Dec 2011 12:33:36 +0000 (14:33 +0200)]
#7930 Fix/Improve Validator javadoc based on review.

12 years agoTest for #8074
Artur Signell [Mon, 12 Dec 2011 10:06:22 +0000 (12:06 +0200)]
Test for #8074

12 years ago#8074 Additional fix to still allow using setValue with integers
Artur Signell [Mon, 12 Dec 2011 07:42:20 +0000 (09:42 +0200)]
#8074 Additional fix to still allow using setValue with integers

12 years agoImprove #7930 (elimination of Validator.isValid()) based on review.
Henri Sara [Fri, 9 Dec 2011 11:26:41 +0000 (13:26 +0200)]
Improve #7930 (elimination of Validator.isValid()) based on review.

12 years agoAdd some comments in CustomField javadoc.
Henri Sara [Fri, 9 Dec 2011 08:15:47 +0000 (10:15 +0200)]
Add some comments in CustomField javadoc.

12 years ago#8026 Removed deprecated API from Slider/VSlider
Artur Signell [Fri, 9 Dec 2011 10:50:30 +0000 (12:50 +0200)]
#8026 Removed deprecated API from Slider/VSlider

12 years ago#8074 Ensure Slider value is in valid range.
Artur Signell [Fri, 9 Dec 2011 09:42:34 +0000 (11:42 +0200)]
#8074 Ensure Slider value is in valid range.

Changed ValueOutOfBoundsException to be a RuntimeException and removed
extra methods. Also changed type of Slider to Double from Number as it
is 100% based on doubles.

12 years ago#8073 Slider.setValue(Double value, boolean repaintIsNotNeeded) should
Artur Signell [Fri, 9 Dec 2011 08:54:15 +0000 (10:54 +0200)]
#8073 Slider.setValue(Double value, boolean repaintIsNotNeeded) should
be protected, not public

12 years agoMark ConverterFactory as Serializable
Leif Åstrand [Fri, 9 Dec 2011 08:28:37 +0000 (10:28 +0200)]
Mark ConverterFactory as Serializable

12 years agoRemoved dummy test file
Artur Signell [Thu, 8 Dec 2011 15:59:12 +0000 (17:59 +0200)]
Removed dummy test file

12 years ago#3851 AbstractField should run validators for empty fields
Artur Signell [Thu, 8 Dec 2011 15:58:13 +0000 (17:58 +0200)]
#3851 AbstractField should run validators for empty fields

12 years agoRemove more deleted files that were resurrected by a merge
Leif Åstrand [Fri, 9 Dec 2011 08:25:51 +0000 (10:25 +0200)]
Remove more deleted files that were resurrected by a merge

12 years agoAdd license header to some new files
Leif Åstrand [Fri, 9 Dec 2011 08:19:32 +0000 (10:19 +0200)]
Add license header to some new files

12 years agoUse Logger for debug messages in DefaultConverterFactory.
Henri Sara [Thu, 8 Dec 2011 12:23:38 +0000 (14:23 +0200)]
Use Logger for debug messages in DefaultConverterFactory.

12 years agoResolve compile errors caused by merge of 6.8 branch
Leif Åstrand [Fri, 9 Dec 2011 07:51:17 +0000 (09:51 +0200)]
Resolve compile errors caused by merge of 6.8 branch

12 years agoDropped support for portlet 1.0
Leif Åstrand [Fri, 9 Dec 2011 07:49:49 +0000 (09:49 +0200)]
Dropped support for portlet 1.0

Conflicts:
src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java
src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Fri, 9 Dec 2011 07:40:51 +0000 (09:40 +0200)]
Merge remote branch 'origin/6.8'

Conflicts:
src/com/vaadin/Application.java
src/com/vaadin/data/Property.java
src/com/vaadin/data/util/PropertyFormatter.java
src/com/vaadin/terminal/ParameterHandler.java
src/com/vaadin/terminal/URIHandler.java
src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java
src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java
src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java
src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java
src/com/vaadin/ui/Field.java
src/com/vaadin/ui/LoginForm.java
src/com/vaadin/ui/UriFragmentUtility.java

12 years agoCorrected typo
Artur Signell [Thu, 8 Dec 2011 16:15:07 +0000 (18:15 +0200)]
Corrected typo

12 years agoFixed typo in project.root
Artur Signell [Thu, 8 Dec 2011 16:06:54 +0000 (18:06 +0200)]
Fixed typo in project.root

12 years agoMade test running from Eclipse work with Ivy
Artur Signell [Thu, 8 Dec 2011 14:44:12 +0000 (16:44 +0200)]
Made test running from Eclipse work with Ivy

12 years agoMerged fixes from 6.7
Artur Signell [Thu, 8 Dec 2011 15:39:10 +0000 (15:39 +0000)]
Merged fixes from 6.7

svn changeset:22331/svn branch:6.8

12 years agoTest for how validators work with empty fields
Artur Signell [Thu, 8 Dec 2011 15:37:54 +0000 (15:37 +0000)]
Test for how validators work with empty fields

svn changeset:22329/svn branch:6.7

12 years agoFix compile errors and one failed test caused by merging
Leif Åstrand [Thu, 8 Dec 2011 15:00:10 +0000 (17:00 +0200)]
Fix compile errors and one failed test caused by merging

12 years agoMerge remote branch 'origin/databinding'
Leif Åstrand [Thu, 8 Dec 2011 14:57:07 +0000 (16:57 +0200)]
Merge remote branch 'origin/databinding'

Conflicts:
src/com/vaadin/Application.java
src/com/vaadin/ui/AbstractField.java
tests/testbench/com/vaadin/tests/integration/LiferayThemeDemo.java
tests/testbench/com/vaadin/tests/tickets/Ticket1673.java

12 years agoIgnore compiled buildhelper classes
Leif Åstrand [Thu, 8 Dec 2011 14:48:14 +0000 (16:48 +0200)]
Ignore compiled buildhelper classes

12 years agoMerge remote branch 'origin/master' into windowing
Leif Åstrand [Thu, 8 Dec 2011 14:26:32 +0000 (16:26 +0200)]
Merge remote branch 'origin/master' into windowing

12 years agoMerged #7354 IT Mill -> Vaadin find and replace
Artur Signell [Thu, 8 Dec 2011 13:18:46 +0000 (13:18 +0000)]
Merged #7354 IT Mill -> Vaadin find and replace

svn changeset:22325/svn branch:6.8

12 years agoMerged tests, fixes and javadoc updates from 6.7
Artur Signell [Thu, 8 Dec 2011 13:16:30 +0000 (13:16 +0000)]
Merged tests, fixes and javadoc updates from 6.7

svn changeset:22323/svn branch:6.8

12 years ago#4925 com.vaadin.tools.ReflectTools javadoc
Artur Signell [Thu, 8 Dec 2011 13:07:34 +0000 (13:07 +0000)]
#4925 com.vaadin.tools.ReflectTools javadoc

svn changeset:22321/svn branch:6.7

12 years ago#6603 Added IllegalArgumentException to javadoc and added test
Artur Signell [Thu, 8 Dec 2011 13:04:33 +0000 (13:04 +0000)]
#6603 Added IllegalArgumentException to javadoc and added test

svn changeset:22320/svn branch:6.7

12 years agoTest case for #8077
Leif Åstrand [Thu, 8 Dec 2011 13:04:01 +0000 (13:04 +0000)]
Test case for #8077

svn changeset:22319/svn branch:6.7

12 years ago#7354 IT Mill -> Vaadin find and replace
Artur Signell [Thu, 8 Dec 2011 12:31:15 +0000 (12:31 +0000)]
#7354 IT Mill -> Vaadin find and replace

svn changeset:22317/svn branch:6.7

12 years agoUpdate selection ranges when unselecting rows from the server (#8076)
Leif Åstrand [Thu, 8 Dec 2011 12:25:17 +0000 (12:25 +0000)]
Update selection ranges when unselecting rows from the server (#8076)

svn changeset:22316/svn branch:6.7

12 years agoMerge branch 'master' into databinding
Artur Signell [Thu, 8 Dec 2011 11:59:44 +0000 (13:59 +0200)]
Merge branch 'master' into databinding

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 agoTest application and disabled testbench script for #8076
Leif Åstrand [Thu, 8 Dec 2011 10:53:36 +0000 (10:53 +0000)]
Test application and disabled testbench script for #8076

svn changeset:22309/svn branch:6.7

12 years agoAdd CustomField component in Vaadin core (#3718)
Henri Sara [Thu, 8 Dec 2011 08:38:53 +0000 (10:38 +0200)]
Add CustomField component in Vaadin core (#3718)

CustomField component, related changes in AbstractField and some
tests/examples added to Vaadin core.

12 years agoMerge branch 'master' into databinding
Henri Sara [Thu, 8 Dec 2011 08:23:41 +0000 (10:23 +0200)]
Merge branch 'master' into databinding

Conflicts:
src/com/vaadin/data/util/PropertyFormatter.java
src/com/vaadin/data/validator/CompositeValidator.java
tests/testbench/com/vaadin/tests/tickets/Ticket20.java

12 years ago#6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not null
Artur Signell [Wed, 7 Dec 2011 23:49:32 +0000 (23:49 +0000)]
#6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not null

svn changeset:22308/svn branch:6.7

12 years ago#7008 Table.setTableFieldFactory should refresh content
Artur Signell [Wed, 7 Dec 2011 23:32:17 +0000 (23:32 +0000)]
#7008 Table.setTableFieldFactory should refresh content

svn changeset:22307/svn branch:6.7

12 years ago#7704 javadoc
Artur Signell [Wed, 7 Dec 2011 23:20:55 +0000 (23:20 +0000)]
#7704 javadoc

svn changeset:22306/svn branch:6.7

12 years ago#6862 Update Application.getWindow Javadoc
Artur Signell [Wed, 7 Dec 2011 23:17:17 +0000 (23:17 +0000)]
#6862 Update Application.getWindow Javadoc

svn changeset:22305/svn branch:6.7

12 years ago#7630 Removed note about LoginForm being new
Artur Signell [Wed, 7 Dec 2011 23:08:52 +0000 (23:08 +0000)]
#7630 Removed note about LoginForm being new

svn changeset:22304/svn branch:6.7

12 years ago#6937 Javadoc fix
Artur Signell [Wed, 7 Dec 2011 23:08:21 +0000 (23:08 +0000)]
#6937 Javadoc fix

svn changeset:22303/svn branch:6.7