aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-1438/+0
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-1/+1
* Revert a change made in r2390 that removed the didEndSelector of the import e...stuconnolly2010-07-051-0/+8
* Remove all the old export code and associated UI controls.stuconnolly2010-07-021-2002/+143
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-241-5/+5
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-2/+2
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-1/+1
* Rename TableSource to SPTableStructure.stuconnolly2010-05-271-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-2/+2
* Initial implementation of tabs:rowanbeentje2010-05-231-46/+46
* Fix for Issue#656. The setExtensionHidden: method should not be called and s...mltownsend2010-05-111-1/+2
* Rework alert sheets:rowanbeentje2010-05-091-13/+13
* Review trigger fetching and storage:rowanbeentje2010-05-011-40/+40
* - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo...rowanbeentje2010-04-221-0/+1
* - Fix .sql.gz extension when exporting databases to SQL when the compression...rowanbeentje2010-04-171-2/+2
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-1/+1
* preserve path name selection only if user ticks the 'compress dump' checkbox ...Bibiko2010-04-121-0/+11
* • Export compressed mysql dumpBibiko2010-04-121-2/+14
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-121-36/+72
* • Import from ClipboardBibiko2010-04-101-0/+2
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-101-13/+123
* • CSV ImportBibiko2010-04-061-8/+45
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-311-7/+33
* • some speed improvements and code simplifications for navigatorBibiko2010-03-301-0/+3
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-12/+12
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-10/+10
* • CSV Import Field MapperBibiko2010-03-221-37/+44
* • CSV ImportBibiko2010-03-221-2/+15
* • fixed bug while CSV importBibiko2010-03-221-6/+9
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-201-135/+123
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-5/+5
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-1/+1
* • fixed printing of Extended Table Info if Create Table Syntax view has focusBibiko2010-03-131-1/+1
* - Fix the "Import" button for the "Do you really want to load a [large] SQL ...rowanbeentje2010-03-101-0/+1
* • CSV Import Field MapperBibiko2010-03-051-0/+34
* • CSV Import Field MapperBibiko2010-03-051-1/+2
* • CSV Import Field MapperBibiko2010-03-041-27/+141
* • CSV Import Field MapperBibiko2010-03-031-0/+1
* • CSV Field MapperBibiko2010-03-021-1/+1
* • this commit should fix the displaying the correct read file size and the ...Bibiko2010-02-211-6/+6
* • CSV Import Field MapperBibiko2010-02-211-4/+22
* • CSV Import Field MapperBibiko2010-02-181-1/+1
* • CSV Import Field MapperBibiko2010-02-181-1/+15
* • TableDumpBibiko2010-02-171-25/+17
* • csv file import mapperBibiko2010-02-171-2/+12
* • field mapper controllerBibiko2010-02-161-5/+6
* • re-factored and outsourced the entire CSV import field mapper sheetBibiko2010-02-161-179/+41
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-2/+8
* • some further work at the new field mapper sheetBibiko2010-02-051-4/+7