summaryrefslogtreecommitdiffstats
path: root/gui/versionselectdialog.cpp
Commit message (Collapse)AuthorAgeLines
* Implement legacy forge button!Petr Mrázek2013-09-18-12/+7
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-7/+7
|
* OSX tweakeryPetr Mrázek2013-08-27-0/+1
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-3/+3
| | | | Also, implemented some basic modlist logic, to be wired up.
* Version filtering and general related code sanitization.Petr Mrázek2013-08-11-6/+4
| | | | | Version list dialog has alternating row background set. Nostalgia versions, based on OneSix.
* Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and ↵Petr Mrázek2013-08-07-1/+1
| | | | extraction.
* Massive renaming in the backend folder, all around restructure in the same.Petr Mrázek2013-07-29-3/+3
|
* Allow users to filter out MCNostalgia and Snapshots from the version list.Andrew2013-05-06-4/+34
| | | | | Resolves JIRA issue MMC-9: https://jira.forkk.net/browse/MMC-9
* Make the new instance dialog support instance types.Andrew2013-04-22-0/+10
|
* Implemented version lists.Andrew2013-03-28-0/+62
Further work on this is still needed. Currently there is no sorting or filtering of any kind. In addition, changes need to be made to fix issues with bad ETags since the current system here is based on MultiMC 4's version list system before it was fixed.