aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2015-01-28NOISSUE change icon themes without restartPetr Mrázek
2015-01-11GH-721 Redo internal NetJob implementation.Petr Mrázek
NetJob is now using its own task queue and does not start more than 6 actions at the same time
2015-01-11GH-719 Fix paste upload encoding and do not try to upload over limitPetr Mrázek
2014-12-12NOISSUE Set minimum Minecraft window size to 1x1Petr Mrázek
2014-12-12NOISSUE Always follow redirects for NetAction based downloadsPetr Mrázek
2014-12-07GH-631, GH-658 Implement yellow status icon, refresh status icons in themes.Petr Mrázek
2014-11-29GH-640 Make legacy forge downloads follow redirectsPetr Mrázek
2014-11-21NOISSUE Remove remnant of crash handlerPetr Mrázek
2014-11-17NOISSUE Fix console window hidingPetr Mrázek
2014-11-16GH-608 Re-detect java when the binary goes missingPetr Mrázek
2014-11-16VersionSelectDialog is for SELECTING versions.Petr Mrázek
Not blinking in and out of existence. That is not the job of a version SELECTION dialog.
2014-11-15Add Batch icon set to the about dialog.Petr Mrázek
2014-11-15Add console font size setting and a preview\Petr Mrázek
Also moves the console settings from the minecraft page.
2014-11-10'Fix' instance group sortingPetr Mrázek
2014-11-10More pixels.Petr Mrázek
2014-11-10HACK for scalable icons in QListView on WindowsPetr Mrázek
2014-11-10Default console font tweaksPetr Mrázek
* Lucida Console on Windows * Menlo on OSX * Monospace (resolved to whatever Monospace means) on linux * Added ability to select proportional fonts in settings
2014-11-10Fix coloring and processing of console outputPetr Mrázek
* Removing \r * Adding missing break statements for coloring
2014-11-10Follow redirects for skinsPetr Mrázek
2014-11-09Allow changing the console font familyPetr Mrázek
2014-11-09Improve log formattingPetr Mrázek
* Updated log level detection for current Minecraft versions * Better formatting: using a monospaced font and raw text instead of HTML (fixes #111)
2014-11-09Fix #208: Allow double clicking an account in the account selection dialogJan Dalheimer
2014-11-09Document pre/post commands betterPetr Mrázek
Fixes #398
2014-11-09Implement search and logging pause in minecraft logPetr Mrázek
Fixes #47
2014-11-08Fix #537Petr Mrázek
Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem
2014-11-08Implement #545Petr Mrázek
* 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
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-11-02Fix #231: Enable translation for more stringsJan Dalheimer
2014-10-27Fix some issues in the newly added themesPetr Mrázek
2014-10-27Add iOS and OSX icon themes by pePetr Mrázek
2014-10-26Add dark, light, blue and colored theme from pe.Petr Mrázek
Replaces the old dark and light themes
2014-10-19Finally with Qt5.3 this should work. :Dmax96at
2014-09-21Do not choke on large files when showing them in the 'other logs' page.Petr Mrázek
2014-09-06More sync from quickmodsPetr Mrázek
Also a small VersionSelectDialog refactor
2014-09-06Sync from quickmodsPetr Mrázek
2014-08-21Fix version file problems, fix console window not being destroyedPetr Mrázek
2014-07-30Show a warning if the instance path contains a '!'Loetkolben
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.
2014-07-21Unify look of all pages.Petr Mrázek
Now they have a QTabWidget with no tabs as a background.
2014-07-20Rework the settings dialog. Rework all of it. Thoroughly.Petr Mrázek
Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
2014-07-20Merge global settings and accounts into a pagedialogJan Dalheimer
Also split external tools into it's own page
2014-07-19Make forge work.Petr Mrázek
Using classifiers FTW.
2014-07-14Fix #367Petr Mrázek
2014-07-14Change one small thingPetr Mrázek
Bunnies!
2014-07-14Fix last minute derpsPetr Mrázek
* Changelog formatting * Update dialog popping up on start even when it shouldn't
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-07-13Mess around with log UI. Herp Derp.Petr Mrázek
2014-07-12Finish of the OtherLogs page, and (re)format page related filesJan Dalheimer
2014-07-12Add a new page that can show all sorts of logsJan Dalheimer
2014-07-12Add home/end and fix navigation with collapsed groups (they are skipped)Petr Mrázek