aboutsummaryrefslogtreecommitdiff
path: root/gui/dialogs/SettingsDialog.ui
AgeCommit message (Collapse)Author
2014-02-16Nicer way of selecting tool folders and executablesPetr Mrázek
2014-02-16Links to the toolsJan Dalheimer
2014-02-16Fix more stuff. Detached tools, only MCEdit for now.Jan Dalheimer
2014-02-16Fix stuff. Make sure different ways of aborting profiling work.Jan Dalheimer
2014-02-15Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer
2014-02-15Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer
2014-01-12Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui
2014-01-10Add tooltips to Java memory spinboxesSky
2014-01-09Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky
2014-01-09Add "MB" as a suffix to memory spinboxesSky
2014-01-08Word wrap the update channel description labelForkk
Previously, channel descriptions that were too long would mess up the dialog.
2014-01-07Fix proxy settings radio buttons not triggering updates of the proxy settings.Petr Mrázek
2014-01-06Implement proxy settingsForkk
2014-01-04Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developForkk
2014-01-04Implement changing update channelsForkk
Allow the user to select which update channel they would like to download updates from.
2014-01-05Fix settings dialog tab ordering againSky
2014-01-04Clean up/update translation code and made language selectable in the ↵Jan Dalheimer
settings dialog
2013-12-31Refactor icon lists heavilyPetr Mrázek
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
2013-12-30Merge pull request #29 from 02JanDal/java_browse_buttonSky
Make the java browse button look like the other browse buttons
2013-12-30Make the java browse button look like the other browse buttonsJan Dalheimer
2013-12-30Don't use stuff that's new in 5.2 if we don't compile with thatJan Dalheimer
2013-12-29Launch an editor for the custom.json file. Also allow overriding of the ↵Jan Dalheimer
system default editor
2013-12-21Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer
2013-12-16Remove obsolete auto login option.Petr Mrázek
2013-11-25Add java checker to the instance settingsPetr Mrázek
2013-11-24Prepare for rework of instance launch/updatePetr Mrázek
Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.
2013-11-06Open on the correct settings tabSky
2013-11-06Fix "Auto Login" instance specific setting, tweak UISky
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek