aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ExportDialog.xib
Commit message (Collapse)AuthorAgeFilesLines
* Exporter:rowanbeentje2010-08-261-28/+40
| | | | | | - Enable alternating table lines in the export table view - this addresses Issue #797 - Reconnect GZIp & BZIP2 compression functionality (TODO: not currently working for file overwrites; to be discussed)
* During a CSV export if the user selects the tab as the separator update the ↵stuconnolly2010-07-251-9/+31
| | | | extension to be .tsv
* In addition to Gzip compression support when exporting SQL dumps add the ↵stuconnolly2010-07-241-166/+330
| | | | | | | | | | | | | | | | | | ability to use Bzip2 compression. Other changes include: + Enable the use of export compression (Gzip and Bzip2) for all export formats. + Move the compression options in the export dialog to the 'Advanced' export settings view. + Simplify the setting of common exporter properties (e.g. the connection, use of compression). + Fix a potential memory leak in the dot exporter. + Update the data importer to recognise Bzip2 compressed files. + Fix several display issues on export dialog. + Restore the default .csv file extension of CSV exports. + Correctly update the default export filename when selecting a output compression type. The addition of Bzip2 compression support implements issue #688.
* Fix a very minor display issue on the export dialog's custom filename view ↵stuconnolly2010-07-121-8/+10
| | | | box by extending the parent tab view's width.
* Change the export dialog's 'Selected Tables' option to simply 'Tables' and ↵stuconnolly2010-07-061-15/+14
| | | | update strings files.
* Fix the resizing of the export dialog when the sheet is already ↵stuconnolly2010-07-051-5/+5
| | | | accommodating all available space. Also, change the cancel button's shortcut to escape. Thanks Hans.
* • resized GUI elements for localisation of longer explanationsBibiko2010-07-051-26/+33
|
* Simplify the ease at which export filename tokens can be localised as well ↵stuconnolly2010-07-051-10/+438
| | | | as how they are updated with respect to the selected export type.
* Add tooltips to the export dialog's tableview.stuconnolly2010-06-301-9/+12
|
* Fix a missing connection to customise the NULL placeholder for XML exports.stuconnolly2010-06-181-7/+15
|
* Fix the autoresizing properties of the custom filename view of the export ↵stuconnolly2010-06-151-4/+4
| | | | dialog.
* Export dialog sizing.stuconnolly2010-06-131-6/+6
|
* Exporter ehancements:stuconnolly2010-06-131-3276/+3531
| | | | | | | - Make sure the export button is disabled when the global structure, content and drop options are enabled, but the desellect all button is checked. - Replace the export dialog toolbar with a tabview, reducing the dialogs overall size. - Add the option to SQL dumps to specify when a new INSERT statement should be created, either after a certain amount of data or after a specific number of rows (defaults to every 250KiB). Known issue: incorrect VALUES clause generation of last row when creating a new INSERT after a specific number of rows.
* Exporter enhancements, including:stuconnolly2010-06-091-700/+663
| | | | | | | | - Move the custom filename options view to a drop down view on the main exporter dialog. - Change the export data source matrix to a popup button. - Fix the export button being enabled when no tables are selected to be exported. - Various interface validation fixes.
* 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