aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMCopyTable.m
Commit message (Expand)AuthorAgeFilesLines
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-1/+1
* - When copying (as TSV) or dragging rows, copy BLOBs and binary TEXTs as the...rowanbeentje2010-02-031-6/+21
* - Check whether super implement awakeFromNib before calling to fix 10.5 comp...rowanbeentje2010-02-011-1/+3
* Rework CMCopyTable copy functionality and related code:rowanbeentje2010-01-301-196/+198
* Add a new SPDataStorage class, and use it in TableContent and CustomQuery:rowanbeentje2010-01-171-3/+1
* • fixed issue for "Copy as SQL INSERT" after filteringBibiko2010-01-111-1/+7
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-14/+14
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-041-49/+43
* • remember scrollview port and selected row after editing in the Custom Que...Bibiko2010-01-041-1/+16
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-1/+4
* - Improve import cancellation responsiveness, especially for lots of short d...rowanbeentje2009-12-021-1/+0
* - Fix copying SQL INSERTs for binary-type strings (regression somewhere sinc...rowanbeentje2009-11-301-3/+8
* Tidy up.stuconnolly2009-11-071-3/+0
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-3/+4
* • fixed three further typos for: objectForKey:@"NullValue"Bibiko2009-10-161-2/+2
* Improve handling of NULL and "(not loaded)" placeholders:rowanbeentje2009-10-101-7/+17
* • some code cleaning and removing of the deprecated method 'selectedRowEnum...Bibiko2009-09-281-49/+53
* - Tweak keydown handling in the content view to reenable key interaction (eg...rowanbeentje2009-09-151-4/+2
* Fixed keyDown editing of SPTableView and CMCopyTablemltownsend2009-08-281-3/+3
* • improvement for hitting RETURN or ENTER to invoke the row edit modeBibiko2009-08-271-2/+20
* Fix for not editing in CMCopyTable when hitting enter or return which is used...mltownsend2009-08-261-0/+5
* Fix a memory leak when loading a table's content. When setting the column def...stuconnolly2009-08-181-1/+4
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-1/+2
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-131-22/+24
* • fixed: make usage of backtickQuotedString to allow table names containing...Bibiko2009-06-231-8/+9
* • first steps to synchronize CustomQuery table and ContentTableBibiko2009-06-221-2/+3
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-2/+2
* • added: "Copy as SQL INSERT" ^⌥⌘CBibiko2009-06-081-83/+166
* • improved "Copy as SQL INSERT" (still hidden)Bibiko2009-06-071-2/+3
* • improved "Copy as SQL INSERT" (still hidden - can be tested if the menu i...Bibiko2009-06-071-15/+50
* • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pchBibiko2009-06-061-20/+103
* Replaced check on title with check on menu tag for Copy with Column Names iss...bamse162009-05-251-2/+3
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+2
* Issue 233: Option to copy field headings from result panelsbamse162009-05-141-4/+18
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-101-0/+183