aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ExportDialog.xib
Commit message (Collapse)AuthorAgeFilesLines
* On the XML export dialog add the option to specify the placeholder of ↵stuconnolly2010-06-061-20/+104
| | | | exported NULL values. Fixes issue #718.
* - Exporter: SQL select/deselect all will now toggle structure/drop table if ↵rowanbeentje2010-06-061-14/+15
| | | | | | | | those are enabled - Exporter: SQL export now correctly excludes structure/drop table if the global structure/drop toggles are disabled - Exporter: Save exporter window size
* Fix autoresizing properties of the UTF-8 BOM option on the export dialog.stuconnolly2010-05-251-3/+3
|
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-646/+2058
| | | | | | | | | | | | | | | | | | | | | Includes a completely redesign approach to all export data types based on the use of NSOperation subclasses. CSV, SQL, XML and dot export types are currently functional, while the source files for PDF and HTML export types exist they are to be implemented, but are currently hidden from the interface. Also includes the following: - Completely redesigned export interface. - The ability to customize CSV NULL values. - The ability to specify whether the UTF-8 BOM should be used in SQL dumps. - The ability to specify whether BLOB fields are output as hex or plain text during SQL dumps. Defaults to hex. - Exporting currently selected tables via the tables list context menu. Outstanding issues: - Not all progress indicators for all export types are functional (or functioning correctly). - A few issues related to the introduction of only exporting the content and create and drop syntax of specific tables during SQL dumps. Needs some serious testing and benchmarking to ensure it replicates the current export functionality.
* Resolve IB checkbox warnings.stuconnolly2009-11-171-31/+48
|
* Yet more export redesign work. Export is now currently working for single ↵stuconnolly2009-10-091-153/+874
| | | | tables, but produces deadlock errors when attempting to export multiple tables as a result of the initial streaming request for the tables' data all being done from the same thread. To resolve this each of the streaming requests will be made concurrently in separate operations and once the data is available a new concurrent operation (SPExporter subclass instance) will be spawned to perform the data conversion process.
* Forgot the project file and the export XIB.stuconnolly2009-08-291-27/+538
|
* - Fix missing images - file names had changedavenjamin2009-06-101-17/+24
|
* - part 5 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-0/+3498
- committing 3 new Nib files