]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
14 years agoremoved recycling of event object, made events immutable so jvm can optimize things...
Matti Tahvonen [Fri, 15 Oct 2010 14:03:10 +0000 (14:03 +0000)]
removed recycling of event object, made events immutable so jvm can optimize things better. Tested roughly with sampler, 1Gb random file and visualvm: effect very small, negligible if tracking is used (paint phase creates a lot more objects). Server on a separate hardware + several clients might cause slightly different results, but I suspect that the difference would still be negligible.

svn changeset:15566/svn branch:6.5

14 years agosimplified the way how support for old api was built
Matti Tahvonen [Fri, 15 Oct 2010 13:55:13 +0000 (13:55 +0000)]
simplified the way how support for old api was built

svn changeset:15565/svn branch:6.5

14 years agoField renamed in VDragAndDropWrapper
Henri Sara [Thu, 14 Oct 2010 13:04:42 +0000 (13:04 +0000)]
Field renamed in VDragAndDropWrapper

svn changeset:15554/svn branch:6.5

14 years agoMinor javadoc/comment fixes around upload functionality, removed extra semicolon
Henri Sara [Thu, 14 Oct 2010 12:40:28 +0000 (12:40 +0000)]
Minor javadoc/comment fixes around upload functionality, removed extra semicolon

svn changeset:15553/svn branch:6.5

14 years agoBackported change that does not need to be merged
Artur Signell [Thu, 14 Oct 2010 07:54:26 +0000 (07:54 +0000)]
Backported change that does not need to be merged

svn changeset:15550/svn branch:6.5

14 years agoMerged fix for #5766
Artur Signell [Thu, 14 Oct 2010 07:49:28 +0000 (07:49 +0000)]
Merged fix for #5766

svn changeset:15549/svn branch:6.5

14 years agoMerged test updates from 6.4
Artur Signell [Thu, 14 Oct 2010 07:46:47 +0000 (07:46 +0000)]
Merged test updates from 6.4

svn changeset:15547/svn branch:6.5

14 years agoMerged multiple bug fixes and test updates from 6.4
Artur Signell [Thu, 14 Oct 2010 07:45:34 +0000 (07:45 +0000)]
Merged multiple bug fixes and test updates from 6.4

svn changeset:15546/svn branch:6.5

14 years agoOrganize imports.
Artur Signell [Thu, 14 Oct 2010 06:19:09 +0000 (06:19 +0000)]
Organize imports.

svn changeset:15544/svn branch:6.5

14 years agoRemoved java6 @Override annotations
Artur Signell [Thu, 14 Oct 2010 06:09:00 +0000 (06:09 +0000)]
Removed java6 @Override annotations

svn changeset:15543/svn branch:6.4

14 years ago"Immediate" toggle support
Artur Signell [Wed, 13 Oct 2010 21:07:21 +0000 (21:07 +0000)]
"Immediate" toggle support
Remove log entries from default settings

svn changeset:15541/svn branch:6.4

14 years agoSplit part of ComponentTestCase to AbstractComponentTestCase and added a MenuBasedCom...
Artur Signell [Wed, 13 Oct 2010 20:31:50 +0000 (20:31 +0000)]
Split part of ComponentTestCase to AbstractComponentTestCase and added a MenuBasedComponentTestCase.

Updated Tables test case to use MenuBasedComponentTestCase.

Should be backwards compatible for existing tests

svn changeset:15540/svn branch:6.4

14 years ago#3548 - Table.setColumnCollapsed should not throw IllegalAccessException
Artur Signell [Wed, 13 Oct 2010 19:55:47 +0000 (19:55 +0000)]
#3548 - Table.setColumnCollapsed should not throw IllegalAccessException

svn changeset:15539/svn branch:6.5

14 years agoReverted [15536] and [15537] which were commited to wrong branch
Artur Signell [Wed, 13 Oct 2010 19:51:20 +0000 (19:51 +0000)]
Reverted [15536] and [15537] which were commited to wrong branch

