aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.m
Commit message (Expand)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-21/+21
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-13/+79
* Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-15/+46
* Bring outline view branch up to date with trunk (r3235:r3245), which should r...stuconnolly2011-03-191-18/+19
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-4/+4
* • 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
* • 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