aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* Random source tidy up changes.stuconnolly2009-12-181-10/+2
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-5/+3
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-2/+2
* - Additional error checking when reading in query favorites to ensure a malf...rowanbeentje2009-12-071-0/+1
* • fixed URL of MySQL web search for versions < = 4.1Bibiko2009-12-051-1/+6
* • fixed issue for "Update Help while typing" to suppress opening the MySQL ...Bibiko2009-12-031-15/+34
* - When working with the storage arrays for CustomQuery and TableContent, use...rowanbeentje2009-11-281-16/+56
* Fix an occasional crasher by checking the size of the custom query result set...stuconnolly2009-11-241-36/+36
* • fixed: backtick the database name in an UPDATE statement executed in the ...Bibiko2009-11-221-2/+2
* - Fix a nested loop using same same variable, fixing Issue #473rowanbeentje2009-11-211-4/+4
* When clearning the query history drop down only remove items from index 3 onw...stuconnolly2009-11-181-2/+2
* Query history drop down index should start at 3, not 2 to avoid adding items ...stuconnolly2009-11-181-2/+2
* New separator in query favorites dropdown.stuconnolly2009-11-171-3/+8
* Change the placeholder value of a few search fields to simply 'Filter' to mak...stuconnolly2009-11-171-5/+17
* 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