aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj
Commit message (Collapse)AuthorAgeFilesLines
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-0/+0
|
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-0/+0
| | | | | - Update localizable strings
* * Add French translators to credits (translation mostly done, so we can ↵dmoagx2011-09-241-12/+36
| | | | include it in next release)
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated ↵dmoagx2011-09-154-0/+0
| | | | .strings files)
* - Make add relation error detail intro localisablerowanbeentje2011-09-092-0/+0
| | | | | | - If the add relation error strongly appears to be a name-already-taken error, add the name to the takenNames list to prevent it being used again and to highlight the error - Update localisable strings
* Tidy up console/query controller.stuconnolly2011-09-032-0/+0
|
* * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-022-0/+0
|
* - Update version numbers to 0.9.9.1rowanbeentje2011-09-011-1/+1
|
* * Fixes some strings that were not really localizable the way they were ↵dmoagx2011-08-262-0/+0
| | | | constructed.
* Add Sparkle to credits.stuconnolly2011-07-101-2/+11
|
* * Fixes a spacing issue and an issue where MySQL keywords could be ↵dmoagx2011-07-041-0/+0
| | | | | | translated (fixes #1105) * Adds support for naming relations (fixes #948, #1085)
* - Add a bundle meta summary to the top of the bundle editorrowanbeentje2011-06-273-0/+0
| | | | | | | - Rearrange the bundle editor interface further, building on Stuart's work in r3330; particularly focussing on logically grouping fields together. - Move the "Disable" checkbox to the bottom of the window, rename it to "Disable bundle" to make the intent clear, and update the interface when it is in NSOnState
* - Fix exceptions seen in 0.9.9RC related to query favorites with nil query ↵rowanbeentje2011-06-202-0/+0
| | | | | | | texts (L2239) - Update localisable strings
* - Update version strings to 0.9.9 version and 2011 copyright datesrowanbeentje2011-06-121-2/+2
| | | | | - Add German and Russian localisations
* * Add translators to creditsdmoagx2011-06-091-1/+21
|
* - Add tooltips to the previous/next tab menu items listing alternate ↵rowanbeentje2011-06-052-0/+0
| | | | | | | keyboard shortcuts - Update localizable strings
* * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-103-0/+0
| | | | * Update strings files
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code ↵rowanbeentje2011-05-083-0/+0
| | | | | | | from a #ifndef SP_REFACTOR/#else/#endif to just a #ifdef SP_REFACTOR/<protocol declaration>/#endif, and remarking a few items as IBOutlets - Update localisable strings
* Implement a large number of minor fixes and improvements to export ↵rowanbeentje2011-05-071-0/+0
| | | | | | | | | | | | | | | | | | | | | | functionality, including an overhaul of filename NSTokenField functionality: - Improve the NSTokenField used for export filenames: only tokenise reserved tokens, don't tokenise reserved words which are parts of other words, allow the comma to be used, update tokenisation during typing, and prevent whitespace triming. - Save the last selected export path, and make the path selection button open a dialog to the selected directory - Save the export filename and restore on future uses of the export dialog (only if the name contains placeholder tokens, so one-off export names aren't saved) - If the advanced options are collapsed, display a summary of the selected options next to the disclosure triangle - Display a small warning in the corner of the window if the export file cannot be imported into Sequel Pro, to warn those people attempting to back up their databases in XML - Clarify and improve the export warning dialog if files already exist or could not be created; make the simpler file-exists cases reflect OS-style dialogs, alter wording based on the number of files that failed and how they failed, and only show the "replace" or "skip" type buttons if it makes sense to do so. - Fix a mutation-during-enumeration error when skipping files - If "Cancel" is chosen in the export file creation replace/error dialog, redisplay the export sheet with the previous selection still active - Add support for year, month and day tokens in the filename token list - Don't allow blank custom filenames, before or after tokenisation, as this can cause problems - instead fall back to default filenames in those cases - Only append the extension if one hasn't been set - on all export formats, extending r3284 - If exporting to multiple files option is enabled but only one table is selected, supply that table name for filename table tokens - Update the progress bar to reflect update progress when exporting CSV data - Fix a bug causing exports to hang if the low-memory advanced option was set and content was selected to export and any empty tables were encountered - Save memory use and compression advanced export settings across sessions - Update localisable strings
* * And this time actually with genstrings, sorrydmoagx2011-03-201-0/+0
|
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-024-0/+0
| | | | | | | | | - Fix further compiler warnings, including a couple of bugs - Disable the -wselector warnings (Multiple definition types for selector) as they're currently unsupported in LLVM - Disable the -wconversion warnings (Prototype conversion) warnings as we usually can't affect protocol declaration - Disable the -wstrict-selector-match (Strict selector matching) due to too many false positives
* • updated Credits.rtf re ShortcutRecorderBibiko2011-01-241-0/+11
|
* - Change shortcut for "Duplicate Connection Tab" to alt-T for increased ↵rowanbeentje2011-01-232-0/+0
| | | | | | | | discoverability - this improves on Issue #943 - Add alternate keybindings for tab switching - support command-shift-[ and -], and command-alt-left and right arrows to match behaviour of other applications - Update localisable strings
* - When saving user changes to the database, catch errors and display them ↵rowanbeentje2011-01-203-0/+0
| | | | | | | | in a single sheet for review. This fixes a number of isGroupRow crashes on any error. - Track a host row's original host to allow host edits - Update localisable strings
* - Rework the Add Index indexes menu and the auto_increment index required ↵rowanbeentje2011-01-043-0/+0
| | | | | | | | | | | | | menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$ - Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible. - Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs - Fix exceptions when adding indexes to a table where every field is already indexed - Fix initialField/indexedFieldNames check to improve on r3061 - Fix toggling advanced index view after closing the sheet with the view open - Update localisable strings
* * Provide more context for Bundle Editor localizable messages (leaves one ↵dmoagx2010-12-262-0/+0
| | | | issue with genstrings, might need to set "-q")
* - Fix issues with user management and GRANT OPTION - when applying all ↵rowanbeentje2010-12-222-0/+0
| | | | | | | privileges (or removing all privileges) at once, the server treated the list of all options as 'GRANT ALL', instead of GRANT ALL WITH GRANT OPTION. - Update localisable strings files
* * Fix a minor typo (reported by Sérgio Miranda) and update .stringsdmoagx2010-12-122-0/+0
|
* Apply a tweaked version of a patch by Aaron Linville ↵rowanbeentje2010-12-052-3/+5
| | | | | | | | | | (http://www.linville.org/) to handle table linking in .dot exports on case-insensitive servers: - Adds a new checkbox on the .dot export interface controlling the case sensitivty of link handling - Improve .dot export to use lowercase link references when the option is enabled, fixing .dot exports of table relations of table names with uppercase characters on case-insensitive servers - Check the server's case-sensitivity setting and use that to control the checkbox when using the export interface to select .dot export This addresses Issue #920.
* - Show and hide the custom query info area based on whether custom query ↵rowanbeentje2010-12-044-0/+0
| | | | | | | | | | errors occurred, starting off hidden - Add "errors"/"no errors" prefix to the custom query status area - Add an import cancelled line to the import error list when stopping imports after errors - Fix custom query error highlighting by scrolling to the error - Update localisable strings
* - Change the CSV import accessory view to a general import accessory view, ↵rowanbeentje2010-11-292-0/+0
| | | | | | | | | based on a tab view - When importing SQL, use the accessory view to ask how to handle errors: Ask (the new default), which prompts the user on each error whether to continue, stop, or ignore all errors; and ignoring all errors, which matches the old behaviour. This addresses Issue #901. - When showing the reconnection dialog ensure the window isn't minimised - Update localisable strings
* - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )rowanbeentje2010-11-272-0/+0
| | | | | | | - Improve 10.5 compatibility when clearing menus ( http://spbug.com/l/1508 , http://spbug.com/l/1829 , http://spbug.com/l/1818 ) - Fix a possible crash when updating database lists - Update localisable strings
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading ↵rowanbeentje2010-11-234-0/+0
| | | | | | | | | | functionality into state setting and getting functions, and refactor old commands to use them - Fix restoring of content sort column order and selected indexes - Add menu items for duplicating current tab (as an alternate), opening selected table in a new tab, or opening selected database in a new tab - Clean up file menu by making Connection/Session "Save as..." menu items alternates - Update localisable strings
* - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for ↵rowanbeentje2010-11-164-0/+0
| | | | | | | initial use in the bundle editor (not implemented yet). Includes the .ibplugin within the framework. - Update localisable strings
* • Quicklook supportBibiko2010-11-155-7/+15
| | | | | | | | | - used embedded icon image via cid and mime type image/tiff - sql view now wraps long lines - improved general stability - QL now runs on main thread note: there're still some issues for which QL crashed mostly due NSAutoReleasePool releases - more investigations are needed; most of this issues are releted to long lines, icon caching, releasing ...
* - Switch to explicit memory management of strings in the QuickLook plugin ↵rowanbeentje2010-11-152-2/+2
| | | | | | | when viewing SQL files - this fixes certain crashers, addressing Issue 896. - Tweak a misspelling in the templates
* Make sure the root favorite has a name key and value. Also, update string files.stuconnolly2010-11-111-0/+0
|
* Fix build errors.stuconnolly2010-11-091-0/+0
|
* Rearchitect preferences, including:stuconnolly2010-11-032-0/+0
| | | | | | | | | - Split each preference pane into their own controller (subclass of SPPreferencePane, which is a subclass of NSViewController). - Each preference pane controller conforms to the protocol SPPreferencePaneProtocol to allow the main preference controller to build the toolbar. - Move the preferences upgrade function to it's own file. - Add SPFontPreviewTextField which is based on Colloquy's JVFontPreviewField to allow previewing of the selected font in the tables and editor preference panes. - Update localisable strings files.
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ↵rowanbeentje2010-11-034-0/+0
| | | | | | | | | | | central functionality out of SPTablesList: - Centralise control over table loading, moving it away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Centralise control over the main tab view, moving control away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Simplify and clean up view loading logic - Improve thread safety - Update localisable strings
* Split out all of SPTableStructure's delegate and datasource methods into ↵stuconnolly2010-10-261-0/+0
| | | | their own category.
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-242-0/+0
| | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files.
* Update credits.stuconnolly2010-10-211-6/+17
|
* Update credits.stuconnolly2010-10-201-2/+1
|
* Add a 'Edit Trigger' menu item to the trigger's table view context menu.stuconnolly2010-10-191-0/+0
|
* Because the process of editing a trigger involves droping and then ↵stuconnolly2010-10-191-0/+0
| | | | re-creating it, if an error occurs when attempting to re-create it remember to then re-create the original one. Fixes issue #795.
* Localize the header included in SQL and XML exports.stuconnolly2010-10-191-0/+0
|
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-0/+0
|
* Update strings files.stuconnolly2010-10-191-0/+0
|
* • implemented filter content type 'spatial' with general spatial operators ↵Bibiko2010-10-151-0/+89
| | | | for usage as filter of spatial fields