aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2014-01-05Include xcb libraries in distributed packagesForkk
Unfortunately, this has become necessary due to Arch Linux's libxcb packages breaking ABI...
2014-01-05Meh.Petr Mrázek
2014-01-05Fix tests for masterPetr Mrázek
2014-01-05Merge branch 'updater-tweak' into developPetr Mrázek
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2014-01-05More updater fixagePetr Mrázek
Preserve --dir parameter after updating Allow more than one copy of a command line parameter in MultiMC Linux runner script no longer changes current directory, which allows '--dir .' Fixed unit tests, removed the obsolete one (for some legacy updater command line params that were also removed) [fixes 63127704]
2014-01-05Add an option to force using local updater binary (for updater development)Petr Mrázek
2014-01-05Some more updater fixesPetr Mrázek
Paths were wrong - still used work directory instead of root
2014-01-04Prepend a 5 to version strings.Forkk
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 logging string derp on OSXPetr Mrázek
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-05Mess with the updater again.Petr Mrázek
2014-01-04Fix library column stretchingPetr Mrázek
2014-01-04Fix mod list checkboxesPetr 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-03Don't try to check for notifications if we don't have a URL for itJan Dalheimer
2014-01-03Fix for pre-Qt5.2Jan Dalheimer
2014-01-03Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer
2014-01-03DEBUG: Add some logging for instance loading.Petr Mrázek
2014-01-03Log version, work pathsPetr Mrázek
2014-01-02Force cached updater binary to always resolve as stalePetr Mrázek
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