aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2014-01-09Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky
2014-01-09Add "MB" as a suffix to memory spinboxesSky
2014-01-08Make the GitHub link in the about dialog clickableForkk
Fixes #38
2014-01-08Change the issue tracker URL to GitHub issuesForkk
Bump hotfix version number and add an entry in the changelog.
2014-01-08Fix the window titleForkk
The window title now says "MultiMC 5 - Version <version> [on <platform>]"
2014-01-08Word wrap the update channel description labelForkk
Previously, channel descriptions that were too long would mess up the dialog.
2014-01-07Add information to the about dialog.Forkk
2014-01-07Merge pull request #35 from 02JanDal/fix_keep_selectionSky
Fix instances getting deselected after FTB instances are loaded (or when ever the model is reset, like on a reload)
2014-01-07Fix proxy settings radio buttons not triggering updates of the proxy settings.Petr Mrázek
2014-01-06Implement proxy settingsForkk
2014-01-06Fix instances getting deselected after FTB instances are loaded (or whenever ↵Jan Dalheimer
the model is reset)
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-04Hopefully fix Qt 5.1 compilationJan Dalheimer
2014-01-04Clean up/update translation code and made language selectable in the ↵Jan Dalheimer
settings dialog
2014-01-04Fix a few things related to the translationsJan Dalheimer
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