Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix proxy settings radio buttons not triggering updates of the proxy settings. | Petr Mrázek | 2014-01-07 | -6/+18 |
| | ||||
* | Implement proxy settings | Forkk | 2014-01-06 | -3/+187 |
| | ||||
* | Implement console window tray icon, console window hiding, better scrolling | Petr Mrázek | 2014-01-06 | -27/+96 |
| | ||||
* | Scroll console window for <= lines above the bottom instead of the very bottom. | Petr Mrázek | 2014-01-06 | -2/+1 |
| | ||||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | 2014-01-05 | -30/+162 |
|\ | ||||
| * | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Forkk | 2014-01-04 | -7/+59 |
| |\ | ||||
| | * | Fix settings dialog tab ordering again | Sky | 2014-01-05 | -3/+15 |
| | | | ||||
| | * | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Sky | 2014-01-05 | -5/+78 |
| | |\ | ||||
| | * | | Implement the beloved right click context menu. Just a copy of the instance ↵ | Sky | 2014-01-05 | -0/+29 |
| | | | | | | | | | | | | | | | | toolbar | |||
| * | | | Implement changing update channels | Forkk | 2014-01-04 | -28/+118 |
| | | | | | | | | | | | | | | | | | | | | Allow the user to select which update channel they would like to download updates from. | |||
* | | | | Some more updater fixes | Petr Mrázek | 2014-01-05 | -2/+6 |
| |_|/ |/| | | | | | | | | Paths were wrong - still used work directory instead of root | |||
* | | | Fix library column stretching | Petr Mrázek | 2014-01-04 | -5/+15 |
|/ / | ||||
* | | Explicitly set the close button to be the default button | Jan Dalheimer | 2014-01-03 | -0/+1 |
| | | ||||
* | | Add the option to disable a certain message | Jan Dalheimer | 2014-01-03 | -2/+6 |
| | | ||||
* | | Notifications system. Mainly to be used in case the updater breaks. | Jan Dalheimer | 2014-01-03 | -0/+58 |
|/ | ||||
* | Clean out old assets stuff, fix button hitbox regression | Sky | 2014-01-02 | -39/+0 |
| | ||||
* | Tweak "More..." to "More news..." | Sky | 2014-01-02 | -1/+1 |
| | ||||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Forkk | 2014-01-02 | -2/+2 |
|\ | ||||
| * | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Sky | 2014-01-02 | -1/+1 |
| |\ | ||||
| * | | Don't show extra space in status bar, tweak "none selected" message | Sky | 2014-01-02 | -2/+2 |
| | | | ||||
* | | | Implement the news button | Forkk | 2014-01-02 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Forkk | 2014-01-02 | -167/+594 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.h | |||
| * | | Make .ico files usable (the plugin is already included) | Jan Dalheimer | 2014-01-02 | -1/+1 |
| |/ | ||||
| * | Save/restore settings dialog (and instance specific settings) window geometry | Sky | 2014-01-02 | -4/+36 |
| | | ||||
| * | More credits tweaking | Sky | 2014-01-01 | -9/+14 |
| | | ||||
| * | ThreadTask for all your ThreadNeeds | Petr Mrázek | 2014-01-01 | -7/+11 |
| | | | | | | | | Use only when absolutely required. | |||
| * | Move assets migration to a task. Needs threading. | Sky | 2014-01-01 | -2/+25 |
| | | ||||
| * | Tweak credits in about dialog | Sky | 2013-12-31 | -22/+29 |
| | | ||||
| * | Add the redistribution/fork text to the About dialog. | Petr Mrázek | 2013-12-31 | -4/+37 |
| | | ||||
| * | Fix silly bug with icon not changing on the toolbar when the icon key changes. | Petr Mrázek | 2013-12-31 | -2/+0 |
| | | ||||
| * | Refactor icon lists heavily | Petr Mrázek | 2013-12-31 | -14/+69 |
| | | | | | | | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
| * | Merge pull request #29 from 02JanDal/java_browse_button | Sky | 2013-12-30 | -25/+41 |
| |\ | | | | | | | Make the java browse button look like the other browse buttons | |||
| | * | Make the java browse button look like the other browse buttons | Jan Dalheimer | 2013-12-30 | -25/+41 |
| | | | ||||
| * | | Fix spelling mistake | Jan Dalheimer | 2013-12-30 | -1/+1 |
| | | | ||||
| * | | Notify the user of any errors | Jan Dalheimer | 2013-12-30 | -2/+14 |
| | | | ||||
| * | | Don't use stuff that's new in 5.2 if we don't compile with that | Jan Dalheimer | 2013-12-30 | -5/+5 |
| | | | ||||
| * | | Use /usr/bin as default on linux | Jan Dalheimer | 2013-12-30 | -0/+4 |
| | | | ||||
| * | | Launch an editor for the custom.json file. Also allow overriding of the ↵ | Jan Dalheimer | 2013-12-29 | -2/+91 |
| |/ | | | | | | | system default editor | |||
| * | Fix various LiteLoader related bugs. | Petr Mrázek | 2013-12-29 | -3/+12 |
| | | ||||
| * | Don't hardcode stuff!!! | Jan Dalheimer | 2013-12-28 | -1/+11 |
| | | ||||
| * | LiteLoader support | Jan Dalheimer | 2013-12-28 | -0/+18 |
| | | ||||
| * | Rearrange logiv for OneSix version change | Petr Mrázek | 2013-12-27 | -17/+19 |
| | | ||||
| * | Disable/enable mods with checkboxes. Needs testing. | Petr Mrázek | 2013-12-26 | -3/+4 |
| | | | | | | | | A lot of testing! | |||
| * | Fix more updater derps. | Petr Mrázek | 2013-12-25 | -5/+9 |
| | | | | | | | | | | * Updater requires unix style paths on input. * No update notification was getting cloned with every check | |||
| * | Merge branch 'develop' of https://github.com/robotbrain/MultiMC5 into develop | Petr Mrázek | 2013-12-25 | -1/+4 |
| |\ | ||||
| | * | Get the updater to display a no update found message. | robotbrainify | 2013-12-24 | -1/+4 |
| | | | ||||
| * | | Log SSL errors, give common solutions | Petr Mrázek | 2013-12-24 | -5/+38 |
| |/ | ||||
| * | Fixed updater not restarting MultiMC after update. | ashka | 2013-12-22 | -1/+1 |
| | | ||||
| * | Show errors when logging in in the account dialog. | Petr Mrázek | 2013-12-22 | -0/+9 |
| | | ||||
| * | Initial FTB support. Allows "tracking" of FTB instances. | Jan Dalheimer | 2013-12-21 | -0/+121 |
| | |