]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
13 years agoAdded a mention of #5912 to the release notes
Jonatan Kronqvist [Thu, 20 Jan 2011 07:59:34 +0000 (07:59 +0000)]
Added a mention of #5912 to the release notes

svn changeset:16957/svn branch:6.5

13 years agoUpdated locators for portlets due to #5912
Artur Signell [Thu, 20 Jan 2011 07:48:00 +0000 (07:48 +0000)]
Updated locators for portlets due to #5912

svn changeset:16955/svn branch:6.5

13 years agoDon't refer to GWT 2.0 in the release notes
Jonatan Kronqvist [Thu, 20 Jan 2011 07:27:06 +0000 (07:27 +0000)]
Don't refer to GWT 2.0 in the release notes

svn changeset:16954/svn branch:6.5

13 years agoopening the servlet implementation for customized communication ( e.g. jsonp, websockets)
Matti Tahvonen [Wed, 19 Jan 2011 14:48:57 +0000 (14:48 +0000)]
opening the servlet implementation for customized communication ( e.g. jsonp, websockets)
 * WebApplicationContext implementation can now be overridden in servlets via getApplicationContext method. Deprecated createCommunicationManager method as it is now obsolete (introduced earlier in 6.5 branch, dontpush is the only known user).
 * opened getApplicationUrl for special implementations

svn changeset:16950/svn branch:6.5

13 years agoopening the server side for customized communication ( e.g. jsonp)
Matti Tahvonen [Wed, 19 Jan 2011 08:15:23 +0000 (08:15 +0000)]
opening the server side for customized communication ( e.g. jsonp)

svn changeset:16945/svn branch:6.5

13 years agoTest for #6304
Artur Signell [Tue, 18 Jan 2011 17:31:29 +0000 (17:31 +0000)]
Test for #6304

svn changeset:16942/svn branch:6.5

13 years agoMentioned #5026/#5954
Artur Signell [Tue, 18 Jan 2011 17:01:04 +0000 (17:01 +0000)]
Mentioned #5026/#5954

svn changeset:16940/svn branch:6.5

13 years agoWorkaround for #6222 Vertical Table Scrolling Broken in Opera 11
Artur Signell [Tue, 18 Jan 2011 16:55:48 +0000 (16:55 +0000)]
Workaround for #6222 Vertical Table Scrolling Broken in Opera 11

svn changeset:16939/svn branch:6.5

13 years agoTest for #6222
Artur Signell [Tue, 18 Jan 2011 16:55:33 +0000 (16:55 +0000)]
Test for #6222

svn changeset:16937/svn branch:6.5

13 years ago#3991 Select with icons shown wrong in IE8 upon first render
Artur Signell [Tue, 18 Jan 2011 15:38:35 +0000 (15:38 +0000)]
#3991 Select with icons shown wrong in IE8 upon first render
Improved fix to avoid flickering

svn changeset:16936/svn branch:6.5

13 years agoopening api for customized communication implementations
Matti Tahvonen [Tue, 18 Jan 2011 14:54:19 +0000 (14:54 +0000)]
opening api for customized communication implementations

svn changeset:16935/svn branch:6.5

13 years ago#3991 Select with icons shown wrong in IE8 upon first render
Artur Signell [Tue, 18 Jan 2011 14:52:03 +0000 (14:52 +0000)]
#3991 Select with icons shown wrong in IE8 upon first render

svn changeset:16934/svn branch:6.5

13 years agoTest with a custom ItemSorter
Artur Signell [Tue, 18 Jan 2011 14:28:57 +0000 (14:28 +0000)]
Test with a custom ItemSorter

svn changeset:16932/svn branch:6.5

13 years agoopening the server side for customized communication ( e.g. jsonp)
Matti Tahvonen [Tue, 18 Jan 2011 14:22:24 +0000 (14:22 +0000)]
opening the server side for customized communication ( e.g. jsonp)

svn changeset:16931/svn branch:6.5

