summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* added possibility to auto scroll to recent console messagesMatti Tahvonen2010-12-021-3/+16
| | | | svn changeset:16289/svn branch:6.5
* Javadocs and minor tuning with positioningMatti Tahvonen2010-12-021-6/+56
| | | | svn changeset:16278/svn branch:6.5
* #6074 more changes based on reviewHenri Sara2010-12-021-2/+1
| | | | svn changeset:16277/svn branch:6.5
* #6074 some more javadocHenri Sara2010-12-021-7/+21
| | | | svn changeset:16276/svn branch:6.5
* #6074 changes based on code reviewHenri Sara2010-12-023-105/+110
| | | | svn changeset:16273/svn branch:6.5
* #6074 BeanIdResolver must implement SerializableHenri Sara2010-12-021-1/+1
| | | | svn changeset:16265/svn branch:6.5
* #6074 bean property based item id resolver for BeanContainerHenri Sara2010-12-012-2/+82
| | | | svn changeset:16256/svn branch:6.5
* #6074 support item id resolvers in BeanContainer: basic mechanisms, more ↵Henri Sara2010-12-013-28/+304
| | | | | | container tests svn changeset:16255/svn branch:6.5
* #6076 - Debug console logs an error when clicking on "variables" or a sub itemArtur Signell2010-11-301-1/+6
| | | | svn changeset:16242/svn branch:6.5
* #6080 - Debug console should log exception type and not only messageArtur Signell2010-11-301-2/+17
| | | | svn changeset:16241/svn branch:6.5
* #6082 - deprecated isSwitchModeArtur Signell2010-11-301-0/+4
| | | | svn changeset:16240/svn branch:6.5
* #6082 Suppressed deprecation warningsArtur Signell2010-11-301-1/+3
| | | | svn changeset:16239/svn branch:6.5
* #2387Artur Signell2010-11-301-2/+2
| | | | | | Renamed inputEvent -> textChangeEvent for consistency svn changeset:16237/svn branch:6.5
* Reverted [16223]John Alhroos2010-11-301-0/+23
| | | | svn changeset:16234/svn branch:6.5
* #5713 clean up AbstractBeanContainer: use Item instead of BeanItem where ↵Henri Sara2010-11-301-15/+18
| | | | | | applicable, suppress warnings svn changeset:16233/svn branch:6.5
* Additional fix for #6075 - CellBasedLayout does not update size correctly ↵Artur Signell2010-11-301-6/+11
| | | | | | when set from client side svn changeset:16232/svn branch:6.5
* #5713 etc.: some BeanContainer, BeanItemContainer and AbstractBeanContainer ↵Henri Sara2010-11-303-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 Sara2010-11-301-5/+46
| | | | | | another interface svn changeset:16225/svn branch:6.5
* Removed handlDynamicDimensions since it is redundant. #6075John Alhroos2010-11-301-24/+0
| | | | svn changeset:16223/svn branch:6.5
* Fixed the 'bouncing columns' issue introduced in the fix for #5066Jonatan Kronqvist2010-11-302-7/+8
| | | | svn changeset:16222/svn branch:6.5
* Fix for #6075John Alhroos2010-11-301-0/+30
| | | | svn changeset:16217/svn branch:6.5
* #5713 BeanContainer that does not require item id to be the beanHenri Sara2010-11-291-0/+95
| | | | svn changeset:16216/svn branch:6.5
* Fix for #6064Jonatan Kronqvist2010-11-291-81/+61
| | | | svn changeset:16215/svn branch:6.5
* #5946 / #5713 AbstractBeanContainer / BeanItemContainer changes based on reviewHenri Sara2010-11-292-20/+8
| | | | svn changeset:16214/svn branch:6.5
* Fixed a couple of width calculation bugs relating to #5066Jonatan Kronqvist2010-11-291-6/+17
| | | | svn changeset:16208/svn branch:6.5
* Removed unused fieldArtur Signell2010-11-291-2/+0
| | | | svn changeset:16207/svn branch:6.5
* Fix for #6073 - TextChangeEvents no longer sent after blurring the field ↵Artur Signell2010-11-291-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 Signell2010-11-291-0/+5
| | | | | | as eager svn changeset:16202/svn branch:6.5
* Fix #6070 - Changing TextChangeEvent mode or timeout does not update to the ↵Artur Signell2010-11-291-0/+2
| | | | | | client svn changeset:16201/svn branch:6.5
* Reverted [16195] as it causes NPEArtur Signell2010-11-261-1/+1
| | | | svn changeset:16196/svn branch:6.5
* Cosmetic change for #5994 fixArtur Signell2010-11-261-1/+1
| | | | svn changeset:16195/svn branch:6.5
* #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-262-1/+34
| | | | svn changeset:16192/svn branch:6.5
* Workaround for #6064 until fixed for realArtur Signell2010-11-261-2/+7
| | | | svn changeset:16190/svn branch:6.5
* Corrected SplitPanel default size (#6020)Artur Signell2010-11-261-0/+1
| | | | svn changeset:16176/svn branch:6.5
* Fix for #6060 - Moving a component from a GridLayout to a layout inside the ↵Artur Signell2010-11-251-1/+6
| | | | | | GridLayout causes the client side widget to be lost svn changeset:16167/svn branch:6.5
* Fix for #6061 - Moving a component from a AbsoluteLayout to a layout inside ↵Artur Signell2010-11-251-1/+8
| | | | | | the AbsoluteLayout causes the client side widget to be lost svn changeset:16166/svn branch:6.5
* Workaround for Safari 4 issue with #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-253-0/+26
| | | | svn changeset:16164/svn branch:6.5
* #5947 BeanItemContainer.addAll() should be public, related unit testHenri Sara2010-11-251-1/+1
| | | | svn changeset:16163/svn branch:6.5
* Refactor BeanItemContainer, splitting out the superclass ↵Henri Sara2010-11-252-699/+908
| | | | | | | | | | AbstractBeanContainer that does not assume that the item ids are the beans. Addresses #5713 (partly) BeanItemContainer should not require the bean to implement equals() and hashCode() in a certain way #5233 and #5946 Collection constructor of BeanItemContainer is problematic svn changeset:16162/svn branch:6.5
* Fixed IE issue with #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-251-4/+5
| | | | svn changeset:16157/svn branch:6.5
* Fix for #6056 - Removing max length restriction from a TextField does not ↵Artur Signell2010-11-251-1/+1
| | | | | | work in IE svn changeset:16154/svn branch:6.5
* Fix for #5502 - First menu item is rendered as active when other item is clickedArtur Signell2010-11-251-21/+0
| | | | svn changeset:16147/svn branch:6.5
* Fix for #5994 - Entering null value representation in TextField throws NPEArtur Signell2010-11-251-6/+16
| | | | svn changeset:16143/svn branch:6.5
* #6023 - Window overrides setParent for no reasonArtur Signell2010-11-251-10/+0
| | | | svn changeset:16136/svn branch:6.5
* Sorting indicator no longer overlaps the column header in tables. #5066 and ↵Jonatan Kronqvist2010-11-242-83/+146
| | | | | | | | #2681 The sorting indicator is now placed in its own div element instead of being added as a background picture for the existing header cell element. svn changeset:16130/svn branch:6.5
* #6049 do not re-filter BeanItemContainer if removing non-existing filtersHenri Sara2010-11-241-4/+8
| | | | svn changeset:16128/svn branch:6.5
* #6044 BeanItemContainer.getContainerProperty() should not throw NPE if item ↵Henri Sara2010-11-241-1/+5
| | | | | | not found svn changeset:16121/svn branch:6.5
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-231-3/+6
| | | | | | Updated demos and tests to use VerticalSplitPanel/HorizontalSplitPanel svn changeset:16114/svn branch:6.5
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-234-432/+460
| | | | | | Refactored SplitPanels to extend an AbstractSplitPanel super class. Deprecated the old SplitPanel class. svn changeset:16113/svn branch:6.5
* #6037 portlet context was not serializable because of a non-transient ↵Henri Sara2010-11-231-1/+1
| | | | | | portlet response field svn changeset:16107/svn branch:6.5