aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableInfo.m
Commit message (Expand)AuthorAgeFilesLines
* merge some smaller classes (part of #2789)Max2018-01-201-1/+1
* #2732: Fix table information panel stuck on activities view.Stuart Connolly2017-03-151-24/+29
* Some changes suggested in PR #2606 to improve MySQL 5.8 handlingMax2016-11-011-2/+5
* In the table quick info section: Display shorter name for collation if it has...Max2015-11-111-1/+10
* Add table collation to the table info areaMax2015-10-251-2/+1
* Improve the way Sequel Pro inferrs the collation of a column. (#2237)Max2015-10-251-6/+7
* Fix bundle commands no longer working in popup field editor (and possibly oth...Max2015-10-211-2/+2
* Addition to commit 2735e15bMax2015-01-041-2/+2
* Replace some NSDictionaries with literalsMax2014-12-131-2/+2
* Add cast for [NSApp delegate]Max2014-12-131-1/+2
* Replace boxed integers in code with @ literalsMax2014-12-131-2/+2
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-1/+1
* - Fix a problem where the row count for InnoDB would not be displayed as an ...rowanbeentje2013-01-211-0/+4
* Small table info tidy up.stuconnolly2013-01-171-50/+80
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* * Add the engine to the table info panel. Implements #1257dmoagx2012-06-231-0/+5
* - Fix "Multiple selection" still being displayed after multiple tables are d...rowanbeentje2011-06-141-2/+4
* Fix Issue #1019 (Sidebar width not remembered):rowanbeentje2011-04-011-7/+2
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+1
* • finished implementation of SPChooseMenuItemDialogBibiko2010-12-061-0/+15
* • added chance to cancel an activity - up to now a running Bundle command ...Bibiko2010-12-011-15/+74
* • Bundle commandsBibiko2010-11-301-13/+63
* - 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
* • added some basic VIEW INFORMATION coming from information.schema.VIEWSBibiko2010-08-301-15/+58
* - Ensure SPTableInfo reloads occur on the main thread, fixing a number of lo...rowanbeentje2010-06-051-0/+6
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-2/+0
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-5/+5
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-5/+5
* Tidy up.stuconnolly2009-11-071-2/+0
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-2/+3
* • cleaned code for SPTableInfo.mBibiko2009-11-031-93/+86
* • added basic PROCEDURE and FUNCTION INFORMATION Bibiko2009-11-021-47/+107
* - Use long longs instead of ints when looking at table sizes, free space, an...rowanbeentje2009-09-011-3/+7
* - Rework TableContent row count fetching, loading it in the correct location...rowanbeentje2009-08-131-1/+1
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-1/+0
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-4/+2
* MyISAM tables report the exact number of rows in a table in the output of SHO...stuconnolly2009-07-071-1/+1
* - Table Info pane now has fixed heightavenjamin2009-06-101-0/+9
* In the table information pane check that the 'Rows' field reported by SHOW TA...stuconnolly2009-05-191-5/+7
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+3
* - added ability to view function and procedures and preliminary ability to in...mtvee2009-05-131-0/+14
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-1/+1
* - In the table status view use the user's long date format and medium time fo...stuconnolly2009-03-011-63/+70
* A patch to improve View support, addressing Issue #130. This patch undoes th...rowanbeentje2009-02-231-1/+10
* Visible improvements in this build:rowanbeentje2009-02-181-33/+27