aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/IndexesView.strings
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate and improve ping code:rowanbeentje2010-09-251-0/+0
| | | | | | | | - Foreground and keepalive pings now use the same code, which has been tidied and improved - Global variables are no longer incorrectly shared across multiple instances - If a ping thread blocks in a state where pthread_cancel no longer functions, the connection is assumed to have failed (network issues etc) This should further improve MySQL crashes linked to pings, and will hopefully address Issue #830. Also update localizable strings
* - Remove a number of invalid [NSTableView makeFirstResponder] calls that ↵rowanbeentje2010-09-181-0/+0
| | | | | | | had crept into the source, replacing with the correct [NSWindow makeFirstResponder:NSTableView]. This fixes a number of exceptions. - Update localisable strings.
* 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
* 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.