Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in a number of fixes from trunk (r2065, r2066, r2067, r2068, r2069, ↵ | rowanbeentje | 2010-04-24 | 1 | -0/+8 |
| | | | | r2074, r2075, r2076, r2078, r2079, r2081, r2083, r2084, r2085, r2089, r2090, r2100, r2110, r2117, r2118, r2119, r2120, r2128, r2132, r2133, r2134, r2137, r2138, r2139, r2140, r2142, r2150, r2152, r2153, r2154, r2155, r2158, and r2160) | ||||
* | General tidy up, with a focus on consolidating more constants in ↵ | stuconnolly | 2010-03-24 | 1 | -4/+4 |
| | | | | SPConstants.h/m. | ||||
* | Modify our current implementation of all singleton instances to be inline ↵ | stuconnolly | 2010-03-16 | 1 | -9/+3 |
| | | | | with Apple's recommendations detailed at http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/CocoaObjects.html#//apple_ref/doc/uid/TP40002974-CH4-SW32 This also fixes the associated static analysis warnings of potentially leaked objects. | ||||
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵ | rowanbeentje | 2010-01-09 | 1 | -2/+2 |
| | | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3 | ||||
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -0/+1 |
| | |||||
* | Replace the use of hard coded preference keys with constants to prevent ↵ | stuconnolly | 2009-10-17 | 1 | -1/+3 |
| | | | | issues such as the one fixed in revision 1419. All future preference usage should be done so using these constants. | ||||
* | Improve Growl interaction to reduce general Growl spammage and improve ↵ | rowanbeentje | 2009-10-03 | 1 | -13/+92 |
| | | | | | | | | | | functionality: - Growls are now only shown by default if they are not fired from the frontmost window - Long-running tasks (>3 secs) will still Growl - Clicking on a Growl will now bring the associated window to the front This addresses the original concerns of Issue #98. | ||||
* | Various enhancements to relation functionality, including: | stuconnolly | 2009-06-03 | 1 | -5/+5 |
| | | | | | | | - Only presenting valid tables for possible relations, that is InnoDB tables. - Only presenting valid columns for possible relations, that is columns of the same data type. - Loads of interface validation. | ||||
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+3 |
| | |||||
* | Implement very basic Growl enable/disable preference. Still need to add more ↵ | stuconnolly | 2009-04-11 | 1 | -16/+17 |
| | | | | complex notification rules. | ||||
* | Completely redesigned query console that now uses a table view instead of a ↵ | stuconnolly | 2009-03-26 | 1 | -26/+12 |
| | | | | | | | | | | | | | text view. This should significantly improve import speed, but most importantly resolves the crashes caused by the drawing that was being performed by the text view. Fixes issue #87 and implements #167. New console provides the following: - Live filtering - Ability to hide message time stamps - Ability to hide SELECT/SHOW statement messages - Ability to copy messages to pasteboard, including multiple messages - Ability to save the current filtered content to a file, with the option to include the message time stamps | ||||
* | MERGED r262:266 from branches/stuart02 to trunk to include new project ↵ | stuconnolly | 2008-12-10 | 1 | -0/+123 |
structure. |