summaryrefslogtreecommitdiffstats
path: root/gui/pages/global
Commit message (Collapse)AuthorAgeLines
* NOISSUE move everything.Petr Mrázek2015-04-12-3134/+0
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-2/+2
|
* Fix NagUtils and hack GroupView to workPetr Mrázek2015-04-12-5/+5
|
* NOISSUE Split MultiMC app object into MultiMC and EnvPetr Mrázek2015-04-02-23/+3
|
* GH-796 Icon theme loading workaroundPetr Mrázek2015-03-01-9/+15
| | | | Replacing the Qt machinery with other Qt machinery under our control
* Change copyright dates to 2015Greenphlem2015-02-06-12/+12
|
* NOISSUE change icon themes without restartPetr Mrázek2015-01-28-0/+6
|
* NOISSUE Set minimum Minecraft window size to 1x1Petr Mrázek2014-12-12-2/+2
|
* Add console font size setting and a preview\Petr Mrázek2014-11-15-64/+193
| | | | Also moves the console settings from the minecraft page.
* Default console font tweaksPetr Mrázek2014-11-10-4/+1
| | | | | | | * Lucida Console on Windows * Menlo on OSX * Monospace (resolved to whatever Monospace means) on linux * Added ability to select proportional fonts in settings
* Allow changing the console font familyPetr Mrázek2014-11-09-5/+38
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-5/+5
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-7/+7
|
* Fix some issues in the newly added themesPetr Mrázek2014-10-27-1/+6
|
* Add iOS and OSX icon themes by pePetr Mrázek2014-10-27-1/+30
|
* Add dark, light, blue and colored theme from pe.Petr Mrázek2014-10-26-2/+26
| | | | Replaces the old dark and light themes
* Show a warning if the instance path contains a '!'Loetkolben2014-07-30-4/+25
| | | | The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window.
* Rework the settings dialog. Rework all of it. Thoroughly.Petr Mrázek2014-07-20-1505/+2012
| | | | | Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
* Merge global settings and accounts into a pagedialogJan Dalheimer2014-07-20-0/+2397
Also split external tools into it's own page