aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/DBView.strings
Commit message (Collapse)AuthorAgeFilesLines
* Fix some minor UI misalignmentMax2015-05-121-0/+0
|
* Update strings filesMax2015-04-051-0/+0
| | | | (Mainly to trigger a rebuild)
* - Fix query status and error message title to not always suggest an error ↵rowanbeentje2013-04-011-0/+0
| | | | has occurred, addressing Issue #1670
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a ↵rowanbeentje2013-03-311-0/+0
| | | | | | | | | | | | single button with dropdown menu with ability to change the default action: - Create a new SPComboPopupButton class; this subclasses NSPopupButton to retain the ability to show the popup menu, but only when the right-hand side of the button is pressed, allowing the rest of the button to perform the click action - Combine the previous two "Run" buttons on the Custom Query view into a new SPComboPopupButton - Move the Run menu items from the gear menu into the Run button popup menu so they can be discovered more easily (and the shortcuts seen more easily) - Add a menu item to switch the button's default action, which also swaps all associated shortcuts - Clean up associated logic This implements Issue #1569
* - Fix connection view favourites outline view layout issues on 10.7+ ↵rowanbeentje2013-01-251-0/+0
| | | | following the move to the 10.6 SDK
* - Fix header search paths to fix clean release/Distribution builds with no ↵rowanbeentje2012-12-301-0/+0
| | | | | | | previous debug builds - Update localizable strings
* - Swap around the Custom Query "Run All" and "Run ↵rowanbeentje2012-12-011-0/+0
| | | | | | | | Current/Previous/Selection" shortcuts and positions (Issue #1094) - Tweak the designated requirement to correctly sign the tunnel assistant (Issue #1503) - Add support for important release notes in the version upgrade routines to highlight important issues, and add notes for the button swap and signing change to alert users
* - Fix a couple of tooltip regressions in all the recent changes (thanks ↵rowanbeentje2012-08-041-0/+0
| | | | schlabberdog!)
* - Remove all BWToolKit elements from the Content Filter Manager, replacing ↵rowanbeentje2012-08-011-0/+0
| | | | | | | with SPSplitView and equivalents - Update localisable strings
* - Remove all BWToolKit elements in the connection view, replacing with ↵rowanbeentje2012-08-011-0/+0
| | | | | | | | | standard equivalents and SPSplitView - Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons - Improve SPSplitView's handling of delegates set through code - Update localisable strings
* - Replace the collapsible BWSplitView on the Query pane with a SPSplitView ↵rowanbeentje2012-07-261-0/+0
| | | | | | | | configured from code - Replace the other NSSplitView on the Query pane with an equivalent SPSplitView to allow easier constraint management - Fix SPSplitView collapsible subview resizing to only amend the collapsible subview's autoresizing mask along the axis of the split view, leaving the other axis untouched to avoid problems with subviews not correctly picking up window resize changes when they were collapsed
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated ↵dmoagx2011-09-151-0/+0
| | | | .strings files)
* - Make add relation error detail intro localisablerowanbeentje2011-09-091-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
* * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-021-0/+0
|
* * 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)
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code ↵rowanbeentje2011-05-081-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
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-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
* - When saving user changes to the database, catch errors and display them ↵rowanbeentje2011-01-201-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-041-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
* - Show and hide the custom query info area based on whether custom query ↵rowanbeentje2010-12-041-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
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading ↵rowanbeentje2010-11-231-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-161-0/+0
| | | | | | | initial use in the bundle editor (not implemented yet). Includes the .ibplugin within the framework. - Update localisable strings
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ↵rowanbeentje2010-11-031-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
* Add a 'Edit Trigger' menu item to the trigger's table view context menu.stuconnolly2010-10-191-0/+0
|
* - Update SSH connections to pick up custom ports configured in SSH config ↵rowanbeentje2010-10-061-0/+0
| | | | | | | | files; thanks to Stefan Schüßer for this patch. - Tweak SSH Master Mode to use the "ControlMaster auto" setting instead of -M - Update localizable strings
* Correctly uppercase menu item. Also, update strings files.stuconnolly2010-09-271-0/+0
|
* - Implement support for MySQL over SSL for both TCP/IP and Socket ↵rowanbeentje2010-09-131-0/+0
| | | | | | | | | | connection modes. - Upgrade the MySQL binaries to version 5.1.50 (was 5.1.46) - Enable SSL support in the MySQL libraries (this leads to a large increase in library size, unfortunately) - Enable more optimisations in the MySQL libraries (especially --enable-assembler for faster in-library string processing and --with-mysqld-ldflags=-all-static) This completes support for Issue #27.
* Encoding changes and improvements, particularly to increase compatibility ↵rowanbeentje2010-08-251-0/+0
| | | | | | | | | | | with extended characters in MySQL identifiers (names of dbs/tables/cols): - Move encoding queries and control into MCPKit, with newly cleaned-up methods, and switch a number of locations to using the new code. - Use UTF8 connections for many identifier-based queries (selecting and listing databases, tables, stored procs, table information). This fixes selection and creation of table and database names containing extended characters, also fixing exceptions and errors. - Improve UTF8 over Latin1 to correctly set the client character set encoding as well, fixing custom queries and edits; remove custom code in SPTableContent achieving the same thing in a single location. - Fix database encoding detection routines - Update localisable strings
* Tweak structure view index collapsing:rowanbeentje2010-07-171-0/+0
| | | | | | | - Make the minimum index view size a little smaller - Add a button to reveal the indexes subview when it is collapsed. This button is hidden when te index view is not collapsed. This addresses Issue #746
* Finalise Sequel Pro tab style:rowanbeentje2010-07-121-0/+0
| | | | | | | | - Add custom Safari-style tab close buttons - Tweak margins, especially on the right when a progress indicator is active to avoid doubled margins - Fix tab bar rendering when using font/help etc windows Also update the .strings files to match latest changes
* Change the export dialog's 'Selected Tables' option to simply 'Tables' and ↵stuconnolly2010-07-061-0/+0
| | | | update strings files.
* Remove all the old export code and associated UI controls.stuconnolly2010-07-021-0/+0
|
* Enable the "Sequel Pro" tab style by default, and include the following fixes:rowanbeentje2010-06-181-0/+0
| | | | | | | | - Fix display of the overflow menu - Improve tab spacing and internal layout - Improve tab names for documents to correctly show the database for background documents in additional cases - Update strings files
* - Forgot to update .strings files to match r2325rowanbeentje2010-06-141-0/+0
|
* Split the management of a table's indexes (adding and removing) to its own ↵stuconnolly2010-06-141-0/+0
| | | | controller and XIB in preparation for the UI redesign.
* - Update the nib localisation postprocessor to output strings files in the ↵rowanbeentje2010-06-121-0/+0
| | | | | | | original format they were read using - Convert the .strings files to UTF16
* - Implement the Wil shipley/Golden % Braeburn localisation method for ↵rowanbeentje2010-06-121-0/+1629
.xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files - Fix the genstring stage of the build script and move it to Release/Dist builds only - Update Localizable.strings to match latest code