aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldMapperController.m
Commit message (Expand)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+21
* - When creating tables as a result of CSV imports into a new table, correctl...rowanbeentje2012-05-291-5/+9
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* - Fix an exception when attempting to preserve the selection in a table with...rowanbeentje2012-03-241-3/+3
* - Alter the import field mapper controller to support multiple primary keys ...rowanbeentje2012-03-221-5/+9
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-6/+7
* - Fix "Multiple selection" still being displayed after multiple tables are d...rowanbeentje2011-06-141-8/+6
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-5/+5
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-6/+6
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-24/+4
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-6/+6
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-15/+57
* - Fix exceptions importing CSVs, caused by incorrect warnings cleanup in r3240rowanbeentje2011-03-221-3/+3
* - Fix more compiler warningsrowanbeentje2011-03-151-1/+1
* - Fix more warningsrowanbeentje2011-03-141-42/+43
* fixed compiler warningssqlprodev2011-03-011-10/+9
* • CSV field mapperBibiko2011-02-031-11/+22
* • improve CSV field mapping method to align file header names with table co...Bibiko2011-02-031-16/+72
* - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )rowanbeentje2010-11-271-1/+2
* • CSV import now supports to import sequences of 0 and 1 into BIT fieldsBibiko2010-10-311-1/+3
* • try to fix crash issue 1748Bibiko2010-10-291-6/+8
* • CSV Import Field mapperBibiko2010-10-251-7/+13
* CSV Import Field MapperBibiko2010-10-251-26/+49
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-3/+0
* • CSV Import Field Mapper SheetBibiko2010-10-231-7/+77
* • re-enabled three finger trackpad wiping gesture for controlling the table...Bibiko2010-10-221-15/+23
* Tidy up.stuconnolly2010-10-191-0/+1
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-2/+3
* • fixed exception while length checking for import into new table if checke...Bibiko2010-09-281-2/+2
* - Remove a number of invalid [NSTableView makeFirstResponder] calls that had...rowanbeentje2010-09-181-3/+3
* * Fixes minor label length issues and one unlocalized stringdmoagx2010-09-171-3/+5
* • CSV Import into new table:Bibiko2010-09-061-4/+79
* • CSV Import Mapper sheet:Bibiko2010-09-061-44/+194
* Minor enhancements to the CSV import dialogs new table info sheet (i.e. table...stuconnolly2010-09-051-2/+6
* • CSV Import into new TABLEBibiko2010-09-041-53/+141
* • further improvements for CSV import into new tableBibiko2010-09-031-3/+58
* • further progress for CSV import into new tableBibiko2010-09-031-9/+64
* • finished the first implementation of CSV Import into new tableBibiko2010-09-031-8/+174
* • first preparations to support a CSV import into a new table (not yet exec...Bibiko2010-09-021-55/+218
* • CSV Import Field mapperBibiko2010-09-021-1/+0
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-1/+1
* • after opening spfs file reset tabBar by looking at setting for SPAlwaysSh...Bibiko2010-07-011-1/+7
* • fixed issue for Import from ClipboardBibiko2010-06-181-5/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Rename CMTextView to SPTextView.stuconnolly2010-05-271-1/+1
* - In the CSV import field mapper controller, retain the primary key field to...rowanbeentje2010-05-091-1/+3
* Rework alert sheets:rowanbeentje2010-05-091-1/+1
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-101-2/+11