13 years agoopening the server side for customized communication ( e.g. jsonp)
Matti Tahvonen [Tue, 18 Jan 2011 14:09:31 +0000 (14:09 +0000)]
opening the server side for customized communication ( e.g. jsonp)

svn changeset:16930/svn branch:6.5

13 years agoMinor refactorings and opening api for customized communication implementations
Matti Tahvonen [Tue, 18 Jan 2011 13:38:46 +0000 (13:38 +0000)]
Minor refactorings and opening api for customized communication implementations

svn changeset:16928/svn branch:6.5

13 years agoUpdated test for #3991
Artur Signell [Tue, 18 Jan 2011 12:40:15 +0000 (12:40 +0000)]
Updated test for #3991

svn changeset:16924/svn branch:6.5

13 years agoCleaned up the fix for #5912
Jonatan Kronqvist [Tue, 18 Jan 2011 12:05:32 +0000 (12:05 +0000)]
Cleaned up the fix for #5912

svn changeset:16923/svn branch:6.5

13 years agofixes #6301
Matti Tahvonen [Tue, 18 Jan 2011 11:40:50 +0000 (11:40 +0000)]
fixes #6301

svn changeset:16921/svn branch:6.5

13 years agoFixes #5912 - Portlet no longer generates div with duplicate id
Jonatan Kronqvist [Tue, 18 Jan 2011 10:59:40 +0000 (10:59 +0000)]
Fixes #5912 - Portlet no longer generates div with duplicate id

svn changeset:16920/svn branch:6.5

13 years ago#5026 WidgetSetBuilder creates duplicate references to non-Vaadin GWT modules
Artur Signell [Tue, 18 Jan 2011 09:27:54 +0000 (09:27 +0000)]
#5026 WidgetSetBuilder creates duplicate references to non-Vaadin GWT modules

svn changeset:16919/svn branch:6.5

13 years ago#6298 ComboBox popup reopened after closed
Artur Signell [Tue, 18 Jan 2011 08:18:22 +0000 (08:18 +0000)]
#6298 ComboBox popup reopened after closed

svn changeset:16917/svn branch:6.5

13 years ago#6295 Refactored the SimpleMultiPartInputStream to a non-anonymous class
Artur Signell [Tue, 18 Jan 2011 07:31:36 +0000 (07:31 +0000)]
#6295 Refactored the SimpleMultiPartInputStream to a non-anonymous class

svn changeset:16916/svn branch:6.5

13 years agofixes #6295. Multipart parser didn't survive properly from a specific bytes (DOS...
Matti Tahvonen [Mon, 17 Jan 2011 10:26:09 +0000 (10:26 +0000)]
fixes #6295. Multipart parser didn't survive properly from a specific bytes (DOS line break at the end of the file).

svn changeset:16905/svn branch:6.5

13 years ago#6276 requestCanCreateApplication() in AbstractApplicationPortlet doesn't consider...
Artur Signell [Fri, 14 Jan 2011 11:49:42 +0000 (11:49 +0000)]
#6276 requestCanCreateApplication() in AbstractApplicationPortlet doesn't consider RequestType.EVENT but it should

svn changeset:16891/svn branch:6.5

13 years ago#6281 : test case + test script
Matti Tahvonen [Fri, 14 Jan 2011 10:23:08 +0000 (10:23 +0000)]
#6281 : test case + test script

svn changeset:16889/svn branch:6.5

13 years agoBlocked revisions that should not be merged from 6.4
Artur Signell [Fri, 14 Jan 2011 08:16:45 +0000 (08:16 +0000)]
Blocked revisions that should not be merged from 6.4

svn changeset:16888/svn branch:6.5

13 years agoTest for #4353
Artur Signell [Thu, 13 Jan 2011 17:24:46 +0000 (17:24 +0000)]
Test for #4353

svn changeset:16884/svn branch:6.5

13 years ago#6282 ComboBox dropdown is of wrong size in IE6
Artur Signell [Thu, 13 Jan 2011 17:04:25 +0000 (17:04 +0000)]
#6282 ComboBox dropdown is of wrong size in IE6

