Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add static data path for ... static data. Like translations. Move ↵ | Petr Mrázek | 2014-05-17 | -2/+2 |
| | | | | translations there. | |||
* | Allow reseting notifications | Jan Dalheimer | 2014-03-15 | -0/+5 |
| | ||||
* | Fix MCEdit on OSX | Jan Dalheimer | 2014-02-21 | -0/+5 |
| | ||||
* | Fix some external tool related string sin the settings dialog. | Petr Mrázek | 2014-02-16 | -2/+2 |
| | ||||
* | Nicer way of selecting tool folders and executables | Petr Mrázek | 2014-02-16 | -76/+126 |
| | ||||
* | Restructure | Jan Dalheimer | 2014-02-16 | -1/+1 |
| | ||||
* | Fix path selections for tools (settings dialog) | Petr Mrázek | 2014-02-16 | -5/+18 |
| | ||||
* | Fix more stuff. Detached tools, only MCEdit for now. | Jan Dalheimer | 2014-02-16 | -0/+28 |
| | ||||
* | Fix a few bugs in profilers. | Petr Mrázek | 2014-02-16 | -14/+16 |
| | | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths. | |||
* | Underp. Don't depend on OneSix. Nicer "menu" style choosing. | Jan Dalheimer | 2014-02-15 | -25/+0 |
| | ||||
* | Profiler support. Currently JProfiler and JVisualVM are implemented. | Jan Dalheimer | 2014-02-15 | -0/+85 |
| | ||||
* | Fix settings dialog when offline | Petr Mrázek | 2014-01-18 | -0/+4 |
| | ||||
* | Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵ | Petr Mrázek | 2014-01-12 | -0/+16 |
|\ | | | | | | | | | | | | | | | into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui | |||
| * | Hopefully fix Qt 5.1 compilation | Jan Dalheimer | 2014-01-04 | -1/+1 |
| | | ||||
| * | Clean up/update translation code and made language selectable in the ↵ | Jan Dalheimer | 2014-01-04 | -0/+16 |
| | | | | | | | | settings dialog | |||
* | | Fix proxy settings radio buttons not triggering updates of the proxy settings. | Petr Mrázek | 2014-01-07 | -2/+2 |
| | | ||||
* | | Implement proxy settings | Forkk | 2014-01-06 | -1/+36 |
| | | ||||
* | | Implement changing update channels | Forkk | 2014-01-04 | -17/+73 |
|/ | | | | | Allow the user to select which update channel they would like to download updates from. | |||
* | Save/restore settings dialog (and instance specific settings) window geometry | Sky | 2014-01-02 | -1/+16 |
| | ||||
* | Refactor icon lists heavily | Petr Mrázek | 2013-12-31 | -0/+14 |
| | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
* | Fix spelling mistake | Jan Dalheimer | 2013-12-30 | -1/+1 |
| | ||||
* | Notify the user of any errors | Jan Dalheimer | 2013-12-30 | -1/+10 |
| | ||||
* | Don't use stuff that's new in 5.2 if we don't compile with that | Jan Dalheimer | 2013-12-30 | -0/+4 |
| | ||||
* | 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 | -0/+32 |
| | | | | system default editor | |||
* | Initial FTB support. Allows "tracking" of FTB instances. | Jan Dalheimer | 2013-12-21 | -0/+36 |
| | ||||
* | Remove obsolete auto login option. | Petr Mrázek | 2013-12-16 | -6/+0 |
| | ||||
* | Better (but unsorted) Java detection | Sky | 2013-12-11 | -2/+4 |
| | ||||
* | Add java checker to the instance settings | Petr Mrázek | 2013-11-25 | -1/+1 |
| | ||||
* | Prepare for rework of instance launch/update | Petr Mrázek | 2013-11-24 | -8/+32 |
| | | | | | | | | | | Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded. | |||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -0/+260 |