aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2014-01-06Implement proxy settingsForkk
2014-01-06Implement console window tray icon, console window hiding, better scrollingPetr Mrázek
2014-01-06Scroll console window for <= lines above the bottom instead of the very bottom.Petr Mrázek
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2014-01-05Some more updater fixesPetr Mrázek
Paths were wrong - still used work directory instead of root
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-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky
2014-01-05Implement the beloved right click context menu. Just a copy of the instance ↵Sky
toolbar
2014-01-04Fix library column stretchingPetr Mrázek
2014-01-03Explicitly set the close button to be the default buttonJan Dalheimer
2014-01-03Add the option to disable a certain messageJan Dalheimer
2014-01-03Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer
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-02Make .ico files usable (the plugin is already included)Jan Dalheimer
2014-01-02Save/restore settings dialog (and instance specific settings) window geometrySky
2014-01-01More credits tweakingSky
2014-01-01ThreadTask for all your ThreadNeedsPetr Mrázek
Use only when absolutely required.
2014-01-01Move assets migration to a task. Needs threading.Sky
2013-12-31Tweak credits in about dialogSky
2013-12-31Add the redistribution/fork text to the About dialog.Petr 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-30Make the java browse button look like the other browse buttonsJan Dalheimer
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-28Don't hardcode stuff!!!Jan Dalheimer
2013-12-28LiteLoader supportJan Dalheimer
2013-12-27Rearrange logiv for OneSix version changePetr Mrázek
2013-12-26Disable/enable mods with checkboxes. Needs testing.Petr Mrázek
A lot of testing!
2013-12-25Fix more updater derps.Petr Mrázek
* Updater requires unix style paths on input. * No update notification was getting cloned with every check
2013-12-25Merge branch 'develop' of https://github.com/robotbrain/MultiMC5 into developPetr Mrázek
2013-12-24Log SSL errors, give common solutionsPetr Mrázek
2013-12-24Get the updater to display a no update found message.robotbrainify
2013-12-22Fixed updater not restarting MultiMC after update.ashka
2013-12-22Show errors when logging in in the account dialog.Petr Mrázek
2013-12-21Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer