summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* Use Logger for debug messages in DefaultConverterFactory.Henri Sara2011-12-091-5/+9
* Resolve compile errors caused by merge of 6.8 branchLeif Åstrand2011-12-091-32/+0
* Dropped support for portlet 1.0Leif Åstrand2011-12-092-436/+0
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-09436-1417/+1744
|\
| * Merged fixes from 6.7Artur Signell2011-12-082-3/+6
| |\
| | * #4925 com.vaadin.tools.ReflectTools javadocArtur Signell2011-12-081-2/+2
| | * #6603 Added IllegalArgumentException to javadoc and added testArtur Signell2011-12-081-1/+4
| * | Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08432-606/+606
| |\|
| | * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08432-606/+606
| | * Update selection ranges when unselecting rows from the server (#8076)Leif Åstrand2011-12-081-1/+5
| | * #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-071-0/+13
| | * 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
| | * 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
| | * #3915 ChildComponentContainer fails to calculate width of its child widget pr...Leif Åstrand2011-12-051-0/+32
| * | Merged tests, fixes and javadoc updates from 6.7Artur Signell2011-12-0810-100/+198
| * | Merge from 6.7Johannes Dahlström2011-12-074-712/+0
| |\|
| | * #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-292-8/+8
| | * #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ...Henri Sara2011-11-282-4/+8
| | * #8009 Moved DemoLauncher to tests/testbenchArtur Signell2011-11-283-499/+0
| | * #8009 Remove DemoLauncher from projectArtur Signell2011-11-281-213/+0
| | * 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-241-1/+2
| | * #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-242-8/+19
| | * Enhanced tests and fix for #7668 - re-adding a component at an index before i...Johannes Dahlström2011-11-242-42/+22
| | * #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-211-2/+5
| | * Patch and TestBench script for issue #7916 - setting VWindow height to undefi...Johannes Dahlström2011-11-181-18/+30
| | * #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
| | * #7949 ComboBox incorrectly shows paging buttons when filteringArtur Signell2011-11-171-1/+0
| | * #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-171-0/+2
| | * Corrected typo: waitingForFilteringReponse -> waitingForFilteringResponseArtur Signell2011-11-171-11/+11
| | * #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-163-4/+57
| | * PropertyFormatter's format now don't get called with weird Boolean value when...Matti Tahvonen2011-11-161-9/+8
| | * #7056 inconsistency between Chameleon theme and standard Vaadin theme concern...Artur Signell2011-11-151-1/+9