Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 433 | -607/+607 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Update selection ranges when unselecting rows from the server (#8076) | Leif Åstrand | 2011-12-08 | 1 | -1/+5 |
| | | | | svn changeset:22316/svn branch:6.7 | ||||
* | #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not null | Artur Signell | 2011-12-07 | 1 | -0/+5 |
| | | | | svn changeset:22308/svn branch:6.7 | ||||
* | #7008 Table.setTableFieldFactory should refresh content | Artur Signell | 2011-12-07 | 1 | -0/+3 |
| | | | | svn changeset:22307/svn branch:6.7 | ||||
* | #7704 javadoc | Artur Signell | 2011-12-07 | 1 | -1/+1 |
| | | | | svn changeset:22306/svn branch:6.7 | ||||
* | #6862 Update Application.getWindow Javadoc | Artur Signell | 2011-12-07 | 1 | -8/+8 |
| | | | | svn changeset:22305/svn branch:6.7 | ||||
* | #7630 Removed note about LoginForm being new | Artur Signell | 2011-12-07 | 1 | -2/+0 |
| | | | | svn changeset:22304/svn branch:6.7 | ||||
* | #6937 Javadoc fix | Artur Signell | 2011-12-07 | 1 | -2/+2 |
| | | | | svn changeset:22303/svn branch:6.7 | ||||
* | #5783, #4977 Improved Slider javadoc | Artur Signell | 2011-12-07 | 1 | -39/+63 |
| | | | | svn changeset:22302/svn branch:6.7 | ||||
* | #8035 Extra event on TextField with ActionHandler | Leif Åstrand | 2011-12-07 | 1 | -0/+13 |
| | | | | svn changeset:22284/svn branch:6.7 | ||||
* | Fixed regression in #7127 patch: doubleclick events must be sent immediately | Johannes Dahlström | 2011-12-07 | 1 | -1/+1 |
| | | | | svn changeset:22278/svn branch:6.7 | ||||
* | Updated formatting | Leif Åstrand | 2011-12-07 | 1 | -6/+6 |
| | | | | svn changeset:22265/svn branch:6.7 | ||||
* | Fix for #7127 - Table selection breaks if ItemClickListener calls requestRepaint | Johannes Dahlström | 2011-12-07 | 1 | -40/+58 |
| | | | | svn changeset:22263/svn branch:6.7 | ||||
* | Remove unnecessary invocations of fixSpacers based on review (#8041) | Leif Åstrand | 2011-12-07 | 1 | -2/+0 |
| | | | | svn changeset:22251/svn branch:6.7 | ||||
* | Update container height for partial updates (#8041) | Leif Åstrand | 2011-12-07 | 1 | -0/+3 |
| | | | | svn changeset:22249/svn branch:6.7 | ||||
* | #3915 ChildComponentContainer fails to calculate width of its child widget ↵ | Leif Åstrand | 2011-12-05 | 1 | -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 conventions | Johannes Dahlström | 2011-11-29 | 2 | -8/+8 |
| | | | | svn changeset:22171/svn branch:6.7 | ||||
* | #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ↵ | Henri Sara | 2011-11-28 | 2 | -4/+8 |
| | | | | | | been rendered yet svn changeset:22147/svn branch:6.7 | ||||
* | #8009 Moved DemoLauncher to tests/testbench | Artur Signell | 2011-11-28 | 3 | -499/+0 |
| | | | | svn changeset:22143/svn branch:6.7 | ||||
* | #8009 Remove DemoLauncher from project | Artur Signell | 2011-11-28 | 1 | -213/+0 |
| | | | | svn changeset:22142/svn branch:6.7 | ||||
* | Fixed batch for #7668 - addComponent methods *must* add the component to the ↵ | Johannes Dahlström | 2011-11-24 | 2 | -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 test | Henri Sara | 2011-11-24 | 1 | -1/+2 |
| | | | | svn changeset:22120/svn branch:6.7 | ||||
* | #7988 TreeTable.setCollapsed(...) should refresh UI | Henri Sara | 2011-11-24 | 2 | -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öm | 2011-11-24 | 2 | -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 zero | Henri Sara | 2011-11-22 | 1 | -11/+6 |
| | | | | svn changeset:22097/svn branch:6.7 | ||||
* | Fixed potential NullPointerException | Johannes Dahlström | 2011-11-22 | 1 | -3/+3 |
| | | | | svn changeset:22096/svn branch:6.7 | ||||
* | #7908 added comments, don't call onScroll(null) if page length is zero and ↵ | Henri Sara | 2011-11-21 | 1 | -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 Sara | 2011-11-21 | 1 | -2/+5 |
| | | | | | | related test svn changeset:22082/svn branch:6.7 | ||||
* | Patch and TestBench script for issue #7916 - setting VWindow height to ↵ | Johannes Dahlström | 2011-11-18 | 1 | -18/+30 |
| | | | | | | undefined was a no-op svn changeset:22063/svn branch:6.7 | ||||
* | #6494 Making tables invisible and visible again does not work correctly | Artur Signell | 2011-11-18 | 1 | -0/+8 |
| | | | | svn changeset:22059/svn branch:6.7 | ||||
* | #4426 avoid calling datasource.getValue() multiple times unnecessarily | Henri Sara | 2011-11-18 | 1 | -4/+9 |
| | | | | svn changeset:22058/svn branch:6.7 | ||||
* | #7647 ComboBox popup content disappears on up/down button double click | Artur Signell | 2011-11-17 | 1 | -3/+16 |
| | | | | svn changeset:22047/svn branch:6.7 | ||||
* | #7949 ComboBox incorrectly shows paging buttons when filtering | Artur Signell | 2011-11-17 | 1 | -1/+0 |
| | | | | svn changeset:22038/svn branch:6.7 | ||||
* | #6978 VFilterSelect should consume key events and should not pass them to ↵ | Artur Signell | 2011-11-17 | 1 | -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 matches | Artur Signell | 2011-11-17 | 1 | -0/+2 |
| | | | | svn changeset:22033/svn branch:6.7 | ||||
* | Corrected typo: waitingForFilteringReponse -> waitingForFilteringResponse | Artur Signell | 2011-11-17 | 1 | -11/+11 |
| | | | | svn changeset:22029/svn branch:6.7 | ||||
* | #7062 ComboBox shows required indicator when in read only | Artur Signell | 2011-11-17 | 1 | -1/+1 |
| | | | | svn changeset:22023/svn branch:6.7 | ||||
* | Form and Table now sets property to fields Viewer property if one exists. ↵ | Matti Tahvonen | 2011-11-16 | 3 | -4/+57 |
| | | | | | | fixes #7942 svn changeset:22019/svn branch:6.7 | ||||
* | PropertyFormatter's format now don't get called with weird Boolean value ↵ | Matti Tahvonen | 2011-11-16 | 1 | -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 Signell | 2011-11-15 | 1 | -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 Sara | 2011-11-15 | 1 | -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 Signell | 2011-11-15 | 1 | -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 cleanup | Artur Signell | 2011-11-15 | 1 | -28/+37 |
| | | | | svn changeset:21998/svn branch:6.7 | ||||
* | #7739 Removed unused code | Artur Signell | 2011-11-14 | 1 | -11/+5 |
| | | | | svn changeset:21989/svn branch:6.7 | ||||
* | #7739 Split enter handling for input field and for popup | Artur Signell | 2011-11-14 | 1 | -25/+36 |
| | | | | svn changeset:21988/svn branch:6.7 | ||||
* | #7739 Renamed variables to be more descriptive | Artur Signell | 2011-11-14 | 1 | -18/+19 |
| | | | | svn changeset:21983/svn branch:6.7 | ||||
* | #7923 Shrinking browser window not detected if resizeLazy is enabled | Leif Åstrand | 2011-11-11 | 1 | -1/+2 |
| | | | | svn changeset:21974/svn branch:6.7 | ||||
* | Fix restore of display style based on review (#3125) | Leif Åstrand | 2011-11-11 | 1 | -1/+1 |
| | | | | svn changeset:21968/svn branch:6.7 | ||||
* | Hide all Vaadin apps on the same page before checking available width (#3125) | Leif Åstrand | 2011-11-10 | 1 | -13/+54 |
| | | | | svn changeset:21960/svn branch:6.7 | ||||
* | Removed svn:executable property to avoid problems with Git on Windows | Artur Signell | 2011-11-08 | 2 | -0/+0 |
| | | | | svn changeset:21944/svn branch:6.7 |