| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * Fixes minor label length issues and one unlocalized string | dmoagx | 2010-09-17 | 1 | -3/+5 |
* | • CSV Import into new table: | Bibiko | 2010-09-06 | 1 | -4/+79 |
* | • CSV Import Mapper sheet: | Bibiko | 2010-09-06 | 1 | -44/+194 |
* | Minor enhancements to the CSV import dialogs new table info sheet (i.e. table... | stuconnolly | 2010-09-05 | 1 | -2/+6 |
* | • CSV Import into new TABLE | Bibiko | 2010-09-04 | 1 | -53/+141 |
* | • further improvements for CSV import into new table | Bibiko | 2010-09-03 | 1 | -3/+58 |
* | • further progress for CSV import into new table | Bibiko | 2010-09-03 | 1 | -9/+64 |
* | • finished the first implementation of CSV Import into new table | Bibiko | 2010-09-03 | 1 | -8/+174 |
* | • first preparations to support a CSV import into a new table (not yet exec... | Bibiko | 2010-09-02 | 1 | -55/+218 |
* | • CSV Import Field mapper | Bibiko | 2010-09-02 | 1 | -1/+0 |
* | Rename TableDump to SPDataImport and fix export selected tables functionality. | stuconnolly | 2010-07-06 | 1 | -1/+1 |
* | • after opening spfs file reset tabBar by looking at setting for SPAlwaysSh... | Bibiko | 2010-07-01 | 1 | -1/+7 |
* | • fixed issue for Import from Clipboard | Bibiko | 2010-06-18 | 1 | -5/+1 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Rename CMTextView to SPTextView. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | - In the CSV import field mapper controller, retain the primary key field to... | rowanbeentje | 2010-05-09 | 1 | -1/+3 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -1/+1 |
* | • added "Import from Clipboard" ⌥⇧⌘I | Bibiko | 2010-04-10 | 1 | -2/+11 |