aboutsummaryrefslogtreecommitdiff
path: root/gui/dialogs
AgeCommit message (Collapse)Author
2015-04-11NOISSUE Improve new instance dialogPetr Mrázek
Better layout, showing more of the modpack URL Fixed logic for enabling OK button
2015-04-02NOISSUE remove obsolete LWJGL selection dialogPetr Mrázek
2015-04-02NOISSUE Refactors and moving of thingsPetr Mrázek
2015-03-24NOISSUE tweak version display in the application to reflect recent changesPetr Mrázek
2015-03-01GH-796 Icon theme loading workaroundPetr Mrázek
Replacing the Qt machinery with other Qt machinery under our control
2015-02-19GH-366: Plain and simple modpack export/import/downloadJan Dalheimer
Also removed the in-source QuaZIP in favour of upstream version
2015-02-06Change copyright dates to 2015Greenphlem
2014-11-16VersionSelectDialog is for SELECTING versions.Petr Mrázek
Not blinking in and out of existence. That is not the job of a version SELECTION dialog.
2014-11-15Add Batch icon set to the about dialog.Petr Mrázek
2014-11-09Fix #208: Allow double clicking an account in the account selection dialogJan Dalheimer
2014-11-08Implement #545Petr Mrázek
* Instance group can be selected when creating and copying instances * Original group is pre-selected when copying * Last used group is pre-selected when creating new instances
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-11-02Fix #231: Enable translation for more stringsJan Dalheimer
2014-10-27Fix some issues in the newly added themesPetr Mrázek
2014-09-06More sync from quickmodsPetr Mrázek
Also a small VersionSelectDialog refactor
2014-09-06Sync from quickmodsPetr Mrázek
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-19Make forge work.Petr Mrázek
Using classifiers FTW.
2014-07-14Change one small thingPetr Mrázek
Bunnies!
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-07-09Show update channel in the update dialog, actually show changelog for the ↵Petr Mrázek
selected update channel.
2014-07-09Better regexp for linksPetr Mrázek
2014-07-09Show changelog in the update dialog.Petr Mrázek
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-07-01Handle a bunch more clang warningsPetr 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-28Turn screenshot management into a page.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-09Page dialog for legacy instances.Petr Mrázek
2014-06-09Implement adding jar mods, break saving library order.Petr Mrázek
2014-06-09Lock down the version cache. Just enough to make it annoying to corrupt the ↵Petr Mrázek
files.
2014-06-09Add back legacy mod edit, add checksums for all legacy jarsPetr Mrázek
2014-06-09Move instance settings back to the main window.Petr Mrázek
2014-06-09Small fixes, including release dates of some legacy versionsPetr 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-09Much change, very jarmod.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-05-25New flat icon themes from pexnerPetr Mrázek
Squash and rework of commits from robotbrain
2014-05-17Add static data path for ... static data. Like translations. Move ↵Petr Mrázek
translations there.
2014-05-04Fix version select dialog filteringPetr Mrázek
2014-05-01Show Patreon patrons in the about dialogForkk
2014-04-21Merge remote-tracking branch 'origin/feature_new_login_dialog2' into developPetr Mrázek
2014-04-19Download and cache FML libs for legacy minecraft versions.Petr Mrázek
* minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge