]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoFixed compilation errors
Artur Signell [Mon, 30 Jan 2012 13:07:04 +0000 (15:07 +0200)]
Fixed compilation errors

12 years agoCorrected paintable references
Artur Signell [Mon, 30 Jan 2012 13:03:44 +0000 (15:03 +0200)]
Corrected paintable references

12 years agoSplit VAudio and VVideo into widget + paintable
Artur Signell [Mon, 30 Jan 2012 08:00:11 +0000 (10:00 +0200)]
Split VAudio and VVideo into widget + paintable

12 years agoSplit Slider into paintable + widget
Artur Signell [Mon, 30 Jan 2012 07:59:35 +0000 (09:59 +0200)]
Split Slider into paintable + widget

12 years agoSplit VCheckBox into paintable + widget
Artur Signell [Mon, 30 Jan 2012 06:49:35 +0000 (08:49 +0200)]
Split VCheckBox into paintable + widget

12 years agoFixed widgetset compilation problem
Artur Signell [Fri, 27 Jan 2012 16:10:58 +0000 (18:10 +0200)]
Fixed widgetset compilation problem

12 years agoFixed compilation classpath for tests and renamed classpath variables to
Artur Signell [Fri, 27 Jan 2012 15:56:33 +0000 (17:56 +0200)]
Fixed compilation classpath for tests and renamed classpath variables to
be consistent

12 years agoMoved JUnit test to server-side source folder where it belongs
Artur Signell [Fri, 27 Jan 2012 15:55:09 +0000 (17:55 +0200)]
Moved JUnit test to server-side source folder where it belongs

12 years agoCorrected classpath related problems introduced during merge from 6.8
Artur Signell [Fri, 27 Jan 2012 15:25:29 +0000 (17:25 +0200)]
Corrected classpath related problems introduced during merge from 6.8

