Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial work on threaded task, with an implementation of Table Content view ↵ | rowanbeentje | 2009-10-20 | 1 | -57/+0 |
| | | | | | | | | | 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. | ||||
* | Replace the use of hard coded preference keys with constants to prevent ↵ | stuconnolly | 2009-10-17 | 1 | -1/+0 |
| | | | | issues such as the one fixed in revision 1419. All future preference usage should be done so using these constants. | ||||
* | • corrected SVN properties | Bibiko | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | • added: AMIndeterminateProgressIndicatorCell for global spinning wheel | Bibiko | 2009-07-18 | 1 | -0/+58 |
• added: spinning wheel background image • removed warning in TableContent (unused 'j') |