Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -1/+3 |
| | |||||
* | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -9/+3 |
| | |||||
* | Bring outline view branch up to date with trunk (r3234:3277). | stuconnolly | 2011-04-22 | 1 | -5/+48 |
| | |||||
* | Bring outline view branch up to date with trunk (r3227:r3233). | stuconnolly | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Bring outline view branch up to date with trunk (r3203:r3224). | stuconnolly | 2011-03-07 | 1 | -2/+9 |
| | |||||
* | Bring outline view branch up to date with trunk (r3188:r3201). | stuconnolly | 2011-02-20 | 1 | -16/+9 |
| | |||||
* | Bring outline view branch up to date with trunk (r3179:r3187). | stuconnolly | 2011-02-07 | 1 | -0/+6 |
| | |||||
* | Bring outline view branch up to date with trunk (r3165:r3177). | stuconnolly | 2011-02-01 | 1 | -2/+2 |
| | |||||
* | • Bundle Commands | Bibiko | 2010-12-01 | 1 | -9/+27 |
| | | | | | - make sure that each HTML output window will be released - if a triggered command will outputs its result in an HTML window invoke it only if the HTML output window is already open; this enables the user to "switch on/off" such a trigger | ||||
* | • Bundle Editor / Bundle commands | Bibiko | 2010-12-01 | 1 | -0/+21 |
| | | | | | | | - enabled trigger support to run a command if db, table, or table row was changed - HTML output window will be ordered out without making it the key window to remain the first responder • SPTableTExtFieldCell - forgotten to remove expansionFrameWithFrame: method | ||||
* | - Fix interface updates when multiple tables are selected | rowanbeentje | 2010-11-25 | 1 | -4/+2 |
| | |||||
* | - 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 |