summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * #8050 Enable custom parameters to widgetset compilerLeif Åstrand2011-12-051-2/+6
| * | Merged tests, fixes and javadoc updates from 6.7Artur Signell2011-12-0819-102/+973
| * | Merge from 6.7Johannes Dahlström2011-12-0712-30/+192
| |\|
| | * Refactored test to avoid depending on JDK DateTimeInstance, which is differen...Artur Signell2011-12-052-10/+3
| | * Test for #6902Artur Signell2011-11-291-0/+52
| | * Test for #7965Artur Signell2011-11-291-0/+35
| | * Test for #7978Artur Signell2011-11-292-0/+84
| | * #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-294-59/+56
| | * #8009 Made war include resources required by the demo launcherArtur Signell2011-11-281-3/+6
| | * #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ...Henri Sara2011-11-282-4/+8
| | * #8009 Made war include resources required by the demo launcherArtur Signell2011-11-281-0/+3
| | * #8009 Cleaned build.xmlArtur Signell2011-11-281-5/+0
| | * #8009 Moved DemoLauncher to tests/testbenchArtur Signell2011-11-284-0/+213
| | * #8009 Remove DemoLauncher from projectArtur Signell2011-11-281-213/+0
| | * Removed duplicate reference to a build target.Henri Sara2011-11-251-1/+1
| | * Fixed batch for #7668 - addComponent methods *must* add the component to the ...Johannes Dahlström2011-11-242-22/+74
| | * #7988 no partial refresh for an item that is not in the buffer, improved testHenri Sara2011-11-243-8/+99
| | * #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-244-8/+115
| | * Enhanced tests and fix for #7668 - re-adding a component at an index before i...Johannes Dahlström2011-11-244-42/+70
| | * Test application for #7785 (adapted from ticket).Henri Sara2011-11-241-0/+57
| | * Tests for #7668 - re-adding a component at an index before its current one do...Johannes Dahlström2011-11-232-0/+179
| | * #7972 drop on table should work also when page length is zeroHenri Sara2011-11-221-11/+6
| | * Fixed potential NullPointerExceptionJohannes Dahlström2011-11-221-3/+3
| | * #7908 added comments, don't call onScroll(null) if page length is zero and no...Henri Sara2011-11-211-5/+7
| | * #7908 TreeTable should resize on container change when page length is zero, r...Henri Sara2011-11-213-2/+89
| | * Extend AbstractTestCase instead of TestBase when creating and using your own ...Leif Åstrand2011-11-211-3/+3
| | * Patch and TestBench script for issue #7916 - setting VWindow height to undefi...Johannes Dahlström2011-11-183-19/+82
| | * #6494 Making tables invisible and visible again does not work correctlyArtur Signell2011-11-181-0/+8
| | * #4426 avoid calling datasource.getValue() multiple times unnecessarilyHenri Sara2011-11-181-4/+9
| | * #7647 ComboBox popup content disappears on up/down button double clickArtur Signell2011-11-171-3/+16
| | * Test for #7739Artur Signell2011-11-172-0/+166
| | * #7949 ComboBox incorrectly shows paging buttons when filteringArtur Signell2011-11-171-1/+0
| | * Test for #6798. Automated test disabled (set to .htm) and should be enabled o...Artur Signell2011-11-172-0/+98
| | * #6978 VFilterSelect should consume key events and should not pass them to act...Artur Signell2011-11-171-3/+5
| | * #7950 ComboBox show paging button even though there are no matchesArtur Signell2011-11-172-0/+64
| | * Test for #7950 and #7949Artur Signell2011-11-171-0/+55
| | * Corrected typo: waitingForFilteringReponse -> waitingForFilteringResponseArtur Signell2011-11-171-11/+11
| | * Extended test to cover #7062Artur Signell2011-11-171-10/+19
| | * #7062 ComboBox shows required indicator when in read onlyArtur Signell2011-11-171-1/+1
| | * Form and Table now sets property to fields Viewer property if one exists. fix...Matti Tahvonen2011-11-164-4/+147
| | * PropertyFormatter's format now don't get called with weird Boolean value when...Matti Tahvonen2011-11-162-9/+77
| | * #7056 inconsistency between Chameleon theme and standard Vaadin theme concern...Artur Signell2011-11-151-1/+9
| | * Test for #7056Artur Signell2011-11-151-0/+62
| | * Fixed test to use enterCharacter that cause correct keydown/keyup eventsArtur Signell2011-11-151-2/+1
| | * #7837 do not use partial updates in TreeTable if the container does not suppo...Henri Sara2011-11-153-2/+276
| | * #7739 Correctly select items using keyboard, even if two items have the same ...Artur Signell2011-11-151-7/+87
| | * #7396 Test gatein and exo with firefox 3.6 because of #7939Leif Åstrand2011-11-151-0/+2
| | * Possibly avoid missing locks by not cleaning up in the finally block, as anot...Leif Åstrand2011-11-151-6/+6
| | * #7739 Code cleanupArtur Signell2011-11-151-28/+37
| | * TestBench test case for ticket #7916 - dynamically setting subwindow height t...Johannes Dahlström2011-11-141-0/+65