Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge export redesign branch back into trunk. | stuconnolly | 2010-05-24 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Added 'Add Host' to Locazable.strings | mltownsend | 2010-05-04 | 1 | -0/+0 |
| | |||||
* | changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" | jakob | 2010-04-22 | 1 | -0/+0 |
| | |||||
* | Localize 'Edit Favorites...' popup button menu item. | stuconnolly | 2010-04-20 | 1 | -0/+0 |
| | |||||
* | Forgot to update Localizable.strings for previous commit. | stuconnolly | 2010-04-11 | 1 | -0/+0 |
| | |||||
* | When adding a new table with a CSV storage engine, the initial field cannot ↵ | stuconnolly | 2010-03-30 | 1 | -0/+0 |
| | | | | be NULL as nullable fields are not supported. Fixes issue #614. Although resolved, this will ultimately be fixed in a better approach upon the implementation of issue #297 that should allow the user to customize many of the properties of the initial field of a new table. | ||||
* | Localize 'Save As...' button titles on console and process list windows. | stuconnolly | 2010-03-25 | 1 | -0/+0 |
| | |||||
* | Update Localizable.strings and add error checking to genstrings build process. | stuconnolly | 2010-03-23 | 1 | -0/+0 |
| | |||||
* | Consolidate all localizable content in the Resources/ directory and only use ↵ | stuconnolly | 2010-03-17 | 1 | -0/+0 |
Interfaces/ for XIBs. This addresses the first point on issue #593. |