aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* - Fix a crash when opening .spfs caused by an autorelease - revert to manual...rowanbeentje2009-11-011-0/+1
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-21/+21
* - Improve on r1423 by avoiding stringWithFormat: within the query constructi...rowanbeentje2009-10-161-1/+8
* • fixed issue while copying a very large number queries from the Console Lo...Bibiko2009-10-151-3/+7
* • added the chance to set "allowConsoleUpdate"Bibiko2009-10-151-17/+19
* • first implementation of a Content Filter EditorBibiko2009-10-011-0/+40
* • removed leaks in QueryFavoriteManagerBibiko2009-09-071-0/+21
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-071-0/+11
* • first steps to support global/document-based query favoritesBibiko2009-09-041-5/+6
* • implementation of a new history controllerBibiko2009-09-041-77/+166
* Table row should be a signed integer not unsigned, fixes duplicate method def...stuconnolly2009-09-031-1/+1
* Replace deprecated stringWithCString:length: and update Console.xib after SPQ...stuconnolly2009-09-031-0/+5
* • renamed SPQueryConsole to SPQueryController since it controls not only th...Bibiko2009-09-031-0/+632