Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix remaining 10.6/7 build warnings. | stuconnolly | 2013-02-17 | 1 | -0/+5 |
| | |||||
* | Fix more wanrings by creating a protocol that delegates of the copy table ↵ | stuconnolly | 2013-02-16 | 1 | -0/+11 |
| | | | | should conform to. | ||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -15/+15 |
| | |||||
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -2/+2 |
| | |||||
* | Fix more warnings. | stuconnolly | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -1/+2 |
| | |||||
* | Move table content filter logic to it's own file. | stuconnolly | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -3/+3 |
| | |||||
* | * Fixes the case of the curious @"es"'s | dmoagx | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | #ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds | sqlprodev | 2012-03-29 | 1 | -0/+4 |
| | |||||
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵ | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
| | | | | | | | fix nightly builds - Fix warnings | ||||
* | - When exporting a query result or filtered table view make sure we're ↵ | stuconnolly | 2012-03-20 | 1 | -0/+778 |
including the entire content of BLOBs, not just what we display. Fixes issue #1124. - Move SPTableContent's table view datasource and delegate methods to separate categories in order to reduce it's size. |