Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Tweak master view loading on table change, avoiding clearing active views ↵ | rowanbeentje | 2010-11-12 | 1 | -5/+9 |
| | | | | unnecessarily. This improves speed slightly by reducing interface interaction, and preserves state better during actions, fixing bugs like Issue #574. | ||||
* | Add a new category to SPDatabaseDocument, allowing code cleanup and moving ↵ | rowanbeentje | 2010-11-03 | 1 | -0/+485 |
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 |