aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/MainMenu.strings
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Remove outdated language resources from the projectrowanbeentje2012-12-211-0/+0
| | | | | - Add a copy phase to the distribution build process to copy in languages downloaded from dev.sequelpro.com/languages before signing
* - Improve help search updates while typing, adding basic display for no ↵rowanbeentje2012-06-221-0/+0
| | | | | | | | results found and showing the table of contents if the field is cleared - Permit help searches for the operator "%" as a standalone string - Update localisable strings
* - Fix exceptions seen in 0.9.9RC related to query favorites with nil query ↵rowanbeentje2011-06-201-0/+0
| | | | | | | texts (L2239) - Update localisable strings
* - Add tooltips to the previous/next tab menu items listing alternate ↵rowanbeentje2011-06-051-0/+0
| | | | | | | keyboard shortcuts - Update localizable 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
* Update strings files.stuconnolly2010-10-191-0/+0
|
* Update XIB strings.stuconnolly2010-07-051-0/+0
|
* - Update localisable stringsrowanbeentje2010-06-301-0/+0
| | | | | | - Fix a casting issue preventing release/dist builds - Remove a line of old debug
* - 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/+477
.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