aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.m
Commit message (Expand)AuthorAgeFilesLines
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-3/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • for each export/copy/drag method other than SQL pass any spatial fields a...Bibiko2010-10-091-0/+14
* • improved issues for tooltip in Content and Custom tablesBibiko2010-10-081-2/+2
* • removed approach to query spatial data by using AsText() since it breaks ...Bibiko2010-10-071-1/+5
* • made SPCopyTable more independent against missing 'tableStorage' objectBibiko2010-09-271-2/+2
* - Remove a number of invalid [NSTableView makeFirstResponder] calls that had...rowanbeentje2010-09-181-2/+2
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-0/+7
* • removed onMainThread for [Content/CustomTable makeFirstResponder] to avoi...Bibiko2010-08-261-2/+2
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-3/+3
* • after editing in Custom Query table preserve the selected line even if th...Bibiko2010-08-251-0/+1
* • fixed several issues for in cell editing of Custom Query tables and view ...Bibiko2010-08-251-84/+53
* • outsourced control:textView:doCommandBySelector: stuff to SPCopyTable sin...Bibiko2010-08-241-44/+203
* • overall replacement of:Bibiko2010-08-201-27/+31
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-191-0/+632