aboutsummaryrefslogtreecommitdiff
path: root/gui/pages
AgeCommit message (Collapse)Author
2014-09-21Do not choke on large files when showing them in the 'other logs' page.Petr 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-14Fix #367Petr 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-11Add clear and copy buttons to the log page.Petr Mrázek
2014-07-10Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek
2014-07-07Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek
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.
2014-07-06Fix liteloader, some cleanups.Petr Mrázek
2014-07-05Improve screenshot view/model.Petr Mrázek
Changes to screenshots are tracked. Thumbnails are generated in a thread pool.
2014-07-01Handle a bunch more clang warningsPetr Mrázek
2014-06-30Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek
Dirty fix for screenshot thumbnail generation. Needs more QTimer.
2014-06-28Derp^2!!Petr Mrázek
2014-06-28Derp!Petr Mrázek
2014-06-28Turn screenshot management into a page.Petr Mrázek
2014-06-18Replace notes dialog with a page.Petr Mrázek
2014-06-11Fix #313 - used texture pack list instead of resource pack listPetr Mrázek
2014-06-10Tweak version page: select first item by default, allow changing version of ↵Petr Mrázek
'version.json'.
2014-06-10More github wiki friendly help page namesPetr Mrázek
2014-06-10Add close button to page dialog. Add help button to page dialog.Petr Mrázek
Smile.
2014-06-09Cleanup - QFileInfo derp and unused variablesPetr Mrázek
2014-06-09Remove margins from settings page.Petr Mrázek
2014-06-09Instance settings moved to a page.Petr Mrázek
2014-06-09Version revert logic improvements, colorful icons for mod lists and resource ↵Petr Mrázek
pack list. Icons are from Oxygen.
2014-06-09Show texture/resource packs when appropriate.Petr Mrázek
2014-06-09Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for ↵Petr Mrázek
now.
2014-06-09Page dialog for legacy instances.Petr Mrázek
2014-06-09Only enable move buttons for version patches that can move. HACK HACKPetr Mrázek
2014-06-09Tweaks to page dialog and version page.Petr Mrázek
2014-06-09Add and implement pages and page dialog.Petr Mrázek