summaryrefslogtreecommitdiffstats
path: root/gui/settingsdialog.cpp
Commit message (Collapse)AuthorAgeLines
* First draft of multiple Java installation detection on WindowsSky2013-10-06-2/+2
|
* Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into developSky2013-10-06-2/+2
|\
| * Added file loggerPetr Mrázek2013-10-06-2/+2
| |
* | Add "browse" button using Qt's file browser to settings dialogSky2013-10-05-0/+9
| |
* | Add naive Windows Java detection - JavaUtils for finding it on other systems ↵Sky2013-10-05-1/+10
|/ | | | (incomplete)
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-2/+2
|
* Changed all strings displayed to end user to use qts localization systemStiepen222013-09-08-6/+6
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-4/+4
|
* Add/remove/drag&drop for the icon picker.Petr Mrázek2013-08-27-6/+2
|
* Make settings dialog layouts less derpy on windowsPetr Mrázek2013-08-26-0/+5
|
* Many improvementsPetr Mrázek2013-08-25-0/+2
| | | | | | | | | | | PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.
* WTF, I don't even...Petr Mrázek2013-08-03-2/+0
|
* Massive renaming in the backend folder, all around restructure in the same.Petr Mrázek2013-07-29-1/+1
|
* Massive re-organization.Andrew2013-02-26-1/+1
|
* Fixed a lot of MSVC problemsAndrew2013-02-25-2/+2
|
* Rewrote the settings system. It may still need some work.Andrew2013-02-25-41/+41
|
* Split MultiMC up into a few separate libraries.Andrew2013-02-20-1/+1
| | | | | | Fixed plugin system. Tons of other stuff...
* Implemented settings dialog.Andrew2013-01-28-4/+108
|
* Added settings dialog.Andrew2013-01-15-0/+77