summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * #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
| * #7837 do not use partial updates in TreeTable if the container does not suppo...Henri Sara2011-11-151-2/+18
| * #7739 Correctly select items using keyboard, even if two items have the same ...Artur Signell2011-11-151-7/+87
| * #7739 Code cleanupArtur Signell2011-11-151-28/+37
| * #7739 Removed unused codeArtur Signell2011-11-141-11/+5
| * #7739 Split enter handling for input field and for popupArtur Signell2011-11-141-25/+36
| * #7739 Renamed variables to be more descriptiveArtur Signell2011-11-141-18/+19
| * #7923 Shrinking browser window not detected if resizeLazy is enabledLeif Åstrand2011-11-111-1/+2
| * Fix restore of display style based on review (#3125)Leif Åstrand2011-11-111-1/+1
| * Hide all Vaadin apps on the same page before checking available width (#3125)Leif Åstrand2011-11-101-13/+54
* | #7668 fix and tests merged from 6.7Johannes Dahlström2011-11-302-2/+34
* | Merge changes from 6.7 to 6.8Henri Sara2011-11-292-10/+26
* | Merged fixes from 6.7Artur Signell2011-11-255-40/+112
* | Added license header to VDragAndDropWrapperIE.javaHenri Sara2011-11-221-0/+4
* | Merge some changes from 6.7 to 6.8Henri Sara2011-11-221-6/+11
* | dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-216-75/+251
* | Merged fixes from 6.7Artur Signell2011-11-172-80/+199
* | Merged some changes from 6.7 to 6.8Henri Sara2011-11-161-14/+56
* | Merged #7837 to Vaadin 6.8Henri Sara2011-11-151-2/+18
|/
* Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-082-0/+0
* #7839 Corrected cases where pagelength=0 or where number of children > pagebu...Artur Signell2011-11-041-21/+29
* #7780 Don't do partial repaints if the item set has changed during an expand ...Artur Signell2011-11-041-1/+21
* #7839 Avoid discarding rows when updating rows as row indexes have not been u...Artur Signell2011-11-041-4/+6
* #7839 Cleanup based on reviewArtur Signell2011-11-041-14/+18
* #7839 Out of Sync error when using Generated Columns with TreeTable - additio...Artur Signell2011-11-041-2/+2
* #7839 Out of Sync error when using Generated Columns with TreeTableArtur Signell2011-11-032-42/+226
* Added javadoc and debug loggingArtur Signell2011-11-031-0/+32