Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+20 |
| | |||||
* | Fix remaining implicit cast warnings. | stuconnolly | 2012-05-11 | 1 | -2/+1 |
| | |||||
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵ | sqlprodev | 2011-04-11 | 1 | -0/+4 |
| | | | | UI code from functional code | ||||
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+2 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+0 |
| | |||||
* | Add a new category to SPDatabaseDocument, allowing code cleanup and moving ↵ | rowanbeentje | 2010-11-03 | 1 | -0/+53 |
central functionality out of SPTablesList: - Centralise control over table loading, moving it away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Centralise control over the main tab view, moving control away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Simplify and clean up view loading logic - Improve thread safety - Update localisable strings |