| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -68/+68 |
* | Menu item label. | stuconnolly | 2010-01-06 | 1 | -1/+1 |
* | • next step to improve the Query Favorites/History search field behaviour | Bibiko | 2010-01-05 | 1 | -1/+20 |
* | • first trial to improve the search field behaviour for Query Favorites and... | Bibiko | 2010-01-05 | 1 | -0/+16 |
* | • fixed maximal number of history items setting | Bibiko | 2010-01-05 | 1 | -2/+2 |
* | • added Save/Copy History List to "Query History"'s popup menu | Bibiko | 2010-01-05 | 1 | -16/+137 |
* | • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo... | Bibiko | 2010-01-04 | 1 | -2/+2 |
* | • remember scrollview port and selected row after editing in the Custom Que... | Bibiko | 2010-01-04 | 1 | -9/+23 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+1 |
* | - Improve line selection for certain errors ending in numbers, and safety-ch... | rowanbeentje | 2009-12-29 | 1 | -1/+1 |
* | - Replace /* */ notation in long comments with unicode look-alikes to fix wa... | rowanbeentje | 2009-12-28 | 1 | -3/+3 |
* | Random source tidy up changes. | stuconnolly | 2009-12-18 | 1 | -10/+2 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -5/+3 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -2/+2 |
* | - Additional error checking when reading in query favorites to ensure a malf... | rowanbeentje | 2009-12-07 | 1 | -0/+1 |
* | • fixed URL of MySQL web search for versions < = 4.1 | Bibiko | 2009-12-05 | 1 | -1/+6 |
* | • fixed issue for "Update Help while typing" to suppress opening the MySQL ... | Bibiko | 2009-12-03 | 1 | -15/+34 |
* | - When working with the storage arrays for CustomQuery and TableContent, use... | rowanbeentje | 2009-11-28 | 1 | -16/+56 |
* | Fix an occasional crasher by checking the size of the custom query result set... | stuconnolly | 2009-11-24 | 1 | -36/+36 |
* | • fixed: backtick the database name in an UPDATE statement executed in the ... | Bibiko | 2009-11-22 | 1 | -2/+2 |
* | - Fix a nested loop using same same variable, fixing Issue #473 | rowanbeentje | 2009-11-21 | 1 | -4/+4 |
* | When clearning the query history drop down only remove items from index 3 onw... | stuconnolly | 2009-11-18 | 1 | -2/+2 |
* | Query history drop down index should start at 3, not 2 to avoid adding items ... | stuconnolly | 2009-11-18 | 1 | -2/+2 |
* | New separator in query favorites dropdown. | stuconnolly | 2009-11-17 | 1 | -3/+8 |
* | Change the placeholder value of a few search fields to simply 'Filter' to mak... | stuconnolly | 2009-11-17 | 1 | -5/+17 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 1 | -25/+59 |
* | Updates to the 'use monospaced font' preference, making it a lot more consist... | stuconnolly | 2009-11-14 | 1 | -10/+17 |
* | Move query mode constants to SPConstants.h. | stuconnolly | 2009-11-13 | 1 | -2/+2 |
* | - Add safeguards to ensure sequential runs when holding down run all/run sel... | rowanbeentje | 2009-11-10 | 1 | -0/+6 |
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 1 | -2/+8 |
* | - Alter query start/stop notifications to apply to only the originating wind... | rowanbeentje | 2009-11-05 | 1 | -5/+5 |
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 1 | -10/+6 |
* | - Tweak connection locking to avoid occasional NSLock warnings when running ... | rowanbeentje | 2009-11-01 | 1 | -8/+13 |
* | Replace the multiple occurrences of hard coded toolbar identifiers for the ma... | stuconnolly | 2009-10-28 | 1 | -2/+2 |
* | - When performing threaded data loads, no longer disable the tables and inst... | rowanbeentje | 2009-10-27 | 1 | -3/+14 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 1 | -4/+10 |
* | • improved error highlighting | Bibiko | 2009-10-24 | 1 | -4/+14 |
* | - Apply new document task support to the Custom Query tab, and run all custo... | rowanbeentje | 2009-10-23 | 1 | -68/+214 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -37/+38 |
* | • fixed three further typos for: objectForKey:@"NullValue" | Bibiko | 2009-10-16 | 1 | -1/+1 |
* | Improve handling of NULL and "(not loaded)" placeholders: | rowanbeentje | 2009-10-10 | 1 | -22/+8 |
* | Improve Growl interaction to reduce general Growl spammage and improve functi... | rowanbeentje | 2009-10-03 | 1 | -2/+6 |
* | • marked 'sequel-pro-print-template.html' as localizable | Bibiko | 2009-09-27 | 1 | -0/+2 |
* | 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 |