aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.m
Commit message (Expand)AuthorAgeFilesLines
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-3/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-11/+18
* Fix more gcc warnings.stuconnolly2012-05-091-0/+6
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+2
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3/+1
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-3/+3
* Fix minor copying and saving console view content issues.stuconnolly2012-01-291-15/+22
* When building a string of all console messages, use a copy of the visible mes...stuconnolly2011-10-161-2/+8
* Tidy up console/query controller.stuconnolly2011-09-031-589/+91
* merged latest SP_REFACTOR changessqlprodev2011-08-021-0/+4
* fix accidental code regression in r3309sqlprodev2011-05-191-1/+1
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-40/+101
* * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-101-1/+1
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-1/+1
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-7/+47
* * Fix two untranslatable strings #1006dmoagx2011-03-201-1/+1
* Fix more compiler warnings.stuconnolly2011-03-141-1/+1
* fixed compiler warningssqlprodev2011-03-011-3/+3
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Fix a typo that caused an exception when opening the console.stuconnolly2010-10-201-1/+1
* Tidy up.stuconnolly2010-10-191-11/+11
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Implement threading locking when modifying the query console/controller's log...stuconnolly2010-09-261-0/+11
* • reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; ...Bibiko2010-09-211-0/+1
* • SPTableContentBibiko2010-09-201-108/+147
* • SPTableStructure's source table saves its column widthsBibiko2010-09-101-1/+0
* • overall replacement of:Bibiko2010-08-201-27/+16
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-2/+2
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* Don't append a semi-colon to console messages that are errors.stuconnolly2010-04-041-1/+8
* Localize 'Save As...' button titles on console and process list windows.stuconnolly2010-03-251-2/+2
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-12/+4
* • fixed "Clear global history" really removes the global history list in t...Bibiko2010-03-181-0/+4
* Modify our current implementation of all singleton instances to be inline wit...stuconnolly2010-03-161-8/+2
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-081-1/+66
* • CSV Import Field MapperBibiko2010-03-051-1/+1
* • fixed threading issue if user performs query in Custom Query all the time...Bibiko2010-02-181-1/+1
* • improved text macro snippet behaviourBibiko2010-02-131-1/+2
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-1/+1
* • fixed synchronisation of history lists if more than one instance of the s...Bibiko2010-02-051-0/+6
* • refactored the entire history logic in Custom QueryBibiko2010-02-051-0/+26
* • added possibility to add a query favorite by user-definable alphanumeric ...Bibiko2010-01-241-1/+3
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-6/+6
* Convert a bunch of #define'd constants to extern's, including preference tool...stuconnolly2009-12-111-1/+1
* - Fix display of the bottom row in the query console by reloading table data...rowanbeentje2009-12-021-3/+7
* When viewing the information_schema database, disable all controls on the tab...stuconnolly2009-11-151-1/+0
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-1/+20
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-103/+144
* Validate the the 'Clear Console' menu item in TableDocument in addition to SP...stuconnolly2009-11-101-0/+1