Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -144/+0 |
| | | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 | ||||
* | Test cases and fix for #2425/#2289 - Removing a Tab from TabSheet or ↵ | Artur Signell | 2009-01-11 | 1 | -4/+14 |
| | | | | | | Accordion should now work properly and onAttach is not called before child is attached. svn changeset:6496/svn branch:trunk | ||||
* | Extended test case and fix for #2289 - Client does not remove removed tabs ↵ | Artur Signell | 2008-12-08 | 1 | -0/+16 |
| | | | | | | from TabSheet/Accordion svn changeset:6117/svn branch:trunk | ||||
* | Fix for #2259 - Do not update cached TabSheet | Artur Signell | 2008-12-02 | 1 | -1/+3 |
| | | | | svn changeset:6064/svn branch:trunk | ||||
* | Fixed replaceChildComponent for TabSheet and Accordion (#2204) | Artur Signell | 2008-11-13 | 1 | -2/+3 |
| | | | | | | Fixed showing/hiding of tabs in TabSheet and Accordion svn changeset:5887/svn branch:trunk | ||||
* | Changed the way relative component sizes are handled. Relative sizes are now ↵ | Artur Signell | 2008-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | converted into pixel sizes in ApplictionConnection. All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator. This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102 Also fixes #2127 svn changeset:5570/svn branch:trunk | ||||
* | caption and icon setters to Paintable interface, major tabsheet refactoring, ↵ | Matti Tahvonen | 2008-08-11 | 1 | -76/+34 |
| | | | | | | client side caption handling for layouts svn changeset:5161/svn branch:trunk | ||||
* | fixing major issues in client side tabsheets (Widget structure, Paintable ↵ | Matti Tahvonen | 2008-05-14 | 1 | -5/+36 |
| | | | | | | unregistering) svn changeset:4476/svn branch:trunk | ||||
* | fixes #1618 | Matti Tahvonen | 2008-05-07 | 1 | -0/+10 |
| | | | | svn changeset:4359/svn branch:trunk | ||||
* | fixes #831 | Matti Tahvonen | 2008-05-06 | 1 | -3/+14 |
| | | | | svn changeset:4338/svn branch:trunk | ||||
* | fixes multiple issues with tabsheet, accordion, table etc | Matti Tahvonen | 2008-03-13 | 1 | -3/+3 |
| | | | | svn changeset:4033/svn branch:trunk | ||||
* | fixes #1185 enabled captions and other component generals for tabsheet | Matti Tahvonen | 2008-03-11 | 1 | -3/+2 |
| | | | | svn changeset:4022/svn branch:trunk | ||||
* | component implements sizeable and simple general terminal implementation | Matti Tahvonen | 2008-01-28 | 1 | -12/+0 |
| | | | | svn changeset:3662/svn branch:trunk | ||||
* | Corrected empty tab caption from " " to "" | Marc Englund | 2008-01-02 | 1 | -1/+1 |
| | | | | svn changeset:3346/svn branch:trunk | ||||
* | Proper implementation of alignments in IOrderedLayout + small fixes to ↵ | Jouni Koivuviita | 2007-12-18 | 1 | -3/+3 |
| | | | | | | css-files and some typos corrected svn changeset:3251/svn branch:trunk | ||||
* | New component: Accordion. Doesn't support sizing properly yet (only width). | Jouni Koivuviita | 2007-12-14 | 1 | -0/+118 |
-ITabsheet refactored: new superclass for different kinds of tabs, ITabsheetBase. Use this when you want to create some sort of tabbable component. svn changeset:3242/svn branch:trunk |