Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 1 | -4/+1 |
| | | | | | | | - Thread history loading, thus using the nested task elvels and fixing history interaction in recent builds - Thread initial database loads - Improve progress indicator slightly | ||||
* | - Improve table and task redrawing during threaded table content loads | rowanbeentje | 2009-10-22 | 1 | -1/+4 |
| | | | | | - Correctly update the table content count when duplicating a row, and cancelling the add. This addresses issue #440. | ||||
* | Initial work on threaded task, with an implementation of Table Content view ↵ | rowanbeentje | 2009-10-20 | 1 | -0/+304 |
data loading: - Removal of AMIndeterminateProgressIndicatorCell, and addition of a custom fork of YRKSpinningProgressIndicator which fixes bugs, adds threaded drawing, and adds a determinate mode. - Addition of a task system within TableDocument, triggering display of a large central progress indicator and stopping the window from being interacted with in any way that would cause a query while the task is running. - Add threaded TableContent content fetching, including use of the new task system and determinate progress bar; make fixes to improve threading stability and interaction. |