Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -1328/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+29 |
| | |||||
* | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 1 | -29/+10 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations | ||||
* | | Merge commit '99786' | Johannes Dahlström | 2012-06-11 | 1 | -46/+61 |
|\| | | | | | | | | | Conflicts: src/com/vaadin/ui/TabSheet.java | ||||
| * | [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, ↵ | Johannes Dahlström | 2012-05-18 | 1 | -46/+32 |
| | | | | | | | | | | | | in TabSheet.replaceComponent() svn changeset:23761/svn branch:6.8 | ||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-18 | 1 | -12/+16 |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/server-side/com/vaadin/tests/server/component/tabsheet/TestTabSheet.java | ||||
| * | #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 | ||||
* | | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. | ||||
* | | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -7/+6 |
| | | |||||
* | | Ensure table rows are sent when a Table tab is re-selected (#8642) | Leif Åstrand | 2012-04-11 | 1 | -0/+4 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-10 | 1 | -1/+22 |
|\| | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java | ||||
| * | #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 | ||||
* | | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -2/+0 |
| | | |||||
* | | #8437 Error indicators in tabs work again | Artur Signell | 2012-03-22 | 1 | -1/+6 |
| | | |||||
* | | Refactor error messages not to use UIDL (#8437). | Henri Sara | 2012-03-21 | 1 | -9/+3 |
| | | | | | | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed. | ||||
* | | Added generics to KeyMapper and made it based on HashMap instead of | Artur Signell | 2012-03-21 | 1 | -5/+4 |
| | | | | | | | | Hashtable | ||||
* | | Made TabSheet work again and removed TabSheet tab caching for now | Artur Signell | 2012-03-14 | 1 | -15/+27 |
| | | | | | | | | (part 2) | ||||
* | | Made TabSheet work again and removed TabSheet tab caching for now | Artur Signell | 2012-03-14 | 1 | -36/+9 |
| | | |||||
* | | #8500 Allow component containers to hide their children even though | Artur Signell | 2012-03-14 | 1 | -0/+5 |
| | | | | | | | | | | the children are visible. Allows Tabsheet to disallow updates to all tabs except the selected. | ||||
* | | #8510 Support using Resources through URLReference/ResourceReference in | Artur Signell | 2012-03-13 | 1 | -2/+1 |
| | | | | | | shared state and RPC calls | ||||
* | | Merge remote-tracking branch 'origin/6.8' | Johannes Dahlström | 2012-03-02 | 1 | -1/+53 |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java | ||||
| * | #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 | ||||
* | | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -6/+6 |
| | | |||||
* | | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -2/+2 |
| | | | | | | accordingly | ||||
* | | Communicate caption of components in shared state (#8304). | Henri Sara | 2012-02-23 | 1 | -1/+2 |
| | | |||||
* | | Communicate disabled flag in shared state (#8304). | Henri Sara | 2012-02-23 | 1 | -1/+3 |
| | | |||||
* | | Use constants for some more UIDL attribute names. | Henri Sara | 2012-02-22 | 1 | -0/+2 |
| | | |||||
* | | Convert some literal strings of UIDL attributes to use constants. | Henri Sara | 2012-02-21 | 1 | -2/+6 |
| | | |||||
* | | Split Accordion and TabSheet into widget + paintable | Artur Signell | 2012-01-31 | 1 | -2/+2 |
|/ | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -5/+5 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | #2669 Tabsheet failes to render cached tab | Leif Åstrand | 2011-09-13 | 1 | -1/+6 |
| | | | | svn changeset:20992/svn branch:6.7 | ||||
* | #5880 Removed some more Java 1.6 api that somehow slipped along | Leif Åstrand | 2011-08-16 | 1 | -1/+1 |
| | | | | svn changeset:20405/svn branch:6.7 | ||||
* | #5880 Add style name support for Tabsheet's Tab interface | Leif Åstrand | 2011-08-16 | 1 | -0/+56 |
| | | | | svn changeset:20402/svn branch:6.7 | ||||
* | #7128 Add TabSheet.addTab(Component,String) | Artur Signell | 2011-07-18 | 1 | -0/+20 |
| | | | | svn changeset:19827/svn branch:6.7 | ||||
* | JavaDoc fix. | John Alhroos | 2010-12-22 | 1 | -9/+4 |
| | | | | svn changeset:16618/svn branch:6.5 | ||||
* | - Changed get/setTabIndex to get/setTabPosition since tabIndex might be ↵ | John Alhroos | 2010-12-22 | 1 | -19/+18 |
| | | | | | | | | | | | associated with tabbing - Changed implementation of addTab (with position) so that it never moves a existing tab. - Added unit tests #6188 svn changeset:16617/svn branch:6.5 | ||||
* | Revised for #6188 | John Alhroos | 2010-12-21 | 1 | -9/+4 |
| | | | | svn changeset:16614/svn branch:6.5 | ||||
* | Fix for #6188 + Testbench tests | John Alhroos | 2010-12-21 | 1 | -2/+107 |
| | | | | svn changeset:16608/svn branch:6.5 | ||||
* | Organized imports | Artur Signell | 2010-11-16 | 1 | -2/+0 |
| | | | | svn changeset:16015/svn branch:6.5 | ||||
* | #4611 add getComponentCount() method for ComponentContainer implementations | Henri Sara | 2010-10-26 | 1 | -0/+10 |
| | | | | svn changeset:15724/svn branch:6.5 | ||||
* | #5692 Generics: server-side changes for changeVariables() and some component ↵ | Henri Sara | 2010-10-04 | 1 | -1/+1 |
| | | | | | | iterators svn changeset:15338/svn branch:6.5 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -0/+2 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | Added removeTab(Tab) to TabSheet, fixes #5179 | Marc Englund | 2010-06-15 | 1 | -0/+26 |
| | | | | svn changeset:13674/svn branch:6.4 | ||||
* | TabSheet: break out of loop earlier when suitable selected component found | Henri Sara | 2010-05-26 | 1 | -0/+1 |
| | | | | svn changeset:13374/svn branch:6.3 | ||||
* | #4641 Adding the same component multiple times to a TabSheet caused NPE | Henri Sara | 2010-05-26 | 1 | -7/+21 |
| | | | | svn changeset:13373/svn branch:6.3 | ||||
* | #4981 and #4935 TabSheet and Accordion javadoc and one import, no functional ↵ | Henri Sara | 2010-05-25 | 1 | -64/+158 |
| | | | | | | change svn changeset:13354/svn branch:6.3 |