aboutsummaryrefslogtreecommitdiff
path: root/gui/dialogs
AgeCommit message (Collapse)Author
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
2014-04-16Comments and reformatingJan Dalheimer
[ci skip]
2014-04-16Fix bugJan Dalheimer
2014-04-16LoginDialog changesJan Dalheimer
2014-04-16Create a new login dialogTaeyeon Mori
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-03-31Fix FTB-related issuesPetr Mrázek
2014-03-30Fix many memory leaks.Petr Mrázek
2014-03-29Fix issues with badly encoded escape sequences in config files.Petr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_notif_65449324' into developPetr Mrázek