summaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeLines
* Add Batch icon set to the about dialog.Petr Mrázek2014-11-15-1/+21
|
* Add console font size setting and a preview\Petr Mrázek2014-11-15-65/+200
| | | | Also moves the console settings from the minecraft page.
* 'Fix' instance group sortingPetr Mrázek2014-11-10-2/+34
|
* More pixels.Petr Mrázek2014-11-10-1/+1
|
* HACK for scalable icons in QListView on WindowsPetr Mrázek2014-11-10-1/+2
|
* 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
* Fix coloring and processing of console outputPetr Mrázek2014-11-10-0/+2
| | | | | * Removing \r * Adding missing break statements for coloring
* Follow redirects for skinsPetr Mrázek2014-11-10-0/+1
|
* Allow changing the console font familyPetr Mrázek2014-11-09-10/+42
|
* Improve log formattingPetr Mrázek2014-11-09-50/+63
| | | | | * Updated log level detection for current Minecraft versions * Better formatting: using a monospaced font and raw text instead of HTML (fixes #111)
* Fix #208: Allow double clicking an account in the account selection dialogJan Dalheimer2014-11-09-2/+3
|
* Document pre/post commands betterPetr Mrázek2014-11-09-4/+1
| | | | Fixes #398
* Implement search and logging pause in minecraft logPetr Mrázek2014-11-09-27/+92
| | | | Fixes #47
* Fix #537Petr Mrázek2014-11-08-1/+1
| | | | | Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem
* Implement #545Petr Mrázek2014-11-08-14/+117
| | | | | | * Instance group can be selected when creating and copying instances * Original group is pre-selected when copying * Last used group is pre-selected when creating new instances
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-26/+26
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-47/+47
|
* Fix #231: Enable translation for more stringsJan Dalheimer2014-11-02-3/+3
|
* Fix some issues in the newly added themesPetr Mrázek2014-10-27-10/+11
|
* Add iOS and OSX icon themes by pePetr Mrázek2014-10-27-3/+37
|
* Add dark, light, blue and colored theme from pe.Petr Mrázek2014-10-26-4/+43
| | | | Replaces the old dark and light themes
* Finally with Qt5.3 this should work. :Dmax96at2014-10-19-1/+1
|
* Do not choke on large files when showing them in the 'other logs' page.Petr Mrázek2014-09-21-2/+11
|
* More sync from quickmodsPetr Mrázek2014-09-06-11/+102
| | | | Also a small VersionSelectDialog refactor
* Sync from quickmodsPetr Mrázek2014-09-06-27/+14
|
* Fix version file problems, fix console window not being destroyedPetr Mrázek2014-08-21-1/+6
|
* Show a warning if the instance path contains a '!'Loetkolben2014-07-30-4/+44
| | | | 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.
* Unify look of all pages.Petr Mrázek2014-07-21-525/+607
| | | | Now they have a QTabWidget with no tabs as a background.
* Rework the settings dialog. Rework all of it. Thoroughly.Petr Mrázek2014-07-20-1525/+2286
| | | | | Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
* Merge global settings and accounts into a pagedialogJan Dalheimer2014-07-20-472/+626
| | | | Also split external tools into it's own page
* Make forge work.Petr Mrázek2014-07-19-8/+59
| | | | Using classifiers FTW.
* Fix #367Petr Mrázek2014-07-14-0/+24
|
* Change one small thing0.4Petr Mrázek2014-07-14-1/+1
| | | | Bunnies!
* Fix last minute derpsPetr Mrázek2014-07-14-2/+4
| | | | | * Changelog formatting * Update dialog popping up on start even when it shouldn't
* Show changelog even when there are no new updates available.Petr Mrázek2014-07-14-10/+23
|
* Mess around with log UI. Herp Derp.Petr Mrázek2014-07-13-80/+101
|
* Finish of the OtherLogs page, and (re)format page related filesJan Dalheimer2014-07-12-337/+388
|
* Add a new page that can show all sorts of logsJan Dalheimer2014-07-12-138/+452
|
* Add home/end and fix navigation with collapsed groups (they are skipped)Petr Mrázek2014-07-12-17/+47
|
* Group view gets keyboard navigation back.Petr Mrázek2014-07-12-349/+383
| | | | And a bunch of fixes.
* Cache group view geometry -- speed up instance view by caching sizes of stuffPetr Mrázek2014-07-12-10/+22
|
* Add clear and copy buttons to the log page.Petr Mrázek2014-07-11-0/+37
|
* Fix #355Petr Mrázek2014-07-10-1/+1
|
* Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek2014-07-10-0/+36
|
* Show update channel in the update dialog, actually show changelog for the ↵Petr Mrázek2014-07-09-3/+7
| | | | selected update channel.
* Better regexp for linksPetr Mrázek2014-07-09-1/+1
|
* Show changelog in the update dialog.Petr Mrázek2014-07-09-38/+234
|
* Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek2014-07-07-2/+23
| | | | | The url will now be shown as link, put into the clipboard AND opened in a browser. At the same time. To avoid losing the URL.
* Fix liteloader, some cleanups.Petr Mrázek2014-07-06-70/+7
|
* Improve screenshot view/model.Petr Mrázek2014-07-05-29/+199
| | | | | Changes to screenshots are tracked. Thumbnails are generated in a thread pool.