| Commit message (Expand) | Author | Age | Lines |
... | |
| * | | | | Remove obsolete auto login option. | Petr Mrázek | 2013-12-16 | -72/+0 |
| | |/ /
| |/| | |
|
| * | | | Use monospace font in the console. | Petr Mrázek | 2013-12-16 | -9/+11 |
| * | | | Fix broken test (wrong URL) | Petr Mrázek | 2013-12-16 | -1/+1 |
| * | | | Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into dev... | Petr Mrázek | 2013-12-15 | -86/+685 |
| |\| | |
|
| | * | | Finish unit tests for the DownloadUpdateTask class | Jan Dalheimer | 2013-12-15 | -35/+109 |
| | * | | Unit tests for the DownloadUpdateTask class | Jan Dalheimer | 2013-12-15 | -55/+321 |
| | * | | More tests for the UpdateChecker class. It should be done for now. | Jan Dalheimer | 2013-12-14 | -4/+131 |
| | * | | Tests for parsing of channel lists in UpdateChecker | Jan Dalheimer | 2013-12-14 | -2/+111 |
| | * | | Framework for some tests | Jan Dalheimer | 2013-12-14 | -0/+23 |
| | |/ |
|
| * | | Fix/remove tests from the gutted updater | Petr Mrázek | 2013-12-15 | -357/+45 |
* | | | Add news checking system and news toolbar | Forkk | 2014-01-02 | -11/+87 |
* | | | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Andrew | 2013-12-15 | -541/+796 |
|\| | |
|
| * | | Make updates prevented by missing accounts verbose | Petr Mrázek | 2013-12-15 | -4/+19 |
| * | | Improve group changing, update instance on version change | Petr Mrázek | 2013-12-15 | -65/+123 |
| * | | Use asset sizes from the index to make the progress bar better | Petr Mrázek | 2013-12-15 | -266/+70 |
| * | | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | 2013-12-14 | -1/+5 |
| |\ \ |
|
| | * | | Expand appropriate column of account selection dialog | Sky | 2013-12-14 | -1/+5 |
| | |/ |
|
| * / | Fix bugs introduced by unit test branch | Petr Mrázek | 2013-12-14 | -9/+12 |
| |/ |
|
| * | Use ctest | Petr Mrázek | 2013-12-14 | -8/+6 |
| * | Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into develop | Petr Mrázek | 2013-12-14 | -41/+368 |
| |\ |
|
| | * | Tests for the user utils | Jan Dalheimer | 2013-12-02 | -0/+73 |
| | * | Add some new folders | Jan Dalheimer | 2013-12-02 | -0/+2 |
| | * | Fix some bugs that surfaced | Jan Dalheimer | 2013-12-02 | -0/+16 |
| | * | Unit testing | Jan Dalheimer | 2013-12-02 | -36/+271 |
| * | | Add status shown specifically when downloading assets | Sky | 2013-12-14 | -0/+1 |
| * | | Make the account selection list use checkboxes rather than text for active bo... | Sky | 2013-12-14 | -3/+39 |
| * | | Fix various Dialogs (Titles, License formatting) | Orochimarufan | 2013-12-14 | -149/+145 |
| * | | Fix twitch | Petr Mrázek | 2013-12-14 | -12/+25 |
* | | | Added a system to load news from MultiMC.org's RSS | Andrew | 2013-12-15 | -1/+409 |
|/ / |
|
* | | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | 2013-12-13 | -1/+1 |
|\ \ |
|
| * | | Fix typo | Sky | 2013-12-13 | -1/+1 |
* | | | Disable some crazy OS X hacks on non-GCC compilers | Andrew | 2013-12-13 | -0/+6 |
|/ / |
|
* | | Made the run script look for missing dependencies. | Andrew | 2013-12-13 | -5/+20 |
* | | Merge branch 'develop' of github.com:Drayshak/MultiMC5 into develop | Sky | 2013-12-13 | -31/+86 |
|\ \ |
|
| * | | Do not log auth crud | Petr Mrázek | 2013-12-13 | -2/+2 |
| * | | Fix syntax error | Petr Mrázek | 2013-12-13 | -9/+7 |
| * | | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | 2013-12-13 | -1/+9 |
| |\ \ |
|
| | * | | Fix updater removing all files. | Andrew | 2013-12-12 | -1/+9 |
| * | | | Add support for 1.7.4 user_type (needs testing with legacy accounts) | Petr Mrázek | 2013-12-13 | -19/+58 |
| * | | | Use temporary files for the java checker | Petr Mrázek | 2013-12-13 | -7/+13 |
| |/ / |
|
| * | | Include unistd.h in ProcessUtils.h | Andrew | 2013-12-12 | -0/+4 |
| * | | Remove -Werror from the updater's compile flags | Andrew | 2013-12-12 | -1/+1 |
* | | | First sweep moving URLs to a constants file | Sky | 2013-12-13 | -20/+56 |
|/ / |
|
* | | Make sure adding forced candidates doesn't result in duplicates | Sky | 2013-12-12 | -7/+5 |
* | | Don't break Linux and OS X builds :( | Sky | 2013-12-12 | -9/+9 |
* | | Java version list should be sorted, JRE->JDK, 64->32 | Sky | 2013-12-12 | -25/+28 |
* | | Remove QsLog destinations when they are destroyed. | Andrew | 2013-12-11 | -4/+17 |
* | | Fix console window sticking open derp | Sky | 2013-12-11 | -2/+5 |
* | | Fix checker progress derp | Sky | 2013-12-11 | -1/+1 |
* | | Merge https://github.com/Drayshak/MultiMC5 into develop | Petr Mrázek | 2013-12-11 | -78/+329 |
|\ \ |
|