Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |
2016-03-28 | NOISSUE fix bug in unpacking of forge pack200 jar files | Petr Mrázek | |
This caused failed downloads and broken files to be used. | |||
2015-10-20 | NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵ | Petr Mrázek | |
unique_qobject_ptr, refactor MainWindow to match | |||
2015-09-05 | SCRATCH NetAction fix | Petr Mrázek | |
2015-07-26 | GH-1053 add back update progress dialog | Petr Mrázek | |
2015-04-12 | NOISSUE move everything. | Petr Mrázek | |
2015-04-12 | SCRATCH separate the generic updater logic from the application | Petr Mrázek | |
2015-02-06 | Change copyright dates to 2015 | Greenphlem | |
2015-01-11 | GH-721 Redo internal NetJob implementation. | Petr Mrázek | |
NetJob is now using its own task queue and does not start more than 6 actions at the same time | |||
2014-11-02 | Update copyright year (finally...) | Jan Dalheimer | |
2014-09-06 | Sync from quickmods | Petr Mrázek | |
2013-12-15 | Use asset sizes from the index to make the progress bar better | Petr Mrázek | |
2013-11-04 | Reformat and (slightly) decruft all the things. | Petr Mrázek | |
2013-10-26 | S3 bucket listing support and network code refactors. | Petr Mrázek | |
* Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors |