summaryrefslogtreecommitdiffstats
path: root/logic/tasks
Commit message (Collapse)AuthorAgeLines
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-336/+0
|
* NOISSUE make shared logic library ... sharedPetr Mrázek2015-09-05-2/+6
|
* GH-1053 add back update progress dialogPetr Mrázek2015-07-26-12/+41
|
* GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek2015-07-21-1/+1
|
* NOISSUE remove StandardTaskPetr Mrázek2015-06-06-163/+0
|
* NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer2015-06-06-0/+166
|
* GH-922 improve version select dialogsPetr Mrázek2015-05-02-0/+3
|
* NOISSUE eliminate ProgressProviderPetr Mrázek2015-04-26-49/+14
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-3/+3
|
* Change copyright dates to 2015Greenphlem2015-02-06-3/+3
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-2/+2
|
* Sync from quickmodsPetr Mrázek2014-09-06-59/+15
|
* Make 1.6+ work with new instance format.Petr Mrázek2014-06-09-0/+1
|
* Fix many memory leaks.Petr Mrázek2014-03-30-0/+1
|
* Make some more error messages translateable.Petr Mrázek2014-03-23-3/+3
|
* Imgur album creationJan Dalheimer2014-02-24-6/+13
|
* ThreadTask for all your ThreadNeedsPetr Mrázek2014-01-01-0/+66
| | | | Use only when absolutely required.
* Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer2013-12-21-0/+109
|
* Finish preliminary offline supportPetr Mrázek2013-12-08-0/+2
| | | | | | | | | * 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.
* Verify access tokens before launching MinecraftAndrew2013-11-28-0/+29
| | | | Kind of an important thing to do... Heh...
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-20/+39
|
* Added file loggerPetr Mrázek2013-10-06-0/+2
|
* Implement basic yggdrasil auth.Petr Mrázek2013-09-23-169/+0
| | | | No fancy login token saving involved.
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-1/+1
|
* Implement legacy forge button!Petr Mrázek2013-09-18-63/+53
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Changed all strings displayed to end user to use qts localization systemStiepen222013-09-08-9/+9
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-4/+4
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-1/+1
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+319
Also, implemented some basic modlist logic, to be wired up.