summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * fix cleanroom TDataLink.CalcFirstRecord (passes tests now)cleanroomAlmindor2008-03-251-3/+5
* Merged revisions 10519 via svnmerge from joost2008-03-251-1/+22
* Merged revisions 10470 via svnmerge from joost2008-03-241-0/+2
* * first fix to cleanroom TDataSet.DataEvent only 6 tests fail now :)Almindor2008-03-241-7/+7
* * Fixed some issues:michael2008-03-236-55/+32
* * fix cleanroom TDataset.DataEvent, make it call all connected datasourcesAlmindor2008-03-221-2/+6
* * implement cleanroom TDataSet.DataEventAlmindor2008-03-221-1/+31
* * fix potential bug in cleanroom TDataLink.CalcFirstRecordAlmindor2008-03-201-1/+1
* * add forgotten function call in TDataset.CalculateFieldsAlmindor2008-03-201-1/+3
* * fix potential bug in cleanroom TField.RefreshLookupListAlmindor2008-03-201-1/+1
* * add TField.CalcLookupValue cleanroom implementationAlmindor2008-03-201-1/+4
* * add TDataSet.EnableControls cleanroom implementationAlmindor2008-03-201-1/+10
* * implement cleanroom TDataset.CalculateFieldsAlmindor2008-03-201-2/+10
* * fix compilation of the TField.RefreshLookuplist;Almindor2008-03-151-1/+1
* * add TDataLink.CalcFirstRecord cleanroom implementation (blind)Almindor2008-03-152-4/+31
* Merged revisions 10350 via svnmerge from joost2008-03-052-0/+7
* Merged revisions 10431 via svnmerge from joost2008-03-051-0/+2
* Merged revisions 9783,9786,9788,9814,9822,9825,9837-9850,9852,9854-9856,9863-...joost2008-03-056-118/+444
* Initialized merge tracking via "svnmerge" with revisions "1-9261" from florian2008-03-040-0/+0
* * fixed writing child componentsvincents2008-02-283-9/+4
* * improved tests for streaming components with owned subcomponentsvincents2008-02-272-0/+26
* * Added test for streaming 2 componentsmichael2008-02-272-0/+57
* * fixed TDataset.SetFieldValuesvincents2008-02-261-1/+2
* * Clean version of searchbuf insertedmichael2008-02-251-2/+111
* * fixed AV when streaming a component without published propertiesvincents2008-02-231-3/+6
* * fixed memleakvincents2008-02-222-0/+14
* + added another test for writing collections (shows how it should be written ...vincents2008-02-225-287/+179
* * fixed TReader.ReadCollection in case more than one property was streamedvincents2008-02-221-1/+2
* * add check for valid NewIndex in TFPList.Move, so that an invalid NewIndex d...vincents2008-02-221-1/+1
* * reduced hintsvincents2008-02-216-12/+9
* * Fix voor ResolveReferencesmichael2008-02-211-1/+1
* * TReader.FindComponentClass: also search in FieldTables of parent classes.vincents2008-02-201-9/+20
* * Added tcollection stream read testsmichael2008-02-203-152/+512
* + initial version of TReader.FindComponentClass, works with a simple LCL appl...vincents2008-02-201-1/+43
* * fixed resolve references testvincents2008-02-203-2/+6
* * initilize critical section used by resolving referencesvincents2008-02-201-0/+2
* + TDataset.SetFieldValues (untested)vincents2008-02-191-1/+13
* + initial implementation of TReader.ReadCollection (needs further testing)vincents2008-02-191-3/+13
* * fixed memleak in TWriter.WritePropertiesvincents2008-02-191-0/+1
* * fixed TTestTComponentNotifies testvincents2008-02-191-2/+2
* + implemented TStringList.Findvincents2008-02-182-45/+22
* * fixed hint in test and removed session information from lpivincents2008-02-182-155/+24
* * fixed TList testsvincents2008-02-182-23/+3
* * use new TStringList.Grow implementation from trunkvincents2008-02-181-10/+13
* + TStringList.Grow, used algorithm from TFPList.Expandvincents2008-02-181-3/+10
* * Added DecodeSoundexIntmichael2008-02-101-0/+61
* * Correct implementation committedmichael2008-02-101-1/+17
* * My cleanroom implementation of DoVarClearArray.yury2008-01-141-3/+30
* * Cleanroom implementation of extractmichael2007-12-291-2/+21
* * Additional tests for reference resolving and TList.Assignmichael2007-12-296-79/+1409