aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldMapperController.m
Commit message (Expand)AuthorAgeFilesLines
* Fix an exception when right-clicking in the CSV field mapping table without a...Max2015-11-061-3/+9
* Formalize [x release], x = nil; conventionMax2015-01-041-16/+16
* Fix two minor CSV import dialog issuesMax2014-12-261-22/+24
* ************** IMPORTANT: SEE BELOW **************Max2014-12-261-108/+126
* Replace some NSDictionaries with literalsMax2014-12-131-4/+3
* Replace boxed integers in code with @ literalsMax2014-12-131-5/+5
* Reformatting code for modern ObjCMax2014-12-131-4/+4
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-1/+3
* Rework CSV field mapping loops for clarity and to theoretically address Log #...rowanbeentje2014-04-261-74/+56
* Fix an issue where CSV imports could not be started if a zero-length field wa...rowanbeentje2014-04-261-6/+6
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-2/+2
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-9/+9
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-20/+9
* - Add a check for SPNotLoaded values when automatically generating new table...rowanbeentje2013-02-181-1/+1
* Fix warnings by not using id for IB outlet references.stuconnolly2013-02-171-8/+7
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-14/+14
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-6/+2
* 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