aboutsummaryrefslogtreecommitdiff
path: root/logic/tasks/ProgressProvider.h
AgeCommit message (Collapse)Author
2015-04-26NOISSUE eliminate ProgressProviderPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-09-06Sync from quickmodsPetr Mrázek
2014-06-09Make 1.6+ work with new instance format.Petr Mrázek
2013-12-08Finish preliminary offline supportPetr Mrázek
* ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work.
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-09-18Implement legacy forge button!Petr Mrázek
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects