| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- com.itmill.toolkit.external not yet fully renamed
svn changeset:7715/svn branch:6.0
|
|
|
|
| |
svn changeset:6398/svn branch:trunk
|
|
|
|
| |
svn changeset:5331/svn branch:trunk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
automated tests
* do not touch them unless you change automated test client's testcase scripts too.
* copy your testing application to package com.itmill.toolkit.automatedtests
* do not point to "development / testing / production" packages which are edited in the future without relation to testing
* use setDebugId's for all components that are used in testing
Moved few classes from "experimental" com.itmill.toolkit.tests package into "official" side.
Copied featurebrowser to automatedtests package and added setDebugId's for most components that are used in the testing.
svn changeset:4138/svn branch:trunk
|
| |
|
|
|
|
| |
svn changeset:4024/svn branch:trunk
|
|
|
|
| |
svn changeset:3996/svn branch:trunk
|
|
|
|
| |
svn changeset:3662/svn branch:trunk
|
|
|
|
|
|
| |
instead in combination with Size object (see ExpandLayout.java for example). OrderedLayout is no longer sizable. Table and Panel implement compatibility methods to proxy old size calls to the new Size object.
svn changeset:3228/svn branch:trunk
|
|
|
|
|
|
|
|
| |
Cleanup performed
Organized imports
Format
svn changeset:3162/svn branch:trunk
|
|
|
|
|
|
| |
According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions
svn changeset:2864/svn branch:trunk
|
|
|
|
|
|
| |
knees, suggest that you activate them individually.
svn changeset:2829/svn branch:trunk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Layout API changes: Layout extends Sizeable, Layout has two methods setMargin.
-OrderedLayout and GridLayout got two new mehtods: setSpacing and setComponentAlignment.
-Client-side layout implementations now mainly done using TABLE elements (changes to IOrderedLayout and IExpandLayout).
-IScrollTable initial height calculation modified (small fix, clientHeight -> offsetHeight).
-Some test modified to conform to new layout API.
-Small typo fixes in comments.
-OrderedLayout fix when changing orientation on the fly.
-Panel and TabSheet are no longer Layouts, only ComponentContainers.
-Refactored layout margins to use MarginInfo class, more readable, self-documenting code now.
svn changeset:2827/svn branch:trunk
|
|
|
|
| |
svn changeset:2760/svn branch:trunk
|
| |
|
|
|
|
| |
svn changeset:2754/svn branch:trunk
|
| |
|
|
|
|
| |
svn changeset:2745/svn branch:trunk
|
|
|
|
| |
svn changeset:2744/svn branch:trunk
|
|
when inspecting how components work within various layouts.
svn changeset:2743/svn branch:trunk
|