svn changeset:16881/svn branch:6.5

13 years ago#6281, fixed issue when column moves to another index while changing container (for...
Matti Tahvonen [Thu, 13 Jan 2011 16:47:25 +0000 (16:47 +0000)]
#6281, fixed issue when column moves to another index while changing container (for footer handling)

svn changeset:16880/svn branch:6.5

13 years ago#6281, fixed issue when column moves to another index while changing container
Matti Tahvonen [Thu, 13 Jan 2011 16:33:23 +0000 (16:33 +0000)]
#6281, fixed issue when column moves to another index while changing container

svn changeset:16879/svn branch:6.5

13 years ago#6175 FileTypeResolver doesn't resolve by extension ignoring case
Artur Signell [Thu, 13 Jan 2011 16:18:01 +0000 (16:18 +0000)]
#6175 FileTypeResolver doesn't resolve by extension ignoring case

svn changeset:16878/svn branch:6.5

13 years agoIncreased parallelism to work better with more test machines
Artur Signell [Thu, 13 Jan 2011 14:28:00 +0000 (14:28 +0000)]
Increased parallelism to work better with more test machines

svn changeset:16877/svn branch:6.5

13 years agoRun sampler test in the beginning also...
Artur Signell [Thu, 13 Jan 2011 11:47:42 +0000 (11:47 +0000)]
Run sampler test in the beginning also...

svn changeset:16874/svn branch:6.5

13 years agoFixed invalid layouts in layout test
Artur Signell [Thu, 13 Jan 2011 11:21:29 +0000 (11:21 +0000)]
Fixed invalid layouts in layout test

svn changeset:16870/svn branch:6.5

13 years agoUpdated release notes for 6.4.9
Jonatan Kronqvist [Wed, 12 Jan 2011 06:31:54 +0000 (06:31 +0000)]
Updated release notes for 6.4.9

svn changeset:16855/svn branch:6.4

13 years agofixes #6265
Matti Tahvonen [Tue, 11 Jan 2011 12:52:47 +0000 (12:52 +0000)]
fixes #6265

svn changeset:16851/svn branch:6.5

13 years agofixed two bugs that prevents paintables to be cleaned. Commented out some obsolete...
Matti Tahvonen [Tue, 11 Jan 2011 11:15:26 +0000 (11:15 +0000)]
fixed two bugs that prevents paintables to be cleaned. Commented out some obsolete debug code.

svn changeset:16850/svn branch:6.5

13 years ago6.4 is not really tested using FF4 beta
Artur Signell [Tue, 11 Jan 2011 10:25:14 +0000 (10:25 +0000)]
6.4 is not really tested using FF4 beta

svn changeset:16849/svn branch:6.4

13 years agoRe-added retry-tests to avoid using all files as tests...
Artur Signell [Tue, 11 Jan 2011 07:38:47 +0000 (07:38 +0000)]
Re-added retry-tests to avoid using all files as tests...
Removed extra list attribute that is not used

svn changeset:16847/svn branch:6.5

13 years agoRun longest/prioritized tests first
Artur Signell [Mon, 10 Jan 2011 19:25:33 +0000 (19:25 +0000)]
Run longest/prioritized tests first

svn changeset:16843/svn branch:6.5

13 years agoTemporarily remove retry to see if the problem has been resolved
Artur Signell [Mon, 10 Jan 2011 16:44:29 +0000 (16:44 +0000)]
Temporarily remove retry to see if the problem has been resolved

svn changeset:16841/svn branch:6.5

13 years agofixes #6257, merged some XSS preventations to 6.4
Matti Tahvonen [Mon, 10 Jan 2011 12:12:29 +0000 (12:12 +0000)]
fixes #6257, merged some XSS preventations to 6.4

svn changeset:16836/svn branch:6.4

13 years agoSome fixes to Release Notes.
Marko Grönroos [Mon, 10 Jan 2011 11:08:01 +0000 (11:08 +0000)]
Some fixes to Release Notes.

