aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Remove old redundant code that was left over form when the server variables s...stuconnolly2009-12-141-40/+1
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-3/+5
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-51/+50
* - Fix saving of custom SSH ports when the MySQL server is on a standard port...rowanbeentje2009-12-101-1/+1
* - Add document images for .spf and .sql filesrowanbeentje2009-12-091-1/+1
* - To improve the favourites/SPF split, hide the document icon and name for u...rowanbeentje2009-12-051-5/+14
* • fixed issue for "Update Help while typing" to suppress opening the MySQL ...Bibiko2009-12-031-1/+1
* - Ensure the task cancellation button is hidden by default, until tasks whic...rowanbeentje2009-11-291-0/+1
* • fixed bug while reading "ssh_port" and "port" from SPF fileBibiko2009-11-261-2/+2
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-231-3/+3
* During a session restore, before bailing because there is no matching table b...stuconnolly2009-11-221-0/+1
* - Relocate the table changed notification, allowing table info pane to updat...rowanbeentje2009-11-211-4/+14
* • remember the spell checker status in the blob field editorBibiko2009-11-191-0/+1
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-151-6/+64
* Move connection type constants to SPConstants.stuconnolly2009-11-151-19/+19
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-18/+6
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-1/+2
* Add SPConnectionDelegate as a category of TableDocument to split out all conn...stuconnolly2009-11-131-93/+3
* Move query mode constants to SPConstants.h.stuconnolly2009-11-131-4/+4
* In an aid to split up the functionality of the TableDocument class as well as...stuconnolly2009-11-131-233/+32
* - New server processes panel, accessible via the 'Database' menu and alt+cmd+...stuconnolly2009-11-121-4/+32
* Change the main window's non-connected/connecting state title to 'Sequel Pro'...stuconnolly2009-11-111-3/+29
* The framework shouldn't be displaying dialogs, get the delegate to do it.stuconnolly2009-11-111-0/+9
* During an import, before entering the loop to execute the current batch of qu...stuconnolly2009-11-111-4/+3
* Validate the the 'Clear Console' menu item in TableDocument in addition to SP...stuconnolly2009-11-101-1/+5
* Implement a more reliable way of updating the show/hide console menu item.stuconnolly2009-11-101-7/+5
* - Fix an issue when switching databases - allow the table selection to be cl...rowanbeentje2009-11-101-13/+70
* Set keyboard shortcut for Delete button in alert dialogs to command D.avenjamin2009-11-091-1/+2
* - Wrap SPF restoreSession: call in a task, using the new nested task support...rowanbeentje2009-11-091-2/+16
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-081-29/+84
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-16/+4
* • Finish off implementation to set the default selection view mode. Issue #249avenjamin2009-11-021-4/+22
* • Initial work to set the default view mode when connecting. Issue #249avenjamin2009-11-021-0/+10
* - Fix a crash when opening .spfs caused by an autorelease - revert to manual...rowanbeentje2009-11-011-1/+9
* Enable the display of vertical grid lines in the table relations table view.stuconnolly2009-11-011-0/+1
* Got rid of a crash when using the User Manager and closing last Table Documen...mltownsend2009-10-291-10/+3
* Replace the multiple occurrences of hard coded toolbar identifiers for the ma...stuconnolly2009-10-281-56/+57
* Fix incorrectly named preference constant.stuconnolly2009-10-271-1/+1
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-271-2/+0
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-2/+10
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-261-104/+109
* - Improve table and task redrawing during threaded table content loadsrowanbeentje2009-10-221-3/+3
* - Display the user accounts manager as a sheetstuconnolly2009-10-211-2/+6
* Other than the custom query item, disable all the main toolbar items when som...stuconnolly2009-10-211-0/+5
* - Improve responsiveness/speed when loading table content by not forcing tab...rowanbeentje2009-10-211-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-201-3/+128
* Attempt to fix connection problemmltownsend2009-10-201-1/+1
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-32/+33
* • SPF file: remember/restore 'connectionEncoding' and 'toolbar visibility'Bibiko2009-10-151-1/+11
* • added AppleScript support for "make new document"Bibiko2009-10-141-0/+4