summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-09512-810/+3510
|\
| * Merged fixes from 6.7Artur Signell2011-12-085-4/+266
| |\
| | * Test for how validators work with empty fieldsArtur Signell2011-12-082-0/+227
| | * #4925 com.vaadin.tools.ReflectTools javadocArtur Signell2011-12-081-2/+2
| | * #6603 Added IllegalArgumentException to javadoc and added testArtur Signell2011-12-082-2/+37
| * | Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08488-678/+678
| |\|
| | * Test case for #8077Leif Åstrand2011-12-081-0/+48
| | * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08488-678/+678
| | * Update selection ranges when unselecting rows from the server (#8076)Leif Åstrand2011-12-082-1/+5
| | * Test application and disabled testbench script for #8076Leif Åstrand2011-12-082-0/+124
| | * #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not nullArtur Signell2011-12-071-0/+5
| | * #7008 Table.setTableFieldFactory should refresh contentArtur Signell2011-12-071-0/+3
| | * #7704 javadocArtur Signell2011-12-071-1/+1
| | * #6862 Update Application.getWindow JavadocArtur Signell2011-12-071-8/+8
| | * #7630 Removed note about LoginForm being newArtur Signell2011-12-071-2/+0
| | * #6937 Javadoc fixArtur Signell2011-12-071-2/+2
| | * #5783, #4977 Improved Slider javadocArtur Signell2011-12-071-39/+63
| | * #8035 Extra event on TextField with ActionHandlerLeif Åstrand2011-12-072-0/+70
| | * Fixed regression in #7127 patch: doubleclick events must be sent immediatelyJohannes Dahlström2011-12-071-1/+1
| | * Updated formattingLeif Åstrand2011-12-071-6/+6
| | * Fix for #7127 - Table selection breaks if ItemClickListener calls requestRepaintJohannes Dahlström2011-12-071-40/+58
| | * #7127 test case: Table selection breaks if ItemClickListener requests repaintJohannes Dahlström2011-12-072-0/+448
| | * Remove unnecessary invocations of fixSpacers based on review (#8041)Leif Åstrand2011-12-071-2/+0
| | * Update container height for partial updates (#8041)Leif Åstrand2011-12-071-0/+3
| | * Test case for #8041Leif Åstrand2011-12-052-0/+92
| | * #3915 ChildComponentContainer fails to calculate width of its child widget pr...Leif Åstrand2011-12-051-0/+32
| | * #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