aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* - 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
* • fixed and improved several issues for sorting the Custom Query result table:Bibiko2009-07-281-8/+59
* • Editing in Custom Query:Bibiko2009-07-261-27/+45
* - For custom query result columns which map to SQL fields, check the column ...rowanbeentje2009-07-241-2/+59
* - Fix editing of results including decimalsrowanbeentje2009-07-231-5/+3
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-5/+10
* • fixed bug for table sorter in Custom Query:Bibiko2009-07-211-0/+3
* • fixed bug if the table sorting query in Custom Query gave an errorBibiko2009-07-211-11/+18
* Add the ability to navigate between tables via foreign key relationships, add...rowanbeentje2009-07-181-1/+2
* • finial preparation to make Custom Query's result table editableBibiko2009-07-171-17/+36
* • changed in Custom Query:Bibiko2009-07-171-79/+45
* • fixed minor issues for "Comment Line/Selection" in Custom QueryBibiko2009-07-161-6/+11
* • fixed: Custom Query's gear menu item "Comment Line" will change its titl...Bibiko2009-07-161-0/+3
* • rewrote ⌘/ "comment line" completelyBibiko2009-07-161-26/+102
* • Comment current Query/SelectionBibiko2009-07-151-4/+16
* • initial support for ⌘/ in CustomQuery editor to (un)comment out the cur...Bibiko2009-07-151-0/+30
* - changed history and favorite selection to insert rather then overwrite quer...mtvee2009-07-141-12/+3
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-131-30/+32
* Improve custom query timing and display:rowanbeentje2009-06-271-5/+5
* • fixed issue for sorting the Custom Query table via clicking at the header...Bibiko2009-06-261-2/+4
* • initial trial to make Custom Query's result table sortable by clicking at...Bibiko2009-06-241-11/+56
* • Custom Query fixes:Bibiko2009-06-241-60/+68
* • added to SPDataAdditions:Bibiko2009-06-231-41/+11
* • added SPDataCellFormatter to data cells of the Custom Query tableBibiko2009-06-231-0/+2
* • fixed: make usage of backtickQuotedString to allow table names containing...Bibiko2009-06-231-52/+72