September 2006

Unified use of linkobject: method

Commit by leighsmith :: r151 /trunk/Calliope/Application/ (GVCommands.m System.h): (link) Unified use of linkobject: method

Renamed objs to meaningful nonStaffGraphics made Verse data ivar a private and...

Commit by leighsmith :: r150 /trunk/Calliope/Application/ (12 files in 2 dirs): (link) Renamed objs to meaningful nonStaffGraphics made Verse data ivar a private and all interfaces to it via NSString in prep for changing the ivar to an NSString

Moved all staves modification inside System (and it's categories)

Commit by leighsmith :: r149 /trunk/Calliope/Application/ (11 files): (link) Moved all staves modification inside System (and it's categories)

Cleaned up many accesses to staves ivar of System to be accessed via getStaff:...

Commit by leighsmith :: r148 /trunk/Calliope/Application/ (19 files): (link) Cleaned up many accesses to staves ivar of System to be accessed via getStaff: There are still a few that need to be fixed to make staves a protected ivar

Cleaned up dealloc methods which were autoreleasing ivars and removing contents...

Commit by leighsmith :: r147 /trunk/Calliope/Application/ (12 files): (link) Cleaned up dealloc methods which were autoreleasing ivars and removing contents of arrays

Corrected deallocations which were attempting to remove objects from NSArrays,...

Commit by leighsmith :: r146 /trunk/Calliope/Application/ (GraphicView.m System.m): (link) Corrected deallocations which were attempting to remove objects from NSArrays, we now release them and mark them nil. Conversely we retain those ivars assigned in initWithGraphicView:

Improved type declarations

Commit by leighsmith :: r145 /trunk/Calliope/Application/ (Beam.h DrawingFunctions.h Graphic.m): (link) Improved type declarations

Corrected cslant drawing.

Commit by leighsmith :: r144 /trunk/Calliope/Application/DrawingFunctions.m: (link) Corrected cslant drawing.

Cleaned up documentation as part of debugging.

Commit by leighsmith :: r143 /trunk/Calliope/Application/Beam.m: (link) Cleaned up documentation as part of debugging.

Converted #defines of GraphicTypes into enumerated type to aid future type...

Commit by leighsmith :: r142 /trunk/Calliope/Application/DrawingFunctions.h: (link) Converted #defines of GraphicTypes into enumerated type to aid future type checking.