svn changeset:15538/svn branch:6.4

14 years ago#3548 - Table.setColumnCollapsed should not throw IllegalAccessException
Artur Signell [Wed, 13 Oct 2010 19:20:27 +0000 (19:20 +0000)]
#3548 - Table.setColumnCollapsed should not throw IllegalAccessException

svn changeset:15537/svn branch:6.4

14 years ago#3548 - Table.setColumnCollapsed should not throw IllegalAccessException
Artur Signell [Wed, 13 Oct 2010 19:19:28 +0000 (19:19 +0000)]
#3548 - Table.setColumnCollapsed should not throw IllegalAccessException

svn changeset:15536/svn branch:6.4

14 years agoInclude version info in package manifest. Fixes #5766.
Marko Grönroos [Wed, 13 Oct 2010 15:37:24 +0000 (15:37 +0000)]
Include version info in package manifest. Fixes #5766.

svn changeset:15535/svn branch:6.4

14 years agoremoved obsolete log messages
Matti Tahvonen [Wed, 13 Oct 2010 12:07:38 +0000 (12:07 +0000)]
removed obsolete log messages

svn changeset:15530/svn branch:6.5

14 years agoopening Upload for extension
Matti Tahvonen [Tue, 12 Oct 2010 19:28:41 +0000 (19:28 +0000)]
opening Upload for extension

svn changeset:15525/svn branch:6.5

14 years agocleaning the receiver list when receiving is complete
Matti Tahvonen [Tue, 12 Oct 2010 15:21:59 +0000 (15:21 +0000)]
cleaning the receiver list when receiving is complete

svn changeset:15524/svn branch:6.5

14 years agoremoved done todo + added API that don't use deprecated Receiver, fine tuning #5741
Matti Tahvonen [Tue, 12 Oct 2010 15:20:48 +0000 (15:20 +0000)]
removed done todo + added API that don't use deprecated Receiver, fine tuning #5741

svn changeset:15523/svn branch:6.5

14 years agofixes #5779
Matti Tahvonen [Tue, 12 Oct 2010 13:58:44 +0000 (13:58 +0000)]
fixes #5779

svn changeset:15522/svn branch:6.5

14 years agoMerged #5778 related changes to 6.4 branch
Matti Tahvonen [Tue, 12 Oct 2010 13:28:04 +0000 (13:28 +0000)]
Merged #5778 related changes to 6.4 branch

svn changeset:15521/svn branch:6.4

14 years agofixes #5778
Matti Tahvonen [Tue, 12 Oct 2010 13:07:43 +0000 (13:07 +0000)]
fixes #5778

svn changeset:15519/svn branch:6.5

14 years agotest script
Matti Tahvonen [Tue, 12 Oct 2010 13:06:41 +0000 (13:06 +0000)]
test script

svn changeset:15518/svn branch:6.5

14 years agotest case for #5778
Matti Tahvonen [Tue, 12 Oct 2010 13:00:46 +0000 (13:00 +0000)]
test case for #5778

svn changeset:15517/svn branch:6.5

14 years agoUpdated test to catch #5772
Artur Signell [Tue, 12 Oct 2010 08:35:38 +0000 (08:35 +0000)]
Updated test to catch #5772

svn changeset:15513/svn branch:6.4

14 years agoMissing debugId
Artur Signell [Tue, 12 Oct 2010 08:35:23 +0000 (08:35 +0000)]
Missing debugId

svn changeset:15512/svn branch:6.5

14 years agoUpdated test to catch #5772
Artur Signell [Tue, 12 Oct 2010 06:56:47 +0000 (06:56 +0000)]
Updated test to catch #5772

svn changeset:15506/svn branch:6.5

14 years agoAdd default debugId to Log
Artur Signell [Tue, 12 Oct 2010 06:55:58 +0000 (06:55 +0000)]
Add default debugId to Log

svn changeset:15505/svn branch:6.4

