aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2014-06-09Only enable move buttons for version patches that can move. HACK HACKPetr Mrázek
2014-06-09Tweaks to page dialog and version page.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-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-09Fix last instance remaining selected when deletedPetr 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-25Enable SVG iconsPetr Mrázek
2014-05-21Merge branch 'feature_crashreport' into developJan Dalheimer
2014-05-18Restore manage screenshots in main window.Petr Mrázek
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-05-17Add static data path for ... static data. Like translations. Move ↵Petr Mrázek
translations there.
2014-05-17Finish status pills.Petr Mrázek
2014-05-15Status pills. This doesn't build yet.Petr Mrázek
2014-05-10Implement backtraces on Windows.Andrew
Much !!FUN!! was had
2014-05-04Fix version select dialog filteringPetr Mrázek
2014-05-01Show Patreon patrons in the about dialogForkk
2014-04-21Fix quit shortcut connect() callPetr Mrázek
2014-04-21Merge remote-tracking branch 'origin/feature_new_login_dialog2' into developPetr Mrázek
2014-04-21Add a quit shortcut to the main window (#200)Taeyeon Mori
The shortcut is Ctrl+Q on every platform but windows, which doesn have one. See also: http://qt-project.org/doc/qt-5/qkeysequence.html#details (StandardKey Quit)
2014-04-21Merge remote-tracking branch 'origin/feature_raise_console' 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-17Make the console window raise itself after minecraft closes (#193)Taeyeon Mori
This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work
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-12Give the Patreon button a logoSky
2014-04-11Add Patreon button. Needs an icon (used I for now).Sky
2014-04-08Context menu tweaksPetr Mrázek
* Add create/copy instance actions to the context menu. * Context menu for the instance view background. * Top of the context menu is now a header, fixing the misclick problems.
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-24Raise console window when it's open, but hidden behind other windows.Petr Mrázek
2014-03-23Make some more error messages translateable.Petr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_notif_65449324' into developPetr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_json_fixes' into developPetr Mrázek
2014-03-15Allow reseting notificationsJan Dalheimer
2014-03-15Add a timer for clicking away the notification dialogJan Dalheimer
2014-03-14Get rid of one reloadInstanceVersionJan Dalheimer