5
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated for Equals errata fixes.
RockfordLhotka
as Glamdring
More... over 19 years ago
Add Danish resource file thanks to Henrik Laursen (SoftInvent).
RockfordLhotka
as Glamdring
More... almost 20 years ago
Use new version of Spanish resources compliments of Elias Lopez Gutierrez.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Added a multi child add/cancel test
RockfordLhotka
as Glamdring
More... almost 20 years ago
Added date tests.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Fix the Add and Subtract methods in SmartDate.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Fix the Add and Subtract methods and the Equals method in SmartDate and add corresponding unit tests.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Fixed an incorrect resource string in the Save method.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Fix the + and - operators and the Equals method in SmartDate and add corresponding unit tests.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Make the private _dataReader variable be protected to allow extension of the class.
RockfordLhotka
as Glamdring
More... almost 20 years ago
(cleanup) Remove mIndex instance and replace with local index variables throughout code.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Use lock server
RockfordLhotka
as Glamdring
More... almost 20 years ago
Revise event declaration code to handle serialzable/non-serializable objects, public/private methods and Shared/static methods.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Added reference to System.EnterpriseServices.dll
RockfordLhotka
as Glamdring
More... almost 20 years ago
Added tests for equality.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Add test for serialization behaviors
RockfordLhotka
as Glamdring
More... almost 20 years ago
Make new BindableCollectionBase implementation check for null values from an event handler.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Make new BindableBase implementation check for null values from an event handler.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Add docs to cvs
RockfordLhotka
as Glamdring
More... almost 20 years ago
Add context handling code to Create, Fetch, Update and Delete methods.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Sync tests with VB version and fix some exception handling bugs found in the process.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Text formatting
RockfordLhotka
as Glamdring
More... almost 20 years ago
Fixed GetChar method
RockfordLhotka
as Glamdring
More... almost 20 years ago
Mark IsChild as protected internal.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Mark _isChild as NotUndoable, and check ActivelySorting in the insert, remove and clear collection events.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Mark mIsChild as NotUndoable
RockfordLhotka
as Glamdring
More... almost 20 years ago
Added a new basic collection test using Equals and the Remove->RemoveAt change in BusinessCollectionBase.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Change all calls to .Remove() to .RemoveAt() if an index is available. This should avoid ambiguous removal of elements from deletedCollection.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Use manual event declaration rather than [field: NonSerialized] to declare events.
RockfordLhotka
as Glamdring
More... almost 20 years ago
Change all calls to .Remove() to .RemoveAt() if an index is available. This should avoid ambiguous removal of elements from deletedCollection.
RockfordLhotka
as Glamdring
More... almost 20 years ago