aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
Commit message (Expand)AuthorAgeFilesLines
* • remember scrollview port and selected row after editing in the Custom Que...Bibiko2010-01-041-0/+3
* • fixed issue for "Update Help while typing" to suppress opening the MySQL ...Bibiko2009-12-031-2/+3
* - When working with the storage arrays for CustomQuery and TableContent, use...rowanbeentje2009-11-281-0/+2
* Tidy up.stuconnolly2009-11-071-2/+0
* • improved error highlightingBibiko2009-10-241-3/+4
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-231-1/+12
* • improved behavior while closing a document windowBibiko2009-09-041-5/+21
* • prepared Query Name Sheet for choosing the target of the to be saved que...Bibiko2009-09-041-0/+1
* • implementation of a new history controllerBibiko2009-09-041-5/+0
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-11/+17
* • Custom Query:Bibiko2009-08-281-0/+5
* • added to "Query Favorite" popup menu:Bibiko2009-08-261-0/+6
* Completely redesigned query favorite manager, including:stuconnolly2009-08-261-16/+9
* Alter CustomQuery to use StreamingResult to download and process result sets:rowanbeentje2009-08-261-1/+1
* The query favorite manager shouldn't be blocking the main thread. Part of iss...stuconnolly2009-08-231-2/+0
* • Main Menu > FileBibiko2009-08-201-1/+3
* • open a SQL file via Finder or Terminal (open *.sql if SP is the default a...Bibiko2009-08-051-0/+1
* • Editing in Custom Query:Bibiko2009-07-261-2/+4
* - For custom query result columns which map to SQL fields, check the column ...rowanbeentje2009-07-241-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-8/+7
* • fixed bug if the table sorting query in Custom Query gave an errorBibiko2009-07-211-1/+2
* • rewrote ⌘/ "comment line" completelyBibiko2009-07-161-2/+4
* • Comment current Query/SelectionBibiko2009-07-151-0/+1
* • initial support for ⌘/ in CustomQuery editor to (un)comment out the cur...Bibiko2009-07-151-0/+1
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-131-1/+1
* • initial trial to make Custom Query's result table sortable by clicking at...Bibiko2009-06-241-0/+2
* • Custom Query fixes:Bibiko2009-06-241-1/+1
* • added to the CustomQuery class the multipleLineEditingButton IBOutletBibiko2009-06-231-0/+1
* • fixed: make usage of backtickQuotedString to allow table names containing...Bibiko2009-06-231-0/+1
* • first trial to make the result table in the Custom Query editable for suc...Bibiko2009-06-221-1/+4
* • first steps to synchronize CustomQuery table and ContentTableBibiko2009-06-221-0/+4
* • added to Editor Preferences:Bibiko2009-06-051-0/+1
* • fixed: suppress highlighting of the current query if something is selectedBibiko2009-06-041-0/+1
* • simplified quertAtPosition:Bibiko2009-06-041-1/+1
* • added support for the “delimiter” commandBibiko2009-06-041-0/+2
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* • added "MySQL Help" to the MainMenu > Help submenuBibiko2009-04-301-0/+4
* • changed context menu item in CQ's textview to support "MySQL Help"Bibiko2009-04-301-0/+1
* • MySQL HelpBibiko2009-04-301-1/+1
* • MySQL HelpBibiko2009-04-301-3/+4
* • MySQL Help refactoringBibiko2009-04-291-3/+5
* • MySQL HelpBibiko2009-04-291-7/+7
* • MySQL Help improved:Bibiko2009-04-281-1/+2
* • MySQL Help improvedBibiko2009-04-271-3/+17
* • MySQL Help improvedBibiko2009-04-271-0/+11
* • added a prototype to support an Help view for the current word in the Cus...Bibiko2009-04-241-0/+5
* • CHANGED: if an error occurs in a series of queries the user will be asked...Bibiko2009-04-221-0/+4
* - Add support for "Run previous" in the custom query text field; this behavi...rowanbeentje2009-04-211-1/+1
* • added selectLineNumber:x to CMTextView to be able to select the line xBibiko2009-04-201-0/+1
* Added printing support via WebKit WebViewbamse162009-04-111-0/+3