Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unified deprecation comments | Artur Signell | 2010-12-08 | 1 | -15/+14 |
| | | | | svn changeset:16409/svn branch:6.5 | ||||
* | Javadoc fix, rows are always explicitly specified for a TextArea | Artur Signell | 2010-12-08 | 1 | -3/+1 |
| | | | | svn changeset:16408/svn branch:6.5 | ||||
* | Opened up some baseline properties of GridLayout to make it more extendable. | John Alhroos | 2010-12-08 | 1 | -0/+36 |
| | | | | svn changeset:16399/svn branch:6.5 | ||||
* | Clarified comment | Artur Signell | 2010-12-08 | 2 | -2/+2 |
| | | | | svn changeset:16394/svn branch:6.5 | ||||
* | Added missing communication of rows and wordwrap attributes (#3752) | Artur Signell | 2010-12-08 | 2 | -2/+4 |
| | | | | svn changeset:16392/svn branch:6.5 | ||||
* | Added missing communication of rows and wordwrap attributes (#3752) | Artur Signell | 2010-12-08 | 2 | -3/+15 |
| | | | | svn changeset:16390/svn branch:6.5 | ||||
* | TextArea default value has always been "" and not null | Artur Signell | 2010-12-08 | 1 | -0/+1 |
| | | | | svn changeset:16389/svn branch:6.5 | ||||
* | Fixed another IE6 related width bug where the second select drops below the ↵ | Artur Signell | 2010-12-07 | 1 | -5/+9 |
| | | | | | | first one because of incorrect width calculations (#2942). svn changeset:16381/svn branch:6.5 | ||||
* | #2942 - Dual captions for TwinColSelect | Artur Signell | 2010-12-07 | 1 | -2/+2 |
| | | | | | | | Changed style names to be consistent with server side API Added test for caption style names svn changeset:16375/svn branch:6.5 | ||||
* | Fixed typo | Artur Signell | 2010-12-07 | 1 | -1/+1 |
| | | | | svn changeset:16367/svn branch:6.5 | ||||
* | #2942 - Dual captions for TwinColSelect | Artur Signell | 2010-12-07 | 1 | -3/+3 |
| | | | | | | | Measure instead of guess padding and border to get the right caption correctly aligned svn changeset:16355/svn branch:6.5 | ||||
* | #3752 - Refactor TextFields | Artur Signell | 2010-12-07 | 4 | -498/+546 |
| | | | | | | | | | | Made PasswordField, TextArea extend AbstractTextField instead of TextField Moved commonalities "columns", "input prompt", "text change event" and "cursor position" to AbstractTextField svn changeset:16354/svn branch:6.5 | ||||
* | Fixed height issue in IE6 | Artur Signell | 2010-12-07 | 1 | -1/+11 |
| | | | | svn changeset:16349/svn branch:6.5 | ||||
* | #3752 - Refactor TextFields | Artur Signell | 2010-12-07 | 1 | -3/+227 |
| | | | | svn changeset:16348/svn branch:6.5 | ||||
* | #6107 - VTwinColSelect should provide information about logical parts to ↵ | Artur Signell | 2010-12-07 | 1 | -1/+49 |
| | | | | | | TestBench svn changeset:16339/svn branch:6.5 | ||||
* | #2942 - Dual captions for TwinColSelect | Artur Signell | 2010-12-03 | 2 | -16/+236 |
| | | | | svn changeset:16320/svn branch:6.5 | ||||
* | Small javadoc formatting fix in Container | Henri Sara | 2010-12-03 | 1 | -4/+5 |
| | | | | svn changeset:16293/svn branch:6.5 | ||||
* | added possibility to auto scroll to recent console messages | Matti Tahvonen | 2010-12-02 | 1 | -3/+16 |
| | | | | svn changeset:16289/svn branch:6.5 | ||||
* | Javadocs and minor tuning with positioning | Matti Tahvonen | 2010-12-02 | 1 | -6/+56 |
| | | | | svn changeset:16278/svn branch:6.5 | ||||
* | #6074 more changes based on review | Henri Sara | 2010-12-02 | 1 | -2/+1 |
| | | | | svn changeset:16277/svn branch:6.5 | ||||
* | #6074 some more javadoc | Henri Sara | 2010-12-02 | 1 | -7/+21 |
| | | | | svn changeset:16276/svn branch:6.5 | ||||
* | #6074 changes based on code review | Henri Sara | 2010-12-02 | 3 | -105/+110 |
| | | | | svn changeset:16273/svn branch:6.5 | ||||
* | #6074 BeanIdResolver must implement Serializable | Henri Sara | 2010-12-02 | 1 | -1/+1 |
| | | | | svn changeset:16265/svn branch:6.5 | ||||
* | #6074 bean property based item id resolver for BeanContainer | Henri Sara | 2010-12-01 | 2 | -2/+82 |
| | | | | svn changeset:16256/svn branch:6.5 | ||||
* | #6074 support item id resolvers in BeanContainer: basic mechanisms, more ↵ | Henri Sara | 2010-12-01 | 3 | -28/+304 |
| | | | | | | container tests svn changeset:16255/svn branch:6.5 | ||||
* | #6076 - Debug console logs an error when clicking on "variables" or a sub item | Artur Signell | 2010-11-30 | 1 | -1/+6 |
| | | | | svn changeset:16242/svn branch:6.5 | ||||
* | #6080 - Debug console should log exception type and not only message | Artur Signell | 2010-11-30 | 1 | -2/+17 |
| | | | | svn changeset:16241/svn branch:6.5 | ||||
* | #6082 - deprecated isSwitchMode | Artur Signell | 2010-11-30 | 1 | -0/+4 |
| | | | | svn changeset:16240/svn branch:6.5 | ||||
* | #6082 Suppressed deprecation warnings | Artur Signell | 2010-11-30 | 1 | -1/+3 |
| | | | | svn changeset:16239/svn branch:6.5 | ||||
* | #2387 | Artur Signell | 2010-11-30 | 1 | -2/+2 |
| | | | | | | Renamed inputEvent -> textChangeEvent for consistency svn changeset:16237/svn branch:6.5 | ||||
* | Reverted [16223] | John Alhroos | 2010-11-30 | 1 | -0/+23 |
| | | | | svn changeset:16234/svn branch:6.5 | ||||
* | #5713 clean up AbstractBeanContainer: use Item instead of BeanItem where ↵ | Henri Sara | 2010-11-30 | 1 | -15/+18 |
| | | | | | | applicable, suppress warnings svn changeset:16233/svn branch:6.5 | ||||
* | Additional fix for #6075 - CellBasedLayout does not update size correctly ↵ | Artur Signell | 2010-11-30 | 1 | -6/+11 |
| | | | | | | when set from client side svn changeset:16232/svn branch:6.5 | ||||
* | #5713 etc.: some BeanContainer, BeanItemContainer and AbstractBeanContainer ↵ | Henri Sara | 2010-11-30 | 3 | -7/+14 |
| | | | | | | changes based on review (API, generics, suppress warnings) svn changeset:16231/svn branch:6.5 | ||||
* | #6063 BeanItemContainer broken when working with an interface that extends ↵ | Henri Sara | 2010-11-30 | 1 | -5/+46 |
| | | | | | | another interface svn changeset:16225/svn branch:6.5 | ||||
* | Removed handlDynamicDimensions since it is redundant. #6075 | John Alhroos | 2010-11-30 | 1 | -24/+0 |
| | | | | svn changeset:16223/svn branch:6.5 | ||||
* | Fixed the 'bouncing columns' issue introduced in the fix for #5066 | Jonatan Kronqvist | 2010-11-30 | 2 | -7/+8 |
| | | | | svn changeset:16222/svn branch:6.5 | ||||
* | Fix for #6075 | John Alhroos | 2010-11-30 | 1 | -0/+30 |
| | | | | svn changeset:16217/svn branch:6.5 | ||||
* | #5713 BeanContainer that does not require item id to be the bean | Henri Sara | 2010-11-29 | 1 | -0/+95 |
| | | | | svn changeset:16216/svn branch:6.5 | ||||
* | Fix for #6064 | Jonatan Kronqvist | 2010-11-29 | 1 | -81/+61 |
| | | | | svn changeset:16215/svn branch:6.5 | ||||
* | #5946 / #5713 AbstractBeanContainer / BeanItemContainer changes based on review | Henri Sara | 2010-11-29 | 2 | -20/+8 |
| | | | | svn changeset:16214/svn branch:6.5 | ||||
* | Fixed a couple of width calculation bugs relating to #5066 | Jonatan Kronqvist | 2010-11-29 | 1 | -6/+17 |
| | | | | svn changeset:16208/svn branch:6.5 | ||||
* | Removed unused field | Artur Signell | 2010-11-29 | 1 | -2/+0 |
| | | | | svn changeset:16207/svn branch:6.5 | ||||
* | Fix for #6073 - TextChangeEvents no longer sent after blurring the field ↵ | Artur Signell | 2010-11-29 | 1 | -0/+1 |
| | | | | | | when in TIMEOUT mode svn changeset:16206/svn branch:6.5 | ||||
* | Fix for #6025 - TextChangeEvent that is lazy and uses timeout 0 should work ↵ | Artur Signell | 2010-11-29 | 1 | -0/+5 |
| | | | | | | as eager svn changeset:16202/svn branch:6.5 | ||||
* | Fix #6070 - Changing TextChangeEvent mode or timeout does not update to the ↵ | Artur Signell | 2010-11-29 | 1 | -0/+2 |
| | | | | | | client svn changeset:16201/svn branch:6.5 | ||||
* | Reverted [16195] as it causes NPE | Artur Signell | 2010-11-26 | 1 | -1/+1 |
| | | | | svn changeset:16196/svn branch:6.5 | ||||
* | Cosmetic change for #5994 fix | Artur Signell | 2010-11-26 | 1 | -1/+1 |
| | | | | svn changeset:16195/svn branch:6.5 | ||||
* | #6003 - Word wrap doesn't work in TextArea | Artur Signell | 2010-11-26 | 2 | -1/+34 |
| | | | | svn changeset:16192/svn branch:6.5 | ||||
* | Workaround for #6064 until fixed for real | Artur Signell | 2010-11-26 | 1 | -2/+7 |
| | | | | svn changeset:16190/svn branch:6.5 |