| Commit message (Expand) | Author | Age | Files | Lines |
* | - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo... | rowanbeentje | 2010-04-22 | 1 | -0/+1 |
* | - Fix .sql.gz extension when exporting databases to SQL when the compression... | rowanbeentje | 2010-04-17 | 1 | -2/+2 |
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 1 | -1/+1 |
* | preserve path name selection only if user ticks the 'compress dump' checkbox ... | Bibiko | 2010-04-12 | 1 | -0/+11 |
* | • Export compressed mysql dump | Bibiko | 2010-04-12 | 1 | -2/+14 |
* | Add a new SPFileHandle class to support gzip compression and writing on a bac... | rowanbeentje | 2010-04-12 | 1 | -36/+72 |
* | • Import from Clipboard | Bibiko | 2010-04-10 | 1 | -0/+2 |
* | • added "Import from Clipboard" ⌥⇧⌘I | Bibiko | 2010-04-10 | 1 | -13/+123 |
* | • CSV Import | Bibiko | 2010-04-06 | 1 | -8/+45 |
* | - Improve error checking for various actions, particularly permissions error... | rowanbeentje | 2010-03-31 | 1 | -7/+33 |
* | • some speed improvements and code simplifications for navigator | Bibiko | 2010-03-30 | 1 | -0/+3 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -12/+12 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -10/+10 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-22 | 1 | -37/+44 |
* | • CSV Import | Bibiko | 2010-03-22 | 1 | -2/+15 |
* | • fixed bug while CSV import | Bibiko | 2010-03-22 | 1 | -6/+9 |
* | - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects... | rowanbeentje | 2010-03-20 | 1 | -135/+123 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -5/+5 |
* | Fix a couple more potential issues found during static analysis. | stuconnolly | 2010-03-15 | 1 | -1/+1 |
* | - Fix some leaks and autoreleases after checking static analysis | rowanbeentje | 2010-03-13 | 1 | -1/+1 |
* | • fixed printing of Extended Table Info if Create Table Syntax view has focus | Bibiko | 2010-03-13 | 1 | -1/+1 |
* | - Fix the "Import" button for the "Do you really want to load a [large] SQL ... | rowanbeentje | 2010-03-10 | 1 | -0/+1 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 1 | -0/+34 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 1 | -1/+2 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-04 | 1 | -27/+141 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-03 | 1 | -0/+1 |
* | • CSV Field Mapper | Bibiko | 2010-03-02 | 1 | -1/+1 |
* | • this commit should fix the displaying the correct read file size and the ... | Bibiko | 2010-02-21 | 1 | -6/+6 |
* | • CSV Import Field Mapper | Bibiko | 2010-02-21 | 1 | -4/+22 |
* | • CSV Import Field Mapper | Bibiko | 2010-02-18 | 1 | -1/+1 |
* | • CSV Import Field Mapper | Bibiko | 2010-02-18 | 1 | -1/+15 |
* | • TableDump | Bibiko | 2010-02-17 | 1 | -25/+17 |
* | • csv file import mapper | Bibiko | 2010-02-17 | 1 | -2/+12 |
* | • field mapper controller | Bibiko | 2010-02-16 | 1 | -5/+6 |
* | • re-factored and outsourced the entire CSV import field mapper sheet | Bibiko | 2010-02-16 | 1 | -179/+41 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -2/+8 |
* | • some further work at the new field mapper sheet | Bibiko | 2010-02-05 | 1 | -4/+7 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -43/+91 |
* | • field mapping sheet is now document-modal instead of blocking SP entirely | Bibiko | 2010-02-03 | 1 | -9/+24 |
* | - When exporting CSVs containing linebreaks, no longer escape those linebrea... | rowanbeentje | 2010-01-22 | 1 | -7/+5 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -13/+14 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-14 | 1 | -58/+65 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-14 | 1 | -5/+71 |
* | • fix for i529: set the savePanel's delegate to self in order to handle cha... | Bibiko | 2010-01-13 | 1 | -1/+3 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-12 | 1 | -36/+46 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-11 | 1 | -8/+43 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -64/+64 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+2 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -0/+1 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -1/+1 |