14 years agoEnsure valuechangelistener is called for Selects for the default value
Artur Signell [Tue, 12 Oct 2010 05:27:40 +0000 (05:27 +0000)]
Ensure valuechangelistener is called for Selects for the default value

svn changeset:15496/svn branch:6.4

14 years agoAdded support for a Log component
Artur Signell [Tue, 12 Oct 2010 05:27:08 +0000 (05:27 +0000)]
Added support for a Log component

svn changeset:15495/svn branch:6.4

14 years agoAdded a mention of server-side logging to the release notes
Jonatan Kronqvist [Tue, 12 Oct 2010 05:25:21 +0000 (05:25 +0000)]
Added a mention of server-side logging to the release notes

svn changeset:15494/svn branch:6.5

14 years agoThis is the implementation of the server-side logging feature
Jonatan Kronqvist [Tue, 12 Oct 2010 05:07:33 +0000 (05:07 +0000)]
This is the implementation of the server-side logging feature
 - Changed some loglevels according to review
 - Don't log unecessary stacktraces in portlets
 - printStackTrace:s replaced with JUL logging
 - System.out and System.errs replaced with JUL logging

svn changeset:15493/svn branch:6.5

14 years agoGeneric Table test case. Still does not include all Table features
Artur Signell [Mon, 11 Oct 2010 14:47:03 +0000 (14:47 +0000)]
Generic Table test case. Still does not include all Table features

svn changeset:15492/svn branch:6.4

14 years agoadded serializable to interfaces
Matti Tahvonen [Mon, 11 Oct 2010 12:43:43 +0000 (12:43 +0000)]
added serializable to interfaces

svn changeset:15488/svn branch:6.5

14 years agoBetter fix for #5770 - Clearing a Table column footer/header does not repaint Table
Artur Signell [Mon, 11 Oct 2010 12:09:44 +0000 (12:09 +0000)]
Better fix for #5770 - Clearing a Table column footer/header does not repaint Table

svn changeset:15487/svn branch:6.4

14 years agoFix for #5770 - Clearing a Table column footer/header does not repaint Table
Artur Signell [Mon, 11 Oct 2010 12:01:44 +0000 (12:01 +0000)]
Fix for #5770 - Clearing a Table column footer/header does not repaint Table

svn changeset:15486/svn branch:6.4

14 years agoReverted [14702] as it caused #5757. The max values should not affect actual memory...
Artur Signell [Mon, 11 Oct 2010 11:45:14 +0000 (11:45 +0000)]
Reverted [14702] as it caused #5757. The max values should not affect actual memory allocation anyway.

svn changeset:15485/svn branch:6.4

14 years agoIncremented development version number to 6.4.7.
Marko Grönroos [Mon, 11 Oct 2010 11:39:20 +0000 (11:39 +0000)]
Incremented development version number to 6.4.7.

svn changeset:15482/svn branch:6.4

14 years agoWe decided to postpone #4200 to 6.5, thus reverted [15455]
Marc Englund [Fri, 8 Oct 2010 14:08:59 +0000 (14:08 +0000)]
We decided to postpone #4200 to 6.5, thus reverted [15455]

svn changeset:15471/svn branch:6.4

14 years agomerged [15308] to 6.5
Matti Tahvonen [Fri, 8 Oct 2010 11:58:17 +0000 (11:58 +0000)]
merged [15308] to 6.5

svn changeset:15465/svn branch:6.5

14 years agorefactored handling of Receiver's lots of other upload related improvements. fixes...
Matti Tahvonen [Fri, 8 Oct 2010 11:21:50 +0000 (11:21 +0000)]
refactored handling of Receiver's lots of other upload related improvements. fixes #5743 (removed dependency to commons fileupload), #5742 (drag and drop file uploads in webkits), #5741 (Receiver is upload specific), #4271 (uploads in GateIn). Also improves API for receiving files with drag and drop (rejection, canceling, tracking of the actual streaming) and transfers files in serial in DDW.

svn changeset:15461/svn branch:6.5

