aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.m
Commit message (Expand)AuthorAgeFilesLines
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-20/+16
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-21/+21
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-091-1/+1
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-9/+9
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-051-0/+39
* Rework linebreak handling in content and custom query result views, as trigge...rowanbeentje2011-09-211-4/+31
* Small tidy up.stuconnolly2011-07-311-77/+66
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-10/+0
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-15/+56
* - Fix more compiler warningsrowanbeentje2011-03-151-18/+18
* Fix more compiler warnings.stuconnolly2011-03-141-0/+1
* fixed compiler warningssqlprodev2011-03-011-0/+1
* fixed compiler warningssqlprodev2011-03-011-3/+3
* fixed compiler warningssqlprodev2011-03-011-1/+0
* • bound showFilterTable to main menu's Edit > Find > Find… menu itemBibiko2011-01-191-0/+11
* • improved error handling while writing SP_BUNDLE_TABLE_META_DATA esp. whil...Bibiko2011-01-111-20/+22
* • disabled in [SPTextView boundsDidChangeNotification] the view update to a...Bibiko2011-01-101-0/+1
* • fixed bug for setting SP_BUNDLE_INPUT_TABLE_METADATA if user changed colu...Bibiko2011-01-091-2/+13
* Improve column autosizing:rowanbeentje2011-01-081-2/+6
* • fixed issue form redirecting output actions via exit codes if Bundle's de...Bibiko2010-12-211-3/+4
* • in HTML output window hyperlink references which begin with file:// will ...Bibiko2010-12-161-1/+1
* - When saving rows in the table content view, only include those fields whic...rowanbeentje2010-12-131-12/+12
* • made usage of more constants to avoid double-storing stringsBibiko2010-12-121-1/+1
* • HTML output window's JavaScript supportBibiko2010-12-121-1/+1
* • Bundle CommandsBibiko2010-12-091-1/+3
* • Bundle commandsBibiko2010-12-081-5/+44
* • Bundle command supportBibiko2010-12-071-169/+216
* • Bundle CommandBibiko2010-12-021-23/+145
* • Bundle CommandsBibiko2010-12-011-0/+1
* • added chance to cancel an activity - up to now a running Bundle command ...Bibiko2010-12-011-1/+8
* • Bundle commandsBibiko2010-11-301-1/+1
* • Bundle commandsBibiko2010-11-291-1/+1
* • Bundle Command supportBibiko2010-11-261-2/+15
* • Bundle EditorBibiko2010-11-231-2/+33
* • Bundle EditorBibiko2010-11-231-101/+101
* • Bundle EditorBibiko2010-11-221-0/+6
* • added line numbering and current line highlighting to Bundle Editor's com...Bibiko2010-11-211-4/+5
* • Bundle EditorBibiko2010-11-191-2/+4
* • fixed tiny issues for Bundle EditorBibiko2010-11-191-1/+1
* • Bundle SupportBibiko2010-11-161-23/+147
* • Bundle supportBibiko2010-11-161-34/+3
* • Bundle supportBibiko2010-11-161-0/+209
* • minor code cleaning and comment stuffBibiko2010-11-021-214/+233
* • Custom and Content table in-cell editingBibiko2010-10-301-0/+10
* • after the field editor sheet was closed enter into the edit mode of the c...Bibiko2010-10-301-15/+1
* • enabled enter/return/tab enters the edit mode for Content and Custom Quer...Bibiko2010-10-301-1/+2
* • Custom Query and Content table editingBibiko2010-10-291-12/+21
* - 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