aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-11-15Set version to 0.4.4 for releasePetr Mrázek
2014-11-15Remove crash handlerPetr Mrázek
2014-10-27Add iOS and OSX icon themes by pePetr Mrázek
2014-10-26Add dark, light, blue and colored theme from pe.Petr Mrázek
Replaces the old dark and light themes
2014-09-30Translation downloading!robotbrain
2014-09-06More sync from quickmodsPetr Mrázek
Also a small VersionSelectDialog refactor
2014-09-06Back to developPetr Mrázek
2014-08-16Add changelog pieces, versionPetr Mrázek
2014-08-15Include QtXml, we use it.Petr Mrázek
Fixes KDevelop semantic analysis magic.
2014-07-22Do not deploy debug version of the svg icon lib in release builds.Petr Mrázek
2014-07-22Include the SVG icon engine.Mrazek, Petr
2014-07-20Rework the settings dialog. Rework all of it. Thoroughly.Petr Mrázek
Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
2014-07-20Merge global settings and accounts into a pagedialogJan Dalheimer
Also split external tools into it's own page
2014-07-16Implement gradle spec reader/writerPetr Mrázek
2014-07-14Bump dev versionPetr Mrázek
2014-07-12Add a new page that can show all sorts of logsJan Dalheimer
2014-07-12Group view gets keyboard navigation back.Petr Mrázek
And a bunch of fixes.
2014-07-06Fix liteloader, some cleanups.Petr Mrázek
2014-07-01Move settings lib into the main code, fixing error logging in it.Petr Mrázek
2014-06-30Merge branch 'feature_theme_support' into developPetr Mrázek
Conflicts: main.cpp
2014-06-30Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek
Dirty fix for screenshot thumbnail generation. Needs more QTimer.
2014-06-29Separate page dialog into a page container and a dialog.Petr Mrázek
2014-06-28Turn screenshot management into a page.Petr Mrázek
2014-06-26Update changelog and bump version to 0.4.0 (no tag yet, not final)Petr Mrázek
2014-06-18Replace notes dialog with a page.Petr Mrázek
2014-06-09Instance settings moved to a page.Petr Mrázek
2014-06-09Show texture/resource packs when appropriate.Petr Mrázek
2014-06-09Page dialog for legacy instances.Petr Mrázek
2014-06-09Add and implement pages and page dialog.Petr Mrázek
2014-06-09Implement adding jar mods, break saving library order.Petr Mrázek
2014-06-09Add back legacy mod edit, add checksums for all legacy jarsPetr Mrázek
2014-06-09Make 1.6+ work with new instance format.Petr Mrázek
2014-06-09All of the broken legacy things work.Petr Mrázek
2014-06-09Introducing VersionPatch base class for version files and minecraft versionsPetr Mrázek
2014-06-09Reorganize logic code.Petr Mrázek
2014-06-09Add builtin Minecraft versions for legacyPetr Mrázek
2014-06-09Much change, very jarmod.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-06-03Tagging 0.3.6Petr Mrázek
2014-05-25New flat icon themes from pexnerPetr Mrázek
Squash and rework of commits from robotbrain
2014-05-25Enable SVG iconsPetr Mrázek
2014-05-21Merge branch 'feature_crashreport' into developJan Dalheimer
2014-05-17Finish status pills.Petr Mrázek
2014-05-15Bump version to 0.3.5Petr Mrázek
2014-05-10Implement backtraces on Windows.Andrew
Much !!FUN!! was had
2014-05-09Implement crash report system on Windows.Andrew
2014-05-09Implement crash handling on LinuxForkk
This will allow us to generate crash dumps and have users report crashes.
2014-05-01Bump version and update changelog.Forkk
2014-04-21Merge remote-tracking branch 'origin/feature_cmake_style' into developPetr Mrázek
Conflicts: CMakeLists.txt
2014-04-16Create a new login dialogTaeyeon Mori