aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-081-0/+15
* Add a hidden preference to display or hide the MySQL server version in the wi...stuconnolly2010-03-071-2/+2
* • CSV Import Field MapperBibiko2010-03-051-17/+16
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-261-88/+281
* • Query Favorites:Bibiko2010-02-251-17/+91
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-0/+7
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-231-3/+3
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-221-2/+5
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St...Bibiko2010-02-221-1/+2
* • initial work to give the chance to reset the table's AUTO_INCREMENT valueBibiko2010-02-221-0/+21
* • fixed keyboard behaviour of "Create Sytax Sheet"Bibiko2010-02-201-0/+3
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-1/+1
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-061-0/+1
* 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