12 years agoRemove some code for IE 6 & 7 (#7913)
Leif Åstrand [Fri, 27 Jan 2012 14:12:52 +0000 (16:12 +0200)]
Remove some code for IE 6 & 7 (#7913)

12 years agoMerge branch 'master' into contrib
Artur Signell [Fri, 27 Jan 2012 13:00:22 +0000 (15:00 +0200)]
Merge branch 'master' into contrib

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Fri, 27 Jan 2012 12:17:08 +0000 (14:17 +0200)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
WebContent/VAADIN/themes/base/table/table.css
WebContent/release-notes.html
build/build.xml
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java
src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
src/com/vaadin/terminal/gwt/client/ui/VSlider.java
src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java
src/com/vaadin/terminal/gwt/client/ui/VWindow.java
src/com/vaadin/ui/Table.java
tests/integration_tests.xml
tests/test.xml
tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java

12 years ago[merge from 6.7] #8272 Test automatically using WebLogic 12
Artur Signell [Fri, 27 Jan 2012 07:59:37 +0000 (07:59 +0000)]
[merge from 6.7] #8272 Test automatically using WebLogic 12

svn changeset:22772/svn branch:6.8

12 years ago[merge from 6.7] #8045 Removed incorrect/confusing javadoc
Artur Signell [Fri, 27 Jan 2012 07:11:06 +0000 (07:11 +0000)]
[merge from 6.7] #8045 Removed incorrect/confusing javadoc

svn changeset:22769/svn branch:6.8

12 years agoAdded missing license info
Artur Signell [Thu, 26 Jan 2012 16:26:12 +0000 (18:26 +0200)]
Added missing license info

12 years agoAvoid comparing Widget with VPaintableWidget
Artur Signell [Thu, 26 Jan 2012 15:07:08 +0000 (17:07 +0200)]
Avoid comparing Widget with VPaintableWidget

12 years agoFixed ClassCastException when MenuBar has a set width
Artur Signell [Thu, 26 Jan 2012 14:30:54 +0000 (16:30 +0200)]
Fixed ClassCastException when MenuBar has a set width

12 years agoSplitted up VButton and VNativeButton into paintable and widget
Jens Jansson [Thu, 26 Jan 2012 14:09:52 +0000 (16:09 +0200)]
Splitted up VButton and VNativeButton into paintable and widget

12 years agoSplitted up VButton and VNativeButton into paintable and widget
Jens Jansson [Thu, 26 Jan 2012 14:09:33 +0000 (16:09 +0200)]
Splitted up VButton and VNativeButton into paintable and widget

12 years agoMerge remote branch 'origin/master' into contrib
Jens Jansson [Thu, 26 Jan 2012 12:36:16 +0000 (14:36 +0200)]
Merge remote branch 'origin/master' into contrib

12 years agoSplit VScrollTable, VTreeTable and VMenuBar into paintable and
Artur Signell [Thu, 26 Jan 2012 12:33:28 +0000 (14:33 +0200)]
Split VScrollTable, VTreeTable and VMenuBar into paintable and
widget classes. Improved VAbstractPaintable

12 years agoMerge remote branch 'origin/master' into contrib
Jens Jansson [Thu, 26 Jan 2012 07:51:09 +0000 (09:51 +0200)]
Merge remote branch 'origin/master' into contrib

12 years ago#6718 Extend PopupDateField range - allow selection of the last days of the
Johannes Dahlström [Wed, 25 Jan 2012 14:07:13 +0000 (14:07 +0000)]
#6718 Extend PopupDateField range - allow selection of the last days of the
preceding month and the first days of the following month without switching
to that month

Changes:

- Internally use Date objects instead of day-of-month integers to track the
  selected and focused date

- Keep track of the currently displayed month separately from the currently
  focused date

- New CSS class for off-month dates: .v-datefield-calendarpanel-day-offmonth

- Off-month days map to negative or past-the-end-of-month integer ids in
  getSubPart functions

- The popup now always shows exactly 6 weeks, so that depending on the month,
  1 to 7 days of the preceding month and 4 to 13 days of the following month
  are shown

svn changeset:22758/svn branch:6.8

12 years agoFixed VLabel class references
Artur Signell [Tue, 24 Jan 2012 09:39:58 +0000 (11:39 +0200)]
Fixed VLabel class references

12 years agoIntegration test fixes
Johannes Dahlström [Mon, 23 Jan 2012 13:20:15 +0000 (13:20 +0000)]
Integration test fixes

svn changeset:22747/svn branch:6.8

12 years ago#8241 Removed debug message, added reference to ticket
Johannes Dahlström [Mon, 23 Jan 2012 13:11:02 +0000 (13:11 +0000)]
#8241 Removed debug message, added reference to ticket

svn changeset:22746/svn branch:6.8

12 years ago#8273 Added sanity check to prevent trying to render past the end of the cells array
Johannes Dahlström [Mon, 23 Jan 2012 13:10:38 +0000 (13:10 +0000)]
#8273 Added sanity check to prevent trying to render past the end of the cells array

svn changeset:22745/svn branch:6.8

12 years agoCreated VAbstractPaintableWidget
Artur Signell [Mon, 23 Jan 2012 12:22:45 +0000 (14:22 +0200)]
Created VAbstractPaintableWidget
Moved VLabel* to own package

12 years agoSplit Paintable from Widget so we have VPaintable (paintable without any
Artur Signell [Sun, 22 Jan 2012 17:48:38 +0000 (19:48 +0200)]
Split Paintable from Widget so we have VPaintable (paintable without any
Widget), VPaintableWidget (paintable connected to a widget).

12 years agoSplit Paintable handling from ApplicationConnection to PaintableMap.
Artur Signell [Fri, 20 Jan 2012 15:23:55 +0000 (17:23 +0200)]
Split Paintable handling from ApplicationConnection to PaintableMap.

12 years agoMerge remote branch 'origin/master' into contrib
Jens Jansson [Fri, 20 Jan 2012 14:16:02 +0000 (16:16 +0200)]
Merge remote branch 'origin/master' into contrib

12 years ago#8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum for Table
Jens Jansson [Fri, 20 Jan 2012 12:47:56 +0000 (14:47 +0200)]
#8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum for Table

12 years agoMerge from 6.7
Johannes Dahlström [Fri, 20 Jan 2012 10:30:03 +0000 (10:30 +0000)]
Merge from 6.7

svn changeset:22729/svn branch:6.8

12 years ago#8019 Table's column alignment constants to enum.
Jens Jansson [Fri, 20 Jan 2012 09:05:43 +0000 (11:05 +0200)]
#8019 Table's column alignment constants to enum.

12 years agoChange getConfigString to not return null for empty string (#8274)
Leif Åstrand [Fri, 20 Jan 2012 07:35:19 +0000 (09:35 +0200)]
Change getConfigString to not return null for empty string (#8274)

12 years agoMerged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)
Marc Englund [Thu, 19 Jan 2012 09:50:49 +0000 (09:50 +0000)]
Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)

svn changeset:22701/svn branch:6.8

12 years agoMerged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subwindows)
Marc Englund [Wed, 18 Jan 2012 15:41:54 +0000 (15:41 +0000)]
Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subwindows)

svn changeset:22695/svn branch:6.8

12 years agoMerged patch for #6765 from 6.7 (disable TextArea resize handle)
Marc Englund [Wed, 18 Jan 2012 14:17:41 +0000 (14:17 +0000)]
Merged patch for #6765 from 6.7 (disable TextArea resize handle)

svn changeset:22693/svn branch:6.8

12 years agoMerged patch found in #7111 from 6.7, also for #5095 #5096 #6996
Marc Englund [Wed, 18 Jan 2012 14:06:23 +0000 (14:06 +0000)]
Merged patch found in #7111 from 6.7,  also for #5095 #5096 #6996

svn changeset:22691/svn branch:6.8

12 years ago#8019 Did a bunch of null checks for possible faulty null states which was not possib...
Jens Jansson [Wed, 18 Jan 2012 13:16:12 +0000 (15:16 +0200)]
#8019 Did a bunch of null checks for possible faulty null states which was not possible when we still used primitives.

12 years agoMerge from 6.7
Johannes Dahlström [Mon, 16 Jan 2012 07:03:15 +0000 (07:03 +0000)]
Merge from 6.7

svn changeset:22637/svn branch:6.8

12 years agoMerged #8105 Compile core files and test files to separate folders
Johannes Dahlström [Mon, 16 Jan 2012 07:01:28 +0000 (07:01 +0000)]
Merged #8105 Compile core files and test files to separate folders

svn changeset:22636/svn branch:6.8

12 years ago#7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout
Artur Signell [Thu, 12 Jan 2012 16:22:25 +0000 (16:22 +0000)]
#7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout

svn changeset:22620/svn branch:6.8

12 years agoRemoved dead code from VSlider
Henri Sara [Thu, 12 Jan 2012 15:19:50 +0000 (15:19 +0000)]
Removed dead code from VSlider

svn changeset:22614/svn branch:6.8

12 years agoMerge from 6.7
Johannes Dahlström [Thu, 12 Jan 2012 11:17:28 +0000 (11:17 +0000)]
Merge from 6.7

svn changeset:22607/svn branch:6.8

12 years agoUpdate integration tests to use ff9
Leif Åstrand [Thu, 12 Jan 2012 07:30:38 +0000 (09:30 +0200)]
Update integration tests to use ff9

12 years agoTest with firefox 8
Leif Åstrand [Wed, 11 Jan 2012 10:20:44 +0000 (12:20 +0200)]
Test with firefox 8

12 years agoParent layouts updated to make height: 100% work for the tested
Leif Åstrand [Tue, 10 Jan 2012 11:28:27 +0000 (13:28 +0200)]
Parent layouts updated to make height: 100% work for the tested
container

12 years agoYet another layout test application
Leif Åstrand [Mon, 9 Jan 2012 16:30:48 +0000 (18:30 +0200)]
Yet another layout test application

12 years agoAdd Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15
Johannes Dahlström [Mon, 9 Jan 2012 14:42:26 +0000 (14:42 +0000)]
Add Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15

svn changeset:22557/svn branch:6.8

12 years agoSet the expansion ratio to the right child (#8053)
Leif Åstrand [Mon, 9 Jan 2012 12:08:14 +0000 (14:08 +0200)]
Set the expansion ratio to the right child (#8053)

12 years agoMerge remote branch 'origin/master' into contrib
Leif Åstrand [Fri, 6 Jan 2012 12:42:48 +0000 (14:42 +0200)]
Merge remote branch 'origin/master' into contrib

12 years ago#8170 Updated to work with Vaadin 7
Leif Åstrand [Fri, 6 Jan 2012 12:41:07 +0000 (14:41 +0200)]
#8170 Updated to work with Vaadin 7

12 years agoRemove invalid javadoc causing eclipse formatter to insert newlines
Leif Åstrand [Fri, 6 Jan 2012 10:59:13 +0000 (12:59 +0200)]
Remove invalid javadoc causing eclipse formatter to insert newlines

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Fri, 6 Jan 2012 10:39:16 +0000 (12:39 +0200)]
Merge remote branch 'origin/6.8'

Conflicts:
src/com/vaadin/data/validator/AbstractValidator.java
tests/testbench/com/vaadin/tests/components/textfield/TextChangeEventsWithNonImmediateValueChange.java

12 years ago#8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapper
Leif Åstrand [Fri, 6 Jan 2012 10:27:01 +0000 (12:27 +0200)]
#8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapper

Clean up some of the code as WrappedHttpServletRequest can directly be
used as a HttpServletRequest

Similar changes for WrappedHttpServletResponse

12 years agoEnsure the ThreadLocal request is cleared even if an exception is thrown
Leif Åstrand [Fri, 6 Jan 2012 10:22:06 +0000 (12:22 +0200)]
Ensure the ThreadLocal request is cleared even if an exception is thrown

12 years ago#8163 Print an error message if vaadinBootstap.js cannot be loaded
Leif Åstrand [Fri, 6 Jan 2012 09:33:08 +0000 (11:33 +0200)]
#8163 Print an error message if vaadinBootstap.js cannot be loaded

12 years agoMore thorough testing of different init parameters for different roots
Leif Åstrand [Wed, 4 Jan 2012 17:08:24 +0000 (19:08 +0200)]
More thorough testing of different init parameters for different roots

12 years agoPass initial request details through the browser (#8232)
Leif Åstrand [Wed, 4 Jan 2012 17:07:34 +0000 (19:07 +0200)]
Pass initial request details through the browser (#8232)

By passing the details through the browser, we don't need any state
mapped to a rootId that could be sent multiple times by caching in the
browser

Old test updated to test for this

12 years agoRestore serlvet configs that were disabled during Window -> Root split
Leif Åstrand [Wed, 4 Jan 2012 13:56:08 +0000 (15:56 +0200)]
Restore serlvet configs that were disabled during Window -> Root split

12 years ago#8019 Enum for Label.ContentMode
Leif Åstrand [Wed, 4 Jan 2012 12:37:31 +0000 (14:37 +0200)]
#8019 Enum for Label.ContentMode

12 years agoActually ignore subsequent defaults (#8226)
Leif Åstrand [Wed, 4 Jan 2012 08:46:28 +0000 (10:46 +0200)]
Actually ignore subsequent defaults (#8226)

12 years ago#8226 Don't throw exception when defaults are already defined
Leif Åstrand [Wed, 4 Jan 2012 08:42:23 +0000 (10:42 +0200)]
#8226 Don't throw exception when defaults are already defined

12 years ago#8172 WrappedResponse is missing javadoc
Leif Åstrand [Wed, 4 Jan 2012 07:05:12 +0000 (09:05 +0200)]
#8172 WrappedResponse is missing javadoc

12 years agoUse sendError instead of just a status code
Leif Åstrand [Wed, 4 Jan 2012 07:04:52 +0000 (09:04 +0200)]
Use sendError instead of just a status code

12 years agofixed a test which relied on the ColumnHeaderMode, which was worked on in the last...
Jens Jansson [Tue, 3 Jan 2012 10:47:42 +0000 (12:47 +0200)]
fixed a test which relied on the ColumnHeaderMode, which was worked on in the last commit

12 years agoUpdated mini tutorial to use precreated fields
Leif Åstrand [Mon, 2 Jan 2012 13:52:37 +0000 (15:52 +0200)]
Updated mini tutorial to use precreated fields

12 years ago#8019 Table ColumnHeaderMode from numeric constants to enum
Jens Jansson [Mon, 2 Jan 2012 13:33:44 +0000 (15:33 +0200)]
#8019 Table ColumnHeaderMode from numeric constants to enum

12 years agoMove invocation of incrementActiveRequests based on review (#8190)
Leif Åstrand [Mon, 2 Jan 2012 13:13:25 +0000 (15:13 +0200)]
Move invocation of incrementActiveRequests based on review (#8190)

12 years ago#8190 Recorder no longer waits for Vaadin application to load
Leif Åstrand [Mon, 2 Jan 2012 12:26:39 +0000 (14:26 +0200)]
#8190 Recorder no longer waits for Vaadin application to load

12 years agoThe final mini tutorial for alpha1
Leif Åstrand [Mon, 2 Jan 2012 11:35:06 +0000 (13:35 +0200)]
The final mini tutorial for alpha1

12 years agoMerge branch 'contrib'
Leif Åstrand [Mon, 2 Jan 2012 11:03:55 +0000 (13:03 +0200)]
Merge branch 'contrib'

12 years agoMerged changes from 6.7
Johannes Dahlström [Fri, 30 Dec 2011 12:51:56 +0000 (12:51 +0000)]
Merged changes from 6.7

svn changeset:22500/svn branch:6.8

12 years agoRemove support for interpreting VView with a "sub" attribute as VWindow
Leif Åstrand [Wed, 28 Dec 2011 10:49:01 +0000 (12:49 +0200)]
Remove support for interpreting VView with a "sub" attribute as VWindow

12 years agoFixed a typo in Release Notes.
Marko Gronroos [Fri, 23 Dec 2011 13:42:00 +0000 (15:42 +0200)]
Fixed a typo in Release Notes.

12 years agoDeprecated Form. Use FieldGroup instead.
Artur Signell [Fri, 23 Dec 2011 09:02:21 +0000 (11:02 +0200)]
Deprecated Form. Use FieldGroup instead.

12 years agoMerge branch 'master' of ssh://dev.vaadin.com/vaadin 7.0.0.alpha1
Marko Gronroos [Fri, 23 Dec 2011 08:32:16 +0000 (10:32 +0200)]
Merge branch 'master' of ssh://dev.vaadin.com/vaadin

12 years agoUpdated Release Notes for 7.0.0.alpha1.
Marko Gronroos [Fri, 23 Dec 2011 08:31:52 +0000 (10:31 +0200)]
Updated Release Notes for 7.0.0.alpha1.

12 years agoUse TextArea instead of TextField with set height
Artur Signell [Fri, 23 Dec 2011 08:06:23 +0000 (10:06 +0200)]
Use TextArea instead of TextField with set height

12 years agoInclude vaadinBootstrap.js in Liferay zip
Artur Signell [Fri, 23 Dec 2011 07:37:02 +0000 (09:37 +0200)]
Include vaadinBootstrap.js in Liferay zip

12 years agoFixed incorrect type (int vs String)
Artur Signell [Fri, 23 Dec 2011 07:32:53 +0000 (09:32 +0200)]
Fixed incorrect type (int vs String)

12 years agoAttempt to make test more robust
Artur Signell [Fri, 23 Dec 2011 06:34:21 +0000 (08:34 +0200)]
Attempt to make test more robust

12 years agoMinitutorial applications
Artur Signell [Thu, 22 Dec 2011 21:52:15 +0000 (23:52 +0200)]
Minitutorial applications

12 years agoTest for #8191
Artur Signell [Thu, 22 Dec 2011 21:05:21 +0000 (23:05 +0200)]
Test for #8191

12 years ago#8184 Tests for FieldGroup
Artur Signell [Thu, 22 Dec 2011 20:46:53 +0000 (22:46 +0200)]
#8184 Tests for FieldGroup

12 years agoFieldBinder -> FieldGroup
Artur Signell [Thu, 22 Dec 2011 20:25:20 +0000 (22:25 +0200)]
FieldBinder -> FieldGroup

12 years agoCorrected error message to show model and not presentation type when
Artur Signell [Thu, 22 Dec 2011 20:23:14 +0000 (22:23 +0200)]
Corrected error message to show model and not presentation type when
conversion fails

12 years agoUse DefaultFieldGroupFieldFactory by default
Artur Signell [Thu, 22 Dec 2011 18:57:32 +0000 (20:57 +0200)]
Use DefaultFieldGroupFieldFactory by default

12 years agocom.vaadin.tests.fieldbinder -> com.vaadin.tests.fieldgroup
Artur Signell [Thu, 22 Dec 2011 18:54:36 +0000 (20:54 +0200)]
com.vaadin.tests.fieldbinder -> com.vaadin.tests.fieldgroup

12 years agoMerge branch 'master' of ssh://dev.vaadin.com/vaadin
Marko Gronroos [Thu, 22 Dec 2011 18:46:10 +0000 (20:46 +0200)]
Merge branch 'master' of ssh://dev.vaadin.com/vaadin

12 years agoUpdated Release Notes for Vaadin 7.0.0.alpha1.
Marko Gronroos [Thu, 22 Dec 2011 18:45:14 +0000 (20:45 +0200)]
Updated Release Notes for Vaadin 7.0.0.alpha1.

12 years agoCorrected fixed locators so test works again
Artur Signell [Thu, 22 Dec 2011 18:42:11 +0000 (20:42 +0200)]
Corrected fixed locators so test works again

12 years agoLicense comment added to UnsupportedBrowserHandler
Marc Englund [Thu, 22 Dec 2011 14:49:33 +0000 (16:49 +0200)]
License comment added to UnsupportedBrowserHandler

12 years agoJavadocced the fact that root preserving should not be toggled on-the-fly when the...
Marc Englund [Thu, 22 Dec 2011 14:48:01 +0000 (16:48 +0200)]
Javadocced the fact that root preserving should not be toggled on-the-fly when the UI is showing.

12 years agoRoot preservation should now work, even with @EagerInit etc. Also if turned on in...
Marc Englund [Thu, 22 Dec 2011 14:40:18 +0000 (16:40 +0200)]
Root preservation should now work, even with @EagerInit etc. Also if turned on in Root constructor or init(). Limitation: can not preserve roots that are already shown when preservation is turned on (this could be fixed in the future).

12 years agoRemove TransactionalProperty that was replaced by
Henri Sara [Thu, 22 Dec 2011 14:02:38 +0000 (16:02 +0200)]
Remove TransactionalProperty that was replaced by
Property.Transactional.

12 years agoMerge remote branch 'origin/6.8'
Henri Sara [Thu, 22 Dec 2011 14:00:52 +0000 (16:00 +0200)]
Merge remote branch 'origin/6.8'

Conflicts:
tests/testbench/com/vaadin/tests/components/button/ButtonsInHorizontalLayout.java

12 years agoRemove extra @Override annotation.
Henri Sara [Thu, 22 Dec 2011 13:48:15 +0000 (15:48 +0200)]
Remove extra @Override annotation.

12 years agoChanged javadoc to match current functionality
Marc Englund [Thu, 22 Dec 2011 13:22:58 +0000 (15:22 +0200)]
Changed javadoc to match current functionality