svn changeset:16833/svn branch:6.5

13 years agointernal field rename (last refactoring had inverted the meaning)
Matti Tahvonen [Mon, 10 Jan 2011 09:43:28 +0000 (09:43 +0000)]
internal field rename (last refactoring had inverted the meaning)

svn changeset:16830/svn branch:6.5

13 years ago#6258 - IE6 does not cache CSS background images
Artur Signell [Fri, 7 Jan 2011 18:19:26 +0000 (18:19 +0000)]
#6258 - IE6 does not cache CSS background images

svn changeset:16826/svn branch:6.5

13 years agoGet book repository URL from command-line as it is no longer stored in the core repo.
Marko Grönroos [Fri, 7 Jan 2011 16:46:12 +0000 (16:46 +0000)]
Get book repository URL from command-line as it is no longer stored in the core repo.

svn changeset:16825/svn branch:6.5

13 years agoRemoved extra open and extra waitForVaadin calls
Artur Signell [Fri, 7 Jan 2011 16:23:17 +0000 (16:23 +0000)]
Removed extra open and extra waitForVaadin calls

svn changeset:16822/svn branch:6.5

13 years agoAvoid using the same image multiple times to make fails clearer
Artur Signell [Fri, 7 Jan 2011 16:15:25 +0000 (16:15 +0000)]
Avoid using the same image multiple times to make fails clearer

svn changeset:16820/svn branch:6.5

13 years agoTest for #6197
Artur Signell [Fri, 7 Jan 2011 15:46:07 +0000 (15:46 +0000)]
Test for #6197

svn changeset:16818/svn branch:6.5

13 years agoAlways used fi_Fi locale to be independent of browser locale settings
Artur Signell [Fri, 7 Jan 2011 15:14:44 +0000 (15:14 +0000)]
Always used fi_Fi locale to be independent of browser locale settings

svn changeset:16817/svn branch:6.5

13 years agobetter field names + one TODO note
Matti Tahvonen [Fri, 7 Jan 2011 12:09:18 +0000 (12:09 +0000)]
better field names + one TODO note

svn changeset:16816/svn branch:6.5

13 years agosome less critical improvements related to #6200
Matti Tahvonen [Fri, 7 Jan 2011 11:22:54 +0000 (11:22 +0000)]
some less critical improvements related to #6200

svn changeset:16814/svn branch:6.5

13 years ago#5927 : cleaned and automated test case
Matti Tahvonen [Fri, 7 Jan 2011 10:22:38 +0000 (10:22 +0000)]
#5927 : cleaned and automated test case

svn changeset:16812/svn branch:6.5