14 years agoFixes #4200 ESC keypress is now canceled when the XHR is active, to avoid accidentally
Marc Englund [Fri, 8 Oct 2010 06:00:03 +0000 (06:00 +0000)]
Fixes #4200 ESC keypress is now canceled when the XHR is active, to avoid accidentally

svn changeset:15455/svn branch:6.4

14 years agoFixed compiler warnings in demo and core source (#2274)
Artur Signell [Thu, 7 Oct 2010 14:39:30 +0000 (14:39 +0000)]
Fixed compiler warnings in demo and core source (#2274)

svn changeset:15451/svn branch:6.5

14 years agoFixed remaining warnings in /tests (#5749)
Artur Signell [Thu, 7 Oct 2010 10:28:45 +0000 (10:28 +0000)]
Fixed remaining warnings in /tests (#5749)

svn changeset:15444/svn branch:6.5

14 years agoFixed usage of deprecated setWidth/setHeight (#5749)
Artur Signell [Thu, 7 Oct 2010 10:23:31 +0000 (10:23 +0000)]
Fixed usage of deprecated setWidth/setHeight (#5749)
Suppressed deprecation warnings where Date is used

svn changeset:15443/svn branch:6.5

14 years agoFixed unused variable warnings
Artur Signell [Thu, 7 Oct 2010 08:13:32 +0000 (08:13 +0000)]
Fixed unused variable warnings

svn changeset:15439/svn branch:6.5

14 years agoRemoved dead code (#5734)
Artur Signell [Thu, 7 Oct 2010 08:07:27 +0000 (08:07 +0000)]
Removed dead code (#5734)

svn changeset:15438/svn branch:6.5

14 years agoremoved orphaned servlets so one can debug some stuff again (#5748 ??)
Matti Tahvonen [Thu, 7 Oct 2010 08:01:11 +0000 (08:01 +0000)]
removed orphaned servlets so one can debug some stuff again (#5748 ??)

svn changeset:15437/svn branch:6.5

14 years agoCorrected invalid formatting in previous patches (#5749)
Artur Signell [Thu, 7 Oct 2010 07:25:03 +0000 (07:25 +0000)]
Corrected invalid formatting in previous patches (#5749)

svn changeset:15435/svn branch:6.5

14 years agoFixed use of deprecated alignment method and theme constants (#5749)
Artur Signell [Thu, 7 Oct 2010 07:14:25 +0000 (07:14 +0000)]
Fixed use of deprecated alignment method and theme constants (#5749)

svn changeset:15433/svn branch:6.5

14 years agoPanel/Window setLayout() -> setContent()
Artur Signell [Thu, 7 Oct 2010 06:42:19 +0000 (06:42 +0000)]
Panel/Window setLayout() -> setContent()

svn changeset:15432/svn branch:6.5

14 years agoRemoved use of deprecated OrderedLayout (#5749)
Artur Signell [Thu, 7 Oct 2010 06:34:58 +0000 (06:34 +0000)]
Removed use of deprecated OrderedLayout (#5749)

svn changeset:15431/svn branch:6.5

14 years agoRemoved use of deprecated ExpandLayout and OrderedLayout (#5749)
Artur Signell [Thu, 7 Oct 2010 06:00:59 +0000 (06:00 +0000)]
Removed use of deprecated ExpandLayout and OrderedLayout (#5749)

svn changeset:15430/svn branch:6.5

14 years agoFormatted using Eclipse formatter
Artur Signell [Thu, 7 Oct 2010 05:52:08 +0000 (05:52 +0000)]
Formatted using Eclipse formatter

svn changeset:15429/svn branch:6.5

14 years agoBook examples are nowadays in /doc/book-examples/ (#5748)
Artur Signell [Thu, 7 Oct 2010 05:51:02 +0000 (05:51 +0000)]
Book examples are nowadays in /doc/book-examples/ (#5748)

svn changeset:15427/svn branch:6.5

14 years agoBook examples are nowadays in /doc/book-examples/
Artur Signell [Thu, 7 Oct 2010 05:46:50 +0000 (05:46 +0000)]
Book examples are nowadays in /doc/book-examples/

svn changeset:15426/svn branch:6.5

14 years ago#5652: History iframe is shown as a white square in Chrome 6 in portlet
Henri Kerola [Wed, 6 Oct 2010 14:13:13 +0000 (14:13 +0000)]
#5652: History iframe is shown as a white square in Chrome 6 in portlet

svn changeset:15424/svn branch:6.4

14 years agoImproves the click-moved-button-magic by checking for mouse movement using cursor...
Marc Englund [Wed, 6 Oct 2010 11:31:04 +0000 (11:31 +0000)]
Improves the click-moved-button-magic by checking for mouse movement using cursor position, since onmousemove is not always triggered. Fixes #5680 The original hack & reasons described in #2077

svn changeset:15413/svn branch:6.4

14 years agoFixed some warnings
Artur Signell [Tue, 5 Oct 2010 10:12:11 +0000 (10:12 +0000)]
Fixed some warnings

svn changeset:15408/svn branch:6.5

14 years agoFix for #5735 - Deprecate AlignmentUtils and methods that uses it
Artur Signell [Tue, 5 Oct 2010 09:27:23 +0000 (09:27 +0000)]
Fix for #5735 - Deprecate AlignmentUtils and methods that uses it

svn changeset:15406/svn branch:6.5

14 years agoRemoved dead code
Artur Signell [Tue, 5 Oct 2010 09:19:44 +0000 (09:19 +0000)]
Removed dead code

svn changeset:15405/svn branch:6.5

14 years agoMerged test, javadoc and integration test changes from 6.4
Artur Signell [Tue, 5 Oct 2010 09:11:52 +0000 (09:11 +0000)]
Merged test, javadoc and integration test changes from 6.4

svn changeset:15402/svn branch:6.5

14 years agoUse DATE() functions from TestBench
Artur Signell [Tue, 5 Oct 2010 09:03:28 +0000 (09:03 +0000)]
Use DATE() functions from TestBench

svn changeset:15401/svn branch:6.4

14 years ago#5692 Generics and warnings cleanup: more test classes with slight modifications
Henri Sara [Tue, 5 Oct 2010 06:21:13 +0000 (06:21 +0000)]
#5692 Generics and warnings cleanup: more test classes with slight modifications

svn changeset:15387/svn branch:6.5

14 years ago#5692 Generics and warnings cleanup: Ticket tests (with slight modifications from...
Henri Sara [Tue, 5 Oct 2010 06:05:33 +0000 (06:05 +0000)]
#5692 Generics and warnings cleanup: Ticket tests (with slight modifications from patch)

svn changeset:15385/svn branch:6.5

14 years ago#5692 Generics and warnings cleanup: Layout tests
Henri Sara [Tue, 5 Oct 2010 05:48:37 +0000 (05:48 +0000)]
#5692 Generics and warnings cleanup: Layout tests

svn changeset:15383/svn branch:6.5

14 years ago#5692 Generics and warnings cleanup: FeatureBrowser
Henri Sara [Tue, 5 Oct 2010 05:45:49 +0000 (05:45 +0000)]
#5692 Generics and warnings cleanup: FeatureBrowser

svn changeset:15381/svn branch:6.5

14 years ago#5692 Generics and warnings cleanup: component tests
Henri Sara [Mon, 4 Oct 2010 13:59:21 +0000 (13:59 +0000)]
#5692 Generics and warnings cleanup: component tests

svn changeset:15379/svn branch:6.5

14 years ago#5692 Generics and warnings cleanup: TestClassesSerializable
Henri Sara [Mon, 4 Oct 2010 13:57:35 +0000 (13:57 +0000)]
#5692 Generics and warnings cleanup: TestClassesSerializable

svn changeset:15378/svn branch:6.5

14 years ago#5692 Generics and warnings cleanup: DD tests
Henri Sara [Mon, 4 Oct 2010 13:56:53 +0000 (13:56 +0000)]
#5692 Generics and warnings cleanup: DD tests

svn changeset:15377/svn branch:6.5

14 years ago#5692 Generics and warnings cleanup: first set of test class modifications
Henri Sara [Mon, 4 Oct 2010 13:52:49 +0000 (13:52 +0000)]
#5692 Generics and warnings cleanup: first set of test class modifications

svn changeset:15376/svn branch:6.5

14 years ago#5692 Generics: VTargetDetailIs
Henri Sara [Mon, 4 Oct 2010 13:22:31 +0000 (13:22 +0000)]
#5692 Generics: VTargetDetailIs

svn changeset:15372/svn branch:6.5

14 years ago#5692 Generics: part of changes in Slider and DateField
Henri Sara [Mon, 4 Oct 2010 13:17:35 +0000 (13:17 +0000)]
#5692 Generics: part of changes in Slider and DateField

svn changeset:15371/svn branch:6.5

14 years ago#5692 Generics: ProgressIndicator
Henri Sara [Mon, 4 Oct 2010 13:13:26 +0000 (13:13 +0000)]
#5692 Generics: ProgressIndicator

svn changeset:15369/svn branch:6.5

14 years ago#5692 Generics: Select
Henri Sara [Mon, 4 Oct 2010 13:12:13 +0000 (13:12 +0000)]
#5692 Generics: Select

svn changeset:15368/svn branch:6.5

14 years ago#5692 Generics: Form
Henri Sara [Mon, 4 Oct 2010 13:06:58 +0000 (13:06 +0000)]
#5692 Generics: Form

svn changeset:15366/svn branch:6.5

14 years ago#5692 Generics: EventRouter, MethodEventSource, AbstractComponent
Henri Sara [Mon, 4 Oct 2010 12:59:49 +0000 (12:59 +0000)]
#5692 Generics: EventRouter, MethodEventSource, AbstractComponent

svn changeset:15365/svn branch:6.5

14 years ago#5692 Generics: VErrorMessage
Henri Sara [Mon, 4 Oct 2010 12:56:11 +0000 (12:56 +0000)]
#5692 Generics: VErrorMessage

svn changeset:15364/svn branch:6.5

14 years ago#5692 Generics: PropertySetItem (class needs cleanup)
Henri Sara [Mon, 4 Oct 2010 12:50:31 +0000 (12:50 +0000)]
#5692 Generics: PropertySetItem (class needs cleanup)

svn changeset:15362/svn branch:6.5

14 years ago#5692 Generics: QueryContainer (with reduced exposure of internal item id type with...
Henri Sara [Mon, 4 Oct 2010 12:39:27 +0000 (12:39 +0000)]
#5692 Generics: QueryContainer (with reduced exposure of internal item id type with respect to the patch)

svn changeset:15360/svn branch:6.5

14 years ago#5692 Generics: ContainerOrderedWrapper
Henri Sara [Mon, 4 Oct 2010 11:57:07 +0000 (11:57 +0000)]
#5692 Generics: ContainerOrderedWrapper

svn changeset:15351/svn branch:6.5

14 years ago#5692 Generics: ContainerHierarchicalWrapper, HierarchicalContainer
Henri Sara [Mon, 4 Oct 2010 11:50:08 +0000 (11:50 +0000)]
#5692 Generics: ContainerHierarchicalWrapper, HierarchicalContainer

svn changeset:15349/svn branch:6.5

14 years ago#5692 Generics: ActionManager
Henri Sara [Mon, 4 Oct 2010 11:46:08 +0000 (11:46 +0000)]
#5692 Generics: ActionManager

svn changeset:15348/svn branch:6.5

14 years ago#5692 Generics: VTablePaging (unfinished class - to remove?)
Henri Sara [Mon, 4 Oct 2010 11:40:19 +0000 (11:40 +0000)]
#5692 Generics: VTablePaging (unfinished class - to remove?)

svn changeset:15347/svn branch:6.5

14 years ago#5692 Generics: AbstractField, ComboBox, ListSelect, NativeSelect, OptionGroup and...
Henri Sara [Mon, 4 Oct 2010 11:31:08 +0000 (11:31 +0000)]
#5692 Generics: AbstractField, ComboBox, ListSelect, NativeSelect, OptionGroup and TwinColSelect (classes and collections of unknown type)

svn changeset:15346/svn branch:6.5

14 years ago#5692 Generics: GridLayout
Henri Sara [Mon, 4 Oct 2010 11:27:13 +0000 (11:27 +0000)]
#5692 Generics: GridLayout

svn changeset:15345/svn branch:6.5

14 years ago#5692 Generics in AbstractSelect, added a TODO in CaptionChangeListener
Henri Sara [Mon, 4 Oct 2010 11:09:17 +0000 (11:09 +0000)]
#5692 Generics in AbstractSelect, added a TODO in CaptionChangeListener

svn changeset:15344/svn branch:6.5

14 years ago#5692 Generics: AlignmentUtils
Henri Sara [Mon, 4 Oct 2010 10:42:23 +0000 (10:42 +0000)]
#5692 Generics: AlignmentUtils

svn changeset:15342/svn branch:6.5

14 years ago#5692 Generics: field factory data type can be anything
Henri Sara [Mon, 4 Oct 2010 10:41:36 +0000 (10:41 +0000)]
#5692 Generics: field factory data type can be anything

svn changeset:15341/svn branch:6.5

14 years ago#5692 Generics: Tree and Table property and item ID types can be anything, changeVari...
Henri Sara [Mon, 4 Oct 2010 10:39:17 +0000 (10:39 +0000)]
#5692 Generics: Tree and Table property and item ID types can be anything, changeVariables()

svn changeset:15340/svn branch:6.5

14 years ago#5692 Generics: server-side changes for changeVariables() and some component iterators
Henri Sara [Mon, 4 Oct 2010 10:03:55 +0000 (10:03 +0000)]
#5692 Generics: server-side changes for changeVariables() and some component iterators

svn changeset:15338/svn branch:6.5

14 years ago#5692 Generics: VMenuBar
Henri Sara [Mon, 4 Oct 2010 09:50:21 +0000 (09:50 +0000)]
#5692 Generics: VMenuBar

svn changeset:15337/svn branch:6.5

14 years ago#5692 Generics: VDateFieldCalendar and VPopupCalendar
Henri Sara [Mon, 4 Oct 2010 09:47:11 +0000 (09:47 +0000)]
#5692 Generics: VDateFieldCalendar and VPopupCalendar

svn changeset:15336/svn branch:6.5

14 years ago#5692 Generics: VOptionGroup
Henri Sara [Mon, 4 Oct 2010 09:42:01 +0000 (09:42 +0000)]
#5692 Generics: VOptionGroup

svn changeset:15335/svn branch:6.5

14 years ago#5692 Generics: mostly UIDL.getChildIterator related changes; UIDL.getChildIterator...
Henri Sara [Mon, 4 Oct 2010 09:31:24 +0000 (09:31 +0000)]
#5692 Generics: mostly UIDL.getChildIterator related changes; UIDL.getChildIterator() related code should be improved

svn changeset:15333/svn branch:6.5

14 years ago#5692 Generics: VFilterSelect (mostly MenuBar related)
Henri Sara [Mon, 4 Oct 2010 09:15:13 +0000 (09:15 +0000)]
#5692 Generics: VFilterSelect (mostly MenuBar related)

svn changeset:15332/svn branch:6.5

14 years ago#5692 Generics: TestListeners fix
Henri Sara [Mon, 4 Oct 2010 09:05:02 +0000 (09:05 +0000)]
#5692 Generics: TestListeners fix

svn changeset:15331/svn branch:6.5

14 years ago#5692 Generics: VCustomLayout
Henri Sara [Mon, 4 Oct 2010 08:58:45 +0000 (08:58 +0000)]
#5692 Generics: VCustomLayout

svn changeset:15329/svn branch:6.5