aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵rowanbeentje2012-12-121-3/+2
| | | | | | | | | thanks to Panic, Inc), recompressed for smaller file size and 10.5 compatibility - Add document icons to match - Amend the Info.plist to fix Sequel Pro being able to edit old .spf files etc - Add .mysql file support (Issue #1366)
* * Added Swedish translator to creditsdmoagx2012-12-031-23/+29
|
* - Swap around the Custom Query "Run All" and "Run ↵rowanbeentje2012-12-012-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
* - Alter favourite sorting in the connection interface: name sorts are now ↵rowanbeentje2012-10-101-0/+0
| | | | | | | case-insensitive for a more Mac-like feel, groups are sorted alphabetically among favourite nodes when name sorting is being used, and above (or below when reversed) other favourites in type/host mode - Update localisable strings and fix a warning
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-062-0/+0
| | | | | | | | | | | | | | editing on the connection screen (Issue #1339, Issue #1440): - No longer save changes made to connection favourites as soon as the interface is updated - Alter the interfaace if favourites are editing, offering to save the changes either to the old connection favourite or to a new favourite - Add a "Test connection" button to verify changes before saving - Add a "Quick Connect" entry to the top of the connection view's favourites list so a blank form is always available - Use a custom highlight when editing favourites to show the favourite has changed but is still linked - Reduce the margin on the left-hand side of the connection favourites list to increase the available space - Alter favourite name generation, making it less aggressive when generating names from partial details (eg creating names of just "@") and removing the user - Alter key icon usage to correctly update the button appearance if an SSL or SSH key is selected
* * My bad, included wrong name for Japenese translationdmoagx2012-09-241-1/+1
|
* * Updated credits to include Japanese translatorsdmoagx2012-09-231-35/+53
|
* * Make two strings localizable in Bundle Editordmoagx2012-09-091-0/+0
|
* Improve connection handling and recovery in general, and specifically to ↵rowanbeentje2012-08-181-0/+0
| | | | | | | | | | | address Issue #877: - On servers with very short timeouts set the wait_timeout for the session as well as the interactive_timeout to prevent the connection from dropping frequently - Improve recovery from connection errors, correctly restoring the connection if appropriate and possible - Allow reconnections to occur recursively by altering the internal tracking mechanism - Fix some edge cases where the connection would remain locked incorrectly - Improve error messaging for the "MySQL Server has gone away" network case
* - Fix a couple of tooltip regressions in all the recent changes (thanks ↵rowanbeentje2012-08-042-0/+0
| | | | schlabberdog!)
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-038-31/+23
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* - Remove all BWToolKit elements from the Content Filter Manager, replacing ↵rowanbeentje2012-08-012-0/+0
| | | | | | | with SPSplitView and equivalents - Update localisable strings
* - Remove all BWToolKit elements in the connection view, replacing with ↵rowanbeentje2012-08-013-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-262-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 a new SPSplitView class, intended to replace all BWSplitViews and so ↵rowanbeentje2012-07-231-0/+0
| | | | | | | | allow us to remove BWToolKit. Supports constraints and animated collapsible subviews configured in code, fixes crashes and exceptions if a window is closed while animations are taking place or scheduled to take place. - Replace the two vertical splitters in the table list (the filter splitter, and the table info splitter) with SPSplitView implementations as a test - Add a helper method in the new SPDateAdditions
* * Fixes some cases of bad localizabilitydmoagx2012-06-231-0/+0
| | | | * In Help viewer [HELP\nTOPIC] would not be recognized as link
* * Add the engine to the table info panel. Implements #1257dmoagx2012-06-231-0/+0
|
* - Improve help search updates while typing, adding basic display for no ↵rowanbeentje2012-06-223-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
* Improvements to connection view outline view:rowanbeentje2012-05-201-0/+0
| | | | | | | | | | - Prevent groups from being dragged into themselves (or child nodes) to prevent data loss - Improve selection handling when manually reordering nodes - Don't allow drags of the "Favorites" title at the top of the view to prevent exceptions - Prevent the "Favorites" title from being collapsed to prevent confusion on 10.7+ - Improve group tooltips to reflect contained favourites and groups - Improve menu validation checks
* Rework connection loss handling in SPMySQL, particularly to improve ↵rowanbeentje2012-05-084-0/+0
| | | | | | | | | | | | background loss of connections: - Attempt to fix a condition causing a reconnection loop by fixing the order of connection state check and a query variable - If a connection is lost in the background, only attempt a single reconnect instead of requiring user intervention at once - Add a new connection state to handle background disconnects - If the connection has been lost in the background but is about to be used, reconnect it automatically (informing the user of loss if appropriate) - Don't attempt background reconnections if the connection has not been used for some time (Also update localisable strings, and tweak navigator controller connection usage)
* - Fix localisation of export tokens, preventing duplication of strings to ↵rowanbeentje2012-04-191-0/+0
| | | | be translated causing translation faults; this addresses Issue #1322.
* Localize user manager dialogs.stuconnolly2012-04-071-0/+0
|
* Tidy up.stuconnolly2012-04-011-2/+2
|
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵rowanbeentje2012-03-271-0/+0
| | | | | | | fix nightly builds - Fix warnings
* Update strings.stuconnolly2012-03-111-0/+0
|
* - 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