aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExtendedTableInfo.m
Commit message (Expand)AuthorAgeFilesLines
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-1/+0
* Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-0/+2
* - Add a new -engineTypeQueryName method to SPServerSupport, with a correct s...rowanbeentje2011-01-131-1/+1
* * Recognize "performance_schema" as system DB (added in 5.5)dmoagx2010-12-181-5/+6
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-1/+1
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* * Fix string width as reported by Alexander Vasiliev (ru)dmoagx2010-09-121-1/+1
* • added some basic VIEW INFORMATION coming from information.schema.VIEWSBibiko2010-08-301-88/+92
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-2/+4
* • avoid exceptions if user tries to print the Table Status data of Views, ...Bibiko2010-07-071-22/+37
* • forgotten to remove placeholders and default values resp. of data textfie...Bibiko2010-07-071-9/+9
* • made Table Status view localisable and resized GUI elementsBibiko2010-07-071-10/+10
* - Fix exceptions and crashes caused by corrupt tables, disabled storage engi...rowanbeentje2010-06-021-1/+3
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TableSource to SPTableStructure.stuconnolly2010-05-271-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Add missing space to auto increment value field on extended information view.stuconnolly2010-05-231-1/+1
* Rework alert sheets:rowanbeentje2010-05-091-4/+4
* Trim whitespace and newline characters from a table's comment returned by SPT...stuconnolly2010-05-031-1/+2
* When displaying a table/view's create syntax in the extended table informatio...stuconnolly2010-04-091-3/+5
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-311-5/+6
* • Extended Table Info printingBibiko2010-03-131-0/+16
* Add support for printing a table's create syntax with syntax highlighting.stuconnolly2010-03-131-6/+21
* Lots more printing support enhancements, including:stuconnolly2010-03-131-19/+47
* Localise SPExtendedTableInfo.m and remove use of multiple comments for locali...stuconnolly2010-03-031-24/+25
* In the extended table information view, hide rather than disable the 'reset a...stuconnolly2010-03-011-2/+2
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-4/+31
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-221-3/+15
* - Trigger a full table reload when the table type is changed; makes relation...rowanbeentje2010-02-061-1/+2
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-4/+5
* • fixed: escape new entered comments in the Table Info Pane before applying...Bibiko2010-01-121-1/+1
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-3/+3
* - Make some thread safety improvements to improve on Issue #460rowanbeentje2009-11-181-4/+20
* - Make some thread safety improvements to try to address Issue #460rowanbeentje2009-11-161-0/+1
* When viewing the information_schema database, disable all controls on the tab...stuconnolly2009-11-151-8/+13
* Tidy up.stuconnolly2009-11-071-2/+2
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-5/+72
* - Use long longs instead of ints when looking at table sizes, free space, an...rowanbeentje2009-09-011-4/+14
* - Rework TableContent row count fetching, loading it in the correct location...rowanbeentje2009-08-131-2/+2
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-1/+0
* Remove the dependency on information_schema for table encodings.stuconnolly2009-07-201-4/+4
* Include a hard coded list of encodings and collations in SPDatabaseData to re...stuconnolly2009-07-201-5/+13
* MyISAM tables report the exact number of rows in a table in the output of SHO...stuconnolly2009-07-071-0/+4
* Accommodate all MySQL versions when getting the list of storage engines.stuconnolly2009-06-191-1/+1
* • Table InfoBibiko2009-05-281-4/+13
* Bind the table create syntax text view's backgroud colour upon awakeFromNib.stuconnolly2009-05-271-0/+17
* We don't need to manually set the create syntax text view font because of the...stuconnolly2009-05-271-8/+0
* Redesigned table information pane.stuconnolly2009-05-271-0/+358