aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseViewController.m
Commit message (Expand)AuthorAgeFilesLines
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-19/+19
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-14/+18
* - Fix a problem where the row count for InnoDB would not be displayed as an ...rowanbeentje2013-01-211-6/+12
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-2/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+22
* Merged SP r3710 with Codasqlprodev2012-07-051-0/+5
* Fix remaining implicit cast warnings.stuconnolly2012-05-111-2/+1
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+2
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-3/+1
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-1/+3
* - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-171-9/+2
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-0/+1
* Minor tidy up.stuconnolly2011-07-111-1/+0
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-4/+12
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-4/+39
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-1/+1
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+1
* fixed compiler warningssqlprodev2011-03-011-1/+8
* - Revert r3187, which only masked an underlying bug and caused double column...rowanbeentje2011-02-111-16/+9
* - Ensure table information is retrieved on the working thread, to prevent a ...rowanbeentje2011-02-071-0/+6
* - Ensure window title updates occur on the main thread, fixing crashes under...rowanbeentje2011-01-311-2/+2
* • Bundle CommandsBibiko2010-12-011-9/+27
* • Bundle Editor / Bundle commandsBibiko2010-12-011-0/+21
* - Fix interface updates when multiple tables are selectedrowanbeentje2010-11-251-4/+2
* - Tweak master view loading on table change, avoiding clearing active views ...rowanbeentje2010-11-121-5/+9
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-0/+485