aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* First stab at Schema Privileges. A UI redesign is on its way. Please test o...mltownsend2010-02-021-1/+1
* • Added basic print support for each CMTextViewBibiko2010-02-011-1/+6
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-311-0/+24
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-3/+5
* - Ensure the main toolbar items aren't selectable during a task to prevent o...rowanbeentje2010-01-261-0/+1
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-14/+19
* • added call to update the completion list to neuralgic placesBibiko2010-01-211-0/+8
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-8/+8
* • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...Bibiko2010-01-131-1/+8
* - Move the query for the database structure to a background processing threa...rowanbeentje2010-01-121-1/+1
* - Testing found that r1653 fixed the warnings but for some reason disabled t...rowanbeentje2010-01-111-0/+1
* • further developments for the F5 completionBibiko2010-01-111-1/+1
* • further preparations to F5 completionBibiko2010-01-111-5/+15
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-101-0/+2
* removed:Bibiko2010-01-091-1/+0
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-30/+30
* • fixed: do not disable User Account if no table is selectedBibiko2010-01-061-2/+9
* - Remove two unused variablesrowanbeentje2010-01-031-3/+0
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-23/+16
* In the database drop down, visually separate 'system' databases (i.e. mysql a...stuconnolly2009-12-231-13/+32
* 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