aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
...
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-151-25/+59
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-10/+17
* Move query mode constants to SPConstants.h.stuconnolly2009-11-131-2/+2
* - Add safeguards to ensure sequential runs when holding down run all/run sel...rowanbeentje2009-11-101-0/+6
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-081-2/+8
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-5/+5
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-10/+6
* - Tweak connection locking to avoid occasional NSLock warnings when running ...rowanbeentje2009-11-011-8/+13
* Replace the multiple occurrences of hard coded toolbar identifiers for the ma...stuconnolly2009-10-281-2/+2
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-271-3/+14
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-4/+10
* • improved error highlightingBibiko2009-10-241-4/+14
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-231-68/+214
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-37/+38
* • fixed three further typos for: objectForKey:@"NullValue"Bibiko2009-10-161-1/+1
* Improve handling of NULL and "(not loaded)" placeholders:rowanbeentje2009-10-101-22/+8
* Improve Growl interaction to reduce general Growl spammage and improve functi...rowanbeentje2009-10-031-2/+6
* • marked 'sequel-pro-print-template.html' as localizableBibiko2009-09-271-0/+2
* Improve .sql file loading into the query editor:rowanbeentje2009-09-151-1/+6
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-071-40/+24
* • improved behavior while closing a document windowBibiko2009-09-041-26/+29
* • first steps to support global/document-based query favoritesBibiko2009-09-041-25/+45
* • prepared Query Name Sheet for choosing the target of the to be saved que...Bibiko2009-09-041-6/+13
* • implementation of a new history controllerBibiko2009-09-041-36/+14
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-021-1/+1
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-1/+22
* • query favorite managerBibiko2009-09-011-10/+39
* - Re-enable the fine-grained query logging preferencesrowanbeentje2009-08-311-0/+3
* • moved "Replace Editor Content" (Favorites/History) settings from popup li...Bibiko2009-08-281-22/+55
* • simplified code for inserting the seach fieldes (fav/hisotry) - now set i...Bibiko2009-08-281-30/+1
* • Custom Query:Bibiko2009-08-281-14/+69
* • tiny improvements for loading SQL files and syntax highlightingBibiko2009-08-281-1/+1
* • fixed bug for remembering the Query Editor font after restart and new doc...Bibiko2009-08-261-2/+4
* • added to "Query Favorite" popup menu:Bibiko2009-08-261-8/+29
* • fixed/improved several things for the SPQueryFavoriteManager:Bibiko2009-08-261-15/+36
* Completely redesigned query favorite manager, including:stuconnolly2009-08-261-256/+118
* Alter CustomQuery to use StreamingResult to download and process result sets:rowanbeentje2009-08-261-53/+58
* The query favorite manager shouldn't be blocking the main thread. Part of iss...stuconnolly2009-08-231-28/+35
* • re-implemented tooltips for Content and Query tablesBibiko2009-08-201-31/+34
* • quick fix - disabled tooltips in Content and Query tables due to crashesBibiko2009-08-201-31/+31
* • Main Menu > FileBibiko2009-08-201-0/+7
* • SPTooltip: added type "image"Bibiko2009-08-181-12/+10
* • added SPTooltip to CustomQuery result table to display the cell's content...Bibiko2009-08-151-0/+42
* • improved identification of the field origin for editing in Custom QueryBibiko2009-08-111-5/+33
* • added to Custom Query table editing max text length validationBibiko2009-08-101-0/+5
* • added field name to Field Editor SheetBibiko2009-08-081-0/+1
* • open a SQL file via Finder or Terminal (open *.sql if SP is the default a...Bibiko2009-08-051-0/+5
* • add Menu Item "Insert NULL value" SHIFT+CTRL+NBibiko2009-08-031-0/+21
* • button tooltip for "Show / Hide Table Information" toggles according to i...Bibiko2009-08-021-0/+5
* - don't add an empty query to historyBibiko2009-07-291-8/+9