Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -225/+0 |
| | | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 | ||||
* | Implementation serialization support for Toolkit. Fixes #695 | Joonas Lehtinen | 2009-04-12 | 1 | -14/+19 |
| | | | | svn changeset:7387/svn branch:6.0 | ||||
* | Cleaned up the whole project | Artur Signell | 2009-01-02 | 1 | -0/+6 |
| | | | | svn changeset:6398/svn branch:trunk | ||||
* | fixed component iterator if composition root is not yet set | Matti Tahvonen | 2008-12-18 | 1 | -1/+1 |
| | | | | svn changeset:6268/svn branch:trunk | ||||
* | most component containers now default to 100% width | Matti Tahvonen | 2008-11-04 | 1 | -0/+3 |
| | | | | svn changeset:5809/svn branch:trunk | ||||
* | Mass format | Artur Signell | 2008-09-02 | 1 | -3/+3 |
| | | | | svn changeset:5331/svn branch:trunk | ||||
* | ensure repaint on composition root changes | Matti Tahvonen | 2008-04-24 | 1 | -0/+1 |
| | | | | svn changeset:4220/svn branch:trunk | ||||
* | Fixed #1590: AbstractComponentContainer and CustomComponent ↵ | Jani Laakso | 2008-04-23 | 1 | -6/+10 |
| | | | | | | setCompositionRoot throws exception svn changeset:4208/svn branch:trunk | ||||
* | fixed javadoc | Matti Tahvonen | 2008-03-04 | 1 | -10/+1 |
| | | | | svn changeset:3964/svn branch:trunk | ||||
* | Refactored CustomComponent. Fixed possible NPE in Abstract component. ↵ | Matti Tahvonen | 2008-03-04 | 1 | -413/+69 |
| | | | | | | Optimization for AbstractComponent. svn changeset:3963/svn branch:trunk | ||||
* | 1. Removed obsolete dependency framework methods and interface definitions. | Jani Laakso | 2008-02-06 | 1 | -13/+0 |
| | | | | | | | | 2. "Undeprecated" reflection based listeners, we still wish to support these. But I noted on javadoc that using these methods is discouraged and suggested better methods. svn changeset:3718/svn branch:trunk | ||||
* | setWidth(String) and setHeight(String) methods added to Sizeable | Matti Tahvonen | 2008-01-31 | 1 | -0/+10 |
| | | | | svn changeset:3680/svn branch:trunk | ||||
* | component implements sizeable and simple general terminal implementation | Matti Tahvonen | 2008-01-28 | 1 | -0/+52 |
| | | | | svn changeset:3662/svn branch:trunk | ||||
* | changed setting repaintRequestListenersNotified flag to same place as in ↵ | Matti Tahvonen | 2008-01-24 | 1 | -2/+1 |
| | | | | | | AbstractComponent (only when listener really found) svn changeset:3654/svn branch:trunk | ||||
* | refactored method name to correspond to the one (setDebugId) to be added to ↵ | Matti Tahvonen | 2007-12-14 | 1 | -2/+2 |
| | | | | | | GWT (according to rumors) svn changeset:3241/svn branch:trunk | ||||
* | added testingId field to Paintable | Matti Tahvonen | 2007-12-14 | 1 | -0/+10 |
| | | | | svn changeset:3240/svn branch:trunk | ||||
* | License header parametrized | Jani Laakso | 2007-12-04 | 1 | -31/+7 |
| | | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk | ||||
* | MASS REFORMAT. | Marc Englund | 2007-11-19 | 1 | -450/+465 |
| | | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk | ||||
* | setStyle() -> setStyleName() refactor (partial #890). Compromise: setStyle() ↵ | Marc Englund | 2007-10-22 | 1 | -7/+10 |
| | | | | | | _removed_ from Component, _deprecated_ in AbstractComponent. svn changeset:2577/svn branch:trunk | ||||
* | Deprecated dependency-framework. Fixes #871 | Joonas Lehtinen | 2007-10-21 | 1 | -38/+4 |
| | | | | svn changeset:2574/svn branch:trunk | ||||
* | Mass format based on eclipse build in formatting style. | Jani Laakso | 2007-10-09 | 1 | -1/+1 |
| | | | | svn changeset:2461/svn branch:trunk | ||||
* | Fixes #950 | Joonas Lehtinen | 2007-10-01 | 1 | -1/+3 |
| | | | | svn changeset:2406/svn branch:trunk | ||||
* | support for multiple style names | Matti Tahvonen | 2007-08-14 | 1 | -0/+17 |
| | | | | svn changeset:2004/svn branch:trunk | ||||
* | Moving #763 related changes to development branch 763_ATF_PID, these are ↵ | Jani Laakso | 2007-05-31 | 1 | -2/+1 |
| | | | | | | merged back to trunk once the feature is ready to be released. svn changeset:1544/svn branch:trunk | ||||
* | Added user interface identifier support for AbstractComponent and ↵ | Jani Laakso | 2007-05-11 | 1 | -1/+2 |
| | | | | | | | | CustomComponent. API change needs refactoring as currently Identifiable is plain class (not interface as requested by Joonas). svn changeset:1421/svn branch:trunk | ||||
* | Unified code style (indentation) based on default settings using Eclipse 3.2. | Jani Laakso | 2007-04-18 | 1 | -106/+138 |
| | | | | svn changeset:1256/svn branch:trunk | ||||
* | Constructors documents changed | Mohamed Atique | 2007-04-13 | 1 | -2/+2 |
| | | | | svn changeset:1230/svn branch:trunk | ||||
* | Pulled changesets from branches/4.0.0-SRIT into trunk, done by | Jani Laakso | 2007-04-12 | 1 | -58/+161 |
| | | | | | | | | | mohamed.atique@renaissance-it.com. All changes are related to javadocs only. Merge was done beetween revisions 924:1192. svn changeset:1212/svn branch:trunk | ||||
* | Fixed typo: "Intarfaces" => "Interfaces" | Jani Laakso | 2007-01-12 | 1 | -2/+2 |
| | | | | svn changeset:255/svn branch:toolkit | ||||
* | Fixed typo: "Intarfaces" => "Interfaces" | Jani Laakso | 2007-01-12 | 1 | -1/+1 |
| | | | | svn changeset:238/svn branch:toolkit | ||||
* | Refactoring: Enably -> IT Mill Toolkit | Joonas Lehtinen | 2006-11-01 | 1 | -0/+387 |
svn changeset:92/svn branch:toolkit |