aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08433-607/+607
| | | | svn changeset:22317/svn branch:6.7
* Update selection ranges when unselecting rows from the server (#8076)Leif Åstrand2011-12-081-1/+5
| | | | svn changeset:22316/svn branch:6.7
* #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not nullArtur Signell2011-12-071-0/+5
| | | | svn changeset:22308/svn branch:6.7
* #7008 Table.setTableFieldFactory should refresh contentArtur Signell2011-12-071-0/+3
| | | | svn changeset:22307/svn branch:6.7
* #7704 javadocArtur Signell2011-12-071-1/+1
| | | | svn changeset:22306/svn branch:6.7
* #6862 Update Application.getWindow JavadocArtur Signell2011-12-071-8/+8
| | | | svn changeset:22305/svn branch:6.7
* #7630 Removed note about LoginForm being newArtur Signell2011-12-071-2/+0
| | | | svn changeset:22304/svn branch:6.7
* #6937 Javadoc fixArtur Signell2011-12-071-2/+2
| | | | svn changeset:22303/svn branch:6.7
* #5783, #4977 Improved Slider javadocArtur Signell2011-12-071-39/+63
| | | | svn changeset:22302/svn branch:6.7
* #8035 Extra event on TextField with ActionHandlerLeif Åstrand2011-12-071-0/+13
| | | | svn changeset:22284/svn branch:6.7
* Fixed regression in #7127 patch: doubleclick events must be sent immediatelyJohannes Dahlström2011-12-071-1/+1
| | | | svn changeset:22278/svn branch:6.7
* Updated formattingLeif Åstrand2011-12-071-6/+6
| | | | svn changeset:22265/svn branch:6.7
* Fix for #7127 - Table selection breaks if ItemClickListener calls requestRepaintJohannes Dahlström2011-12-071-40/+58
| | | | svn changeset:22263/svn branch:6.7
* Remove unnecessary invocations of fixSpacers based on review (#8041)Leif Åstrand2011-12-071-2/+0
| | | | svn changeset:22251/svn branch:6.7
* Update container height for partial updates (#8041)Leif Åstrand2011-12-071-0/+3
| | | | svn changeset:22249/svn branch:6.7
* #3915 ChildComponentContainer fails to calculate width of its child widget ↵Leif Åstrand2011-12-051-0/+32
| | | | | | properly in IE7 if the child has borders svn changeset:22234/svn branch:6.7
* #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-292-8/+8
| | | | svn changeset:22171/svn branch:6.7
* #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ↵Henri Sara2011-11-282-4/+8
| | | | | | been rendered yet svn changeset:22147/svn branch:6.7
* #8009 Moved DemoLauncher to tests/testbenchArtur Signell2011-11-283-499/+0
| | | | svn changeset:22143/svn branch:6.7
* #8009 Remove DemoLauncher from projectArtur Signell2011-11-281-213/+0
| | | | svn changeset:22142/svn branch:6.7
* Fixed batch for #7668 - addComponent methods *must* add the component to the ↵Johannes Dahlström2011-11-242-22/+74
| | | | | | components list before calling super.addComponent() because AttachListeners expect it to be there svn changeset:22122/svn branch:6.7
* #7988 no partial refresh for an item that is not in the buffer, improved testHenri Sara2011-11-241-1/+2
| | | | svn changeset:22120/svn branch:6.7
* #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-242-8/+19
| | | | svn changeset:22119/svn branch:6.7
* Enhanced tests and fix for #7668 - re-adding a component at an index before ↵Johannes Dahlström2011-11-242-42/+22
| | | | | | | | | | its current one does nothing Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one. svn changeset:22117/svn branch:6.7
* #7972 drop on table should work also when page length is zeroHenri Sara2011-11-221-11/+6
| | | | svn changeset:22097/svn branch:6.7
* Fixed potential NullPointerExceptionJohannes Dahlström2011-11-221-3/+3
| | | | svn changeset:22096/svn branch:6.7
* #7908 added comments, don't call onScroll(null) if page length is zero and ↵Henri Sara2011-11-211-5/+7
| | | | | | not a collapse/expand request svn changeset:22086/svn branch:6.7
* #7908 TreeTable should resize on container change when page length is zero, ↵Henri Sara2011-11-211-2/+5
| | | | | | related test svn changeset:22082/svn branch:6.7
* Patch and TestBench script for issue #7916 - setting VWindow height to ↵Johannes Dahlström2011-11-181-18/+30
| | | | | | undefined was a no-op svn changeset:22063/svn branch:6.7
* #6494 Making tables invisible and visible again does not work correctlyArtur Signell2011-11-181-0/+8
| | | | svn changeset:22059/svn branch:6.7
* #4426 avoid calling datasource.getValue() multiple times unnecessarilyHenri Sara2011-11-181-4/+9
| | | | svn changeset:22058/svn branch:6.7
* #7647 ComboBox popup content disappears on up/down button double clickArtur Signell2011-11-171-3/+16
| | | | svn changeset:22047/svn branch:6.7
* #7949 ComboBox incorrectly shows paging buttons when filteringArtur Signell2011-11-171-1/+0
| | | | svn changeset:22038/svn branch:6.7
* #6978 VFilterSelect should consume key events and should not pass them to ↵Artur Signell2011-11-171-3/+5
| | | | | | action handlers when its suggestion popup is open svn changeset:22036/svn branch:6.7
* #7950 ComboBox show paging button even though there are no matchesArtur Signell2011-11-171-0/+2
| | | | svn changeset:22033/svn branch:6.7
* Corrected typo: waitingForFilteringReponse -> waitingForFilteringResponseArtur Signell2011-11-171-11/+11
| | | | svn changeset:22029/svn branch:6.7
* #7062 ComboBox shows required indicator when in read onlyArtur Signell2011-11-171-1/+1
| | | | svn changeset:22023/svn branch:6.7
* Form and Table now sets property to fields Viewer property if one exists. ↵Matti Tahvonen2011-11-163-4/+57
| | | | | | fixes #7942 svn changeset:22019/svn branch:6.7
* PropertyFormatter's format now don't get called with weird Boolean value ↵Matti Tahvonen2011-11-161-9/+8
| | | | | | when ds is null. Fixes #4426 and #6843 svn changeset:22015/svn branch:6.7
* #7056 inconsistency between Chameleon theme and standard Vaadin theme ↵Artur Signell2011-11-151-1/+9
| | | | | | concerning Combobox svn changeset:22013/svn branch:6.7
* #7837 do not use partial updates in TreeTable if the container does not ↵Henri Sara2011-11-151-2/+18
| | | | | | support item set change notifications svn changeset:22007/svn branch:6.7
* #7739 Correctly select items using keyboard, even if two items have the same ↵Artur Signell2011-11-151-7/+87
| | | | | | | | caption #7257 Combobox: Keyboard navigating might cause all items to disappear from the list svn changeset:22006/svn branch:6.7
* #7739 Code cleanupArtur Signell2011-11-151-28/+37
| | | | svn changeset:21998/svn branch:6.7
* #7739 Removed unused codeArtur Signell2011-11-141-11/+5
| | | | svn changeset:21989/svn branch:6.7
* #7739 Split enter handling for input field and for popupArtur Signell2011-11-141-25/+36
| | | | svn changeset:21988/svn branch:6.7
* #7739 Renamed variables to be more descriptiveArtur Signell2011-11-141-18/+19
| | | | svn changeset:21983/svn branch:6.7
* #7923 Shrinking browser window not detected if resizeLazy is enabledLeif Åstrand2011-11-111-1/+2
| | | | svn changeset:21974/svn branch:6.7
* Fix restore of display style based on review (#3125)Leif Åstrand2011-11-111-1/+1
| | | | svn changeset:21968/svn branch:6.7
* Hide all Vaadin apps on the same page before checking available width (#3125)Leif Åstrand2011-11-101-13/+54
| | | | svn changeset:21960/svn branch:6.7
* Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-082-0/+0
| | | | svn changeset:21944/svn branch:6.7