| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve .sql file loading into the query editor: | rowanbeentje | 2009-09-15 | 1 | -1/+6 |
* | • updated SPQueryFavoriteManager to mange document-based and global query f... | Bibiko | 2009-09-07 | 1 | -40/+24 |
* | • improved behavior while closing a document window | Bibiko | 2009-09-04 | 1 | -26/+29 |
* | • first steps to support global/document-based query favorites | Bibiko | 2009-09-04 | 1 | -25/+45 |
* | • prepared Query Name Sheet for choosing the target of the to be saved que... | Bibiko | 2009-09-04 | 1 | -6/+13 |
* | • implementation of a new history controller | Bibiko | 2009-09-04 | 1 | -36/+14 |
* | - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec... | rowanbeentje | 2009-09-02 | 1 | -1/+1 |
* | • simplified and unified the issue to set the title of a tableWindow | Bibiko | 2009-09-02 | 1 | -1/+22 |
* | • query favorite manager | Bibiko | 2009-09-01 | 1 | -10/+39 |
* | - Re-enable the fine-grained query logging preferences | rowanbeentje | 2009-08-31 | 1 | -0/+3 |
* | • moved "Replace Editor Content" (Favorites/History) settings from popup li... | Bibiko | 2009-08-28 | 1 | -22/+55 |
* | • simplified code for inserting the seach fieldes (fav/hisotry) - now set i... | Bibiko | 2009-08-28 | 1 | -30/+1 |
* | • Custom Query: | Bibiko | 2009-08-28 | 1 | -14/+69 |
* | • tiny improvements for loading SQL files and syntax highlighting | Bibiko | 2009-08-28 | 1 | -1/+1 |
* | • fixed bug for remembering the Query Editor font after restart and new doc... | Bibiko | 2009-08-26 | 1 | -2/+4 |
* | • added to "Query Favorite" popup menu: | Bibiko | 2009-08-26 | 1 | -8/+29 |
* | • fixed/improved several things for the SPQueryFavoriteManager: | Bibiko | 2009-08-26 | 1 | -15/+36 |
* | Completely redesigned query favorite manager, including: | stuconnolly | 2009-08-26 | 1 | -256/+118 |
* | Alter CustomQuery to use StreamingResult to download and process result sets: | rowanbeentje | 2009-08-26 | 1 | -53/+58 |
* | The query favorite manager shouldn't be blocking the main thread. Part of iss... | stuconnolly | 2009-08-23 | 1 | -28/+35 |
* | • re-implemented tooltips for Content and Query tables | Bibiko | 2009-08-20 | 1 | -31/+34 |
* | • quick fix - disabled tooltips in Content and Query tables due to crashes | Bibiko | 2009-08-20 | 1 | -31/+31 |
* | • Main Menu > File | Bibiko | 2009-08-20 | 1 | -0/+7 |
* | • SPTooltip: added type "image" | Bibiko | 2009-08-18 | 1 | -12/+10 |
* | • added SPTooltip to CustomQuery result table to display the cell's content... | Bibiko | 2009-08-15 | 1 | -0/+42 |
* | • improved identification of the field origin for editing in Custom Query | Bibiko | 2009-08-11 | 1 | -5/+33 |
* | • added to Custom Query table editing max text length validation | Bibiko | 2009-08-10 | 1 | -0/+5 |
* | • added field name to Field Editor Sheet | Bibiko | 2009-08-08 | 1 | -0/+1 |
* | • open a SQL file via Finder or Terminal (open *.sql if SP is the default a... | Bibiko | 2009-08-05 | 1 | -0/+5 |
* | • add Menu Item "Insert NULL value" SHIFT+CTRL+N | Bibiko | 2009-08-03 | 1 | -0/+21 |
* | • button tooltip for "Show / Hide Table Information" toggles according to i... | Bibiko | 2009-08-02 | 1 | -0/+5 |
* | - don't add an empty query to history | Bibiko | 2009-07-29 | 1 | -8/+9 |
* | • fixed and improved several issues for sorting the Custom Query result table: | Bibiko | 2009-07-28 | 1 | -8/+59 |
* | • Editing in Custom Query: | Bibiko | 2009-07-26 | 1 | -27/+45 |
* | - For custom query result columns which map to SQL fields, check the column ... | rowanbeentje | 2009-07-24 | 1 | -2/+59 |
* | - Fix editing of results including decimals | rowanbeentje | 2009-07-23 | 1 | -5/+3 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -5/+10 |
* | • fixed bug for table sorter in Custom Query: | Bibiko | 2009-07-21 | 1 | -0/+3 |
* | • fixed bug if the table sorting query in Custom Query gave an error | Bibiko | 2009-07-21 | 1 | -11/+18 |
* | Add the ability to navigate between tables via foreign key relationships, add... | rowanbeentje | 2009-07-18 | 1 | -1/+2 |
* | • finial preparation to make Custom Query's result table editable | Bibiko | 2009-07-17 | 1 | -17/+36 |
* | • changed in Custom Query: | Bibiko | 2009-07-17 | 1 | -79/+45 |
* | • fixed minor issues for "Comment Line/Selection" in Custom Query | Bibiko | 2009-07-16 | 1 | -6/+11 |
* | • fixed: Custom Query's gear menu item "Comment Line" will change its titl... | Bibiko | 2009-07-16 | 1 | -0/+3 |
* | • rewrote ⌘/ "comment line" completely | Bibiko | 2009-07-16 | 1 | -26/+102 |
* | • Comment current Query/Selection | Bibiko | 2009-07-15 | 1 | -4/+16 |
* | • initial support for ⌘/ in CustomQuery editor to (un)comment out the cur... | Bibiko | 2009-07-15 | 1 | -0/+30 |
* | - changed history and favorite selection to insert rather then overwrite quer... | mtvee | 2009-07-14 | 1 | -12/+3 |
* | Rework data storage and retrieval in TableContent and CustomQuery backing arr... | rowanbeentje | 2009-07-13 | 1 | -30/+32 |
* | Improve custom query timing and display: | rowanbeentje | 2009-06-27 | 1 | -5/+5 |