index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPFieldMapperController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Formalize [x release], x = nil; convention
Max
2015-01-04
1
-16
/
+16
*
Fix two minor CSV import dialog issues
Max
2014-12-26
1
-22
/
+24
*
************** IMPORTANT: SEE BELOW **************
Max
2014-12-26
1
-108
/
+126
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-4
/
+3
*
Replace boxed integers in code with @ literals
Max
2014-12-13
1
-5
/
+5
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-4
/
+4
*
Add a hidden preference to control the size of the UI's monospaced font.
Stuart Connolly
2014-05-26
1
-1
/
+3
*
Rework CSV field mapping loops for clarity and to theoretically address Log #...
rowanbeentje
2014-04-26
1
-74
/
+56
*
Fix an issue where CSV imports could not be started if a zero-length field wa...
rowanbeentje
2014-04-26
1
-6
/
+6
*
Update URL in source file header to point to GitHub.
Stuart Connolly
2014-01-26
1
-1
/
+1
*
Remove SVN property placeholder.
Stuart Connolly
2014-01-26
1
-2
/
+0
*
Cleaned up Format string is not a string literal (potentially insecure) errors
Marius Ursache
2013-11-09
1
-2
/
+2
*
- Address further Release/Distribution build warnings
rowanbeentje
2013-05-22
1
-9
/
+9
*
- Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...
rowanbeentje
2013-05-21
1
-20
/
+9
*
- Add a check for SPNotLoaded values when automatically generating new table...
rowanbeentje
2013-02-18
1
-1
/
+1
*
Fix warnings by not using id for IB outlet references.
stuconnolly
2013-02-17
1
-8
/
+7
*
Changing SP_REFACTOR macro to SP_CODA
sqlprodev
2013-02-14
1
-14
/
+14
*
Remove useless init and dealloc method comments and perform general tidy up.
stuconnolly
2013-01-22
1
-6
/
+2
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-12
/
+21
*
- When creating tables as a result of CSV imports into a new table, correctl...
rowanbeentje
2012-05-29
1
-5
/
+9
*
- Clean up SPMySQL and QueryKit inclusion and search methods, which should f...
rowanbeentje
2012-03-27
1
-4
/
+0
*
tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR
sqlprodev
2012-03-27
1
-0
/
+4
*
- Fix an exception when attempting to preserve the selection in a table with...
rowanbeentje
2012-03-24
1
-3
/
+3
*
- Alter the import field mapper controller to support multiple primary keys ...
rowanbeentje
2012-03-22
1
-5
/
+9
*
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-6
/
+7
*
- Fix "Multiple selection" still being displayed after multiple tables are d...
rowanbeentje
2011-06-14
1
-8
/
+6
*
Fixes source text encoding problems accidentally introduced in r3273
sqlprodev
2011-04-14
1
-5
/
+5
*
Fixes source text encoding problems accidentally introduced in r3273
sqlprodev
2011-04-14
1
-6
/
+6
*
SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...
sqlprodev
2011-04-14
1
-24
/
+4
*
Make some minor changes after reviewing r3271:
rowanbeentje
2011-04-14
1
-6
/
+6
*
initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...
sqlprodev
2011-04-11
1
-15
/
+57
*
- Fix exceptions importing CSVs, caused by incorrect warnings cleanup in r3240
rowanbeentje
2011-03-22
1
-3
/
+3
*
- Fix more compiler warnings
rowanbeentje
2011-03-15
1
-1
/
+1
*
- Fix more warnings
rowanbeentje
2011-03-14
1
-42
/
+43
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-10
/
+9
*
• CSV field mapper
Bibiko
2011-02-03
1
-11
/
+22
*
• improve CSV field mapping method to align file header names with table co...
Bibiko
2011-02-03
1
-16
/
+72
*
- Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )
rowanbeentje
2010-11-27
1
-1
/
+2
*
• CSV import now supports to import sequences of 0 and 1 into BIT fields
Bibiko
2010-10-31
1
-1
/
+3
*
• try to fix crash issue 1748
Bibiko
2010-10-29
1
-6
/
+8
*
• CSV Import Field mapper
Bibiko
2010-10-25
1
-7
/
+13
*
CSV Import Field Mapper
Bibiko
2010-10-25
1
-26
/
+49
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-3
/
+0
*
• CSV Import Field Mapper Sheet
Bibiko
2010-10-23
1
-7
/
+77
*
• re-enabled three finger trackpad wiping gesture for controlling the table...
Bibiko
2010-10-22
1
-15
/
+23
*
Tidy up.
stuconnolly
2010-10-19
1
-0
/
+1
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-1
/
+0
*
Various improvements to server capability/version checking, including:
stuconnolly
2010-10-07
1
-2
/
+3
*
• fixed exception while length checking for import into new table if checke...
Bibiko
2010-09-28
1
-2
/
+2
*
- Remove a number of invalid [NSTableView makeFirstResponder] calls that had...
rowanbeentje
2010-09-18
1
-3
/
+3
[next]