aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPXMLExporter.m
Commit message (Expand)AuthorAgeFilesLines
* Move some shared code to the parent classMax2015-11-211-5/+5
* Reorder some code to remove duplicate code and make leaking a NSAutoreleasePo...Max2015-11-201-12/+1
* Formalize [x release], x = nil; conventionMax2015-01-041-3/+3
* 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
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-3/+2
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* Fix incorrect slash for nil data items in an XML export. Fixes issue #1404.stuconnolly2012-07-191-1/+1
* Fix more gcc warnings.stuconnolly2012-05-091-7/+6
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* - Fix an exception when attempting to preserve the selection in a table with...rowanbeentje2012-03-241-1/+3
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-19/+13
* - Fix more compiler warningsrowanbeentje2011-03-151-0/+1
* - Improve handling of table names containing backslashesrowanbeentje2010-12-141-1/+3
* Complete the implementation of supporting MySQL's XML schema format when expo...stuconnolly2010-11-051-108/+205
* Start moving towards using the same XML format as MySQL uses. The inclusion o...stuconnolly2010-11-041-22/+19
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • for each export/copy/drag method other than SQL pass any spatial fields a...Bibiko2010-10-091-0/+3
* Fix the display and updating of the export progress sheet when performing an ...stuconnolly2010-08-141-0/+3
* Various export enhancements and fixes, including:stuconnolly2010-08-121-5/+9
* On the XML export dialog add the option to specify the placeholder of exporte...stuconnolly2010-06-061-5/+14
* Remove unsed try/catch exception blocks in all data exporters.stuconnolly2010-05-271-147/+144
* Data export fixes:stuconnolly2010-05-261-5/+5
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-4/+214
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-0/+48