13 years agoadded declaration that form commit may throw invalid value exception (RTE, but for...
Matti Tahvonen [Fri, 7 Jan 2011 09:57:22 +0000 (09:57 +0000)]
added declaration that form commit may throw invalid value exception (RTE, but for documentation purposes like in the super type)

svn changeset:16811/svn branch:6.5

13 years ago#5927, parsing error now somewhat with a similar mechanism as the required error...
Matti Tahvonen [Wed, 5 Jan 2011 17:25:44 +0000 (17:25 +0000)]
#5927, parsing error now somewhat with a similar mechanism as the required error. Kind of a built in validator that is run even though the value of the field is null.

svn changeset:16808/svn branch:6.5

13 years agofixes #6237, setting datasource no more calls discard() method
Matti Tahvonen [Wed, 5 Jan 2011 13:03:00 +0000 (13:03 +0000)]
fixes #6237, setting datasource no more calls discard() method

svn changeset:16807/svn branch:6.5

13 years ago#5927, implemented a customized validate() function to Datefield
Matti Tahvonen [Wed, 5 Jan 2011 13:01:52 +0000 (13:01 +0000)]
#5927, implemented a customized validate() function to Datefield

svn changeset:16806/svn branch:6.5

13 years agoadded TODO note
Matti Tahvonen [Wed, 5 Jan 2011 12:37:18 +0000 (12:37 +0000)]
added TODO note

svn changeset:16804/svn branch:6.5

13 years agoenhanced test case
Matti Tahvonen [Wed, 5 Jan 2011 09:43:31 +0000 (09:43 +0000)]
enhanced test case

svn changeset:16800/svn branch:6.5

13 years agocleaned and modified a test case
Matti Tahvonen [Tue, 4 Jan 2011 22:11:22 +0000 (22:11 +0000)]
cleaned and modified a test case

svn changeset:16798/svn branch:6.5

13 years agoLarge server side refactoring for DateField
Matti Tahvonen [Tue, 4 Jan 2011 21:55:57 +0000 (21:55 +0000)]
Large server side refactoring for DateField

Changes summarized:
 - removed invalid implementation of isEmpty(). Can't work with validation/buffering. Added in #4311, fixes #5927
 - removed invalid overridden implementation of valueChange. Added in #5810 and #5277.
 - moved a lot of flag updates and other internal field updates to setInternalValue. Also tasks removed from valueChange(), now possible since #6002 is fixed.
 - n non-reported bugs fixed (at least some related to read buffering)
 - m regressions caused just a moment before large milestone?

Trivial minor enhancements to improve maintainability:
 - removed obsolete toString() method (same as in AbstractField)
 - added <?> to getType() method as in super implementation, fixes a compilation warning
 - decreased visibility of setValue(Object, boolean), should be exposed to extending classes only - probably opened accidentally
 - removed obsolete implementation of setValue(Object), did exactly the same thing as the parent
 - javadoc typo

Sorry for a large patch. Don't like these either. I just don't see how this could have been fixed in smaller patches (except for the trivial fixes).

svn changeset:16797/svn branch:6.5

13 years agoTest for #6230 IE7: Tree calculates width wrong when in Panel and width is undefined
Artur Signell [Tue, 4 Jan 2011 17:16:03 +0000 (17:16 +0000)]
Test for #6230 IE7: Tree calculates width wrong when in Panel and width is undefined

svn changeset:16795/svn branch:6.5

13 years ago#6232 ComponentContainers should check that a component is in the container before...
Artur Signell [Tue, 4 Jan 2011 16:55:51 +0000 (16:55 +0000)]
#6232 ComponentContainers should check that a component is in the container before removing it

svn changeset:16793/svn branch:6.5

13 years agoFixed test case for #5927.
Marko Grönroos [Tue, 4 Jan 2011 15:07:20 +0000 (15:07 +0000)]
Fixed test case for #5927.

svn changeset:16792/svn branch:6.5

13 years agoTest case for #5927.
Marko Grönroos [Tue, 4 Jan 2011 13:07:42 +0000 (13:07 +0000)]
Test case for #5927.

svn changeset:16791/svn branch:6.5

13 years agojavadoc fix
Matti Tahvonen [Tue, 4 Jan 2011 13:05:20 +0000 (13:05 +0000)]
javadoc fix

svn changeset:16790/svn branch:6.5

13 years ago#6227 Extra scrollbars in Window and other places in Opera 11
Artur Signell [Tue, 4 Jan 2011 12:03:10 +0000 (12:03 +0000)]
#6227 Extra scrollbars in Window and other places in Opera 11

Made fix compatible with future versions if Opera decides not to fix the issue for Opera 12

svn changeset:16786/svn branch:6.5

13 years ago#6227 Extra scrollbars in Window and other places in Opera 11
Artur Signell [Tue, 4 Jan 2011 09:39:55 +0000 (09:39 +0000)]
#6227 Extra scrollbars in Window and other places in Opera 11

svn changeset:16780/svn branch:6.5

13 years agoThere are no longer double value change events sent (#6002/#6223)
Artur Signell [Tue, 4 Jan 2011 08:57:11 +0000 (08:57 +0000)]
There are no longer double value change events sent (#6002/#6223)

svn changeset:16779/svn branch:6.5

13 years agoRemoved obsolete (?) pathInfo, previously (a very long time ago) used to identify...
Matti Tahvonen [Tue, 4 Jan 2011 08:37:34 +0000 (08:37 +0000)]
Removed obsolete (?) pathInfo, previously (a very long time ago) used to identify UIDL requests. Nowdays all UIDL request goes to same APPURI/UIDL uri, the window identification happens based on request parameter

svn changeset:16778/svn branch:6.5

13 years agoTest for column sorting in Table
Artur Signell [Tue, 4 Jan 2011 07:32:34 +0000 (07:32 +0000)]
Test for column sorting in Table

svn changeset:16775/svn branch:6.5

13 years agoFix compilation problem with Ant
Artur Signell [Tue, 4 Jan 2011 07:09:16 +0000 (07:09 +0000)]
Fix compilation problem with Ant

svn changeset:16774/svn branch:6.5

13 years ago#6200: title now escaped properly, additional tuning for applicationVersion and theme...
Matti Tahvonen [Mon, 3 Jan 2011 16:29:06 +0000 (16:29 +0000)]
#6200: title now escaped properly, additional tuning for applicationVersion and theme name (now theme name can't contain some special chars, needs to be mentioned in release notes)

svn changeset:16773/svn branch:6.5

13 years agoTest also using Opera 11
Artur Signell [Mon, 3 Jan 2011 16:11:27 +0000 (16:11 +0000)]
Test also using Opera 11

svn changeset:16772/svn branch:6.5

13 years agoBasic state test for PasswordField
Artur Signell [Mon, 3 Jan 2011 15:41:50 +0000 (15:41 +0000)]
Basic state test for PasswordField

svn changeset:16767/svn branch:6.5

13 years agoApplication that shows all basic component tests
Artur Signell [Mon, 3 Jan 2011 15:35:23 +0000 (15:35 +0000)]
Application that shows all basic component tests

svn changeset:16766/svn branch:6.5

13 years agoMade DateField test non-abstract as DateField is not abstract
Artur Signell [Mon, 3 Jan 2011 15:25:32 +0000 (15:25 +0000)]
Made DateField test non-abstract as DateField is not abstract

svn changeset:16765/svn branch:6.5

13 years ago#6225 Widgetset compiler should show load style for widgets
Artur Signell [Mon, 3 Jan 2011 14:46:28 +0000 (14:46 +0000)]
#6225 Widgetset compiler should show load style for widgets

svn changeset:16764/svn branch:6.5

13 years ago#6191 NPE when rendering an undefined wide TabSheet with no tabs
Artur Signell [Mon, 3 Jan 2011 13:24:05 +0000 (13:24 +0000)]
#6191 NPE when rendering an undefined wide TabSheet with no tabs

svn changeset:16763/svn branch:6.5

13 years ago#6224 Use VLazyExecutor instead of custom timers in VMenuBar/VSlider/VView
Artur Signell [Mon, 3 Jan 2011 13:14:37 +0000 (13:14 +0000)]
#6224 Use VLazyExecutor instead of custom timers in VMenuBar/VSlider/VView

svn changeset:16762/svn branch:6.5

13 years agoAdded option for resizing parent layout
Artur Signell [Mon, 3 Jan 2011 13:14:37 +0000 (13:14 +0000)]
Added option for resizing parent layout

svn changeset:16761/svn branch:6.5

13 years ago#4376 Tree/Table: Context menu shadow is wrong on first click if it has an icon
Artur Signell [Mon, 3 Jan 2011 13:02:15 +0000 (13:02 +0000)]
#4376 Tree/Table: Context menu shadow is wrong on first click if it has an icon

Improved to lazily resize after all (or most) icons have been loaded

svn changeset:16760/svn branch:6.5

13 years agofixes #6002 and #6223
Matti Tahvonen [Mon, 3 Jan 2011 12:51:27 +0000 (12:51 +0000)]
fixes #6002 and #6223

 * value change events now not fired twice in some case, #6002
 * value change event now never called on getValue(), #6002
 * fixed a logic bug related to read buffering, #6223

svn changeset:16759/svn branch:6.5

13 years agoextended test case to cover #6002
Matti Tahvonen [Mon, 3 Jan 2011 12:33:05 +0000 (12:33 +0000)]
extended test case to cover #6002

svn changeset:16758/svn branch:6.5

13 years agoadded test case for #5746
Matti Tahvonen [Fri, 31 Dec 2010 09:12:47 +0000 (09:12 +0000)]
added test case for #5746

svn changeset:16744/svn branch:6.5

13 years agoadded test case
Matti Tahvonen [Thu, 30 Dec 2010 21:14:46 +0000 (21:14 +0000)]
added test case

svn changeset:16742/svn branch:6.5

13 years agocss to cope better with browser plugins #6219, #5879
Matti Tahvonen [Thu, 30 Dec 2010 20:51:47 +0000 (20:51 +0000)]
css to cope better with browser plugins #6219, #5879

svn changeset:16741/svn branch:6.5

13 years agofine tuned fix for #5879
Matti Tahvonen [Thu, 30 Dec 2010 18:36:57 +0000 (18:36 +0000)]
fine tuned fix for #5879

svn changeset:16740/svn branch:6.5

13 years agofixes #5879, putting flash plugin to mode that supports z-indexes propertly by defaul...
Matti Tahvonen [Thu, 30 Dec 2010 18:30:13 +0000 (18:30 +0000)]
fixes #5879, putting flash plugin to mode that supports z-indexes propertly by default. Can be overridden (must be possible - causes worse performance afaik).

svn changeset:16739/svn branch:6.5

13 years agoTest and fix for #5356
Artur Signell [Thu, 30 Dec 2010 16:45:32 +0000 (16:45 +0000)]
Test and fix for #5356

svn changeset:16738/svn branch:6.5

13 years agoUpdated to work with the Accordion test
Artur Signell [Thu, 30 Dec 2010 16:07:54 +0000 (16:07 +0000)]
Updated to work with the Accordion test

svn changeset:16737/svn branch:6.5

13 years agoExtended test for #5372 to all ComponentContainers
Artur Signell [Thu, 30 Dec 2010 16:07:11 +0000 (16:07 +0000)]
Extended test for #5372 to all ComponentContainers

svn changeset:16736/svn branch:6.5

13 years agoBasic test for Accordion
Artur Signell [Thu, 30 Dec 2010 15:45:40 +0000 (15:45 +0000)]
Basic test for Accordion

svn changeset:16735/svn branch:6.5

13 years agoAbstractSplitPanel should really be abstract...
Artur Signell [Thu, 30 Dec 2010 14:41:43 +0000 (14:41 +0000)]
AbstractSplitPanel should really be abstract...

svn changeset:16731/svn branch:6.5

13 years agoStatic helper methods for finding all available Components and ComponentContainers...
Artur Signell [Thu, 30 Dec 2010 14:39:35 +0000 (14:39 +0000)]
Static helper methods for finding all available Components and ComponentContainers in Vaadin core

svn changeset:16730/svn branch:6.5

13 years ago#6166 Exception in IE7/IE8 when a narrow PopupDateField is rendered
Artur Signell [Thu, 30 Dec 2010 13:10:45 +0000 (13:10 +0000)]
#6166 Exception in IE7/IE8 when a narrow PopupDateField is rendered

svn changeset:16725/svn branch:6.5

13 years ago#6191 fixed - removed workaround
Artur Signell [Thu, 30 Dec 2010 11:51:40 +0000 (11:51 +0000)]
#6191 fixed - removed workaround

svn changeset:16723/svn branch:6.5

13 years agomaking test scripts independent of current time (am/pm)
Matti Tahvonen [Thu, 30 Dec 2010 08:18:10 +0000 (08:18 +0000)]
making test scripts independent of current time (am/pm)

svn changeset:16720/svn branch:6.5

13 years agoanother test script for #6211
Matti Tahvonen [Wed, 29 Dec 2010 16:21:20 +0000 (16:21 +0000)]
another test script for #6211

svn changeset:16714/svn branch:6.5