aboutsummaryrefslogtreecommitdiff
path: root/gui/ConsoleWindow.cpp
AgeCommit message (Collapse)Author
2014-06-28Derp^2!!Petr Mrázek
2014-06-28Turn screenshot management into a page.Petr Mrázek
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-04-17Make the console window raise itself after minecraft closes (#193)Taeyeon Mori
This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work
2014-03-24Raise console window when it's open, but hidden behind other windows.Petr Mrázek
2014-02-24Screenshot fixes, move some code around, fix some stuffJan Dalheimer
2014-02-06Small tweaks to make things better.Petr Mrázek
2014-01-17Improve Console window output.Orochimarufan
-> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com>
2014-01-12Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek
command line.
2014-01-06Implement console window tray icon, console window hiding, better scrollingPetr Mrázek
2014-01-06Scroll console window for <= lines above the bottom instead of the very bottom.Petr Mrázek
2013-12-16Use monospace font in the console.Petr Mrázek
Still fugly as all hell, now in a slightly more appropriate style.
2013-12-11Fix console window sticking open derpSky
2013-12-10Do not let the console close while Minecraft is running (prevent return to ↵Petr Mrázek
main window)
2013-12-06Open the url direectly.robotbrainify
2013-12-06work on pasting instance logsrobotbrainify
blame clang for formatting changes
2013-12-01Fix login and startup logging issuesPetr Mrázek
Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint.
2013-11-23Fix console window (now not a QDialog)Petr Mrázek
It now opens and coloses as expected, depending on user preferences and the status of the various processes involved. Console window geometry and state are remembered between runs.
2013-11-17Fix broken signal in ConsoleWindowPetr Mrázek
Wasn't detecting minecraft shutdown properly
2013-11-13Fix signal derp from previous commitPetr Mrázek
Console should now properly close/not close based on minecraft return code/signal.
2013-11-12Fix console not staying open on minecraft crashPetr Mrázek
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek