Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 14 | -7630/+0 |
| | | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 | ||||
* | Fix for #2917 - BeanItemContainer.sort fails if property value is null | Artur Signell | 2009-05-08 | 1 | -6/+25 |
| | | | | svn changeset:7691/svn branch:6.0 | ||||
* | Merged: | Artur Signell | 2009-04-23 | 1 | -0/+11 |
| | | | | | | Added addBean(BT bean) convenience method to BeanItemContainer svn changeset:7497/svn branch:6.0 | ||||
* | Merged: | Artur Signell | 2009-04-21 | 1 | -16/+28 |
| | | | | | | | | Fixed #2857 - Added checks for constructor arguments. Added a simple test case for BeanItemContainer. Changed BeanItemContainer to always return BeanItems instead of generic Items. svn changeset:7468/svn branch:6.0 | ||||
* | Additional fix for #695 - Serialization support: Fixed NPE in MethodProperty | Artur Signell | 2009-04-17 | 1 | -6/+24 |
| | | | | svn changeset:7457/svn branch:6.0 | ||||
* | BeanItemContainer javadoc merge to 6.0. | Henri Sara | 2009-04-17 | 1 | -11/+50 |
| | | | | svn changeset:7452/svn branch:6.0 | ||||
* | Implementation serialization support for Toolkit. Fixes #695 | Joonas Lehtinen | 2009-04-12 | 13 | -67/+75 |
| | | | | svn changeset:7387/svn branch:6.0 | ||||
* | #1061: merged [7281] from 5.4: BeanItemContainer no longer requires a public ↵ | Henri Sara | 2009-04-02 | 2 | -56/+90 |
| | | | | | | default constructor in the bean and supports bean subclasses (with parent properties only) svn changeset:7282/svn branch:6.0 | ||||
* | #2517 merged to 6.0: BeanItemContainer ate exceptions; generalized Filter ↵ | Henri Sara | 2009-04-01 | 3 | -102/+90 |
| | | | | | | from IndexedContainer. svn changeset:7270/svn branch:6.0 | ||||
* | #1061: merge to 6.0 of BeanItemContainer filtering fixes and other ↵ | Henri Sara | 2009-04-01 | 2 | -53/+182 |
| | | | | | | improvements, interactive test class svn changeset:7269/svn branch:6.0 | ||||
* | #1061: merge to 6.0 of initial import of BeanItemContainer to the toolkit | Henri Sara | 2009-04-01 | 1 | -0/+354 |
| | | | | svn changeset:7268/svn branch:6.0 | ||||
* | #2809 merged to 6.0: IndexedContainer.addItemAt() added items at incorrect ↵ | Henri Sara | 2009-04-01 | 1 | -44/+94 |
| | | | | | | position when the container is filtered svn changeset:7267/svn branch:6.0 | ||||
* | #2808 merged to 6.0: IndexedContainer.indexOfId() fix and an interactive ↵ | Henri Sara | 2009-04-01 | 1 | -14/+13 |
| | | | | | | test class svn changeset:7266/svn branch:6.0 | ||||
* | Merge from 5.3 to 6.0: | Henri Sara | 2009-03-25 | 1 | -11/+4 |
| | | | | | | | | | [7128] Fixes to merge tool. [7129] Merge from branches/manual_2009_03 to versions/5.3 (multiple changesets) [7131] Fixed language problems in the section on layout cell spacing. [7132] Use 24 hour format instead of 12 hour for Eclipse Manual plugin timestamp. svn changeset:7169/svn branch:6.0 | ||||
* | Merge #2687 to 6.0 | Henri Sara | 2009-03-24 | 1 | -9/+10 |
| | | | | svn changeset:7162/svn branch:6.0 | ||||
* | Fix for #2585 - NullPointerException when detaching an item in ↵ | Artur Signell | 2009-02-13 | 1 | -1/+1 |
| | | | | | | HierarchicalContainer svn changeset:6826/svn branch:trunk | ||||
* | fixes ##2462 + removed lot of obsolete copy pasted docs + cleaning docs | Matti Tahvonen | 2009-01-19 | 1 | -254/+187 |
| | | | | svn changeset:6598/svn branch:trunk | ||||
* | Cleaned up the whole project | Artur Signell | 2009-01-02 | 10 | -2/+34 |
| | | | | svn changeset:6398/svn branch:trunk | ||||
* | fixes #2398 | Matti Tahvonen | 2008-12-21 | 1 | -5/+37 |
| | | | | svn changeset:6312/svn branch:trunk | ||||
* | Published MethodProperty.fireValueChange(). This makes possible to force ↵ | Joonas Lehtinen | 2008-10-24 | 1 | -1/+1 |
| | | | | | | events sending from MethodProperty that now support ValueChangeListener interface. svn changeset:5722/svn branch:trunk | ||||
* | Proposal for better formatting API replacing TextField.setFormatter() | Joonas Lehtinen | 2008-09-16 | 1 | -0/+388 |
| | | | | svn changeset:5414/svn branch:trunk | ||||
* | Mass format | Artur Signell | 2008-09-02 | 7 | -268/+269 |
| | | | | svn changeset:5331/svn branch:trunk | ||||
* | Fix for #2036 | Artur Signell | 2008-09-02 | 1 | -6/+7 |
| | | | | svn changeset:5330/svn branch:trunk | ||||
* | Fixed for #2006 - updated error handling | Artur Signell | 2008-08-28 | 1 | -50/+54 |
| | | | | svn changeset:5281/svn branch:trunk | ||||
* | Fixes #1995: Cannot add items to IndexedContainer when using filters | Joonas Lehtinen | 2008-08-21 | 1 | -92/+92 |
| | | | | svn changeset:5234/svn branch:trunk | ||||
* | Unified constructors + getter required, setter not; fixes #1998 and ↵ | Marc Englund | 2008-08-21 | 1 | -32/+8 |
| | | | | | | really-fixes #1076 svn changeset:5233/svn branch:trunk | ||||
* | Now implements ValueChangeNotifier. Fixes #1978. | Marc Englund | 2008-08-20 | 1 | -1/+78 |
| | | | | svn changeset:5221/svn branch:trunk | ||||
* | removed IndexedContainer.equals + hashCode. fixes #1980 with ↵ | Matti Tahvonen | 2008-08-15 | 1 | -96/+4 |
| | | | | | | [5181],[5182],[5183],[5184],[5185] svn changeset:5186/svn branch:trunk | ||||
* | Optimizing IndexedContainerItem hashCode (or making it practical) | Matti Tahvonen | 2008-08-14 | 1 | -1/+1 |
| | | | | svn changeset:5184/svn branch:trunk | ||||
* | Optimizing IndexedContainerProperty hashCode (or making it practical) | Matti Tahvonen | 2008-08-14 | 1 | -9/+13 |
| | | | | svn changeset:5183/svn branch:trunk | ||||
* | Added a convenience constructor for BeanItem | Joonas Lehtinen | 2008-05-19 | 1 | -0/+48 |
| | | | | svn changeset:4543/svn branch:trunk | ||||
* | Fixes #1373 | Joonas Lehtinen | 2008-05-14 | 3 | -1/+15 |
| | | | | svn changeset:4483/svn branch:trunk | ||||
* | Fixes #657 (throws if setArgs == null) | Marc Englund | 2008-05-07 | 1 | -4/+9 |
| | | | | svn changeset:4365/svn branch:trunk | ||||
* | trying to fix table issues | Matti Tahvonen | 2008-02-11 | 1 | -3/+3 |
| | | | | svn changeset:3766/svn branch:trunk | ||||
* | updateHierarchicalWrapper() produced duplicate nodes when setting parent for ↵ | Marc Englund | 2008-02-11 | 1 | -5/+6 |
| | | | | | | a root node (moving it in the hierarchy). Fixes #1385 svn changeset:3764/svn branch:trunk | ||||
* | table now refreshes its contents and does component attaching etc in right ↵ | Matti Tahvonen | 2008-02-08 | 1 | -11/+26 |
| | | | | | | place (not during paint phase) svn changeset:3757/svn branch:trunk | ||||
* | Fixed PiggybackListener.equals() | Marc Englund | 2008-01-31 | 2 | -10/+12 |
| | | | | svn changeset:3685/svn branch:trunk | ||||
* | Fixed two NPE situations. | Marc Englund | 2008-01-31 | 1 | -0/+6 |
| | | | | svn changeset:3679/svn branch:trunk | ||||
* | Wrapper now piggybacks on listeners in order to update content as ↵ | Marc Englund | 2008-01-31 | 1 | -10/+51 |
| | | | | | | | | appropriate (#1370). Also fixed a few NPEs when wrapping a ContainerOrdered. svn changeset:3678/svn branch:trunk | ||||
* | ContainerHierarchicalWrapper now notices changes to the wrapped container by ↵ | Marc Englund | 2008-01-31 | 1 | -5/+47 |
| | | | | | | piggybacking on listeners added by the wrapper 'user'. svn changeset:3677/svn branch:trunk | ||||
* | replaced bad javadoc comments with non-javadocs | Matti Tahvonen | 2007-12-28 | 1 | -5/+9 |
| | | | | svn changeset:3319/svn branch:trunk | ||||
* | replaced bad javadoc comments with non-javadocs | Matti Tahvonen | 2007-12-28 | 1 | -3/+9 |
| | | | | svn changeset:3318/svn branch:trunk | ||||
* | replaced bad javadoc comments with non-javadocs | Matti Tahvonen | 2007-12-28 | 1 | -11/+27 |
| | | | | svn changeset:3317/svn branch:trunk | ||||
* | replaced bad javadoc comments with non-javadocs | Matti Tahvonen | 2007-12-28 | 1 | -8/+16 |
| | | | | svn changeset:3316/svn branch:trunk | ||||
* | License header parametrized | Jani Laakso | 2007-12-04 | 10 | -472/+233 |
| | | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk | ||||
* | Fixed NPE in filtering (property.toString() can be null) | Marc Englund | 2007-11-27 | 1 | -1/+1 |
| | | | | svn changeset:3003/svn branch:trunk | ||||
* | MASS REFORMAT. | Marc Englund | 2007-11-19 | 10 | -5756/+6049 |
| | | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk | ||||
* | Fixed #1076 BeanItem fails if getter not defined | Jani Laakso | 2007-11-02 | 1 | -3/+5 |
| | | | | svn changeset:2687/svn branch:trunk | ||||
* | Removing filters didn't fireContentsChange() | Matti Tahvonen | 2007-11-02 | 1 | -1/+4 |
| | | | | svn changeset:2685/svn branch:trunk | ||||
* | Container.Filterable implementation in IndexedContainer. Test-class for it. | Joonas Lehtinen | 2007-11-01 | 1 | -10/+203 |
| | | | | svn changeset:2664/svn branch:trunk |