aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.h
Commit message (Expand)AuthorAgeFilesLines
* merge SPQueryController (part of #2789)Max2018-01-201-0/+32
* Allow copying lines from query console by using drag-and-drop (part of #2749)Max2017-03-291-0/+17
* Resolve #1938: In the query console display the database the query was execut...Stuart Connolly2014-08-281-9/+15
* 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
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-4/+4
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-11/+18
* Fix more gcc warnings.stuconnolly2012-05-091-6/+4
* Tidy up console/query controller.stuconnolly2011-09-031-31/+8
* merged latest SP_REFACTOR changessqlprodev2011-08-021-0/+4
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-1/+3
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-0/+2
* Tidy up.stuconnolly2010-10-191-2/+0
* Implement threading locking when modifying the query console/controller's log...stuconnolly2010-09-261-0/+2
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-081-0/+9
* • refactored the entire history logic in Custom QueryBibiko2010-02-051-0/+2
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-6/+7
* Tidy up.stuconnolly2009-11-071-2/+0
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-1/+0
* - Improve on r1423 by avoiding stringWithFormat: within the query constructi...rowanbeentje2009-10-161-1/+3
* • added the chance to set "allowConsoleUpdate"Bibiko2009-10-151-0/+2
* Reorganize the logical source structure of all controllers grouping them by f...stuconnolly2009-10-091-4/+0
* • first implementation of a Content Filter EditorBibiko2009-10-011-0/+4
* • removed leaks in QueryFavoriteManagerBibiko2009-09-071-0/+3
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-071-0/+2
* • first steps to support global/document-based query favoritesBibiko2009-09-041-0/+3
* • implementation of a new history controllerBibiko2009-09-041-6/+19
* • renamed SPQueryConsole to SPQueryController since it controls not only th...Bibiko2009-09-031-0/+78