Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Correctly report errors triggered *during* result download for streaming ↵ | rowanbeentje | 2009-11-16 | 4 | -2/+17 |
| | | | | results. This improves partial content displays (using the new code as of r1530) and also improves custom query error reporting. | ||||
* | - Make some thread safety improvements to try to address Issue #460 | rowanbeentje | 2009-11-16 | 3 | -5/+6 |
| | |||||
* | Database process list table view should not be editable. | stuconnolly | 2009-11-16 | 1 | -10/+4 |
| | |||||
* | Implement query cancellation support within MCPKit, and add it to the task ↵ | rowanbeentje | 2009-11-15 | 9 | -65/+327 |
| | | | | | | | | | | functionality: - MCPKit now supports cancelling the active query; for MySQL servers >= 5.0.0 a query kill is attempted from a new connection, and if that fails or for MySQL < 5 a reconnect is triggered. - TableDocument now supports enabling a cancel task button on the task interface, including an optional callback - Implement query cancellation for custom queries. This addresses Issue #86. - Implement query cancellation for table content loads, filters, and sorts. | ||||
* | Move connection type constants to SPConstants. | stuconnolly | 2009-11-15 | 5 | -55/+55 |
| | |||||
* | When viewing the information_schema database, disable all controls on the ↵ | stuconnolly | 2009-11-15 | 3 | -12/+18 |
| | | | | table information view as all table in this database are not modifiable by anyone. | ||||
* | Console 'gear' menu alignment. | stuconnolly | 2009-11-15 | 1 | -3/+3 |
| | |||||
* | Make the relations table view observe the use monospaced font preference. | stuconnolly | 2009-11-15 | 1 | -0/+26 |
| | |||||
* | Preferences interface tweaks. | stuconnolly | 2009-11-15 | 1 | -60/+194 |
| | |||||
* | If SP is already running, but there are no documents open, clicking the dock ↵ | stuconnolly | 2009-11-14 | 1 | -12/+36 |
| | | | | icon (casuing a reopen call) shouldn't cause the auto-connect to kick in. | ||||
* | This should be Monaco, not Courier (we should probably add a preference for ↵ | stuconnolly | 2009-11-14 | 1 | -1/+1 |
| | | | | this). | ||||
* | Updates to the 'use monospaced font' preference, making it a lot more ↵ | stuconnolly | 2009-11-14 | 14 | -202/+212 |
| | | | | consistent across all table views. Also includes live updating when the preference is changed as well as its implementation in the query console, process list and variables table views. | ||||
* | Increase database process list and variables table views row height to match ↵ | stuconnolly | 2009-11-14 | 2 | -9/+5 |
| | | | | that of all the others. | ||||
* | Bunch of improvements to the query console, including: | stuconnolly | 2009-11-14 | 15 | -192/+428 |
| | | | | | | | | | | | | | - New connection column (been meaning to add this for a while) - Display table view column headers - Enable table view text cell line truncating - Allow table view columns to be re-ordered - The table view now respects the display table view vertical grid lines preference - Support for including the connection when saving messages to a file - Support for showing/hiding the connection column - Increase table view row height to match that of all others - Display message time stamps using the user's system wide medium time format | ||||
* | • fixed the absolute path setting of the xproj file ContentFilters.plist ↵ | Bibiko | 2009-11-14 | 1 | -4/+4 |
| | | | | to be relative to enclosing group | ||||
* | Increase row size of console table view. | stuconnolly | 2009-11-14 | 2 | -27/+20 |
| | |||||
* | Rename test case classes. | stuconnolly | 2009-11-13 | 5 | -24/+33 |
| | |||||
* | Tidy up and fix unit tests. | stuconnolly | 2009-11-13 | 5 | -54/+60 |
| | |||||
* | Add SPConnectionDelegate as a category of TableDocument to split out all ↵ | stuconnolly | 2009-11-13 | 4 | -104/+186 |
| | | | | connection delegate methods into a single file. | ||||
* | Forgot to commit. | stuconnolly | 2009-11-13 | 1 | -31/+0 |
| | |||||
* | Add LICENSE file. | stuconnolly | 2009-11-13 | 2 | -0/+370 |
| | |||||
* | Tidy up and forgot to commit project file. | stuconnolly | 2009-11-13 | 3 | -44/+48 |
| | |||||
* | This class is not actually used anymore. | stuconnolly | 2009-11-13 | 2 | -74/+0 |
| | |||||
* | Give the custom query result table view the same row height as the table ↵ | stuconnolly | 2009-11-13 | 1 | -100/+33 |
| | | | | content table view. | ||||
* | Move query mode constants to SPConstants.h. | stuconnolly | 2009-11-13 | 5 | -26/+26 |
| | |||||
* | In an aid to split up the functionality of the TableDocument class as well ↵ | stuconnolly | 2009-11-13 | 9 | -1058/+2277 |
| | | | | as reducing the overall size of DBView, split out the server variables sheet into it's own controller and XIB in the same way as the new server processes sheet is implemented. | ||||
* | In the process list sheet, give the refresh button the key equivalent cmd+R. | stuconnolly | 2009-11-12 | 1 | -4/+4 |
| | |||||
* | - New server processes panel, accessible via the 'Database' menu and ↵ | stuconnolly | 2009-11-12 | 9 | -61/+2914 |
| | | | | | | | | alt+cmd+P. Includes the ability to kill queries and connections as well as live filtering support and the ability to save all processes or the current filtered set to a file. Implements issue #458. - Reorganise 'Database' menu. - Give 'Flush Privileges' key equivalent of shift+cmd+F. | ||||
* | - Enforce display of a number of interface elements while the main thread ↵ | rowanbeentje | 2009-11-12 | 1 | -0/+5 |
| | | | | is blocked - this should address Issue #457 | ||||
* | Make the 'insufficient connection details' dialogs sheets. | stuconnolly | 2009-11-11 | 3 | -3/+2 |
| | |||||
* | Change the main window's non-connected/connecting state title to 'Sequel ↵ | stuconnolly | 2009-11-11 | 4 | -39/+85 |
| | | | | Pro' and only change it to 'Connecting...' when we are actually trying to establish a connection. Fixes issue #456. | ||||
* | Forgot to update Localizable.strings for dialog changes in r1501. Also ↵ | stuconnolly | 2009-11-11 | 2 | -3/+9 |
| | | | | update README.txt. | ||||
* | The framework shouldn't be displaying dialogs, get the delegate to do it. | stuconnolly | 2009-11-11 | 3 | -3/+17 |
| | |||||
* | - Rewrite field mapping table selection logic - simplified logic, no longer ↵ | rowanbeentje | 2009-11-11 | 3 | -48/+61 |
| | | | | | | | | | | tied to table list selection. Much faster selection of table to import into if, eg, content view is selected. Fixes weird crashes. - No longer display views as import targets - When one import has been cancelled, still allow new imports - Improve error reporting - No longer re-sort table/view/etc names returned by TablesList as preferred order is being used for display and the default compare: reverts this | ||||
* | During an import, before entering the loop to execute the current batch of ↵ | stuconnolly | 2009-11-11 | 2 | -4/+9 |
| | | | | queries, check that the current connection is active and if not bail from the method. | ||||
* | - Add safeguards to ensure sequential runs when holding down run all/run ↵ | rowanbeentje | 2009-11-10 | 2 | -5/+15 |
| | | | | | | | selected keys in Custom Query, preventing NSLock deadlocks - Revery MCPConnection to locking on the *current* thread when running non-streaming queries, fixing deadlocks in some situations on background threads where the main thread is locked up via a modal loop - eg CSV import windows | ||||
* | • fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field ↵ | Bibiko | 2009-11-10 | 1 | -54/+71 |
| | | | | if window is minimized - eg 'Not available' was overlapped by 'Free data size' partly | ||||
* | Fix syntax error in exported ER dot files. Issue #454 | avenjamin | 2009-11-10 | 1 | -1/+3 |
| | |||||
* | Validate the the 'Clear Console' menu item in TableDocument in addition to ↵ | stuconnolly | 2009-11-10 | 2 | -1/+6 |
| | | | | SPQueryController as it will never be called in SPQueryController if the console isn't visible. | ||||
* | Implement a more reliable way of updating the show/hide console menu item. | stuconnolly | 2009-11-10 | 1 | -7/+5 |
| | |||||
* | - Fix an issue when switching databases - allow the table selection to be ↵ | rowanbeentje | 2009-11-10 | 5 | -182/+313 |
| | | | | | | | cleared/reset as necessary - Move the task progress layer to a child window, which can then be faded in - smooths the visual appearance and fixes drawing artifacts | ||||
* | Set keyboard shortcut for Remove button in alert dialogs to command R. | avenjamin | 2009-11-10 | 3 | -4/+4 |
| | | | | Fix method declaration type mismatch warning for sheetDidEnd. | ||||
* | MCPConnection.[hm] refactoring. | stuconnolly | 2009-11-10 | 2 | -41/+19 |
| | |||||
* | Set keyboard shortcut for Delete button in alert dialogs to command D. | avenjamin | 2009-11-09 | 6 | -24/+37 |
| | | | | Set keyboard shortcut for Truncate button in alert dialog to command T | ||||
* | Switch buttons on delete index dialog. | stuconnolly | 2009-11-09 | 1 | -3/+3 |
| | |||||
* | Set keyboard shortcut for Delete button in "Delete Rows" alert to command D. | avenjamin | 2009-11-09 | 1 | -1/+2 |
| | |||||
* | - Wrap SPF restoreSession: call in a task, using the new nested task ↵ | rowanbeentje | 2009-11-09 | 1 | -2/+16 |
| | | | | support to fix issue #452 | ||||
* | When removing a field or index, use its name in the dialog message. | stuconnolly | 2009-11-09 | 2 | -10/+11 |
| | |||||
* | Don't run the add new index sheet modally, thus blocking the main thread. ↵ | stuconnolly | 2009-11-09 | 4 | -218/+234 |
| | | | | Part of issue #357. Also some refactoring. | ||||
* | Switch the placement of the labels and controls on the add new index sheet. | stuconnolly | 2009-11-08 | 1 | -70/+88 |
| |