Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [merge from 6.7] Remove invalid import used by javadocs | Automerge | 2012-05-15 | 1 | -1/+0 |
| | | | | svn changeset:23745/svn branch:6.8 | ||||
* | [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ↵ | Automerge | 2012-04-27 | 1 | -1/+1 |
| | | | | | | == will fail at least with JPAContainer as the entity provider provides the id instances and it is not guaranteed that the same instance is returned every time (e.g. if using a Long the longs represent the same number but are not the same instance) svn changeset:23655/svn branch:6.8 | ||||
* | Add support for html in buttons (#8663) | Leif Åstrand | 2012-04-26 | 1 | -0/+38 |
| | | | | svn changeset:23634/svn branch:6.8 | ||||
* | [merge from 6.7] Reverted #7607 fixes and removed the test for now because ↵ | Automerge | 2012-04-17 | 1 | -4/+7 |
| | | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8 | ||||
* | #8203 Improved javadoc, added null check | Johannes Dahlström | 2012-04-12 | 1 | -7/+10 |
| | | | | svn changeset:23504/svn branch:6.8 | ||||
* | Fixed #8653: addTab(index) should not throw if index is out of bounds | Johannes Dahlström | 2012-04-12 | 1 | -5/+6 |
| | | | | svn changeset:23503/svn branch:6.8 | ||||
* | #6155 Javadoc/comments; refresh field value from data source on attach | Johannes Dahlström | 2012-04-11 | 1 | -8/+39 |
| | | | | svn changeset:23476/svn branch:6.8 | ||||
* | Allow splitter position to be float to avoid rounding errors (#4296) | Artur Signell | 2012-04-10 | 1 | -13/+22 |
| | | | | svn changeset:23419/svn branch:6.8 | ||||
* | #8203 Added TabSheet#setSelectedTab(int) and ↵ | Johannes Dahlström | 2012-04-05 | 1 | -1/+22 |
| | | | | | | TabSheet#setSelectedTab(TabSheet.Tab) svn changeset:23408/svn branch:6.8 | ||||
* | Implemented #8307: Added AbstractField#removeAllValidators() | Johannes Dahlström | 2012-04-05 | 1 | -0/+10 |
| | | | | svn changeset:23407/svn branch:6.8 | ||||
* | Fixed #6155: stop listening to Property value change and read only status ↵ | Johannes Dahlström | 2012-04-05 | 1 | -20/+41 |
| | | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8 | ||||
* | #8209 Call click() from handleAction | Johannes Dahlström | 2012-03-20 | 1 | -3/+1 |
| | | | | svn changeset:23276/svn branch:6.8 | ||||
* | #8209 Added a public click() method to Button, simulating a click on server side | Johannes Dahlström | 2012-03-20 | 1 | -0/+11 |
| | | | | svn changeset:23275/svn branch:6.8 | ||||
* | #6085 Allow setting an alternate text for Embedded, for accessibility purposes | Johannes Dahlström | 2012-03-20 | 1 | -0/+33 |
| | | | | svn changeset:23268/svn branch:6.8 | ||||
* | [merge from 6.7] Documented that GridLayout coordinates are zero-based. Also ↵ | Automerge | 2012-03-16 | 1 | -111/+145 |
| | | | | | | cleaned up the GridLayout Javadocs generally. Fixes #8531. svn changeset:23256/svn branch:6.8 | ||||
* | [merge from 6.7] #7607 Make Table scroll to the very bottom when needed | Automerge | 2012-03-14 | 1 | -3/+7 |
| | | | | svn changeset:23242/svn branch:6.8 | ||||
* | [merge from 6.7] #8077 restored accidentally deleted comment | Automerge | 2012-03-01 | 1 | -0/+2 |
| | | | | svn changeset:23155/svn branch:6.8 | ||||
* | [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented ↵ | Automerge | 2012-02-29 | 1 | -15/+1 |
| | | | | | | the client-side row cache from being updated when adding/removing rows that are inside the cache area. This only occurred with Container.Indexed containers. svn changeset:23133/svn branch:6.8 | ||||
* | #5100 Support for server-side focus/blur listeners; handle disabled tabs ↵ | Johannes Dahlström | 2012-02-27 | 1 | -10/+27 |
| | | | | | | correctly; handle tab scrolling correctly; removed debug messages svn changeset:23113/svn branch:6.8 | ||||
* | Patch for #5100 - TabSheet keyboard navigation | Johannes Dahlström | 2012-02-16 | 1 | -1/+36 |
| | | | | | | | | | - The active tab button in the tab bar is now focusable by clicking or via tabulator - When the focus is in the tab bar, the tab can be changed with left and right arrow keys - Delete key closes the active focused tab if closable - TODO: programmatic control on server side, configurable keyboard shortcuts svn changeset:23052/svn branch:6.8 | ||||
* | Reverted bad commit [23048] | Johannes Dahlström | 2012-02-16 | 1 | -36/+1 |
| | | | | svn changeset:23050/svn branch:6.8 | ||||
* | #5100 test case | Johannes Dahlström | 2012-02-16 | 1 | -1/+36 |
| | | | | svn changeset:23048/svn branch:6.8 | ||||
* | Synchronized 6.8 branch between svn and git. | Build Agent | 2012-01-31 | 2 | -28/+4 |
| | |||||
* | #8311 Converted CRLF to LF in all source files | Artur Signell | 2012-01-27 | 3 | -257/+257 |
| | | | | svn changeset:22797/svn branch:6.7 | ||||
* | #8170: Symmetrically with attach(), Window.detach() should call detach() for ↵ | Johannes Dahlström | 2011-12-22 | 1 | -0/+13 |
| | | | | | | subwindows svn changeset:22472/svn branch:6.7 | ||||
* | Fix #8170: Window.attach() did not call attach() for subwindows | Johannes Dahlström | 2011-12-22 | 1 | -0/+11 |
| | | | | svn changeset:22471/svn branch:6.7 | ||||
* | [merge from 6.7] #8045 Removed incorrect/confusing javadoc | Artur Signell | 2012-01-27 | 1 | -13/+0 |
| | | | | svn changeset:22769/svn branch:6.8 | ||||
* | #8273 Added sanity check to prevent trying to render past the end of the ↵ | Johannes Dahlström | 2012-01-23 | 1 | -0/+3 |
| | | | | | | cells array svn changeset:22745/svn branch:6.8 | ||||
* | #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout | Artur Signell | 2012-01-12 | 1 | -1/+25 |
| | | | | svn changeset:22620/svn branch:6.8 | ||||
* | Merge from 6.7 | Johannes Dahlström | 2012-01-12 | 1 | -0/+10 |
| | | | | svn changeset:22607/svn branch:6.8 | ||||
* | Merged changes from 6.7 | Johannes Dahlström | 2011-12-30 | 1 | -0/+24 |
| | | | | svn changeset:22500/svn branch:6.8 | ||||
* | Merged changes from 6.8 | Johannes Dahlström | 2011-12-22 | 1 | -1/+3 |
| | | | | svn changeset:22469/svn branch:6.8 | ||||
* | #8089 Don't fire TextChangeEvent inside TextChangeEvent | Leif Åstrand | 2011-12-09 | 1 | -7/+9 |
| | | | | svn changeset:22361/svn branch:6.7 | ||||
* | Merged #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 79 | -144/+144 |
|\ | | | | | | | svn changeset:22325/svn branch:6.8 | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 79 | -144/+144 |
| | | | | | | | | svn changeset:22317/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 | ||||
| * | #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 | ||||
| * | #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 | ||||
| * | 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 | ||||
| * | #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 | 2 | -3/+56 |
| | | | | | | | | | | | | fixes #7942 svn changeset:22019/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 |