aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-22Implement instance creation.Andrew
2013-04-22Make the new instance dialog support instance types.Andrew
2013-04-22Merge branch 'master' of git://github.com/peterix/MultiMC5Andrew
2013-04-08Focus password text box if there's an account saved by default. Save settings!Petr Mrázek
2013-04-01Fix quazip issues.Andrew
2013-03-28Merge branch 'master' of git://github.com/peterix/MultiMC5Andrew
Conflicts: CMakeLists.txt gui/mainwindow.cpp
2013-03-28Implemented version lists.Andrew
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.
2013-03-26Store stub keyring data in the same folder as the binaryPetr Mrázek
2013-03-26Use Keyring in the login dialogPetr Mrázek
2013-03-26Filter console output, no more sea of red when there's nothing to report.Petr Mrázek
2013-03-25Mystery meat layout hack to get things alignedPetr Mrázek
2013-03-25Fix an another layout problem in instance listPetr Mrázek
2013-03-25Add instance view up/down keyboard navigation, fix some layout glitches (not ↵Petr Mrázek
all)
2013-03-24Fix settings dialog java tab layoutPetr Mrázek
2013-03-24Fix settings objects, instances can be started from the GUI nowPetr Mrázek
2013-03-22fix merge issues, make console window work againOrochimarufan
2013-03-22Merge branch 'master' of http://github.com/peterix/MultiMC5Orochimarufan
Conflicts: CMakeLists.txt main.cpp
2013-03-22refactor indendation, fix a bug in MinecraftProcess & fix a bug inOrochimarufan
InstanceLauncher
2013-03-22Implement Keyring system baseOrochimarufan
2013-03-22Port minecraft.jar version detection to QtOrochimarufan
2013-03-20Add SVG icon rendering/cachePetr Mrázek
2013-03-19Changed spaces to tabs in CMakeLists.txt because space indenting is the work ↵Andrew
of satan.
2013-03-19Merge pull request #3 from GUIpsp/masterAndrew Okin
Add travis CI building.
2013-03-19Add travis CI building.Guilherme Espada
Uses GCC
2013-03-19Property change propagation, changing instance groups, icon previewPetr Mrázek
2013-03-19Added background cat. Proof of concept :3Petr Mrázek
2013-03-18Loading instance groups and exposing them to the modelPetr Mrázek
2013-03-18Connect instance list to model.Petr Mrázek
2013-03-16Use the actual selection for instance launch.Petr Mrázek
2013-03-14Merge branch 'master' of github.com:Forkk/MultiMC5Andrew
2013-03-13Fixed issues with libGroupView on Windows.Andrew
2013-03-13Merge branch 'master' of git://github.com/peterix/MultiMC5Andrew
2013-03-13Added properties to Instance classAndrew
2013-03-13Added properties to instance.hAndrew
2013-03-11Instance view, model, delegate.Petr Mrázek
2013-03-08Implemented version lists.Andrew
2013-03-06Added a function to get an instance's type.Andrew
2013-02-26Massive re-organization.Andrew
2013-02-25Added instance setting overrides.Andrew
2013-02-25Fixed a lot of MSVC problemsAndrew
2013-02-25Fixed some formatting.Andrew
2013-02-25Merge branch 'master' of git://github.com/peterix/MultiMC5Andrew
Conflicts: CMakeLists.txt main.cpp
2013-02-25Rewrote the settings system. It may still need some work.Andrew
2013-02-23*Full* folder name is the instance ID, not just the first part.Petr Mrázek
2013-02-22Implement ConsoleWindowOrochimarufan
2013-02-22Merge branch 'master' of http://github.com/Forkk/MultiMC5Orochimarufan
2013-02-22Implement Instance launchingOrochimarufan
Use --launch <instance> to test
2013-02-21Added interface for game update tasks.Andrew
2013-02-21Merge branch 'inst_rewrite' of http://github.com/Forkk/MultiMC5Orochimarufan
2013-02-21use QtCreator's $QTPATH in CMakeOrochimarufan