aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
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
2014-07-12Group view gets keyboard navigation back.Petr Mrázek
And a bunch of fixes.
2014-07-12Cache group view geometry -- speed up instance view by caching sizes of stuffPetr Mrázek
2014-07-11Add clear and copy buttons to the log page.Petr Mrázek
2014-07-10Fix #355Petr Mrázek
2014-07-10Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek
2014-07-09Show update channel in the update dialog, actually show changelog for the ↵Petr Mrázek
selected update channel.
2014-07-09Better regexp for linksPetr Mrázek
2014-07-09Show changelog in the update dialog.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-03fix the instance toolbarPetr Mrázek
2014-07-01Move settings lib into the main code, fixing error logging in it.Petr Mrázek
2014-07-01Handle a bunch more clang warningsPetr Mrázek
2014-06-30[Clang Warnings] Add empty default clauseTaeyeon Mori
2014-06-30[Clang Warnings] Remove unused variablesTaeyeon Mori
2014-06-30Merge branch 'feature_theme_support' into developPetr Mrázek
Conflicts: main.cpp
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-29Separate page dialog into a page container and a dialog.Petr Mrázek
2014-06-29Hack.Petr Mrázek
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-28Merge branch 'feature/fix_intel' into developPetr Mrázek
Conflicts: CMakeLists.txt changelog.yaml gui/MainWindow.cpp
2014-06-28Bump version, fix typo, update the changelog.Petr Mrázek
2014-06-28Fix issues with intel drivers. Forced java re-detection on Windows.Petr Mrázek
2014-06-20No more disabling of actions in the instance toolbar. It makes no sense.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.