summaryrefslogtreecommitdiffstats
path: root/gui/ConsoleWindow.cpp
Commit message (Collapse)AuthorAgeLines
* Open the url direectly.robotbrainify2013-12-06-5/+1
|
* work on pasting instance logsrobotbrainify2013-12-06-0/+19
| | | | blame clang for formatting changes
* Fix login and startup logging issuesPetr Mrázek2013-12-01-3/+18
| | | | | | | | 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.
* Fix console window (now not a QDialog)Petr Mrázek2013-11-23-3/+33
| | | | | | 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.
* Fix broken signal in ConsoleWindowPetr Mrázek2013-11-17-1/+1
| | | | Wasn't detecting minecraft shutdown properly
* Fix signal derp from previous commitPetr Mrázek2013-11-13-21/+21
| | | | Console should now properly close/not close based on minecraft return code/signal.
* Fix console not staying open on minecraft crashPetr Mrázek2013-11-12-4/+5
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-0/+135