aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-05Implement the beloved right click context menu. Just a copy of the instance ↵Sky
toolbar
2014-01-02Clean out old assets stuff, fix button hitbox regressionSky
2014-01-02Tweak "More..." to "More news..."Sky
2014-01-02Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsForkk
2014-01-02Implement the news buttonForkk
Make the news button open the latest news post in the user's web browser. Also remove the webkit dependency. I was planning on using it to display the news in a custom window, but we'll just use the user's browser for now.
2014-01-02Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky
2014-01-02Don't show extra space in status bar, tweak "none selected" messageSky
2014-01-02Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsForkk
Conflicts: CMakeLists.txt gui/MainWindow.h
2014-01-02Add news checking system and news toolbarForkk
2014-01-02Merge pull request #32 from 02JanDal/feature_ico_iconsSky
Make .ico files usable (the plugin is already included)
2014-01-02Make .ico files usable (the plugin is already included)Jan Dalheimer
2014-01-02Merge pull request #31 from max96at/feature_osx_polishPetr Mrázek
Improved java detection on OSX.
2014-01-02Removed incomplete osx java detection log messagemax96at
2014-01-02Improved java detection on OSX.Noah Mayr
2014-01-02Merge pull request #30 from max96at/feature_osx_polishPetr Mrázek
Fixed buttons on osx and added .DS_Store to the gitignore file.
2014-01-02Fixed buttons on osx by adding the accessible plugin.Noah Mayr
2014-01-02Added .DS_Store to .gitignore.Noah Mayr
2014-01-02Save/restore settings dialog (and instance specific settings) window geometrySky
2014-01-01More credits tweakingSky
2014-01-01Tweak update result dialog sizeSky
2014-01-01ThreadTask for all your ThreadNeedsPetr Mrázek
Use only when absolutely required.
2014-01-01Merge https://github.com/Drayshak/MultiMC5 into developPetr Mrázek
2014-01-01Fix issue with PostExitCmd not translating to PostExitCommandPetr Mrázek
2014-01-01Move assets migration to a task. Needs threading.Sky
2014-01-01Enable high-dpi QIcon logicPetr Mrázek
2014-01-01Remove offending Settings constructor.Petr Mrázek
Was causing build problems on OSX.
2014-01-01Allow the use of synonyms in settings. Refactor settings.Petr Mrázek
Remove a bunch of obsolete/unused code.
2013-12-31Tweak credits in about dialogSky
2013-12-31Add the redistribution/fork text to the About dialog.Petr Mrázek
2013-12-31Clarify terms of redistribution and our wishes under the Apache licenseSky
2013-12-31Enable high DPI support on OSXPetr Mrázek
2013-12-31Fix silly bug with icon not changing on the toolbar when the icon key changes.Petr Mrázek
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-30Clarify code style for contributionsSky
2013-12-30Make the java browse button look like the other browse buttonsJan Dalheimer
2013-12-30Merge pull request #28 from 02JanDal/feature_editorSky
Button for opening an editor for the custom.json file
2013-12-30Fix spelling mistakeJan Dalheimer
2013-12-30Notify the user of any errorsJan Dalheimer
2013-12-30Don't use stuff that's new in 5.2 if we don't compile with thatJan Dalheimer
2013-12-30Use /usr/bin as default on linuxJan Dalheimer
2013-12-29Launch an editor for the custom.json file. Also allow overriding of the ↵Jan Dalheimer
system default editor
2013-12-29Fix various LiteLoader related bugs.Petr Mrázek
2013-12-29Merge https://github.com/robotbrain/MultiMC5 into developPetr Mrázek
2013-12-28Litemod version info.robotbrainify
2013-12-29Maybe break updater even more?Petr Mrázek
2013-12-28Merge branch 'feature_liteloader' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop
2013-12-28Don't hardcode stuff!!!Jan Dalheimer
2013-12-28Set permissions for the updater binary after updating it.Petr Mrázek
2013-12-28LiteLoader supportJan Dalheimer